Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentinel-3: interpret coordinates as pixel center during LUT lookup #1059

Open
jdries opened this issue Feb 19, 2025 · 0 comments · Fixed by #1061
Open

Sentinel-3: interpret coordinates as pixel center during LUT lookup #1059

jdries opened this issue Feb 19, 2025 · 0 comments · Fixed by #1061
Assignees

Comments

@jdries
Copy link
Contributor

jdries commented Feb 19, 2025

Sentinel-3 coordinates are likely to be specified as pixel centre:
Geolocated x (across track) coordinate of detector FOV centre

From:
https://sentiwiki.copernicus.eu/__attachments/1672112/S3IPF.PDS.005.2%20-%20Sentinel%203%20SLSTR%20Product%20Data%20Format%20Specification%20Level%202%20Land%202020%20-%202.9.pdf?inst-v=e49045fb-24ed-4f58-8b10-4339088f6644

This has an impact when doing nearest neighbour lookup here:

distances, lut_indices = tree.query(target_coordinates, k=1,

Because it seems to be the case that 'target_coordinates' are upper-left corner coordinates. This can cause a shift of half a pixel to occur.

@jdries jdries linked a pull request Feb 20, 2025 that will close this issue
@jdries jdries reopened this Feb 24, 2025
@jdries jdries self-assigned this Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant