Opened 15 years ago
Closed 15 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)
Change History (3)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
by , 15 years ago
Attachment: | st_setgeoreference.patch added |
---|
Note:
See TracTickets
for help on using tickets.
Implementation of ST_SetGeoreference