Last active
November 23, 2018 05:25
-
-
Save parulnith/ad397b0336299543954a116aa21ea6a7 to your computer and use it in GitHub Desktop.
This file contains 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
# AOI co-ordinates (created via geojson.io) | |
geojson_geometry = { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[438.2666015625,22.27893059841188], | |
[440.013427734375,22.27893059841188], | |
[440.013427734375,23.33216830631147], | |
[438.2666015625,23.33216830631147], | |
[438.2666015625,22.27893059841188] | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment