Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
9b394e44
Commit
9b394e44
authored
6 months ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Constants not used anymore
parent
8ebe58c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
download_files_from_LGL_BW.py
+4
-3
download_files_from_LGL_BW.py
with
4 additions
and
3 deletions
+4
-3
download_files_from_LGL_BW.py
+
4
-
3
View file @
9b394e44
...
@@ -42,9 +42,10 @@ CITYGML_SERVER = "https://opengeodata.lgl-bw.de/data/lod2"
...
@@ -42,9 +42,10 @@ CITYGML_SERVER = "https://opengeodata.lgl-bw.de/data/lod2"
RASTER
=
2
# [km]
RASTER
=
2
# [km]
BUNDESLAND
=
'bw'
BUNDESLAND
=
'bw'
WGS84
=
CRS
.
from_epsg
(
4326
)
# UTM32N, used in BW. https://epsg.io/32632
LOCAL_CRS
=
CRS
.
from_epsg
(
32632
)
# UTM32N, used in BW. https://epsg.io/32632
TO_LOCAL_CRS
=
Transformer
.
from_crs
(
CRS
.
from_epsg
(
4326
),
TO_LOCAL_CRS
=
Transformer
.
from_crs
(
WGS84
,
LOCAL_CRS
,
always_xy
=
True
)
CRS
.
from_epsg
(
32632
),
always_xy
=
True
)
UTM
=
32
UTM
=
32
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets