Closed matiaslee closed 6 years ago
This has been fixed in the sat-api version that landsat-util uses: https://medium.com/devseed/sat-api-an-api-for-spatiotemporal-asset-catalogs-88c3c78fdb0e Please note we also have a new sat-api (although landsat-util will continue to use the old version and will soon be deprecated).
Congratulation for the new development! We will move to sat-api as soon as possible!
Ahh, I confirm the old api is working.
Best!
Hi Matthew!
I think the problem persist :( The next query shows one result with date 2018-07-03:
And using https://earthexplorer.usgs.gov/ I can see this result and two other ones (2018-07-19 and 2018-08-04)
I've tried to reproduce the query in the new api with no success. This is what I tried:
I this case I only see products from sentinel. Is this an issue in the new api? Or probably I am miss something.
Thanks!
Matias
Hi people,
API shows no recent data, example:
On the other hand, in https://earthexplorer.usgs.gov/ I can see three new tiles with acquisition date May 16th, Jun 1fst, Jun 17th.
The request done to the api is:
https://api.developmentseed.org/satellites/landsat?search=acquisitionDate:[2017-07-01+TO+2018-07-01]+AND+cloud_coverage:[-1+TO+100.0]+AND+((path:229+AND+row:82))&limit=1
Changing the start of the acquisitionDate to 2018-5-1 shows no results.
https://api.developmentseed.org/satellites/landsat?search=acquisitionDate:[2018-05-01+TO+2018-07-01]+AND+cloud_coverage:[-1+TO+100.0]+AND+((path:229+AND+row:82))&limit=1
Same happens for other tiles, for example 22,37.
Any help will be appreciated. Thanks in advance!
Matias