Skip to content

Commit f02a6a0

Browse files
authored
docs: fixing formatting and adding pip (#148)
1 parent d2ccd6e commit f02a6a0

File tree

2 files changed

+82
-65
lines changed

2 files changed

+82
-65
lines changed

docs/overture-examples.ipynb

Lines changed: 54 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,25 @@
3131
"This notebook demonstrates how to query and analyze the [Overture Maps](https://overturemaps.org/) dataset using SedonaDB.\n",
3232
"\n",
3333
"The notebook explains how to:\n",
34+
"\n",
3435
"* Load Overture data for the `buildings` and `divisions` themes directly from S3.\n",
3536
"* Perform spatial queries to find features within a specific geographic area.\n",
3637
"* Optimize subsequent query performance by caching a subset of data in memory."
3738
]
3839
},
3940
{
4041
"cell_type": "code",
41-
"execution_count": 2,
42+
"execution_count": null,
43+
"id": "c5e580ff",
44+
"metadata": {},
45+
"outputs": [],
46+
"source": [
47+
"%pip install lonboard"
48+
]
49+
},
50+
{
51+
"cell_type": "code",
52+
"execution_count": 17,
4253
"id": "6d6fa0ab-b4ed-4e60-b099-a1af0998b486",
4354
"metadata": {},
4455
"outputs": [],
@@ -62,7 +73,7 @@
6273
},
6374
{
6475
"cell_type": "code",
65-
"execution_count": 3,
76+
"execution_count": 18,
6677
"id": "52855769-4872-472a-9c42-afced3d85ca8",
6778
"metadata": {},
6879
"outputs": [],
@@ -74,7 +85,7 @@
7485
},
7586
{
7687
"cell_type": "code",
77-
"execution_count": 4,
88+
"execution_count": 19,
7889
"id": "b45b5e5c-64ed-49ba-a8aa-9f2292f617c6",
7990
"metadata": {},
8091
"outputs": [
@@ -86,25 +97,25 @@
8697
"│ id ┆ geometry ┆ … ┆ roof_height │\n",
8798
"│ utf8 ┆ geometry ┆ ┆ float64 │\n",
8899
"╞══════════════════════════════════════╪═════════════════════════════════════════╪═══╪═════════════╡\n",
89-
"97a89436-5295-417e-bde1-2dbf8fe10700 ┆ POLYGON((-107.0377042 28.8102782,-107.… ┆ … ┆ │\n",
100+
"afc55d29-5916-42ad-8f9c-76ba9d749be9 ┆ POLYGON((-74.5920939 4.893956,-74.5920… ┆ … ┆ │\n",
90101
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
91-
"e09fcdeb-65ab-443c-bc59-4f9acf32af17 ┆ POLYGON((-107.0372022 28.8103812,-107.… ┆ … ┆ │\n",
102+
"9c7ece54-88ff-48d4-8b48-11959fb058a1 ┆ POLYGON((-74.5906253 4.8896057,-74.590… ┆ … ┆ │\n",
92103
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
93-
"cb06e75f-66a0-40ca-9029-e1a24dff1434 ┆ POLYGON((-107.0372848 28.8104923,-107.… ┆ … ┆ │\n",
104+
"24fde8c7-6771-4205-b9da-2599d825f85f ┆ POLYGON((-74.5905666 4.8896679,-74.590… ┆ … ┆ │\n",
94105
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
95-
"5b8eaaca-5628-41d2-9e74-8c4c1205ed54 ┆ POLYGON((-107.0371986 28.8104859,-107.… ┆ … ┆ │\n",
106+
"79bdbb6f-5a9f-4b35-8e30-eb9019a6a1d7 ┆ POLYGON((-74.5905272 4.8896867,-74.590… ┆ … ┆ │\n",
96107
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
97-
"1a4fba29-6160-4a98-b8f7-03395fd6466a ┆ POLYGON((-107.0373331 28.8105281,-107.… ┆ … ┆ │\n",
108+
"45ca1264-1062-41de-9375-82d93d93ee31 ┆ POLYGON((-74.590441 4.8897205,-74.5904… ┆ … ┆ │\n",
98109
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
99-
"9de2d803-ab58-46e1-9a35-7423f8d0d121 ┆ POLYGON((-107.0378928 28.8112268,-107.… ┆ … ┆ │\n",
110+
"b22e0827-bc09-439f-85cf-5401db561a23 ┆ POLYGON((-74.5903646 4.889949,-74.5903… ┆ … ┆ │\n",
100111
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
101-
"1704c72b-6f2b-445b-b9a3-36fdd0c74233 ┆ POLYGON((-107.0376099 28.8112085,-107.… ┆ … ┆ │\n",
112+
"754bf2dd-81a3-498f-910d-b2b2cc18e1a2 ┆ POLYGON((-74.589949 4.8891923,-74.5899… ┆ … ┆ │\n",
102113
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
103-
"b30bf41d-479f-4ee5-bd45-d4e17ffd8875 ┆ POLYGON((-107.0377094 28.8115554,-107.… ┆ … ┆ │\n",
114+
"77464ae4-77d9-45ac-ac28-e6f972de9363 ┆ POLYGON((-74.5898331 4.889214,-74.5897… ┆ … ┆ │\n",
104115
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
105-
"c88928d4-b165-4335-9bd8-ccc5c9f79cee ┆ POLYGON((-107.0374986 28.8111847,-107.… ┆ … ┆ │\n",
116+
"0f02d3f6-bbec-4cc0-89e5-65c3c4676cf1 ┆ POLYGON((-74.5899092 4.8892714,-74.589… ┆ … ┆ │\n",
106117
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
107-
"ca1000b0-6af3-47fc-bdf2-61e8b1b716fc ┆ POLYGON((-107.0370972 28.8115247,-107.… ┆ … ┆ │\n",
118+
"696976a2-ff13-4b89-9953-8fd74b400828 ┆ POLYGON((-74.5902424 4.889916,-74.5902… ┆ … ┆ │\n",
108119
"└──────────────────────────────────────┴─────────────────────────────────────────┴───┴─────────────┘\n"
109120
]
110121
}
@@ -115,7 +126,7 @@
115126
},
116127
{
117128
"cell_type": "code",
118-
"execution_count": 5,
129+
"execution_count": 20,
119130
"id": "e37a023e-0e80-403a-a65b-b5a190004f72",
120131
"metadata": {},
121132
"outputs": [],
@@ -125,7 +136,7 @@
125136
},
126137
{
127138
"cell_type": "code",
128-
"execution_count": 6,
139+
"execution_count": 21,
129140
"id": "ebfe4776-e08f-4f38-97fc-fca8ec6fc364",
130141
"metadata": {},
131142
"outputs": [
@@ -154,7 +165,7 @@
154165
},
155166
{
156167
"cell_type": "code",
157-
"execution_count": 7,
168+
"execution_count": 22,
158169
"id": "b73f670d-0d10-4a7a-bfc7-e2abe5d9edd2",
159170
"metadata": {},
160171
"outputs": [
@@ -188,7 +199,7 @@
188199
" roof_height: float64<Float64>"
189200
]
190201
},
191-
"execution_count": 7,
202+
"execution_count": 22,
192203
"metadata": {},
193204
"output_type": "execute_result"
194205
}
@@ -200,7 +211,7 @@
200211
},
201212
{
202213
"cell_type": "code",
203-
"execution_count": 8,
214+
"execution_count": 23,
204215
"id": "68d1b68c-dd26-45c2-944f-61138b212943",
205216
"metadata": {},
206217
"outputs": [
@@ -262,7 +273,7 @@
262273
},
263274
{
264275
"cell_type": "code",
265-
"execution_count": 9,
276+
"execution_count": 24,
266277
"id": "d9f122d3-4d90-46b0-ab9a-259a71cc423b",
267278
"metadata": {},
268279
"outputs": [],
@@ -274,7 +285,7 @@
274285
},
275286
{
276287
"cell_type": "code",
277-
"execution_count": 10,
288+
"execution_count": 25,
278289
"id": "19a75b19-0b56-4167-b3f1-73a171ecc480",
279290
"metadata": {},
280291
"outputs": [
@@ -286,25 +297,25 @@
286297
"│ id ┆ geometry ┆ bbox ┆ … ┆ is_territorial ┆ region ┆ division_id │\n",
287298
"│ utf8 ┆ geometry ┆ struct ┆ ┆ boolean ┆ utf8 ┆ utf8 │\n",
288299
"╞═════════════════╪════════════════╪════════════════╪═══╪════════════════╪════════╪════════════════╡\n",
289-
"cd743a89-9507-… ┆ POLYGON((111.… ┆ {xmin: 111.40… ┆ … ┆ true ┆ ┆ e08d9394-cbc8… │\n",
300+
"ae415364-9d06-… ┆ MULTIPOLYGON(… ┆ {xmin: 29.525… ┆ … ┆ true ┆ BY-MA ┆ 7665e731-6552… │\n",
290301
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
291-
"eb9f314e-1184-… ┆ POLYGON((112.… ┆ {xmin: 112.15… ┆ … ┆ true ┆ ┆ aa2561c6-a578… │\n",
302+
"d712e9e1-84c6-… ┆ POLYGON((29.5… ┆ {xmin: 29.577… ┆ … ┆ true ┆ BY-MA ┆ 4605a8a3-c576… │\n",
292303
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
293-
"89fbee90-bca0-… ┆ MULTIPOLYGON(… ┆ {xmin: 112.15… ┆ … ┆ true ┆ ┆ 1cf6b19e-756f… │\n",
304+
"bee9663a-af50-… ┆ POLYGON((29.5… ┆ {xmin: 29.587… ┆ … ┆ true ┆ BY-MA ┆ 826a2333-7584… │\n",
294305
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
295-
"758c0e1e-67aa-… ┆ POLYGON((112.… ┆ {xmin: 112.27… ┆ … ┆ true ┆ ┆ 505f563f-7aa3… │\n",
306+
"a083b661-eb7b-… ┆ POLYGON((29.4… ┆ {xmin: 29.326… ┆ … ┆ true ┆ BY-MA ┆ 17456e57-ebb6… │\n",
296307
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
297-
"e5d4c707-66d7-… ┆ POLYGON((109.… ┆ {xmin: 109.64… ┆ … ┆ true ┆ CN-HI86939aee-1fbd… │\n",
308+
"83ef05fa-43ad-… ┆ POLYGON((29.6… ┆ {xmin: 29.598… ┆ … ┆ true ┆ BY-MAa44666eb-c61d… │\n",
298309
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
299-
"26015e14-62ae-… ┆ POLYGON((109.… ┆ {xmin: 109.66… ┆ … ┆ true ┆ CN-HIed052bae-e26f… │\n",
310+
"4d01e5b4-86f9-… ┆ POLYGON((29.5… ┆ {xmin: 29.531… ┆ … ┆ true ┆ BY-MA77cdd054-ec26… │\n",
300311
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
301-
"eb42fd17-ad1e-… ┆ POLYGON((109.… ┆ {xmin: 109.83… ┆ … ┆ true ┆ CN-HI201eeb03-4f5a… │\n",
312+
"c2a12db9-a1d0-… ┆ POLYGON((29.5… ┆ {xmin: 29.537… ┆ … ┆ true ┆ BY-MA4faa3881-e9a8… │\n",
302313
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
303-
"d63e1220-a308-… ┆ POLYGON((109.… ┆ {xmin: 109.90… ┆ … ┆ true ┆ CN-HI71e30c32-2bc1… │\n",
314+
"7c290d7b-3f7f-… ┆ POLYGON((29.6… ┆ {xmin: 29.607… ┆ … ┆ true ┆ BY-MAe5233235-d513… │\n",
304315
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
305-
"e62cef5e-6768-… ┆ POLYGON((109.… ┆ {xmin: 109.74… ┆ … ┆ true ┆ CN-HI24478621-6802… │\n",
316+
"579063f0-f751-… ┆ POLYGON((29.6… ┆ {xmin: 29.614… ┆ … ┆ true ┆ BY-MA3f0c8f4e-c9c8… │\n",
306317
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
307-
"c6fcbed1-ad8d-… ┆ POLYGON((110.… ┆ {xmin: 110.00… ┆ … ┆ true ┆ CN-HIac0f434d-1e10… │\n",
318+
"675aab04-ed91-… ┆ POLYGON((29.6… ┆ {xmin: 29.616… ┆ … ┆ true ┆ BY-MA02f5979e-7976… │\n",
308319
"└─────────────────┴────────────────┴────────────────┴───┴────────────────┴────────┴────────────────┘\n"
309320
]
310321
}
@@ -316,7 +327,7 @@
316327
},
317328
{
318329
"cell_type": "code",
319-
"execution_count": 11,
330+
"execution_count": 26,
320331
"id": "03b951de-3397-4fcf-9baf-50e139a38dd4",
321332
"metadata": {},
322333
"outputs": [],
@@ -326,7 +337,7 @@
326337
},
327338
{
328339
"cell_type": "code",
329-
"execution_count": 12,
340+
"execution_count": 27,
330341
"id": "9c6bd69d-9407-432a-bdc8-d60976237a3a",
331342
"metadata": {},
332343
"outputs": [
@@ -353,7 +364,7 @@
353364
},
354365
{
355366
"cell_type": "code",
356-
"execution_count": 13,
367+
"execution_count": 28,
357368
"id": "75a6d0ed-9767-4d36-a77a-4afb7952fbe4",
358369
"metadata": {},
359370
"outputs": [
@@ -376,7 +387,7 @@
376387
" division_id: utf8<Utf8View>"
377388
]
378389
},
379-
"execution_count": 13,
390+
"execution_count": 28,
380391
"metadata": {},
381392
"output_type": "execute_result"
382393
}
@@ -387,7 +398,7 @@
387398
},
388399
{
389400
"cell_type": "code",
390-
"execution_count": 14,
401+
"execution_count": 29,
391402
"id": "f1f7158c-ef2b-4377-9bee-180309ddd553",
392403
"metadata": {},
393404
"outputs": [],
@@ -410,7 +421,7 @@
410421
},
411422
{
412423
"cell_type": "code",
413-
"execution_count": 15,
424+
"execution_count": 30,
414425
"id": "27e6909d-06fa-438b-88e0-d300fd2fb1ec",
415426
"metadata": {},
416427
"outputs": [],
@@ -420,7 +431,7 @@
420431
},
421432
{
422433
"cell_type": "code",
423-
"execution_count": 16,
434+
"execution_count": 31,
424435
"id": "2dec92d8-a374-4021-990a-e50f5769516e",
425436
"metadata": {},
426437
"outputs": [],
@@ -434,7 +445,7 @@
434445
},
435446
{
436447
"cell_type": "code",
437-
"execution_count": 17,
448+
"execution_count": 32,
438449
"id": "7f39a283-0eee-4f72-a30a-8dd9fa1aaa69",
439450
"metadata": {
440451
"scrolled": true
@@ -452,8 +463,8 @@
452463
"├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤\n",
453464
"│ Mud Island ┆ ┆ ┆ POLYGON((-66.0222822… │\n",
454465
"└────────────────────────┴────────────────────────┴────────────────────────┴───────────────────────┘\n",
455-
"CPU times: user 1.31 ms, sys: 1.02 ms, total: 2.33 ms\n",
456-
"Wall time: 2.54 ms\n"
466+
"CPU times: user 1.51 ms, sys: 1.69 ms, total: 3.2 ms\n",
467+
"Wall time: 3.14 ms\n"
457468
]
458469
}
459470
],
@@ -473,7 +484,7 @@
473484
},
474485
{
475486
"cell_type": "code",
476-
"execution_count": 18,
487+
"execution_count": 36,
477488
"id": "f78583fd-a73a-4169-9c45-74d8026bb5fb",
478489
"metadata": {
479490
"collapsed": true,
@@ -485,15 +496,15 @@
485496
{
486497
"data": {
487498
"application/vnd.jupyter.widget-view+json": {
488-
"model_id": "0dec2568b9e9420da04da4bf04eedc94",
499+
"model_id": "560eccc4e795458b815ef78a70548d82",
489500
"version_major": 2,
490501
"version_minor": 1
491502
},
492503
"text/plain": [
493504
"Map(basemap_style=<CartoBasemap.DarkMatter: 'https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json'…"
494505
]
495506
},
496-
"execution_count": 18,
507+
"execution_count": 36,
497508
"metadata": {},
498509
"output_type": "execute_result"
499510
}

0 commit comments

Comments
 (0)