Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass geocoding output projection and spacing flexibility #607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sssangha
Copy link
Contributor

@sssangha sssangha commented Oct 25, 2022

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.

Pushing following fixes/enhancements:
1. 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.
2. 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 sssangha changed the title Pass output projection and spacing flexibility Pass geocoding output projection and spacing flexibility Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant