Changes between Version 187 and Version 188 of WKTRaster


Ignore:
Timestamp:
Jun 10, 2011, 1:02:37 PM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster

    v187 v188  
    114114There are some options to display rasters stored in PostGIS.
    115115
    116  * '''!OpenJump''' - !OpenJump will not display raster directly but a vectorization of the raster. Use a query like the following in the "Layer->Execute Query" dialog:
     116 * '''!OpenJump - '''!OpenJump will not display raster directly but a vectorization of the raster. Use a query like the following in the "Layer->Execute Query" dialog:
    117117
    118118{{{
     
    121121}}}
    122122
    123  * '''QGIS''' - There is now a plugin for QGIS displaying PostGIS rasters. See [http://www.mail-archive.com/qgis-user@lists.osgeo.org/msg07761.html the original thread], [http://mapeandoobrasil.blogspot.com/2010/12/postgis-raster-plugin-para-qgis.html Mapeando o Brasil] and [http://pyqgis.org/repo/contributed the QGIS plugin page]. For more info on the status of the plugin, contact Maurício de Paulo (mauricio.dev@gmail.com).
    124 
    125  * '''gvSIG''' - There is also a plugin for gvSIG, the popular spanish open source GIS. See [http://www.slideshare.net/nbrodin/postgisrastergvsig the presentation], [http://forge.osor.eu/docman/view.php/313/560/PostGISRaster-0.1-man-en.pdf the documentation] and [http://www.osor.eu/projects/gvsig-postgisra the project page]. The plugin should be integrated into [http://www.gvsig.org/web/projects/gvsig-desktop/devel/gvsig gvSIG 2.0]. For more info on the status of the plugin, contact Nacho Brodin (ibrodin@prodevelop.es) at [http://www.prodevelop.es/en Prodevelop]. See the plugin in action: [attachment:postgisraster_on_gvsig.zip OGM]
    126 
    127  * '''!MapServer''' - Some test were done to display PostGIS rasters with !MapServer... and it works! See [http://trac.osgeo.org/postgis/ticket/497 this post]. More details in chapter 13 of [http://www.manning.com/obe/ PostGIS in Action].
     123 * '''ArcGIS 10 - ''' Same idea as with !OpenJump: You can not display rasters directly but a vectorization of them. See [http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_a_query_layer/00s50000000n000000/ What is a query layer?] in the ArcGIS 10 documentation. With ArcGIS you don't have to convert the geometries to WKB with ST_AsBinary().
     124
     125 * '''QGIS - '''There is now a plugin for QGIS displaying PostGIS rasters. See [http://www.mail-archive.com/qgis-user@lists.osgeo.org/msg07761.html the original thread], [http://mapeandoobrasil.blogspot.com/2010/12/postgis-raster-plugin-para-qgis.html Mapeando o Brasil] and [http://pyqgis.org/repo/contributed the QGIS plugin page]. For more info on the status of the plugin, contact Maurício de Paulo (mauricio.dev@gmail.com).
     126
     127 * '''gvSIG -''' There is also a plugin for gvSIG, the popular spanish open source GIS. See [http://www.slideshare.net/nbrodin/postgisrastergvsig the presentation], [http://forge.osor.eu/docman/view.php/313/560/PostGISRaster-0.1-man-en.pdf the documentation] and [http://www.osor.eu/projects/gvsig-postgisra the project page]. The plugin should be integrated into [http://www.gvsig.org/web/projects/gvsig-desktop/devel/gvsig gvSIG 2.0]. For more info on the status of the plugin, contact Nacho Brodin (ibrodin@prodevelop.es) at [http://www.prodevelop.es/en Prodevelop]. See the plugin in action: [attachment:postgisraster_on_gvsig.zip OGM]
     128
     129 * '''!MapServer -''' Some test were done to display PostGIS rasters with !MapServer... and it works! See [http://trac.osgeo.org/postgis/ticket/497 this post]. More details in chapter 13 of [http://www.manning.com/obe/ PostGIS in Action].
    128130
    129131== More Info ==