From fba1f6c73b8ec68dd4a6c811eea5b29db269488f Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 6 Jun 2019 11:22:19 +0200 Subject: [PATCH] add instructions to delete tar.xz and add natura.tiff from command line (#45) * README: add instructions to delete tar.xz and add natura.tiff from command line * README: minor syntax fix --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 31ad164c..d46ba802 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ Not all data dependencies are shipped with the git repository (since git is not 3. Optionally, you can download a rasterized version of the NATURA dataset [natura.tiff](https://vfs.fias.science/d/0a0ca1e2fb/files/?p=/natura.tiff&dl=1) and put it into the `resources` sub-directory. If you don't, it will be generated automatically, which takes several hours. +```shell +.../pypsa-eur % curl -L "https://vfs.fias.science/d/0a0ca1e2fb/files/?p=/natura.tiff&dl=1" -o "resources/natura.tiff" +``` + +4. Optionally, if you want to save disk space, you can delete `data/pypsa-eur-data-bundle.tar.xz` and `pypsa-eur-cutouts.tar.xz` once extracting the bundles is complete. E.g. + +```shell +.../pypsa-eur % rm -rf data/pypsa-eur-data-bundle.tar.xz pypsa-eur-cutouts.tar.xz +``` + # Script overview The model has several configuration options collected in the [config.yaml](config.yaml) file