Last active
August 27, 2019 12:03
-
-
Save perusio/226e5bb2ab44d07d9d0196db643602a5 to your computer and use it in GitHub Desktop.
UP42 Filter explanation: AOI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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