From aad0dae8a84ff92e76bd8fac7029ef255656c9cd Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 20 Sep 2024 14:06:15 -0600 Subject: [PATCH] Link to rasterio license --- examples/README-bmi-geotiff.ipynb | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README-bmi-geotiff.ipynb b/examples/README-bmi-geotiff.ipynb index b6dc283..2a3afa4 100644 --- a/examples/README-bmi-geotiff.ipynb +++ b/examples/README-bmi-geotiff.ipynb @@ -19,7 +19,7 @@ "* [geotiff.ipynb](./geotiff.ipynb) and [bmi-geotiff.ipynb](./bmi-geotiff.ipynb): These Jupyter Notebooks show how to call the GeoTiff data component through its API and its BMI, respectively.\n", "* [example-pan.py](./example-pan.py): An example Python script showing how to load and display a panchromatic image.\n", "* [example-rgb.py](./example-rgb.py): An example Python script showing how to load and display a three-band image. The saved output is in [example-rgb.png](./example-rgb.png).\n", - "* [RGB.byte.tif](./RGB.byte.tif): A test GeoTIFF file from the [rasterio](https://github.com/rasterio/rasterio) project, used under their license.\n", + "* [RGB.byte.tif](./RGB.byte.tif): A test GeoTIFF file from the [rasterio](https://github.com/rasterio/rasterio) project, used under their [license](https://github.com/rasterio/rasterio/blob/main/LICENSE.txt).\n", "* [config.yaml](./config.yaml): A sample configuration file used to pass parameters to the GeoTiff data component." ] } diff --git a/examples/README.md b/examples/README.md index 50df646..a47914a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,5 +6,5 @@ Here are a few examples of using the CSDMS GeoTiff data component, * [geotiff.ipynb](./geotiff.ipynb) and [bmi-geotiff.ipynb](./bmi-geotiff.ipynb): These Jupyter Notebooks show how to call the GeoTiff data component through its API and its BMI, respectively. * [example-pan.py](./example-pan.py): An example Python script showing how to load and display a panchromatic image. * [example-rgb.py](./example-rgb.py): An example Python script showing how to load and display a three-band image. The saved output is in [example-rgb.png](./example-rgb.png). -* [RGB.byte.tif](./RGB.byte.tif): A test GeoTIFF file from the [rasterio](https://github.com/rasterio/rasterio) project, used under their license. +* [RGB.byte.tif](./RGB.byte.tif): A test GeoTIFF file from the [rasterio](https://github.com/rasterio/rasterio) project, used under their [license](https://github.com/rasterio/rasterio/blob/main/LICENSE.txt). * [config.yaml](./config.yaml): A sample configuration file used to pass parameters to the GeoTiff data component.