feat: add Sentinel-1 GCP geolocation notebook#238
Merged
clausmichele merged 4 commits intomainfrom Mar 23, 2026
Merged
Conversation
Adds Sentinel-1_GCP_Geolocation.ipynb demonstrating GCP-based geolocation for Sentinel-1 GRD and SLC products using the EOPFZARR GDAL driver. - GCP extraction from conditions/gcp/ arrays (pixel, line, lat, lon, height) - Inspect and visualize GCP grid (pixel space + geographic space) - Pixel-to-geographic coordinate transformation via GDAL GCP transformer - Warp SAR data to WGS 84 using gdal.Warp() with GCP-based reprojection - GCPs on SLC burst subdatasets (BURST open option) - Command line usage examples Aligned to repo template: YAML front-matter, EOPF logo, ToC with MyST anchors, Overview hint block. Closes #229
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
- F541: remove f-prefix from 3 f-strings without placeholders
- print(f"\nFirst 10 GCPs:") -> print("\nFirst 10 GCPs:")
- print(f"\nGeographic Extent:") -> print("\nGeographic Extent:")
- print(f"SLC Burst IW1_VV_001:") -> print("SLC Burst IW1_VV_001:")
- E741: rename ambiguous variable 'l' to 'ln' in generator expression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
Sentinel-1_GCP_Geolocation.ipynbdemonstrating GCP-based geolocation for Sentinel-1 GRD and SLC products using the EOPFZARR GDAL driver.Notebook content
conditions/gcp/arrays (pixel, line, latitude, longitude, height)gdal.Warp()with GCP-based reprojection (side-by-side before/after plot)BURSTopen optiongdalinfo)Template alignment
:::{hint} Overviewblock (Questions & Objectives)Data
notebook-datanotebook-dataCloses #229