Commit 5c912ce9 authored by Eric Duminil's avatar Eric Duminil
Browse files

Should always download, in case it got updated

parent 37c0746d
...@@ -38,7 +38,6 @@ NIEDERSACHSEN = Bundesland( ...@@ -38,7 +38,6 @@ NIEDERSACHSEN = Bundesland(
if __name__ == "__main__": if __name__ == "__main__":
local_json_path = TMP_DIR / "niedersachsen_lod2.geojson" local_json_path = TMP_DIR / "niedersachsen_lod2.geojson"
if not local_json_path.exists():
download_file(NIEDERSACHSEN.source, local_json_path) download_file(NIEDERSACHSEN.source, local_json_path)
with open(local_json_path) as json_file: with open(local_json_path) as json_file:
data = json.load(json_file) data = json.load(json_file)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment