Skip to content

Instantly share code, notes, and snippets.

@PawaritL
Created July 16, 2021 10:59
Show Gist options
  • Save PawaritL/138c8af16febed2982c2d3ed6e9e3008 to your computer and use it in GitHub Desktop.
Save PawaritL/138c8af16febed2982c2d3ed6e9e3008 to your computer and use it in GitHub Desktop.
geojson_example.py
geojson = {
"type": "Polygon",
"coordinates": [
[
[179.0, 0.0],
[-179.0, 0.0],
[-179.0, 1.0],
[179.0, 1.0],
[179.0, 0.0]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment