Skip to content

Commit

Permalink
Remove arrow workaround from overture maps example (#652)
Browse files Browse the repository at this point in the history
Closes #482,
originally fixed by #644
  • Loading branch information
kylebarron authored Sep 24, 2024
1 parent c43c387 commit 0cad90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions examples/overture-maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@
"metadata": {},
"outputs": [],
"source": [
"table = overturemaps.record_batch_reader(\"building\", bbox).read_all()\n",
"\n",
"# Temporarily required as of Lonboard 0.8 to avoid a Lonboard bug\n",
"table = table.combine_chunks()"
"table = overturemaps.record_batch_reader(\"building\", bbox).read_all()"
]
},
{
Expand Down Expand Up @@ -232,7 +229,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.8"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cad90c

Please sign in to comment.