1 / 14

Open Source GIS

Open Source GIS. Discussion and Examples CSIG 06 – 16Aug2006 Chris Condit (condit@sdsc.edu). Overview Slide. Why bother with open source GIS? Discuss some tools Hands on OGR MapServer OpenEV. What’s the point?. Licensing costs Smaller footprint Less resource intensive

lacey
Télécharger la présentation

Open Source GIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Open Source GIS Discussion and Examples CSIG 06 – 16Aug2006 Chris Condit (condit@sdsc.edu)

  2. Overview Slide • Why bother with open source GIS? • Discuss some tools • Hands on • OGR • MapServer • OpenEV

  3. What’s the point? • Licensing costs • Smaller footprint • Less resource intensive • Active and responsive community • Somewhat more accessible • Embracing OGC standards • Not for everyone

  4. Useful, free tools • FWTools (http://fwtools.maptools.org) • PROJ.4, OpenEV, gdal/ogr • MapServer (http://mapserver.gis.umn.edu) • MS4W (http://www.maptools.org/ms4w) • PostGIS (http://www.postgis.org) • Google Earth (http://earth.google.com)

  5. Google Earth hubbub “…not to show geographical information but to show the world information geographically.” Michael Jones

  6. Google Earth considerations

  7. GML vs KML • Similar, but different KML is a dirty mix of style and formatting. Be careful.

  8. Exercise • Using OGR to create KML • http://aqua.sdsc.edu/csig/KMLTutorial.html

  9. MapServer • Implements many OGC standards • WMS, WFS, WCS • Production and consumption • Online GIS considerations • MapScript (iobis) • MapServer in tandem with applications

  10. MapServer Exercise • http://aqua.sdsc.edu/csig/mapdata.zip • C:\tools\Apache2\htdocs\mapdata • “Quickly” publishing GIS data online • EXPRESSION ([MinDO2] < .5) • EXTENT -10000000 -10000000 10000000 10000000 • PROJECTION "proj=laea" "lat_0=-90" END

  11. Grabbing PostGIS data LAYER CONNECTIONTYPE OGR PROJECTION "init=epsg:4326“ END NAME "eezs“ CONNECTION "PG:host=aqua.sdsc.edu user=csig password=csig dbname=csig“ DATA "continents“ STATUS DEFAULT TYPE POLYGON CLASS OUTLINECOLOR 0 255 0 SIZE 3 END END

  12. PostGIS GIS Translator Oracle Spatial MySQL ESRI Formats OGC Formats iOBIS Overview (Custom MapServer App) Data Layer Client Layer Application Layer Geospatial Mediator Registration Tool SOA Consumer Application Server UMN MapServer Google Maps Client Statistical Package (R, MATLAB, etc) Ontological Knowledge Base

  13. OpenEV Demo • Use the same data to create a static map in OpenEV.

  14. Grand Conclusions • Questions • Comments • Post talk observations: • Quantum GIS will render PostGIS vector layers in an ArcMap like interface. • GRASS is also an excellent GIS tool.

More Related