Geographical location of a scene #2175
-
DescriptionI have a set of relatively small ( ProblemI want to determine coordinates of four corners of each scene in some substrate coordinate system (e.g. EPSG:4326) based on one of the large Sentinel-2 geo-binded images and ideally to geo-bind (add georeferencing) to the scene. Has anyone solved a similar problem? Is it possible to use this library to solve this problem? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So you have some crops of Sentinel-2 scenes and want to find the crop-coordinates that generated them? That sounds like an interesting problem, but not something that Raster Vision supports out-of-the-box. You might still find Raster Vision useful for reading the data though. I would try finding the highest cross-correlation. Check out:
|
Beta Was this translation helpful? Give feedback.
So you have some crops of Sentinel-2 scenes and want to find the crop-coordinates that generated them? That sounds like an interesting problem, but not something that Raster Vision supports out-of-the-box. You might still find Raster Vision useful for reading the data though.
I would try finding the highest cross-correlation. Check out: