Landsat tiles #782
remi-braun
started this conversation in
Show and tell
Replies: 1 comment
-
thank you very much @remi-braun ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
If needed, I created a shapefile containing centroids for Landsat tiles allowing to look for them by tiles, like for Sentinel-2.
The principle is exactly the same than for this tutorial, with few minor changes:
The tiles are formatted like this
\d{3}_\d{2}
(i.e. 200_30). They are coming from this USGS file. (note that USGS gives a centroid file but only for north latitude and west longitude).This format is not exactly the same than on Landsat products (which is
\d{6}
, i.e. 200030)This could be changed, but I wanted to stick as close as possible to the original format.
Note that works fine with Landsat as their tiles are always complete.
It can fail for Sentinel-2 with partial tiles (full of nodata, border of the swath) with the centroid falling outside their footprint.
Here is the file. You can of course add it in your tutorial if wanted 😄
landsat_tiles.zip
Beta Was this translation helpful? Give feedback.
All reactions