SlideShare a Scribd company logo
© 2014 IBM Corporation 
Information Management 
(Geo)JSON Everywhere! 
Boston Esri Dev Meetup
Information Management 
Javascript 
Yesterday 
▪Browser 
▪ArcGIS API for Javascript 
‹#› © 2014 IBM Corporation
Information Management 
Javascript 
Today - 
Everywhere Browser, iOS JavaScriptCore, 
Android WebView, Server-side NodeJS, 
embedded devices 
‹#› © 2014 IBM Corporation
Information Management 
JSON is the 
new data 
interoperability 
‹#› © 2014 IBM Corporation
Information Management 
JSON 
{ 
"_id": "b5eddd6018b29f4434842d94a85e5b4c", 
"_rev": "1-9d7fb6c38b7f0e18c902ae85f3bab984", 
"properties": { 
"poiid": "a13b8b94-802d-49f4-9781-d661f63aa7f4", 
"name": "Ponte S. Angelo - Accattone" 
}, 
"type": "Feature", 
"geometry": { 
"coordinates": [ 
12.466458, 
41.90167 
], 
"type": "Point" 
} 
}" 
‹#› © 2014 IBM Corporation
Information Management 
GeoJSON 
Point { 
"type": "Feature", 
"geometry": { 
"type": "Point", 
"coordinates": [ 
102, 
0.5 
] 
}, 
"properties": {"prop0": "value0"} 
} 
‹#› © 2014 IBM Corporation
Information Management 
GeoJSON 
Line { 
"type": "Feature", 
"geometry": { 
"type": "LineString", 
"coordinates": [ 
[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] 
] 
}, 
"properties": { 
"prop0": "value0", 
"prop1": 0 
} 
} 
‹#› © 2014 IBM Corporation
Information Management 
GeoJSON 
Polygon { 
"type": "Feature", 
"geometry": { 
"type": "Polygon", 
"coordinates": [ 
[ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], 
[100.0, 1.0], [100.0, 0.0] ] 
] 
}, 
"properties": { 
"prop0": "value0", 
"prop1": {"this": "that"} 
} 
}" 
‹#› © 2014 IBM Corporation
Information Management 
Koop 
‹#› © 2014 IBM Corporation
Querying Cloudant from ArcGIS Online 
‹#› © 2014 IBM Corporation
Information Management 
Koop 
‹#› © 2014 IBM Corporation
Information Management 
Koop 
‹#› © 2014 IBM Corporation
Information Management 
so what? 
data 
democratization 
‹#› © 2014 IBM Corporation
Information Management 
so what? 
GIS is a 
commodity 
‹#› © 2014 IBM Corporation

More Related Content

PDF
Having fun with graphs, a short introduction to D3.js
PPTX
JSON: The Basics
PDF
NoSQL meets Microservices
PDF
Michael Hackstein - NoSQL meets Microservices - NoSQL matters Dublin 2015
PDF
Rapidly Iterating Across Platforms with Server-Driven UI
PDF
NoSQL meets Microservices - Michael Hackstein
PDF
iPhone - web development lotus notes domino
Having fun with graphs, a short introduction to D3.js
JSON: The Basics
NoSQL meets Microservices
Michael Hackstein - NoSQL meets Microservices - NoSQL matters Dublin 2015
Rapidly Iterating Across Platforms with Server-Driven UI
NoSQL meets Microservices - Michael Hackstein
iPhone - web development lotus notes domino

Similar to JSON Everywhere (20)

PPTX
AngularJS - a radically different way of building Single Page Apps
PDF
Drupal Mobile
PPTX
What's New for Cartography in ArcGIS 10.2
PDF
How to build a html5 websites.v1
PDF
Big Data Expo 2015 - MapR Impacting Business As It Happens
PDF
An introduction to Scala.js
PPTX
Utilizing Arrays: Modeling, Querying and Indexing
PPTX
Svcc 2013-d3
PPTX
SVCC 2013 D3.js Presentation (10/05/2013)
PDF
Visualization of Big Data in Web Apps
PDF
Java EE 8 - An instant snapshot
ODP
ELK Stack - Turn boring logfiles into sexy dashboard
PDF
Edição de Texto Rico com React e Draft.js
KEY
Ioannis Doxaras on GIS and Gmaps at 1st GTUG meetup Greece
PPTX
D3.js - A picture is worth a thousand words
PPTX
Geospatial Queries in MongoDB
PDF
Geospatial technologies
PDF
前端MVC之BackboneJS
KEY
CouchDB on Android
PPT
JavaScript - Object-Oriented Programming & Remote Scripting
AngularJS - a radically different way of building Single Page Apps
Drupal Mobile
What's New for Cartography in ArcGIS 10.2
How to build a html5 websites.v1
Big Data Expo 2015 - MapR Impacting Business As It Happens
An introduction to Scala.js
Utilizing Arrays: Modeling, Querying and Indexing
Svcc 2013-d3
SVCC 2013 D3.js Presentation (10/05/2013)
Visualization of Big Data in Web Apps
Java EE 8 - An instant snapshot
ELK Stack - Turn boring logfiles into sexy dashboard
Edição de Texto Rico com React e Draft.js
Ioannis Doxaras on GIS and Gmaps at 1st GTUG meetup Greece
D3.js - A picture is worth a thousand words
Geospatial Queries in MongoDB
Geospatial technologies
前端MVC之BackboneJS
CouchDB on Android
JavaScript - Object-Oriented Programming & Remote Scripting
Ad

