San Luis Obispo GIS Users Group
http://gisug.calpoly.edu
Open Source GIS software talk, v2.0
Big is better
use ↔ to navigate, blue = links

Please interrupt! ASK QUESTIONS!!
And we're not going to get too dorky on you.
That means: No Linux.
and, No Mac.
although, this presi was made on all OS's :-D
Wait, you're thinking: Who are you and what's the point?
We are Paul and Joe. And we want to expand your toolkit.
Last time we talked about OS GIS: we were new - it was generic.
We'll focus on Open Source GIS on Windows.
Windows, because: 84%.
"Windows users, henceforth known as the 84%, can now store and manipulate geospatial data in PostGIS, analyze and modify the data in QGIS, and publish it using TileMill." 'sproke
Let's get it started! Quantum GIS
Methods: OSGeo4W or Standalone
QGIS Workshop CGA Harvard University.
QGIS
plugins
FWTools
command line toolkit
very powerful
Reproject data & change format:
ogr2ogr -f "KML" -t_srs EPSG:4326 output.kml input.shp
Info about a Shapefile:
ogrinfo -al input.shp
GeoTiff from georeferenced Tiff:
geotifcp -e abc.tfw abc.tif geo_abc.tif
This code will export all your postgis tables into a folder called mydatadump in Shapefile format.
ogr2ogr -f "ESRI Shapefile" mydatadump PG:"host=myhost user=myloginname dbname=mydbname password=mypassword"
Install PostgreSQL + PostGIS (through StackBuilder) to get right into it.
One Stop Shop: OpenGeo Workshop + installer. For great introduction, easy setup.
TileMill
insert video here
High resolution exports for print or web.
MapBox hosting, $5/mo are you serious? That's afforable.

CartoDB
insert video here
Popular Javascript Mapping Libraries
Google Maps, OpenLayers, Leaflet, Polymaps, Modest Maps, Wax.
Use case1: GoogleFusion Tables
Fusion Tables, not technically Open Source but you gotta check 'em out!
use case2: Any .shp, .kml, .csv *even* .etc → CartoDB = map!
Use case3: .csv -> TileMill
What about Google Maps API?
Costing some people with term-changes.
Beyond the free limit of 25,000 views per day, sites will start having to pay $4 per 1,000 views." @ajturner
So, look at previous alternatives.
In case you were wondering how these developers make $
You *can* purchase support/service agreements from these companies.
LIVE DEMOS: here goes nothin'.
Questions? Want to see more?
I have a question :)
Thanks! Now, go play with those new toys/tools.
some attributions, references, etc. https://gist.github.com/1833724