Fix broken link to test data
mdpiper opened this issue · comments
Mark Piper commented
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.
Mark Piper commented
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"
Mark Piper commented
Fixed! Transferred the files from the old web server to the new. No changes to the GeoTiff code.