modis package in python

Luca Delucchi 4fc55e82c2 added option to set the temporal resolution 6 年之前
debian acdb3057d9 pymodis: use https for https://e4ftl01.cr.usgs.gov ; update pyModis homepage url 7 年之前
docker 77e1a36078 pymodis added dockerfiles 7 年之前
docs fa6c027563 fixed documentation conf.py 6 年之前
pymodis 5eb9d4b86d preparing version 2.0.9 6 年之前
rpm acdb3057d9 pymodis: use https for https://e4ftl01.cr.usgs.gov ; update pyModis homepage url 7 年之前
scripts 4fc55e82c2 added option to set the temporal resolution 6 年之前
.gitignore 2b778ebd3c changes directories in documentation 12 年之前
AUTHORS 60f23638f8 Update authors 8 年之前
CHANGES 5eb9d4b86d preparing version 2.0.9 6 年之前
COPYING acdb3057d9 pymodis: use https for https://e4ftl01.cr.usgs.gov ; update pyModis homepage url 7 年之前
INSTALL 259d5db87e some corrections 10 年之前
MANIFEST 99a93b2699 add convert function using gdal 10 年之前
MANIFEST.in 36be755307 prepare new minor release, first release installable from pip 11 年之前
README.rst a63461e8b7 Merge remote-tracking branch 'xavier/2.0' into 2.0 8 年之前
create_version.sh fca3d9f464 remove setup.py from list of files to check 7 年之前
pyModis.ico 96467f89a8 add ico to gui 11 年之前
pyModis.png ee6131e341 first commit, pyModis version 0.2 14 年之前
setup.py 37ddf3f801 added modis_check.py 6 年之前

README.rst

==========================
Welcome in pyModis library
==========================

*Thank you for downloading pyModis*

**pyModis is a Python library to download and process MODIS data from NASA server**

Copyright Luca Delucchi - 2010-2014

License
-------

pyModis is licensed under the terms of **GNU GPL 2**. Read COPYING for more info

Install
-------

For how to compile or install pyModis see INSTALL file.

Executables
-----------

Some executables are distributed with the library:

* **modis_download** downloads MODIS data
* **modis_download_from_list** downloads MODIS data from NASA servers, the names of files to download have to be contained into a text file.
* **modis_parse** parses the XML file of MODIS data and return some variables
* **modis_multiparse** parses the XML file of multiple MODIS data and returns the bounding box or writes the XML file with the information of all
selected tiles
* **modis_mosaic** creates the mosaic of multiple MODIS tiles
* **modis_convert** converts MODIS data from HDF format and Sinusoidal projection to other formats and projections
* **modis_quality** checks the quality of MODIS data using the QA layer


Other info
----------

The logo of pyModis is pyModis.png; it is released under CC-BY-SA and it's distributed with the pyModis library

More info about pyModis at http://www.pymodis.org/