Page 1 of 1

lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061

Posted: Wed Jan 25, 2023 5:11 pm America/New_York
by brrodrigo98
Hello everybody,
To obtain MOD11A1.006 product data I used the following API:

https://lpdaacsvc.cr.usgs.gov/services/inventory?product=MOD11A1&version=006&date=2022-10-10%2F2023-01-25&bbox=-49%2C-23%2C-47%2C-21&return=url&output=json

But version 006 has been deprecated, now needing to consume data from version 061. But through the same API I used, version 061 does not provide any data:

https://lpdaacsvc.cr.usgs.gov/services/inventory?product=MOD11A1&version=061&date=2022-10-10%2F2023-01-25&bbox=-49%2C-23%2C-47%2C-21&return=url&output=json

Am I doing something wrong? Or is it just not available in that API? If yes, how could I acquire this data through an API?

Sorry for my English, I hope it's possible to understand.

Thanks in advance!

Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061

Posted: Thu Jan 26, 2023 5:35 pm America/New_York
by LP DAAC - jwilson
@brrodrigo98
I have forwarded your inquiry to our Subject Matter Expert for further assistance.
LP DAAC User Services

Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061

Posted: Mon Jan 30, 2023 7:00 am America/New_York
by brrodrigo98
Thank you very much!
In the meantime I'll check out another API to consume, containing this data.

Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061

Posted: Mon Jan 30, 2023 1:57 pm America/New_York
by LP DAAC - afriesz
@brrodrigo98 ,

The inventory service you are using is a legacy service that does not support MODIS Collection 6.1. We recommend transitioning your search requests to the CMR API (https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html). Here are some resources that may help in the transition:
- General Example Using the CMR API in Python - https://github.com/NASA-Openscapes/2021-Cloud-Hackathon/blob/main/tutorials/01_Data_Discovery_CMR.ipynb
- CMR API Bulk Search Example for HLS - https://git.earthdata.nasa.gov/projects/LPDUR/repos/cmr-api---hls-bulk-query/browse

Let us know if you have any questions regarding the CMR API.