isce2
isce2 copied to clipboard
Pass geocoding output projection and spacing flexibility
Pushing following fixes/enhancements for the gdal geocoding script:
- Setting of 'Geotiff' format with '-t' option was overridden and not passed to the gdal call. Now, this is passed as originally intended.
- 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.
- 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.