Skip to content

Commit

Permalink
updated download links to zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCoru committed Nov 19, 2021
1 parent a606eec commit f6e5aed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
5 changes: 1 addition & 4 deletions download.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/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
echo please download via browser https://syncandshare.lrz.de/dl/fi7btjPeTr2Ecj8HVgBGvcmf/data_IJGI18.zip
#wget 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
Expand Down
15 changes: 6 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,17 @@ 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)

Download the full dataset (40GB) via
```bash
bash download.sh demo
wget https://zenodo.org/record/5712933/files/data_IJGI18.zip
```

for the full dataset (40GB) execute
```bash
bash download.sh full
download the raw shapefiles along with prediction and confidence images for both years (1.5 GB)
```
wget https://zenodo.org/record/5712933/files/showcase.zip
```

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.
or check the [Zenodo](https://zenodo.org/record/5712933#.YZdpwXVKhaY) page

## Convert tfrecord to tif

Expand Down

0 comments on commit f6e5aed

Please sign in to comment.