csdms / bmi-geotiff

Access data (and metadata) from a GeoTIFF file through a BMI

Home Page:https://bmi-geotiff.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix broken link to test data

mdpiper opened this issue · comments

A data file used in an example and a test previously lived on the CSDMS web server, but the link to the file is now broken.

The example and test:

$ grep -r csdms.colorado.edu/data .
./examples/example-pan.py:9:url = "https://csdms.colorado.edu/data/LE07_L1GT_103064_20210412_20210412_02_RT_B1.TIF"
./tests/test_io.py:12:    "https://csdms.colorado.edu/data/LE07_L1GT_103064_20210412_20210412_02_RT_B1.TIF"

Fixed! Transferred the files from the old web server to the new. No changes to the GeoTiff code.