add prep_nisar to load NISAR GUNW products#1035
Conversation
merge from main repo
merge from main repo
Co-authored-by: Scott Staniewicz <scott.stanie@gmail.com>
Co-authored-by: Scott Staniewicz <scott.stanie@gmail.com>
Co-authored-by: Scott Staniewicz <scott.stanie@gmail.com>
Co-authored-by: Scott Staniewicz <scott.stanie@gmail.com>
scottstanie
left a comment
There was a problem hiding this comment.
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.h5file 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 <yunjunzgeo@gmail.com>
yunjunz
left a comment
There was a problem hiding this comment.
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: