AstroDigital / modis-ingestor

Scripts and other artifacts for MODIS data ingestion into Amazon public hosting.
MIT License
14 stars 2 forks source link

First steps #2

Closed matthewhanson closed 7 years ago

matthewhanson commented 7 years ago

First steps in building a prototype. The modis-ingestor is the main repository of code that is run on a daily basis. The ingestor should be able to determine the last data available on S3, query and locate new data since that point (and missing/updated data?), fetch the data, split into individual datasets, and uploaded to S3 following standard directory structure of: PRODUCTNAME/TILEID/DATE

where PRODUCTNAME is a product shortname and version ID (e.g., MCD43A4.006) and TILEID can either be a single directory or multiple directories that make up the tile identifier. For example Landsat uses 006/109 (path/row) but MODIS may use h05v07, or 05/07. DATE is either a directory of the date or at least a scene ID that is unique within that TILEID for a specific date.

AWS Lambda should be sufficient to do all required processing and uploading to S3 within the time limits imposed by Lambda.

drewbo commented 7 years ago

https://s3-us-west-2.amazonaws.com/modis-pds/MCD43A4.006/03/11/2011358/MCD43A4.A2011358.h03v11.006.2016139165208.hdf_B10.TIF