Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de233c4

Browse files
committed
update to arcticdem_strips example notebook
1 parent a2a96fe commit de233c4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

examples/arcticdem_strips.ipynb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"#\n",
2525
"# Initialize SlideRule Python Client\n",
2626
"#\n",
27-
"#icesat2.init(\"slideruleearth.io\", verbose=True)\n",
27+
"#icesat2.init(\"slideruleearth.io\", verbose=True, organization=\"uw\", desired_nodes=1)\n",
2828
"icesat2.init(\"localhost\", verbose=True, organization=None)"
2929
]
3030
},
@@ -57,7 +57,20 @@
5757
{
5858
"cell_type": "code",
5959
"execution_count": null,
60-
"id": "fd15bf14-ab10-4cf6-9524-592962a8f8b2",
60+
"id": "aaa8b95e-f195-4a8e-8a5f-6a250840e57a",
61+
"metadata": {},
62+
"outputs": [],
63+
"source": [
64+
"#\n",
65+
"# Display GeoDataFrame\n",
66+
"#\n",
67+
"gdf"
68+
]
69+
},
70+
{
71+
"cell_type": "code",
72+
"execution_count": null,
73+
"id": "04fbe729-1dc4-411e-ba74-58e3671637b7",
6174
"metadata": {},
6275
"outputs": [],
6376
"source": [

0 commit comments

Comments
 (0)