index.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .. pyModis documentation master file, created by
  2. sphinx-quickstart on Thu Jun 28 10:50:11 2012.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to pyModis
  6. ==================
  7. ``pyModis`` is a Free and Open Source Python based library to work with MODIS data.
  8. It offers bulk-download for user selected time ranges, mosaicking of MODIS tiles,
  9. and the reprojection from Sinusoidal to other projections, convert HDF format to
  10. other formats and the extraction of data quality information.
  11. ``pyModis`` library was developed to replace old bash scripts developed by Markus
  12. Neteler to download MODIS data from NASA FTP server. It is very useful for
  13. `GIS and Remote Sensing Platform`_ of `Fondazione Edmund Mach`_ to update
  14. its large collection of MODIS data.
  15. It has several features:
  16. * for downloading large numbers of MODIS HDF/XML files and for using
  17. it in a cron job for continuous automated updating; it
  18. supports both FTP and HTTP NASA repositories
  19. * parses the XML file to obtain information about the HDF files
  20. * converts a HDF MODIS file to GEOTIFF format by either using `MODIS Reprojection Tool`_
  21. or `GDAL`_ (pyModis >= 1.0)
  22. * creates a mosaic of several tiles by either using `MODIS Reprojection Tool`_ or
  23. `GDAL`_ (pyModis >= 1.0)
  24. * creates the XML metadata file with the information of all tiles used for the mosaic
  25. * extracts specific information from bit-encoded MODIS quality assessment layers
  26. of different product types
  27. * Graphical User Interface for each script written in `wxPython`_ (pyModis >= 1.0)
  28. * it support Python 2 and Python 3 (pyModis >= 2.0)
  29. .. only:: latex
  30. We acknowledge the `Fondazione Edmund Mach`_ for promoting the development of
  31. free and open source software.
  32. .. only:: html
  33. Contents:
  34. .. toctree::
  35. :maxdepth: 2
  36. info
  37. scripts/software
  38. examples/examples
  39. pymodis/modules
  40. .. only:: html
  41. We acknowledge the `Fondazione Edmund Mach`_ for promoting the development of
  42. free and open source software.
  43. .. Indices and tables
  44. ==================
  45. * :ref:`genindex`
  46. * :ref:`modindex`
  47. * :ref:`search`
  48. .. _GIS and Remote Sensing Platform: http://gis.cri.fmach.it
  49. .. _Fondazione Edmund Mach: http://www.fmach.it
  50. .. _MODIS Reprojection Tool: https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool
  51. .. _GDAL: http://www.gdal.org
  52. .. _wxPython: http://www.wxpython.org/