-
Notifications
You must be signed in to change notification settings - Fork 267
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
add prep_nisar
to load NISAR GUNW products
#1035
Conversation
merge from main repo
merge from main repo
Co-authored-by: Scott Staniewicz <[email protected]>
Co-authored-by: Scott Staniewicz <[email protected]>
Co-authored-by: Scott Staniewicz <[email protected]>
Co-authored-by: Scott Staniewicz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious what @yunjunz will think about the radar grid/geo-grid problem... the incidence
/bperp
being on a different grid is why Sara had to add all the extra checks/interpolation/creation of a larger bounding box that each product is inside.
- It's probably necessary that the
geometry.h5
file is on the same geocoded grid as theifgramStack.h5
, right? Maybe we could just warp the geometry ones to be on the same as the GUNW grid usinggdalwarp
?
prep_nisar
to read NISAR GUNW products
prep_nisar
to read NISAR GUNW productsprep_nisar
to load NISAR GUNW products
+ add an entry point for prep_nisar in setup.py + add subparser for prep_nisar in __main__.py
Co-authored-by: Zhang Yunjun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mirzaees for the exciting PR! Sorry for my very late review, I got distracted by the EarthScope course and proposal writings.
I don't really have a good grasp on the radar/geo-grid of the geometry files that @scottstanie was mentioning. Is there an open interferogram stack in the NISAR format, or a detailed description of the InSAR file format, that we could test? Otherwise, the PR is fine with me to merge since it does not break any other codes.
Thank you @yunjunz for reviewing |
Description of proposed changes
Add prep_nisar.py script to read GUNW products. The inputs are a list of nisar*.h5 data cubes and the DEM.
Future to do list: