get_raster_data.sh 138 B

12345678
  1. mkdir -p data
  2. cd data
  3. wget http://s3.amazonaws.com/bokeh_data/geotiff_example.zip
  4. unzip geotiff_example.zip
  5. rm geotiff_example.zip
  6. cd ..