GeoJSON and Geo APIs

7th International Workshop on Location and the Web (LocWeb 2017) [http://dhere.de/locweb2017/]

Erik Wilde, @dret
April 4, 2017

Creative Commons License [http://creativecommons.org/licenses/by/3.0/]

This work is licensed under a CC
Attribution 3.0 Unported License
[http://creativecommons.org/licenses/by/3.0/]

Contents Erik Wilde: GeoJSON and Geo APIs

Contents

Erik Wilde: GeoJSON and Geo APIs

(2) Summary

GeoJSON has been in use for several years now, but only recently became an official standard by being published as IETF RFC 7946. This talk briefly presents GeoJSON, the changes that the RFC revision incorporates, and talks about ongoing work within the IETF GeoJSON working group. It also puts those activities into the context of Geo APIs.



What is GeoJSON?

Outline (What is GeoJSON?)

  1. What is GeoJSON? [5]
  2. IETF GeoJSON Working Group [4]
  3. Geo APIs [2]
  4. Conclusions [1]
What is GeoJSON? Erik Wilde: GeoJSON and Geo APIs

(4) It's for Riding Animals!

fish.jpggoose.jpg

What is GeoJSON? Erik Wilde: GeoJSON and Geo APIs

(5) GeoJSON Fish

{
    "type": "Feature",
    "properties": {
        "name": "World Water Day Fish",
        "time": "2016-03-22T11:01:42.000Z"
    },
    "geometry": {
        "type": "LineString",
        "coordinates": [
            [
                8.548238184303045,
                47.40594316273928,
                459.6000061035156
            ],
            [


What is GeoJSON? Erik Wilde: GeoJSON and Geo APIs

(6) GeoJSON Goose

{
    "type": "Feature",
    "properties": {
        "name": "Easter Goose",
        "time": "2016-03-26T11:03:27.000Z"
    },
    "geometry": {
        "type": "LineString",
        "coordinates": [
            [
                8.551550712436438,
                47.40528577007353,
                401
            ],
            [


What is GeoJSON? Erik Wilde: GeoJSON and Geo APIs

(7) Representing Geometries or Features



What is GeoJSON? Erik Wilde: GeoJSON and Geo APIs

(8) Using GeoJSON



IETF GeoJSON Working Group

Outline (IETF GeoJSON Working Group)

  1. What is GeoJSON? [5]
  2. IETF GeoJSON Working Group [4]
  3. Geo APIs [2]
  4. Conclusions [1]
IETF GeoJSON Working Group Erik Wilde: GeoJSON and Geo APIs

(10) GeoJSON Problems



IETF GeoJSON Working Group Erik Wilde: GeoJSON and Geo APIs

(11) IETF GeoJSON WG



IETF GeoJSON Working Group Erik Wilde: GeoJSON and Geo APIs

(12) IETF GeoJSON WG Work



IETF GeoJSON Working Group Erik Wilde: GeoJSON and Geo APIs

(13) GeoJSON Changes



Geo APIs

Outline (Geo APIs)

  1. What is GeoJSON? [5]
  2. IETF GeoJSON Working Group [4]
  3. Geo APIs [2]
  4. Conclusions [1]
Geo APIs Erik Wilde: GeoJSON and Geo APIs

(15) Being Webby



Geo APIs Erik Wilde: GeoJSON and Geo APIs

(16) Designing Geo APIs



Conclusions

Outline (Conclusions)

  1. What is GeoJSON? [5]
  2. IETF GeoJSON Working Group [4]
  3. Geo APIs [2]
  4. Conclusions [1]
Conclusions Erik Wilde: GeoJSON and Geo APIs

(18) Thanks! Q&A

What's Next?

April 4, 2017 7th International Workshop on Location and the Web (LocWeb 2017) [http://dhere.de/locweb2017/]