aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-12-11 08:35:05 +0100
committerGitHub <noreply@github.com>2019-12-11 08:35:05 +0100
commitd1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6 (patch)
tree12dc1ad3a784056b8dc4984c70c7f5f8bfa72994 /scripts
parent29474bd7fdac013841a4795e93f714bba7791c56 (diff)
parent38de84f38bceed4030710648334729d96f7c2204 (diff)
downloadPROJ-d1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6.tar.gz
PROJ-d1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6.zip
Merge pull request #1785 from rouault/update_to_ignf_3_1_0
Database: update to IGNF v3.1.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_db_create_ignf_from_xml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build_db_create_ignf_from_xml.py b/scripts/build_db_create_ignf_from_xml.py
index 6e4ffd1d..7d679d39 100755
--- a/scripts/build_db_create_ignf_from_xml.py
+++ b/scripts/build_db_create_ignf_from_xml.py
@@ -33,7 +33,8 @@ import os
import requests
import sys
-url = "http://librairies.ign.fr/geoportail/resources/IGNF.xml"
+# url = "http://librairies.ign.fr/geoportail/resources/IGNF.xml"
+url = "https://geodesie.ign.fr/contenu/fichiers/IGNF.v3.1.0.xml"
if len(sys.argv) not in (1, 2) or (len(sys.argv) == 2 and sys.argv[1].startswith('-')):
print('Usage: build_db_create_ignf.py [path_to_IGNF.xml]')