isce2 icon indicating copy to clipboard operation
isce2 copied to clipboard

Pass geocoding output projection and spacing flexibility

Open sssangha opened this issue 3 years ago • 0 comments

Pushing following fixes/enhancements for the gdal geocoding script:

  1. Setting of 'Geotiff' format with '-t' option was overridden and not passed to the gdal call. Now, this is passed as originally intended.
  2. By default, the output project was set, but not applied to the output raster. This lead to issues when trying to interact with/visualize products in e.g. a GIS interface. Now, the output project is passed and set.
  3. By default, spacing is set to '0.001' degrees, but one could not toggle full-resolution geocoding in a straightforward way. Now if 'None' is specified for '-y' and '-x', a user may geocode in full-resolution.

sssangha avatar Oct 25 '22 19:10 sssangha