Skip to content

Instantly share code, notes, and snippets.

@SebastianoF
Created April 24, 2022 14:57
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 SebastianoF/f1aa06165a8aa866d5c230a4917b23a5 to your computer and use it in GitHub Desktop.
Save SebastianoF/f1aa06165a8aa866d5c230a4917b23a5 to your computer and use it in GitHub Desktop.
b001_10.py
polygon_st_luke_office = {
"type": "Polygon",
"coordinates": [
[
[-0.0930210043528368, 51.52553386809767],
[-0.09362754938510826, 51.5257442611004],
[-0.09398505401347826, 51.52546150215205],
[-0.09363181940230854, 51.525218817282784],
[-0.09313761642997592, 51.52527679524477],
[-0.0930210043528368, 51.52553386809767],
]
],
}
polygon_albert_road = {
"type": "Polygon",
"coordinates": [
[
[0.05074120549614755, 51.503014231092195],
[0.04882522609357891, 51.50189434877025],
[0.051410997081145014, 51.49996117091324],
[0.05337913172491038, 51.501678115383754],
[0.05074120549614755, 51.503014231092195],
]
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment