Skip to content

Commit

Permalink
added test-data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Feb 25, 2023
1 parent 9350150 commit 79dd459
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-data/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh -e

# download from https://github.com/GeoTIFF/test-data/
wget https://github.com/GeoTIFF/test-data/archive/refs/heads/main.zip -O geotiff-test-data.zip
unzip -j -o geotiff-test-data.zip "test-data-*/files/*" -d .
rm geotiff-test-data.zip

wget https://raw.githubusercontent.com/GeoTIFF/georaster-layer-for-leaflet-example/master/example_4326.tif

wget https://georaster-layer-for-leaflet.s3.amazonaws.com/check.tif

0 comments on commit 79dd459

Please sign in to comment.