Skip to content

Instantly share code, notes, and snippets.

@up42-epicycles
Last active October 14, 2019 13:02
Show Gist options
  • Save up42-epicycles/67a66496690279d7c02488460f3be62a to your computer and use it in GitHub Desktop.
Save up42-epicycles/67a66496690279d7c02488460f3be62a to your computer and use it in GitHub Desktop.
UP42 Filters tutorial: AOI Northern Italy.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "Polygon 1",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"Name": "AOI",
"Description": ""
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
11.940950872376561,
46.434228036981125,
0
],
[
11.975643318146469,
46.43473534415716,
0
],
[
11.980787459760904,
46.41669675499759,
0
],
[
11.937306001782419,
46.41680596958025,
0
],
[
11.940950872376561,
46.434228036981125,
0
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment