+ All Categories
Home > Documents > Using QGIS, GRASS and PostGIS to answer some difficult questions

Using QGIS, GRASS and PostGIS to answer some difficult questions

Date post: 23-Feb-2016
Category:
Upload: nanda
View: 68 times
Download: 0 times
Share this document with a friend
Description:
Using QGIS, GRASS and PostGIS to answer some difficult questions . How Open Source GIS can help make your life easier and help you find beer on a Sunday. A simple spatial query. Vector data types available through OGR. Where's the beer?. Geocode Query. QGIS and the GRASS Plugin. - PowerPoint PPT Presentation
Popular Tags:
16
Using QGIS, GRASS and PostGIS to answer some difficult questions How Open Source GIS can help make your life easier and help you find beer on a Sunday
Transcript
Page 1: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Using QGIS, GRASS and PostGIS to answer some difficult questions

How Open Source GIS can help make your life easier

and help you find beer on a Sunday

Page 2: Using QGIS, GRASS and  PostGIS to answer some difficult questions
Page 3: Using QGIS, GRASS and  PostGIS to answer some difficult questions

A simple spatial query

Page 4: Using QGIS, GRASS and  PostGIS to answer some difficult questions
Page 5: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Vector data types available through OGR

Page 6: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Where's the beer?

Page 7: Using QGIS, GRASS and  PostGIS to answer some difficult questions
Page 8: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Geocode Query

Page 9: Using QGIS, GRASS and  PostGIS to answer some difficult questions

QGIS and the GRASS Plugin

Page 10: Using QGIS, GRASS and  PostGIS to answer some difficult questions

GRASS’ Vector to Raster Tool

Page 11: Using QGIS, GRASS and  PostGIS to answer some difficult questions

r.grow Output

Page 12: Using QGIS, GRASS and  PostGIS to answer some difficult questions

SELECT Round(Sum(c.pop10*(ST_Area(ST_Intersection(c.geom, z.the_geom))) / c.totarea))

FROM(SELECT ST_Union(ST_Buffer(b.geom,8046.72)) as the_geom

FROM breweries.brewery b) as z, indiana.block_pop c

WHERE ST_Intersects(z.the_geom, c.geom);

Counting all Hoosiers Who Live Within Five Miles of a Microbrewery

Page 13: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Multipolygon Buffer

Page 14: Using QGIS, GRASS and  PostGIS to answer some difficult questions

QGIS Generated Contours

Page 15: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Cartography / Layout Editing

Versioned Editing Mr Sid support

File Geodatabase support

Current OSGeo Limitations

Page 16: Using QGIS, GRASS and  PostGIS to answer some difficult questions

Where to go for helpPostGIS: Refractions Research

http://refractions.net

QGIS: QGIS Foundationhttp://qgis.org

PostGIS In ActionBy Leo Hsu & Regina Obe

http://postgis.us

GIS StackExchangehttp://gis.stackexchange.com

Philip BernardMapping & Spatial [email protected]


Recommended