You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reusing L1 previews for L2 tiles will not work. USGS Explorer is able to do this as they are storing info about original tile (L1) for each L2 tile, while sh catalog service doesn't provide this info.
for example ID: LC09_L2SP_190031_20220603_20220605_02_T1
We could try to guess original id by replacing some substrings as file structure is quite well documented, but this also doesn't work very well, mostly because of change date (20220605 in above example) which can be different for L1 and L2.
Last option would be to make a request to catalog for each returned tile, but this will produce too many additional requests and it shouldn't be done as part of findTiles in sh-js.
I don't think it is worth bothering with any of this options.
The text was updated successfully, but these errors were encountered: