dbekaert

Results 53 comments of dbekaert

@jlmaurer next we should modify the scenario to output all files in an pre-defined folder which we can exclude in gitignore. Will make pushing of new test code easier. Same...

Sounds good. @Askaholic @jlmaurer with respect to module dependencies that might change depending on the model. Would you say require everything and have the import a the top of the...

Take 1by 1 degree tiles: - Europe (Holland flat, wet) - Tibet (steep and large terrain, dry) - Southern Mexico (Coast, tropical) - Southern CA (terrain, dry) **Procedure** 1) Go...

This is an example command to run raider: ``` raiderDelay.py --time 06:00 --model GMAO --date 20190101 20191231 12 --station_file ../GNSS/gnssStationList_overbbox.csv --zref 30000 -v ```

Should we not just extract the projection when we are loading the model. Similar to what @piyushrpt shows above from GRIBB file. Is there a need to have the proj...

@jlmaurer @bbuzz31 We need to add a check that only HRRR conus is supported with a hard-coded projection, or change our code to read it from the file directly. We...

@jlmaurer can this be closed?

Can we not check isce3 documentation?

@jlmaurer for some reason the code does no longer skip and is re-doing all the computations. This is tested on the latest branch. ``` (RAiDER-NISAR-ST) [dbekaert@leffe HRES]$ ls cmd HRES_Delay_20100414T060000_Zmax30000.0.csv...

@mdelgadoblasco can you confirm changes are appropriate?