developmentseed / titiler-cmr

Dynamic tiles from CMR queries
MIT License
5 stars 0 forks source link

CMR (earthaccess) Reader #8

Closed abarciauskas-bgse closed 4 months ago

abarciauskas-bgse commented 6 months ago

Class for reading datasets from CMR, likely using https://github.com/nsidc/earthaccess

abarciauskas-bgse commented 6 months ago

I started using earthaccess and ran into a few things that I opened issues for: https://github.com/nsidc/earthaccess/issues/431 and https://github.com/nsidc/earthaccess/issues/430.

I don't think either of these is blocking, just noting them as an FYI.

vincentsarago commented 5 months ago

with #10 and few commits afterward we now have a functional CMR mosaic reader

The staging endpoint is available at https://9ox7r6pi8c.execute-api.us-west-2.amazonaws.com/

example:

https://9ox7r6pi8c.execute-api.us-west-2.amazonaws.com/collections/C1996881146-POCLOUD/tiles/WebMercatorQuad/4/4/4.jpg?scale=1&backend=xarray&variable=analysed_sst&temporal=2020-02-01%2F2020-02-01&rescale=0,1000&colormap_name=viridis

abarciauskas-bgse commented 4 months ago

I think we can close this as completed