Created
August 27, 2019 18:30
-
-
Save perusio/26c0c134a9d9e9dd88e10e55bf04e903 to your computer and use it in GitHub Desktop.
UP42 demo project 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": [ | |
[ | |
[ | |
1.540129, | |
52.079701 | |
], | |
[ | |
1.53084, | |
52.077514 | |
], | |
[ | |
1.532581, | |
52.073376 | |
], | |
[ | |
1.547756, | |
52.071101 | |
], | |
[ | |
1.557016, | |
52.076481 | |
], | |
[ | |
1.540129, | |
52.079701 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment