Skip to content

Commit

Permalink
remove extra note cell
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed May 14, 2024
1 parent b1ef8ba commit 96be06c
Showing 1 changed file with 6 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@
"execution_count": null,
"id": "0e226454-c730-4656-ae88-19297a8a855a",
"metadata": {
"scrolled": true,
"tags": []
},
"outputs": [],
"source": [
"# Needed for pandas read_excel\n",
"%pip install openpyxl"
"%pip install openpyxl\n",
"%pip install ~/icepyx"
]
},
{
Expand Down Expand Up @@ -115,9 +117,7 @@
{
"cell_type": "markdown",
"id": "19ded922-7e2e-42a4-9435-5399d92fb289",
"metadata": {
"user_expressions": []
},
"metadata": {},
"source": [
"## Greenland subglacial lakes\n",
"\n",
Expand Down Expand Up @@ -230,9 +230,7 @@
{
"cell_type": "markdown",
"id": "539d0285-380e-4e16-9979-73f73170e1cd",
"metadata": {
"user_expressions": []
},
"metadata": {},
"source": [
"This is looking good, but we can make it even better by storing the data in a GeoPandas GeoDataFrame which offers additional functionality beyond pandas. You can add a geometry column of Shapely objects that make geospatial data processing and visualization easier. Here we have Shapely points:"
]
Expand Down Expand Up @@ -668,30 +666,12 @@
"reader = ipx.Read(s3url)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b9c1ab31-ac90-4031-8a78-39bf26828c3c",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# (2) if you are running not running icepyx from the development branch, you must\n",
"# manually set the version while initializing the variables sub-object\n",
"# otherwise reader.vars.append() will fail because of a bad version value in the ATL15 metadata\n",
"# We're working with NSIDC to resolve this\n",
"# reader._read_vars = ipx.core.variables.Variables(\n",
"# product=reader.product, \n",
"# version=ipx.core.is2ref.latest_version(reader.product)\n",
"# )"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "cc752711-13aa-4d0a-b15d-b21a79894b21",
"metadata": {
"scrolled": true,
"tags": []
},
"outputs": [],
Expand Down

0 comments on commit 96be06c

Please sign in to comment.