Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
Get Baden-Württemberg CityGML Opendata
Commits
22571333
Commit
22571333
authored
Jan 15, 2025
by
Eric Duminil
Browse files
install requirements in README
parent
b840c94e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
22571333
...
...
@@ -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"`
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment