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
9b394e44
Commit
9b394e44
authored
Oct 19, 2024
by
Eric Duminil
Browse files
Constants not used anymore
parent
8ebe58c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
download_files_from_LGL_BW.py
View file @
9b394e44
...
...
@@ -42,9 +42,10 @@ CITYGML_SERVER = "https://opengeodata.lgl-bw.de/data/lod2"
RASTER
=
2
# [km]
BUNDESLAND
=
'bw'
WGS84
=
CRS
.
from_epsg
(
4326
)
LOCAL_CRS
=
CRS
.
from_epsg
(
32632
)
# UTM32N, used in BW. https://epsg.io/32632
TO_LOCAL_CRS
=
Transformer
.
from_crs
(
WGS84
,
LOCAL_CRS
,
always_xy
=
True
)
# UTM32N, used in BW. https://epsg.io/32632
TO_LOCAL_CRS
=
Transformer
.
from_crs
(
CRS
.
from_epsg
(
4326
),
CRS
.
from_epsg
(
32632
),
always_xy
=
True
)
UTM
=
32
...
...
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