More from Raj Singh (11)

PPTX
Optimizing location-based apps with open data
PPTX
data science toolkit 101: set up Python, Spark, & Jupyter
PPTX
All your database are belong to us - Koop, Cloudant, Feature Services
PPTX
Field Work: Map-centric mobile apps with Cloudant Geo and LeafletJS
PPTX
Painless Polyglot Persistence
PPTX
The Evolution of Mobile Mapping
PPTX
The NoSQL Geospatial Landscape
PPTX
GeoPackage, OWS Context and the OGC Interoperability Program
PPTX
IoT Meets Geo
PPTX
GeoPackage, Context and POI (and a sprinkle of GeoJSON)
PPTX
Introduction to GeoPackage and OWS Context
Optimizing location-based apps with open data
data science toolkit 101: set up Python, Spark, & Jupyter
All your database are belong to us - Koop, Cloudant, Feature Services
Field Work: Map-centric mobile apps with Cloudant Geo and LeafletJS
Painless Polyglot Persistence
The Evolution of Mobile Mapping
The NoSQL Geospatial Landscape
GeoPackage, OWS Context and the OGC Interoperability Program
IoT Meets Geo
GeoPackage, Context and POI (and a sprinkle of GeoJSON)
Introduction to GeoPackage and OWS Context
Ad

Recently uploaded (20)

PDF
Network Security Unit 5.pdf for BCA BBA.
PPT
Teaching material agriculture food technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
KodekX | Application Modernization Development
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Electronic commerce courselecture one. Pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Spectral efficient network and resource selection model in 5G networks
DOCX
The AUB Centre for AI in Media Proposal.docx
Network Security Unit 5.pdf for BCA BBA.
Teaching material agriculture food technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
cuic standard and advanced reporting.pdf
Machine learning based COVID-19 study performance prediction
Advanced methodologies resolving dimensionality complications for autism neur...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
KodekX | Application Modernization Development
sap open course for s4hana steps from ECC to s4
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Building Integrated photovoltaic BIPV_UPV.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Electronic commerce courselecture one. Pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Review of recent advances in non-invasive hemoglobin estimation
Spectral efficient network and resource selection model in 5G networks
The AUB Centre for AI in Media Proposal.docx

JSON Everywhere

  • 1. © 2014 IBM Corporation Information Management (Geo)JSON Everywhere! Boston Esri Dev Meetup
  • 2. Information Management Javascript Yesterday ▪Browser ▪ArcGIS API for Javascript ‹#› © 2014 IBM Corporation
  • 3. Information Management Javascript Today - Everywhere Browser, iOS JavaScriptCore, Android WebView, Server-side NodeJS, embedded devices ‹#› © 2014 IBM Corporation
  • 4. Information Management JSON is the new data interoperability ‹#› © 2014 IBM Corporation
  • 5. Information Management JSON { "_id": "b5eddd6018b29f4434842d94a85e5b4c", "_rev": "1-9d7fb6c38b7f0e18c902ae85f3bab984", "properties": { "poiid": "a13b8b94-802d-49f4-9781-d661f63aa7f4", "name": "Ponte S. Angelo - Accattone" }, "type": "Feature", "geometry": { "coordinates": [ 12.466458, 41.90167 ], "type": "Point" } }" ‹#› © 2014 IBM Corporation
  • 6. Information Management GeoJSON Point { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 102, 0.5 ] }, "properties": {"prop0": "value0"} } ‹#› © 2014 IBM Corporation
  • 7. Information Management GeoJSON Line { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] }, "properties": { "prop0": "value0", "prop1": 0 } } ‹#› © 2014 IBM Corporation
  • 8. Information Management GeoJSON Polygon { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ] }, "properties": { "prop0": "value0", "prop1": {"this": "that"} } }" ‹#› © 2014 IBM Corporation
  • 9. Information Management Koop ‹#› © 2014 IBM Corporation
  • 10. Querying Cloudant from ArcGIS Online ‹#› © 2014 IBM Corporation
  • 11. Information Management Koop ‹#› © 2014 IBM Corporation
  • 12. Information Management Koop ‹#› © 2014 IBM Corporation
  • 13. Information Management so what? data democratization ‹#› © 2014 IBM Corporation
  • 14. Information Management so what? GIS is a commodity ‹#› © 2014 IBM Corporation