From 1a361c4ab211ceb526146651ebfbd60079f32a82 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 20 Sep 2024 13:25:08 -0600 Subject: [PATCH] Update text descriptions in notebooks --- examples/bmi-geotiff.ipynb | 20 ++------------------ examples/geotiff.ipynb | 28 ++-------------------------- 2 files changed, 4 insertions(+), 44 deletions(-) diff --git a/examples/bmi-geotiff.ipynb b/examples/bmi-geotiff.ipynb index a19a6ea..ce6d4e7 100644 --- a/examples/bmi-geotiff.ipynb +++ b/examples/bmi-geotiff.ipynb @@ -5,7 +5,7 @@ "id": "0", "metadata": {}, "source": [ - "# Read GeoTIFF data through a BMI" + "# Read GeoTIFF data with the GeoTiff data component BMI" ] }, { @@ -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." ] }, { @@ -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", diff --git a/examples/geotiff.ipynb b/examples/geotiff.ipynb index e1bc82f..c196cf9 100644 --- a/examples/geotiff.ipynb +++ b/examples/geotiff.ipynb @@ -5,7 +5,7 @@ "id": "0", "metadata": {}, "source": [ - "# Read GeoTIFF files with the `GeoTiff` class" + "# Read GeoTIFF files with the GeoTiff data component" ] }, { @@ -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." ] }, {