Skip to content

Instantly share code, notes, and snippets.

@perusio
Last active August 27, 2019 12:03
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 perusio/226e5bb2ab44d07d9d0196db643602a5 to your computer and use it in GitHub Desktop.
Save perusio/226e5bb2ab44d07d9d0196db643602a5 to your computer and use it in GitHub Desktop.
UP42 Filter explanation: AOI
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-8.917159,
40.190416
],
[
-8.781576,
40.18834
],
[
-8.780651,
40.120273
],
[
-8.916505,
40.118146
],
[
-8.917159,
40.190416
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment