Skip to content

Commit

Permalink
added password notice
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCoru committed Mar 23, 2021
1 parent 8abe62d commit a606eec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 6 additions & 3 deletions download.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash

echo We added a password to the data due to frequent automated downloads. Please ping marc.russwurm at tum.de per email to get the password.

if [ "$1" == "full" ]; then
wget https://syncandshare.lrz.de/dl/fi7btjPeTr2Ecj8HVgBGvcmf/data_IJGI18.zip
unzip data_IJGI18.zip
rm data_IJGI18.zip
echo please download via browser https://syncandshare.lrz.de/dl/fi7btjPeTr2Ecj8HVgBGvcmf/data_IJGI18.zip
#wget https://syncandshare.lrz.de/dl/fi7btjPeTr2Ecj8HVgBGvcmf/data_IJGI18.zip
#unzip data_IJGI18.zip
#rm data_IJGI18.zip
elif [ "$1" == "demo" ]; then
wget https://s3.eu-central-1.amazonaws.com/corupublic/mtlcc/data_IJGI18_demo.zip
unzip data_IJGI18_demo.zip
Expand Down
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ pip install rasterio # for tfrecord2tif.py

## Download demo data

> :warning: We added a password to the data due to frequent automated downloads. Please ping marc.russwurm{at}tum.de per email to get the password.
download demo data (~1GB) (requirement to run the following commands)

```bash
Expand All @@ -74,12 +76,7 @@ for the full dataset (40GB) execute
bash download.sh full
```

download the raw shapefiles along with prediction and confidence images for both years (1.5 GB)
```bash
wget https://syncandshare.lrz.de/dl/fiSLeYcXJzyMUFJJ4HcrqBiB/showcase.zip
unzip showcase.zip
qgis showcase/demo.qgs
```
download the raw shapefiles along with prediction and confidence images for both years (1.5 GB) from this link https://syncandshare.lrz.de/dl/fiSLeYcXJzyMUFJJ4HcrqBiB/showcase.zip. Please ping me for the password.

## Convert tfrecord to tif

Expand Down

0 comments on commit a606eec

Please sign in to comment.