Revision 60a08fee210f256b41f8cfa82540c20ab6cde59b authored by Zhang Yunjun on 06 December 2020, 06:18:48 UTC, committed by Zhang Yunjun on 13 December 2020, 20:10:15 UTC
* geocode.py
+ add --ram option from utils.arg_group.py
+ merge -y/x into --lalo-step for consistency with resample obj
+ more explicit checking / error message for --lalo-step option, since it's only customizable if radar2geo AND lut in radar-coord
+ block-by-block IO for both HDF5 and binary file, the latter is bbb in read only

* objects/resample.py
+ move all configurations into __init__() to simplify the run_resample()
+ consistent member variables across all scenarios (radar2geo/geo2radar, geo/radar-coord lookup table, scipy/pyresmaple), including:
   - lalo_step
   - SNWE
   - length/width
   - src/dest_box_list
   - src/dest_def_list (for pyresample)
   - src/dest_pts and interp_mask (for scipy)

+ add get_num_box()

+ prepare_geometry_definition_radar():
   - add block-by-block geometry preparation for radar2geo
   - add custom SNWE support for geo2radar
+ prepare_geometry_definition_geo()
   - add custom SNWE support for radar2geo
1 parent 7a0d18f
History
File Mode Size
.circleci
.github
docker
docs
mintpy
test
.gitignore -rw-r--r-- 222 bytes
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 89 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 91 bytes
readthedocs.yml -rw-r--r-- 582 bytes
setup.py -rw-r--r-- 3.8 KB

back to top