Opened 13 years ago
Closed 5 years ago
#4004 closed enhancement (wontfix)
Create contours with gdal_contour using user specified units
Reported by: | cgsbob | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | closed_because_of_github_migration |
Component: | Utilities | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Too bad gdal_contour does not have an option to make feet contours from meter DEMs. So, I would like to request an enhancement to gdal_contour to allow this.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 5 years ago
Milestone: | → closed_because_of_github_migration |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.
Note:
See TracTickets
for help on using tickets.
It is possible to request specific contour level values using the -fl switch. Alternatively the DEM could be translated into feet before running gdal_contour - possibly using the scaling options in gdal_translate.
But I can see it might be nice to handle this directly in gdal_contour.