[hdf-compass] 261/295: Extend the compass model with GeoArray and GeoSurface
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.
commit 73dd99111aae7e41f23a5d136bd34617e99459ec
Author: giumas <giumas at yahoo.it>
Date: Fri Nov 6 23:49:34 2015 -0500
Extend the compass model with GeoArray and GeoSurface
---
hdf_compass/bag_model/model.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hdf_compass/bag_model/model.py b/hdf_compass/bag_model/model.py
index 646f19a..7807852 100644
--- a/hdf_compass/bag_model/model.py
+++ b/hdf_compass/bag_model/model.py
@@ -648,6 +648,10 @@ class BAGUncertaintyArray(compass_model.Array):
""" Represents an uncertainty array. """
class_kind = "BAG Uncertainty [array]"
+class BAGUncertaintyArray(compass_model.Array):
+ """ Represents an uncertainty array. """
+ class_kind = "BAG Uncertainty [array]"
+
@staticmethod
def can_handle(store, key):
return (key == "/BAG_root/uncertainty") and (key in store) and (isinstance(store.f[key], h5py.Dataset))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git
More information about the debian-science-commits
mailing list