Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4530 closed enhancement (fixed)

PostGIS Raster driver: Implement CreateCopy and Delete

Reported by: dzwarg Owned by: jorgearevalo
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: postgis_raster, postgisraster, wktraster
Cc:

Description

Implement CreateCopy for PostGISRasterDriver.

For testing purposes, it will be most advantageous if Delete was also implemented at the same time.

Attachments (5)

createcopy_delete.gdal.patch (24.9 KB ) - added by dzwarg 12 years ago.
Patch to trunk/gdal to add CreateCopy and Delete to PostGISRasterDriver
createcopy_delete.autotest.patch (6.8 KB ) - added by dzwarg 12 years ago.
Patch to trunk/autotest to add tests for CreateCopy and Delete on PostGISRasterDriver
createcopy_delete.autotest.2.patch (8.2 KB ) - added by dzwarg 12 years ago.
New autotest patch. The old autotest patch was a poor merge from my working copy to trunk. Use this autotest patch.
createcopy_delete.gdal.2.patch (33.3 KB ) - added by dzwarg 12 years ago.
Patch to trunk/gdal to add CreateCopy and Delete to PostGISRasterDriver. Also add GetConnectionInfo utility method to get common connection settings, and refactor to reduce redundant code.
createcopy_delete.autotest.3.patch (6.9 KB ) - added by dzwarg 12 years ago.
New autotest patch (again). "*.autotest.*" patch includes modifications to IMAGERY.TIF, which is erroneous. Please use this autotest patch.

Download all attachments as: .zip

Change History (8)

by dzwarg, 12 years ago

Patch to trunk/gdal to add CreateCopy and Delete to PostGISRasterDriver

by dzwarg, 12 years ago

Patch to trunk/autotest to add tests for CreateCopy and Delete on PostGISRasterDriver

by dzwarg, 12 years ago

New autotest patch. The old autotest patch was a poor merge from my working copy to trunk. Use this autotest patch.

by dzwarg, 12 years ago

Patch to trunk/gdal to add CreateCopy and Delete to PostGISRasterDriver. Also add GetConnectionInfo utility method to get common connection settings, and refactor to reduce redundant code.

by dzwarg, 12 years ago

New autotest patch (again). "*.autotest.*" patch includes modifications to IMAGERY.TIF, which is erroneous. Please use this autotest patch.

comment:1 by jorgearevalo, 12 years ago

Keywords: postgisraster added; postgisraser removed
Resolution: fixed
Status: newclosed

Applied patches in r24086 and r24087. Seems to work. If anyone has problems, reopen the ticket.

comment:2 by pracine, 12 years ago

Keywords: postgis_raster added; postgisraster removed

comment:3 by Mateusz Łoskot, 12 years ago

Keywords: postgisraster wktraster added
Note: See TracTickets for help on using tickets.