Version 2 (modified by 16 years ago) ( diff ) | ,
---|
PostGIS WKT Raster Beta 0.1.4 Working Specifications
Quick Links
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)
B02b - Being able to import JPEG rasters using raster2pgsql.exe.
Mostly changes to raster2pgsql.exe
B02c - Being able to intersect vector and raster to produce raster.
RT_AsRaster(geometry, pixelsize) -> raster
Changes to RT_Intersection
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)
- st_intersects_triangle.png (2.7 KB ) - added by 12 years ago.
- snaptogrid.png (4.9 KB ) - added by 12 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.