Skip to content

Instantly share code, notes, and snippets.

@m-mohr
Created June 7, 2018 09:40
Show Gist options
  • Save m-mohr/505ee4644b54d74d94b1de70657d610d to your computer and use it in GitHub Desktop.
Save m-mohr/505ee4644b54d74d94b1de70657d610d to your computer and use it in GitHub Desktop.
Polygons for openEO Hackathon
Display the source blob
Display the rendered blob
Raw
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
16.1,
48.25
],
[
16.6,
48.25
],
[
16.6,
48.6
],
[
16.1,
48.6
],
[
16.1,
48.25
]
]
]
}
},
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
16.1,
47.9
],
[
16.6,
47.9
],
[
16.6,
48.25
],
[
16.1,
48.25
],
[
16.1,
47.9
]
]
]
}
},
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
16.1,
47.55
],
[
16.6,
47.55
],
[
16.6,
47.9
],
[
16.1,
47.9
],
[
16.1,
47.55
]
]
]
}
},
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
16.1,
47.2
],
[
16.6,
47.2
],
[
16.6,
47.55
],
[
16.1,
47.55
],
[
16.1,
47.2
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment