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
Hey Team - love what you are doing at Clay! I am currently evaluating stacchip to understand if it will serve my needs. Here is what I plan to do as part of my data prep routine:
Search S-2 collections given an area of observation (AOI)
Chip each retrieved item into 256x256 chips, only retain chips that have <0.1 missing data
From the remaining chips, find the chips that intersect the original AOI
Get the image data for these chips
I am facing an issue with the Sentinel2Indexer class. Specifically, the chips created by the indexer seem to be slightly shifted in their coordinate system and do not intersect with my original AOI or the underlying S2 geotif. Here are two screenshots to highlight the issues:
AOI clearly intersects with the underlying S-2 tile (see screenshot below)
Chips as generated using the Sentinel2Indexer seem to be shifted and at a different scale
I have made sure that the CRS for all is the same (EPSG:32720 in this case).
Hey Team - love what you are doing at Clay! I am currently evaluating stacchip to understand if it will serve my needs. Here is what I plan to do as part of my data prep routine:
I am facing an issue with the
Sentinel2Indexer
class. Specifically, the chips created by the indexer seem to be slightly shifted in their coordinate system and do not intersect with my original AOI or the underlying S2 geotif. Here are two screenshots to highlight the issues:Sentinel2Indexer
seem to be shifted and at a different scaleI have made sure that the CRS for all is the same (EPSG:32720 in this case).
Broadly what I am doing is the following:
I use the following AOI:
I have tried this for other AOIs and the the issue remains. I’d appreciate some advice on this. Many thanks!
The text was updated successfully, but these errors were encountered: