#3759 closed enhancement (fixed)
command-line tools support for overwriting
Reported by: | scw | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.8.0 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
It would be very handy for the workflows I'm using if GDAL utilities such as <tt>gdalwarp</tt> supported forcing overwriting the output data, particularly in a reprojection case. I can do this externally to the command, but it would be helpful to have it as a built-in optional flag, as GRASS supports within r.in.ogr
with --o
.
Change History (2)
comment:1 by , 13 years ago
Milestone: | → 1.8.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r20658 /trunk/gdal/apps/gdalwarp.cpp: gdalwarp: add a -overwrite option (#3759)
r20659 /trunk/autotest/utilities/test_gdalwarp.py: Test gdalwarp -overwrite (#3759)