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

Add option to use input nodata value in ComputeProximity #49

Closed
wants to merge 1 commit into from
Closed

Add option to use input nodata value in ComputeProximity #49

wants to merge 1 commit into from

Conversation

danhedron
Copy link

This simplifies handling of nodata values in my case, as areas of nodata don't have to be filtered out at a later stage.

The change shouldn't break any existing workflow, as using the input nodata into account must be enabled explicitly.

Functionality is possibly related to http://trac.osgeo.org/gdal/ticket/5862.

@danhedron
Copy link
Author

@rouault I opted to keep USE_INPUT_NODATA=NO as the default, since that keeps the default behaviour the same, but changed the semantics like you suggested and updated the docs & tests.

@danhedron
Copy link
Author

@rouault Is there anything else this patch requires?

kwrobot pushed a commit to aashish24/gdal-svn that referenced this pull request Apr 9, 2015
@rouault
Copy link
Member

rouault commented Apr 9, 2015

trunk r28882 "Proximity alg/gdal_proximity: add a -use_input_nodata flag (patch by Daniel Evans, #49)"

@rouault rouault closed this Apr 9, 2015
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.

None yet

2 participants