NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
82 stars 40 forks source link

testing module needs to retrieve common set of test data. #25

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

Presently used in testing

Raster data Landsat 8 (fetching with AWS) Landsat 7 (fetching is non-generalized) Landsat 5 (fetching is non-generalized) Landsat 4 (fetching is non-generalized) MODIS - MOD09A1 (daily surface reflectance) MODIS - MYD09A1 (daily surface reflectance) MODIS - MOD10A1 (daily snow cover) MODIS - MYD11A1 (daily land surface temperature) MODIS - MOD13A1 (16 day vegetation indices) MODIS - MYD13A1 (16 day vegetation indices) SRTM DEM GPM TRMM 3B42

non-raster data VA administrative boundaries polygons

Wishlist for automatic retrieval and testing.

raster data Climate data record NetCDFs ASTER DEM VIIRS?

non-raster data weather data? vector data for metro areas?

Jwely commented 9 years ago

Added GPM and TRMM fetch

Jwely commented 9 years ago

The intention of this is better captured in #56