From 27043c1ef9f770faca4a98473bc54dd4761ff836 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Fri, 14 Mar 2025 20:30:32 +0100
Subject: [PATCH] Documentation

---
 download_files_from_LGL_BW.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/download_files_from_LGL_BW.py b/download_files_from_LGL_BW.py
index 58b9321..4ce0280 100644
--- a/download_files_from_LGL_BW.py
+++ b/download_files_from_LGL_BW.py
@@ -5,14 +5,14 @@ LoD2 CityGML tiles are available for whole Baden-Württemberg, from LGL.
 https://opengeodata.lgl-bw.de/#/(sidenav:product/12)
 
 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:
 * Python
 * pyproj project (https://pypi.org/project/pyproj/)
 * SimStadt installed on the Desktop (for RegionChooser)
 
-Eric Duminil, 2024
+Eric Duminil, 2025
 """
 from pathlib import Path
 from math import floor
-- 
GitLab