From 22571333946c4b5af33d096c6dc369c0dced3598 Mon Sep 17 00:00:00 2001 From: Eric Duminil Date: Wed, 15 Jan 2025 08:29:41 +0100 Subject: [PATCH] install requirements in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52202ff..6e6416c 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ REGIONS = { ## Requirements * Python -* pyproj (https://pypi.org/project/pyproj/) +* pyproj (https://pypi.org/project/pyproj/), requests, shapely. * SimStadt/RegionChooser (https://simstadt.hft-stuttgart.de/getting-started/install-software/) ## Usage -* Specify desired regions in REGIONS: +* In order to be sure dependencies are installed, you can run `pip install -r requirements.txt` inside `get-bw-opendata` folder. +* Specify desired regions in REGIONS inside `download_files_from_LGL_BW.py`: * as WKT Polygon (https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). For example from https://wktmap.com/ * as a ZipCode (e.g. `"70567"`) * or a list of Zipcodes, separated by a comma (e.g. `"79098,79102"`) -- GitLab