Created
August 29, 2019 11:54
-
-
Save perusio/7dc5803b4fa8fb87d8ffa62909dc5fc4 to your computer and use it in GitHub Desktop.
UP42 Getting started: Running your first workflow 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.721771, | |
41.190281 | |
], | |
[ | |
-8.685722, | |
41.191573 | |
], | |
[ | |
-8.684349, | |
41.17271 | |
], | |
[ | |
-8.720398, | |
41.169351 | |
], | |
[ | |
-8.721771, | |
41.190281 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment