gis meetup 112013

7
Visualizing geoSpatial data using CartoDB and D3.js Josh Gage Gage Cartographics

Upload: josh-gage

Post on 14-Jul-2015

77 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Gis meetup 112013

Visualizing geoSpatial data using

CartoDB and D3.js

Josh GageGage Cartographics

Page 2: Gis meetup 112013

CartoDB

Cloud computing platform for GIS and web-

mapping in the browser

Support most geoSpatial data formats

Page 3: Gis meetup 112013

CartoDB

Stand alone web maps

Tile/data server for custom applications

Page 4: Gis meetup 112013

CartoDB

• PostgreSQL Database with full POSTGIS

capability

Page 5: Gis meetup 112013

D3 – Data Driven Documents

• Open Source JavaScript library

• Renders dynamic graphics in browser’s DOM

using <svg>

Page 6: Gis meetup 112013

Jumping-in - CartoDB

http://gagecarto.cartodb.com/

http://www.gagecartographics.com/test/base.html

http://gagecartographics.com/test/sliderAndDays.html

http://www.gagecartographics.com/test/crimes.html

Page 7: Gis meetup 112013

JSON returned from Queries{

"type": "Feature",

"properties": {

"typesimple": "theft",

"type": "THEFT OF LOST OR MISLAID PROPERTY ",

"id": "891",

"location": "100 BLK E MAIN ST",

"location2": "100 E MAIN ST, Bozeman Montana",

"date": "2013-07-13T00:59:59+0200",

"cartodb_id": 891,

"created_at": "2013-10-26T16:53:50+0200",

"updated_at": "2013-10-26T17:07:58+0200",

"cartodb_georef_status": true,

"time": null

},

{

"type": "Feature",

"properties": {

"typesimple": "theft",

"type": "THEFT, ALL OTHERS ",

"id": "926",

"location": "1200 BLK W LINCOLN ST",

"location2": "1200 W LINCOLN ST, Bozeman Montana",

"date": "2013-08-03T20:17:59+0200",

"cartodb_id": 926,

"created_at": "2013-10-26T16:53:50+0200",

"updated_at": "2013-10-26T17:08:28+0200",

"cartodb_georef_status": true,

"time": null

},