wiki:WKTRaster/SpecificationWorking02

Version 6 (modified by pracine, 15 years ago) ( diff )

PostGIS WKT Raster Beta 0.2.4 Working Specifications

Quick Links


Objective B02a - Being able to register TIFF and JPEG tiles as raster stored outside the database.

Mostly changes to raster2pgsql.exe and RT_RasterFromText().
RT_GetPath(raster, band) → string
RT_SetPath(raster, band, string)


Objective B02b - Being able to import JPEG rasters using raster2pgsql.exe.

Mostly changes to raster2pgsql.exe


Objective B02c - Being able to intersect vector and raster to produce raster.

RT_AsRaster(geometry, pixelsize) → raster
Changes to RT_Intersection


Objective B02d - Being able to use "group by" to accumulate tiles to form a new raster.

RT_Union(raster|geometry, raster|geometry, ‘raster’|’geometry’) → raster/geometry
RT_Accum(raster set|geometry set, ‘raster’|’geometry’) → raster/geometry

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.