Geoffrey Gunter

Results 12 issues of Geoffrey Gunter

suggested by @scottstanie in https://github.com/isce-framework/snaphu-py/issues/17#issuecomment-1870360662

**Bug Report** When a project contains an untyped source (`.py`) file and a corresponding stub (`.pyi`) file, Mypy may emit "Duplicate module" errors depending on how the files were passed...

bug

Hi, Thanks for this nice package. I'm just getting started but ran into an issue when trying to GPU-ize an existing function that takes [keyword arguments](https://docs.julialang.org/en/v1/manual/functions/#Keyword-Arguments). Is this possible? I'm...

cuda kernels

Adds a script `create_spec_file.py` that can be used to regenerate reproducible conda environment spec files for use with NISAR ADT Docker images. ### Background * NISAR ADT Docker images are...

For organizational purposes, here's a checklist of unresolved items identified in #144 that we may want to revisit in the future: * [ ] Add a command line option to...

The function `_project_water_to_geogrid()` in `nisar/workflows/geocode_insar.py` is used to re-project the input water distance map raster onto the output geo grid and convert it into a binary water mask. https://github.com/isce-framework/isce3/blob/8cc6581525e608cc95fdcd883dac87e08f83e7d0/python/packages/nisar/workflows/geocode_insar.py#L180-L213 There...

The output geo grid of NISAR L2 products (except for the Static Layers product) is computed by the [`create()`](https://github.com/isce-framework/isce3/blob/8cc6581525e608cc95fdcd883dac87e08f83e7d0/python/packages/nisar/workflows/geogrid.py#L28) function in `nisar/workflows/geogrid.py`. When determining the length and width of the...

Update `stage_dem.py` and `stage_watermask.py` to allow specifying a non-integer-valued `--margin` option. h/t @rad-eng-59 who [suggested](https://github.com/isce-framework/isce3/pull/88#issuecomment-3198470037) this improvement.

The CRID conventions for NISAR products are documented here: https://wiki.jpl.nasa.gov/display/NISARSDS/CRID+release+notification+process The CRID convention for post-launch releases (after R4.0.8) changed recently: > * EMMmmp > * Environment > * A =...

Unlike other NISAR products, the Static Layers product includes a resampled DEM layer, so it must include license information in the product in accordance with the terms of the input...