Changes between Version 15 and Version 16 of WKTRasterTutorial01
- Timestamp:
- 06/10/10 14:18:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v15 v16 7 7 We will describe the steps mainly on Windows, but Linux gurus will have no problem writing the equivalent commands in their favorite OS. We assume that PostgreSQL, PostGIS and PostGIS WKT Raster are well installed. Refer to the readme file of each software to install them properly. The version used are: 8 8 9 * PostgreSQL 8.4 10 * PostGIS 1.5.1 11 * WKT Raster: We compiled the last code available. 12 * GDAL 1.6 13 * Python 2.6 14 * GDAL 1.6 for Python 2.6 9 * [http://www.postgresql.org/ PostgreSQL 8.4] 10 * [http://postgis.refractions.net/download/ PostGIS 1.5.1] 11 * [http://trac.osgeo.org/postgis/wiki/WKTRaster WKT Raster]: We compiled the last code available. 12 * GDAL 1.6: You will have to compile it before WKT Raster. 13 * [http://www.python.org/download/ Python 2.6] 14 * [http://download.osgeo.org/gdal/win32/1.6/gdalwin32exe160.zip GDAL 1.6 binaries] for GDAL for Python 15 * [http://pypi.python.org/pypi/GDAL/1.6.1 GDAL 1.6 for Python 2.6] 16 * [http://sourceforge.net/projects/numpy/files/ Numpy 1.4 for Python 2.6] 17 * [http://www.openjump.org/ OpenJUMP 1.3] 15 18 16 19 We will use two different datasets: … … 54 57 == Visualizing the caribou point in OpenJUMP == 55 58 56 The favorite tool of the PostGIS community to display geometries loaded into PostGIS is OpenJUMP. This java open source software is very easy to install and work very well with PostGIS. Once OpenJUMP have been downloaded andinstalled, you can view the caribou points by following these steps:59 The favorite tool of the PostGIS community to display geometries loaded into PostGIS is OpenJUMP. This java open source software is very easy to install and work very well with PostGIS. Once OpenJUMP have been installed, you can view the caribou points by following these steps: 57 60 58 61 1. Start OpenJUMP and select "Layer->Run Datastore Query" from the menu.