Commit 27043c1e authored by Eric Duminil's avatar Eric Duminil
Browse files

Documentation

parent f6299daf
Showing with 2 additions and 2 deletions
+2 -2
...@@ -5,14 +5,14 @@ LoD2 CityGML tiles are available for whole Baden-Württemberg, from LGL. ...@@ -5,14 +5,14 @@ LoD2 CityGML tiles are available for whole Baden-Württemberg, from LGL.
https://opengeodata.lgl-bw.de/#/(sidenav:product/12) https://opengeodata.lgl-bw.de/#/(sidenav:product/12)
This script downloads the requires tiles for given regions This script downloads the requires tiles for given regions
(as WKT strings, in *polygons* variable), and extracts the region. (as WKT strings, in *REGIONS* variable), and extracts the region.
Required: Required:
* Python * Python
* pyproj project (https://pypi.org/project/pyproj/) * pyproj project (https://pypi.org/project/pyproj/)
* SimStadt installed on the Desktop (for RegionChooser) * SimStadt installed on the Desktop (for RegionChooser)
Eric Duminil, 2024 Eric Duminil, 2025
""" """
from pathlib import Path from pathlib import Path
from math import floor from math import floor
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment