Opened 14 years ago

Closed 14 years ago

#445 closed task (fixed)

[wktraster] Implement ST_SetGeoreference

Reported by: dzwarg Owned by: dzwarg
Priority: medium Milestone: WKTRaster 0.1.6
Component: raster Version: master
Keywords: Cc:

Description

Implement ST_SetGeoreference function as 2 variants:

  • ST_SetGeoreference( raster, georef )
  • ST_SetGeoreference( raster, georef, format )

Where the first variant will default to 'GDAL' georeference string format. The second variant allows the format parameter, which can be 'GDAL' or 'ESRI'. If the format is not recognized, it defaults to GDAL.

Attachments (1)

st_setgeoreference.patch (10.7 KB ) - added by dzwarg 14 years ago.
Implementation of ST_SetGeoreference

Download all attachments as: .zip

Change History (3)

comment:1 by dzwarg, 14 years ago

Status: newassigned

by dzwarg, 14 years ago

Attachment: st_setgeoreference.patch added

Implementation of ST_SetGeoreference

comment:2 by dzwarg, 14 years ago

Resolution: fixed
Status: assignedclosed

Resolved in r5320

Note: See TracTickets for help on using tickets.