Skip to content

Commit

Permalink
added notebook and geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
Elli committed Jan 19, 2021
1 parent a8a0741 commit c9fc81f
Show file tree
Hide file tree
Showing 2 changed files with 1,146 additions and 0 deletions.
68 changes: 68 additions & 0 deletions data/geojson/miami_to_palm.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-80.15350341796875,
25.673711282473864
],
[
-79.93377685546875,
25.668760323272966
],
[
-79.88983154296875,
25.962983554822678
],
[
-79.84039306640625,
26.433687518117914
],
[
-79.82940673828125,
26.86083040928142
],
[
-80.035400390625,
26.848578525873275
],
[
-80.02716064453125,
26.71862710083593
],
[
-80.0299072265625,
26.56396337134019
],
[
-80.0738525390625,
26.261399213411483
],
[
-80.09857177734375,
26.01482928993099
],
[
-80.11505126953125,
25.916055815010868
],
[
-80.10955810546875,
25.78752652911788
],
[
-80.15350341796875,
25.673711282473864
]
]
]
}
}
]
}
Loading

0 comments on commit c9fc81f

Please sign in to comment.