Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 27, 2024
1 parent 69ea17a commit 8c257e9
Showing 3 changed files with 24,740 additions and 449 deletions.
1 change: 0 additions & 1 deletion myst.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@ project:
- file: reading/07-ibis-4.ipynb
- file: reading/spatial-1.ipynb
- file: reading/spatial-2.ipynb
- file: reading/spatial-3.ipynb

site:
template: book-theme
55 changes: 20 additions & 35 deletions reading/spatial-2.ipynb
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 16,
"id": "51269dee-9bbf-48cf-a1d3-f54bf7d6b664",
"metadata": {},
"outputs": [],
@@ -25,25 +25,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 17,
"id": "48b9cd7b-9470-45c8-8fb5-34dc03086fed",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4ba34cfb1f8d49dca90796a2edb6a91d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"FloatProgress(value=0.0, layout=Layout(width='auto'), style=ProgressStyle(bar_color='black'))"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"import ibis\n",
"from ibis import _\n",
@@ -66,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 18,
"id": "2bf26499-f8f4-457f-a15c-c584d0865894",
"metadata": {},
"outputs": [],
@@ -76,22 +61,22 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 19,
"id": "fe0906fd-60f1-455e-a184-012dbf328cec",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7b80292a327440709314055939aef2f6",
"model_id": "acb383047d234c6a889d5f0fce6aa04a",
"version_major": 2,
"version_minor": 1
},
"text/plain": [
"Map(height='600px', map_options={'bearing': 0, 'center': (0, 20), 'pitch': 0, 'style': 'https://tiles.openfree…"
]
},
"execution_count": 4,
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
@@ -113,7 +98,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 20,
"id": "f7bbe798-585f-4ec7-9099-a836b25b6be2",
"metadata": {},
"outputs": [],
@@ -123,7 +108,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 21,
"id": "8a433141-72bd-4b8c-8e46-ed4c86aeb12d",
"metadata": {
"scrolled": true
@@ -144,10 +129,10 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x73a5c27fb8d0>"
"<IPython.lib.display.IFrame at 0x73a5c27c1c50>"
]
},
"execution_count": 14,
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
@@ -184,7 +169,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 22,
"id": "82852946-0439-4dfc-8cdd-750817b2fe86",
"metadata": {},
"outputs": [],
@@ -195,22 +180,22 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 23,
"id": "2198d392-6c4c-48de-bf89-743431fa2ec8",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d5ee65d4c790469b829ef69332933e0b",
"model_id": "8a9583e0b4e44fc8b39df9e22a8ad0ab",
"version_major": 2,
"version_minor": 1
},
"text/plain": [
"Map(height='600px', map_options={'bearing': 0, 'center': (-72.9, 41.3), 'pitch': 0, 'style': 'https://basemaps…"
]
},
"execution_count": 8,
"execution_count": 23,
"metadata": {},
"output_type": "execute_result"
}
@@ -270,7 +255,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 24,
"id": "7aa49687-4c6f-466c-811c-e57637ce1bb7",
"metadata": {},
"outputs": [
@@ -289,10 +274,10 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x73a5bff48890>"
"<IPython.lib.display.IFrame at 0x73a5c1d60f10>"
]
},
"execution_count": 15,
"execution_count": 24,
"metadata": {},
"output_type": "execute_result"
}
@@ -305,7 +290,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 25,
"id": "b17a5c05-d69b-423b-b9ff-d94a645279f8",
"metadata": {},
"outputs": [
@@ -469,7 +454,7 @@
" 'nlmaps.water']"
]
},
"execution_count": 10,
"execution_count": 25,
"metadata": {},
"output_type": "execute_result"
}
Loading

0 comments on commit 8c257e9

Please sign in to comment.