Skip to content

Instantly share code, notes, and snippets.

@parulnith
Last active November 23, 2018 05:25
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 parulnith/ad397b0336299543954a116aa21ea6a7 to your computer and use it in GitHub Desktop.
Save parulnith/ad397b0336299543954a116aa21ea6a7 to your computer and use it in GitHub Desktop.
# 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