Created
July 16, 2021 10:59
-
-
Save PawaritL/138c8af16febed2982c2d3ed6e9e3008 to your computer and use it in GitHub Desktop.
geojson_example.py
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
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