NISAR_DualPol_CloudePottier_DPID notebook added - #36
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
|
@ials Thank you very much for contributing your polarimetry workflow! I have scheduled some time to test and review it on Wednesday. |
|
View / edit / reply to this conversation on ReviewNB Alex-Lewandowski commented on 2026-07-28T17:27:09Z
hdf5plugin = "*"
rasterio = "*"
pyproj = "*"
scipy = "*"
[feature.isce3.pypi-dependencies]
opencv-python = "*"
|
|
@ials, I apologize that it took a bit longer than intended to start reviewing your notebook. The first comment addresses notebook formatting and handling of the software environment. I will likely have more feedback as I begin to dive into the code. Thank you again for the contribution! |
|
View / edit / reply to this conversation on ReviewNB Alex-Lewandowski commented on 2026-07-28T17:37:18Z It would be helpful to include some code that searches and downloads a GSLC. There is an example that you could copy/paste from in section 2 of this notebook. |
|
@Alex-Lewandowski, thank you for your feedback. I've done the changes. |
Illustration of SAR dual polarization concepts, along with two supporting Python utility modules.
Changes Made
notebooks/NISAR_DualPol_CloudePottier_DPID.ipynb: Interactive tutorial explaining dual polarization matrices and decomposition.utils/nisar_polsar.py: Python script with SAR processing utilities for NISAR dual-pol GSLC analysis.utils/nisar_plot_utils.py: Python script containing plotting functions for polarization bands.How to Test
notebooks/NISAR_DualPol_CloudePottier_DPID.ipynbin Jupyter.