Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
measprocess
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Eller
measprocess
Commits
c783bd61
Commit
c783bd61
authored
Mar 22, 2022
by
Lukas Eller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated link for geodatenviewer
parent
ad1c339d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
fetch.py
measprocess/geospatial/fetch.py
+1
-2
No files found.
measprocess/geospatial/fetch.py
View file @
c783bd61
...
@@ -115,7 +115,6 @@ def geoseries_buildings(
...
@@ -115,7 +115,6 @@ def geoseries_buildings(
return
blockages
return
blockages
def
pull_from_geodatenviewer_list
(
squares
:
List
[
str
])
->
gpd
.
GeoDataFrame
:
def
pull_from_geodatenviewer_list
(
squares
:
List
[
str
])
->
gpd
.
GeoDataFrame
:
"""
"""
Downloads .zip files for specified squares from https://www.wien.gv.at/ma41datenviewer/public/,
Downloads .zip files for specified squares from https://www.wien.gv.at/ma41datenviewer/public/,
...
@@ -133,7 +132,7 @@ def pull_from_geodatenviewer_list(squares: List[str]) -> gpd.GeoDataFrame:
...
@@ -133,7 +132,7 @@ def pull_from_geodatenviewer_list(squares: List[str]) -> gpd.GeoDataFrame:
# example of single square with data: https://www.wien.gv.at/ma41datenviewer/downloads/ma41/geodaten/fmzk_bkm/103081_bkm.zip
# example of single square with data: https://www.wien.gv.at/ma41datenviewer/downloads/ma41/geodaten/fmzk_bkm/103081_bkm.zip
for
square_number
in
squares
:
for
square_number
in
squares
:
urllib
.
request
.
urlretrieve
(
urllib
.
request
.
urlretrieve
(
"https://www.wien.gv.at/ma41datenviewer/downloads/
ma41/
geodaten/fmzk_bkm/{}_bkm.zip"
.
format
(
"https://www.wien.gv.at/ma41datenviewer/downloads/geodaten/fmzk_bkm/{}_bkm.zip"
.
format
(
square_number
square_number
),
),
os
.
path
.
join
(
dir_path
,
"{}.zip"
.
format
(
square_number
)),
os
.
path
.
join
(
dir_path
,
"{}.zip"
.
format
(
square_number
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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