Changes between Version 15 and Version 16 of WKTRasterTutorial01


Ignore:
Timestamp:
Jun 10, 2010, 2:18:58 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRasterTutorial01

    v15 v16  
    77We 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:
    88
    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]
    1518
    1619We will use two different datasets:
     
    5457== Visualizing the caribou point in OpenJUMP ==
    5558
    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 and installed, you can view the caribou points by following these steps:
     59The 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:
    5760
    5861 1.  Start OpenJUMP and select "Layer->Run Datastore Query" from the menu.