[postgis-devel] PostGIS Raster sources added to trunk

Jorge Arévalo jorge.arevalo at deimos-space.com
Sun Sep 26 14:48:49 PDT 2010


Hi everybody,

I've just committed the PostGIS raster sources to PostGIS trunk.

New configure options have been added to configure.ac, under
'--with-raster' option, and new build options for raster have been
added to GNUmakefile too.

To compile and install PostGIS with raster support, execute:

./configure --with-raster
make
make rt-all
make install
make rt-install

psql -d <your_existent_database> -f postgis/postgis.sql
psql -d <your_existent_database> -f spatial_ref_sys.sql
psql -d <your_existent_database> -f raster/rt_pg/rtpostgis.sql

The PostGIS raster loader is now called 'gdal2raster.py', (old name
was 'gdal2wktraster.py'), and is under
<postigis_root>/raster/scripts/python subdirectory.

Best regards,

-- 
Jorge Arévalo
Internet & Mobilty Division, DEIMOS
jorge.arevalo at deimos-space.com
http://mobility.grupodeimos.com/
http://gis4free.wordpress.com



More information about the postgis-devel mailing list