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 gdal_footprint utility #7992

Merged
merged 1 commit into from Jul 17, 2023
Merged

Add gdal_footprint utility #7992

merged 1 commit into from Jul 17, 2023

Conversation

rouault
Copy link
Member

@rouault rouault commented Jun 21, 2023

The gdal_footprint utility can be used to compute the footprint of
a raster file, taking into account nodata values (or more generally the mask
band attached to the raster bands), and generating polygons/multipolygons
corresponding to areas where pixels are valid, and write to an output vector file.

Documentation at https://github.com/rouault/gdal/blob/gdal_footprint/doc/source/programs/gdal_footprint.rst

Fixes #6264

@rouault rouault added this to the 3.8.0 milestone Jun 21, 2023
The gdal_footprint utility can be used to compute the footprint of
a raster file, taking into account nodata values (or more generally the mask
band attached to the raster bands), and generating polygons/multipolygons
corresponding to areas where pixels are valid, and write to an output vector file.

Fixes OSGeo#6264
@rouault rouault merged commit fd19dfa into OSGeo:master Jul 17, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gdal_footprint enhancement
1 participant