feat: add multi-band GRD wrapper and dedicated SLC GCP geolocation notebook#261
feat: add multi-band GRD wrapper and dedicated SLC GCP geolocation notebook#261Yuvraj198920 wants to merge 8 commits into
Conversation
…229) Add a new 'Multi-Band GRD Wrapper' section (section 4) that demonstrates opening a GRD product in the default GRD_MULTIBAND=YES mode, verifying GCPs are present on the wrapper dataset, warping both VV and VH bands to WGS 84, and visualising the backscatter in geographic space. Ported from GDAL-ZARR-EOPF notebook 14 (geolocation verification).
- Add GDAL_Sentinel-1_SLC_GCP_Geolocation.ipynb with full GCP walkthrough for SLC burst subdatasets: open burst, inspect GCPs, visualize GCP grid, pixel-to-geographic transform, warp to WGS 84, compare across IW1/IW2/IW3 - Replace inline SLC code in GDAL_Sentinel-1_GCP_Geolocation.ipynb with a cross-reference section pointing to the new dedicated notebook
|
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
|
@clausmichele @konstntokas — updated |
|
@Yuvraj198920 what is the status here? Can we merge it soon? |
|
@konstntokas I missed this PR, I will review it today and merge it |
|
@senmao apparently the products @Yuvraj198920 used in the two notebooks here have been removed or are not accessible anymore. This is strange, since they were under the specific notebook-data bucket, which shouldn't be cleared. The products are: |
|
@clausmichele @Yuvraj198920 I just checked it, these two datasets are still existing in the bucket. Below is screenshot of one dataset in S3 browser. could it be the stac item href changed ?
|
|
Thanks for checking @senmao, I will investigate further! |
|
Hi @Yuvraj198920, in the cell Multi-Band GRD Wrapper I am getting the following error. The data exists but the code can't find the GCPs. I used your latest image for testing: https://hub.docker.com/r/yuvraj1989/eopf-zarr-driver/tags I also tested with a 2.7.0 product from STAC, but same error. Could you check please? |
|
@clausmichele Thanks for the new URL, i will update the notebook and check the error. |
|
@Yuvraj198920 can we close this before the retrospective meeting on July 21st? |
|
@konstntokas The new GDAL 5.0 image is broken, I can't test the notebook and will wait for a fix after @Yuvraj198920 comes back to work (24th of July). |
|
@clausmichele The 5.0 image is fixed and re-published under the same tag. |

Summary
This PR adds two enhancements to the Sentinel-1 GCP geolocation notebooks.
Changes
GDAL_Sentinel-1_GCP_Geolocation.ipynb(GRD notebook)GRD_MULTIBAND=YESmode, verifies GCPs, warps both VV+VH bands, visualizes backscatter side-by-sideGDAL_Sentinel-1_SLC_GCP_Geolocation.ipynb(new notebook)Full GCP geolocation walkthrough for SLC burst subdatasets:
BURST=IW1_VV_001Related