Skip to content

Instantly share code, notes, and snippets.

@willemarcel
Last active June 22, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willemarcel/55d297b6aae8882fe19a04e6fe9ef802 to your computer and use it in GitHub Desktop.
Save willemarcel/55d297b6aae8882fe19a04e6fe9ef802 to your computer and use it in GitHub Desktop.
DeRose Method Schools
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "New York",
"schools": 2
},
"geometry": {
"type": "Point",
"coordinates": [
-73.970947265625,
40.781581302919285
]
}
},
{
"type": "Feature",
"properties": {
"name": "Honolulu",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-157.8555965423584,
21.295852065050063
]
}
},
{
"type": "Feature",
"properties": {
"name": "London",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-0.16754150390625,
51.48704852855153
]
}
},
{
"type": "Feature",
"properties": {
"name": "Rome",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
12.490768432617188,
41.925653753020825
]
}
},
{
"type": "Feature",
"properties": {
"name": "Barcelona",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
2.18353271484375,
41.39084745343243
]
}
},
{
"type": "Feature",
"properties": {
"name": "Paris",
"schools": 3
},
"geometry": {
"type": "Point",
"coordinates": [
2.352447509765625,
48.87465122643438
]
}
},
{
"type": "Feature",
"properties": {
"name": "Lisboa",
"schools": 2
},
"geometry": {
"type": "Point",
"coordinates": [
-9.140625,
38.71391146304093
]
}
},
{
"type": "Feature",
"properties": {
"name": "Porto",
"schools": 2
},
"geometry": {
"type": "Point",
"coordinates": [
-8.6187744140625,
41.15901221836653
]
}
},
{
"type": "Feature",
"properties": {
"name": "Santiago",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-70.63728332519531,
-33.48758079074843
]
}
},
{
"type": "Feature",
"properties": {
"name": "Buenos Aires",
"schools": 7
},
"geometry": {
"type": "Point",
"coordinates": [
-58.43902587890625,
-34.617387052407175
]
}
},
{
"type": "Feature",
"properties": {
"name": "Cordoba",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-64.1876220703125,
-31.40932616731977
]
}
},
{
"type": "Feature",
"properties": {
"name": "Mendoza",
"schools": 2
},
"geometry": {
"type": "Point",
"coordinates": [
-68.8568115234375,
-32.88881315761994
]
}
},
{
"type": "Feature",
"properties": {
"name": "San Carlos de Bariloche",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-71.2983512878418,
-41.14492338813641
]
}
},
{
"type": "Feature",
"properties": {
"name": "Salvador",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-38.49568068981171,
-13.010934398821604
]
}
},
{
"type": "Feature",
"properties": {
"name": "Brasília",
"schools": 2
},
"geometry": {
"type": "Point",
"coordinates": [
-47.8923225402832,
-15.793740202758748
]
}
},
{
"type": "Feature",
"properties": {
"name": "São Paulo",
"schools": 22
},
"geometry": {
"type": "Point",
"coordinates": [
-46.64520263671875,
-23.54762199510273
]
}
},
{
"type": "Feature",
"properties": {
"name": "Rio de Janeiro",
"schools": 3
},
"geometry": {
"type": "Point",
"coordinates": [
-43.19000244140625,
-22.92045268936839
]
}
},
{
"type": "Feature",
"properties": {
"name": "Porto Alegre",
"schools": 4
},
"geometry": {
"type": "Point",
"coordinates": [
-51.18118286132812,
-30.026299582223675
]
}
},
{
"type": "Feature",
"properties": {
"name": "Curitiba",
"schools": 6
},
"geometry": {
"type": "Point",
"coordinates": [
-49.28466796875,
-25.453194979524856
]
}
},
{
"type": "Feature",
"properties": {
"name": "Florianópolis",
"schools": 3
},
"geometry": {
"type": "Point",
"coordinates": [
-48.54927062988281,
-27.592283532030677
]
}
},
{
"type": "Feature",
"properties": {
"name": "Edinburgh",
"schools": 1
},
"geometry": {
"type": "Point",
"coordinates": [
-3.1966781616210938,
55.95861823830549
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment