Results 15 issues of piyushrpt

Hi, I have a use case where I need to send a "POST" instead of "GET" with exactly the same parameters. It would be great if it were possible to...

Related to https://github.com/isce-framework/isce2/issues/126 Currently, flagged by codacy because of system calls

enhancement

Mirroring it here since this seems to have been ignored on the other channel - https://github.com/isce-framework/isce2-docs/issues/4 @MIRSL @HBaldwin3 @sgk0 - it would be great to add an rtcApp.py notebook like...

A number of geometry operations could be vectorized for use with numpy arrays directly following: https://pybind11.readthedocs.io/en/stable/advanced/pycpp/numpy.html#vectorizing-functions Looping over the arrays in python works for now but performance could be lot...

Thanks for the new release. It pretty much built out of the box except for some minor issues. 1. There appears to be some discrepancy in the way `isce3` and...

This is related to conversation in the following thread: https://forum.step.esa.int/t/terrain-flattening-output-dependent-on-the-subset-size/29450/17 The changes align the subset DEM grid and its facets to be consistent during RTC of different images, as well...

**Describe the bug** - Just remembered that the projection system is hardcoded currently here: https://github.com/dbekaert/RAiDER/blob/0d3af08917e171318bac1694d1663ede8e3fc974/tools/RAiDER/models/hrrr.py#L57-L70 - This is only true for CONUS and not for other flavors like Alaska, Hawaii,...

cleanup

**Describe the bug** While current HRRR reader works, the units of fields like temperature, pressure and geopotential height can be different from that used by ECMWF. Read up documentation, test...

nice to have

**Describe the bug** Providing bounding boxes or lat/lon files that cross the dateline can break model loading and other interpolation operations. Same can happen with interpolators if the underlying projection...

bug
enhancement

Hi Antonio, This is not really an issue but more of a question. I noticed the recent set of extensions to GDAL VRT's format that is very relevant for SAR/InSAR...