Skip to content

Commit

Permalink
Update text descriptions in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Sep 20, 2024
1 parent f0708e2 commit 1a361c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
20 changes: 2 additions & 18 deletions examples/bmi-geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Read GeoTIFF data through a BMI"
"# Read GeoTIFF data with the GeoTiff data component BMI"
]
},
{
Expand All @@ -14,7 +14,7 @@
"metadata": {},
"source": [
"This notebook describes how to open and read data from GeoTIFF files\n",
"using a [Basic Model Interface](https://bmi.readthedocs.io/) (BMI) through the `BmiGeoTiff` class included in the `bmi-geotiff` package."
"using the [Basic Model Interface](https://bmi.readthedocs.io/) (BMI) provided in the GeoTiff data component."
]
},
{
Expand All @@ -25,22 +25,6 @@
"## Setup"
]
},
{
"cell_type": "markdown",
"id": "3",
"metadata": {},
"source": [
"To ensure all dependencies are met, set up a conda environment using the environment file found in the root directory of this repository:\n",
"```\n",
"conda env create --file environment.yml\n",
"```\n",
"\n",
"Then install the `bmi-geotiff` package:\n",
"```\n",
"pip install -e .\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "4",
Expand Down
28 changes: 2 additions & 26 deletions examples/geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Read GeoTIFF files with the `GeoTiff` class"
"# Read GeoTIFF files with the GeoTiff data component"
]
},
{
Expand All @@ -14,31 +14,7 @@
"metadata": {},
"source": [
"This notebook describes how to open a GeoTIFF file\n",
"with the `GeoTiff` class included in the `bmi-geotiff` package."
]
},
{
"cell_type": "markdown",
"id": "2",
"metadata": {},
"source": [
"## Setup"
]
},
{
"cell_type": "markdown",
"id": "3",
"metadata": {},
"source": [
"To ensure all dependencies are met, set up a conda environment using the environment file found in the root directory of this repository:\n",
"```\n",
"conda env create --file environment.yml\n",
"```\n",
"\n",
"Then install the `bmi-geotiff` package:\n",
"```\n",
"pip install -e .\n",
"```"
"with the GeoTiff data component."
]
},
{
Expand Down

0 comments on commit 1a361c4

Please sign in to comment.