From f1ad877d4773183338bbf50c97455d7743ff789b Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Sun, 20 Oct 2024 12:00:10 +0200 Subject: [PATCH] Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0970f85..77d514a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ https://opengeodata.lgl-bw.de/#/(sidenav:product/12) ## Usage -* Specify desired regions in POLYGONS, as WKT Polygon (https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). For example from https://wktmap.com/ +* Specify desired regions in REGIONS: + * 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"`) * Run `download_files_from_LGL_BW.py`. * Zip and CityGMLs files should be saved in corresponding subfolders, e.g. "StuttgartCenter.proj" -- GitLab