USF-IMARS / python-tech-workgroup

IMaRS python technical working group
2 stars 0 forks source link

try out "streaming" MODIS data into notebook #14

Open 7yl4r opened 2 years ago

7yl4r commented 2 years ago

The rio-tiler-pds package is designed to allow loading of satellite data on-the-fly. An example notebook that does this is provided by binder-examples/getting-data/...Sentinel2.ipynb.

In theory this package could be used to download the images which need to be processed as needed. Although the README does not feature MODIS, discussion on cogeotiff/rio-tiler-pds#18 seems to indicate that MODIS data is now supported. A very basic usage example is included there but more detailed examples are also included in the documentation: https://cogeotiff.github.io/rio-tiler-pds/usage/modis/

dotis commented 2 years ago

I added a few example notebooks from a training at the biodiversity meeting by the LPDAAC. There is a ton of information and some examples of how to get data from AWS and other cloud sources.