[hdf-compass] 101/295: add sample data files for asc and hdf5
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:31 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 5f7881cc68fa7a498af8de374bd68c596a314150
Author: jreadey <jreadey at hdfgroup.org>
Date: Thu Oct 1 21:56:19 2015 -0700
add sample data files for asc and hdf5
---
data/asc/sample.asc | 12 ++++++++++++
data/hdf5/tall.h5 | Bin 0 -> 8292 bytes
setup.py | 4 +++-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/data/asc/sample.asc b/data/asc/sample.asc
new file mode 100644
index 0000000..939f54a
--- /dev/null
+++ b/data/asc/sample.asc
@@ -0,0 +1,12 @@
+ncols 4
+nrows 6
+xllcorner 0.0
+yllcorner 0.0
+cellsize 50.0
+NODATA_value -9999
+-9999 -9999 5 2
+-9999 20 100 36
+3 8 35 10
+32 42 50 6
+88 75 27 9
+13 5 1 -9999
diff --git a/data/hdf5/tall.h5 b/data/hdf5/tall.h5
new file mode 100644
index 0000000..e91d9af
Binary files /dev/null and b/data/hdf5/tall.h5 differ
diff --git a/setup.py b/setup.py
index 968b27b..81b7f55 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,9 @@ The output is HDFCompass.app, in the dist/ folder.
After running setp.py and verifying the install image, run:
appdmg spec.json HDFCompass.dmg
-To create dmg install file. The appdmg utility can be installed from npm.
+To create dmg install file. The appdmg utility can be installed from npm:
+ npm install -g appdmg
+
PyInstaller, for Windows and Linux distribution, does not use setup.py.
"""
--
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