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!
lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
-
- Posts: 2
- Joined: Wed Jan 25, 2023 5:02 pm America/New_York
-
- User Services
- Posts: 248
- Joined: Mon Sep 30, 2019 12:39 pm America/New_York
- Has thanked: 8 times
Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
@brrodrigo98
I have forwarded your inquiry to our Subject Matter Expert for further assistance.
LP DAAC User Services
I have forwarded your inquiry to our Subject Matter Expert for further assistance.
LP DAAC User Services
-
- Posts: 2
- Joined: Wed Jan 25, 2023 5:02 pm America/New_York
Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
Thank you very much!
In the meantime I'll check out another API to consume, containing this data.
In the meantime I'll check out another API to consume, containing this data.
-
- Subject Matter Expert
- Posts: 52
- Joined: Tue Nov 12, 2019 4:02 pm America/New_York
Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
@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.
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.