Skip to content

Commit

Permalink
Updated Zenodo repositories for OSM-prebuilt to offcial publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyxng committed Jul 23, 2024
1 parent 306883f commit 77ac356
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rules/retrieve.smk
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ if config["enable"]["retrieve"] and (

rule retrieve_osm_prebuilt:
input:
buses=storage("https://sandbox.zenodo.org/records/89508/files/buses.csv"),
buses=storage("https://zenodo.org/records/12799202/files/buses.csv"),
converters=storage(
"https://sandbox.zenodo.org/records/89508/files/converters.csv"
"https://zenodo.org/records/12799202/files/converters.csv"
),
lines=storage("https://sandbox.zenodo.org/records/89508/files/lines.csv"),
links=storage("https://sandbox.zenodo.org/records/89508/files/links.csv"),
lines=storage("https://zenodo.org/records/12799202/files/lines.csv"),
links=storage("https://zenodo.org/records/12799202/files/links.csv"),
transformers=storage(
"https://sandbox.zenodo.org/records/89508/files/transformers.csv"
"https://zenodo.org/records/12799202/files/transformers.csv"
),
output:
buses="data/osm/prebuilt/buses.csv",
Expand Down

0 comments on commit 77ac356

Please sign in to comment.