Initial Public Release
This commit is contained in:
commit
1af302dbe1
16 changed files with 1721 additions and 0 deletions
43
README
Normal file
43
README
Normal file
|
@ -0,0 +1,43 @@
|
|||
SNAPExtract
|
||||
===========
|
||||
|
||||
Extract air temperatures from SNAP datasets
|
||||
|
||||
What is it?
|
||||
-----------
|
||||
|
||||
SNAPExtract is a simple tool to assist with extracting point-data from SNAP datasets
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
||||
- numpy (1.7.1)
|
||||
- GDAL (1.10.0)
|
||||
- nose (1.3.0, optional, for tests)
|
||||
- sphinx (1.2b1, optional, for docs)
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
1) Clone the repo:
|
||||
|
||||
git clone https://github.com/thermokarst/snapextract
|
||||
|
||||
2) Get the data from http://snap.uaf.edu
|
||||
|
||||
3) Run the tests:
|
||||
|
||||
$ make test2
|
||||
OR
|
||||
$ make test3
|
||||
|
||||
4) If everything passes, you are ready to plug this into some larger project. For
|
||||
an example, check out [SNAPIndices](http://www.github.com/thermokarst/snapindices).
|
||||
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
||||
Do you have an idea for a feature request? Find a Bug?
|
||||
Reach me at [matthewrdillon@gmail.com](mailto:matthewrdillon@gmail.com)
|
Loading…
Add table
Add a link
Reference in a new issue