WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
opendataswiss
Commits
12b61ff7
Commit
12b61ff7
authored
May 25, 2022
by
Sam
Browse files
refactor: update xml name to be consistent with existing output
parent
96091103
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
12b61ff7
...
...
@@ -355,7 +355,7 @@ def main():
log
.
info
(
"Starting main opendataswiss script."
)
xml_data
=
envidat_to_opendataswiss_converter
()
xml_name
=
"
envidat_export_opendataswiss
.xml"
xml_name
=
"
dcat-ap-ch
.xml"
s3_bucket
=
Bucket
(
bucket_name
=
"opendataswiss"
,
is_new
=
True
,
is_public
=
True
)
s3_bucket
.
put
(
xml_name
,
xml_data
)
...
...
Write
Preview
Supports
Markdown
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