Explore Data
Explore an example dataset¶
You can download any model from https://doi.org/10.5880/GFZ.2.6.2023.011!
It is data published under the datapub of GFZ.
In [1]:
Copied!
URL="https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/"
!curl -s "$URL" | grep -oP '(?<=href=")[^"]*' | grep -vE '^\?|^/$'
URL="https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/"
!curl -s "$URL" | grep -oP '(?<=href=")[^"]*' | grep -vE '^\?|^/$'
/download/ 2023-011_Schorlemmer-et-al_0_data-description.pdf 2023-011_Schorlemmer-et-al_ALB.Albania.db 2023-011_Schorlemmer-et-al_AND.Andorra.db 2023-011_Schorlemmer-et-al_AUT.Austria.db 2023-011_Schorlemmer-et-al_BEL.Belgium.db 2023-011_Schorlemmer-et-al_BGR.Bulgaria.db 2023-011_Schorlemmer-et-al_BIH.Bosnia_and_Herzegovina.db 2023-011_Schorlemmer-et-al_BSA.British_Sovereign_Areas.db 2023-011_Schorlemmer-et-al_CHE.Switzerland.db 2023-011_Schorlemmer-et-al_CYP.Cyprus.db 2023-011_Schorlemmer-et-al_CZE.Czechia.db 2023-011_Schorlemmer-et-al_DEU.Germany.db 2023-011_Schorlemmer-et-al_DNK.Denmark.db 2023-011_Schorlemmer-et-al_ESP.Spain.db 2023-011_Schorlemmer-et-al_EST.Estonia.db 2023-011_Schorlemmer-et-al_FIN.Finland.db 2023-011_Schorlemmer-et-al_FRA.France.db 2023-011_Schorlemmer-et-al_FRO.Faroe_Islands.db 2023-011_Schorlemmer-et-al_GBR.United_Kingdom.db 2023-011_Schorlemmer-et-al_GGY.Guernsey.db 2023-011_Schorlemmer-et-al_GIB.Gibraltar.db 2023-011_Schorlemmer-et-al_GRC.Greece.db 2023-011_Schorlemmer-et-al_HRV.Croatia.db 2023-011_Schorlemmer-et-al_HUN.Hungary.db 2023-011_Schorlemmer-et-al_IMN.Isle_of_Man.db 2023-011_Schorlemmer-et-al_IRL.Ireland.db 2023-011_Schorlemmer-et-al_ISL.Iceland.db 2023-011_Schorlemmer-et-al_ITA.Italy.db 2023-011_Schorlemmer-et-al_JEY.Jersey.db 2023-011_Schorlemmer-et-al_LIE.Liechtenstein.db 2023-011_Schorlemmer-et-al_LTU.Lithuania.db 2023-011_Schorlemmer-et-al_LUX.Luxembourg.db 2023-011_Schorlemmer-et-al_LVA.Latvia.db 2023-011_Schorlemmer-et-al_MCO.Monaco.db 2023-011_Schorlemmer-et-al_MDA.Moldova.db 2023-011_Schorlemmer-et-al_MKD.North_Macedonia.db 2023-011_Schorlemmer-et-al_MLT.Malta.db 2023-011_Schorlemmer-et-al_MNE.Montenegro.db 2023-011_Schorlemmer-et-al_NLD.The_Netherlands.db 2023-011_Schorlemmer-et-al_NOR.Norway.db 2023-011_Schorlemmer-et-al_POL.Poland.db 2023-011_Schorlemmer-et-al_PRT.Portugal.db 2023-011_Schorlemmer-et-al_ROU.Romania.db 2023-011_Schorlemmer-et-al_SJM.Svalbard_and_Jan_Mayen.db 2023-011_Schorlemmer-et-al_SMR_San_Marino.db 2023-011_Schorlemmer-et-al_SRB_Serbia.db 2023-011_Schorlemmer-et-al_SVK_Slovakia.db 2023-011_Schorlemmer-et-al_SVN_Slovenia.db 2023-011_Schorlemmer-et-al_SWE_Sweden.db 2023-011_Schorlemmer-et-al_TCY_Northern_Cyprus.db 2023-011_Schorlemmer-et-al_TUR_Turkey.db 2023-011_Schorlemmer-et-al_VAT_Vatican_City.db 2023-011_Schorlemmer-et-al_XKO_Kosovo.db
Get data for a single country¶
You can also just download from the website, but for simplicity, keeping this in the data/ folder.
In [3]:
Copied!
DATA_DIR="data/"
FILE_NAME="2023-011_Schorlemmer-et-al_CYP.Cyprus.db"
URL="https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/$FILE_NAME"
# Download the file
#!curl -o "$DATA_DIR$FILE_NAME" "$URL"
DATA_DIR="data/"
FILE_NAME="2023-011_Schorlemmer-et-al_CYP.Cyprus.db"
URL="https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/$FILE_NAME"
# Download the file
#!curl -o "$DATA_DIR$FILE_NAME" "$URL"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10476 0 10476 0 0 83957 0 --:--:-- --:--:-- --:--:-- 84483
In [6]:
Copied!
!wget -r -np -nH --cut-dirs=3 \
-A "*Andorra.db" -P data/ \
"https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/"
!wget -r -np -nH --cut-dirs=3 \
-A "*Andorra.db" -P data/ \
"https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/"
--2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/ Resolving datapub.gfz-potsdam.de (datapub.gfz-potsdam.de)... 139.17.228.237 Connecting to datapub.gfz-potsdam.de (datapub.gfz-potsdam.de)|139.17.228.237|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html.tmp’ index.html.tmp [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:13 (135 MB/s) - ‘data/index.html.tmp’ saved [10476] Loading robots.txt; please ignore errors. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/robots.txt Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 403 Forbidden 2025-03-17 10:52:13 ERROR 403: Forbidden. Removing data/index.html.tmp since it should be rejected. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=N;O=D Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=N;O=D.tmp’ index.html?C=N;O=D. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:13 (169 MB/s) - ‘data/index.html?C=N;O=D.tmp’ saved [10476] Removing data/index.html?C=N;O=D.tmp since it should be rejected. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=M;O=A Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=M;O=A.tmp’ index.html?C=M;O=A. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:13 (47.5 MB/s) - ‘data/index.html?C=M;O=A.tmp’ saved [10476] Removing data/index.html?C=M;O=A.tmp since it should be rejected. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=S;O=A Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=S;O=A.tmp’ index.html?C=S;O=A. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:13 (139 MB/s) - ‘data/index.html?C=S;O=A.tmp’ saved [10476] Removing data/index.html?C=S;O=A.tmp since it should be rejected. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=D;O=A Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=D;O=A.tmp’ index.html?C=D;O=A. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:13 (198 MB/s) - ‘data/index.html?C=D;O=A.tmp’ saved [10476] Removing data/index.html?C=D;O=A.tmp since it should be rejected. --2025-03-17 10:52:13-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/2023-011_Schorlemmer-et-al_AND.Andorra.db Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: 8179712 (7.8M) Saving to: ‘data/2023-011_Schorlemmer-et-al_AND.Andorra.db’ 2023-011_Schorlemme 100%[===================>] 7.80M 2.13MB/s in 4.5s 2025-03-17 10:52:18 (1.72 MB/s) - ‘data/2023-011_Schorlemmer-et-al_AND.Andorra.db’ saved [8179712/8179712] --2025-03-17 10:52:18-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=N;O=A Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=N;O=A.tmp’ index.html?C=N;O=A. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:18 (312 MB/s) - ‘data/index.html?C=N;O=A.tmp’ saved [10476] Removing data/index.html?C=N;O=A.tmp since it should be rejected. --2025-03-17 10:52:18-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=M;O=D Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=M;O=D.tmp’ index.html?C=M;O=D. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:18 (230 MB/s) - ‘data/index.html?C=M;O=D.tmp’ saved [10476] Removing data/index.html?C=M;O=D.tmp since it should be rejected. --2025-03-17 10:52:18-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=S;O=D Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=S;O=D.tmp’ index.html?C=S;O=D. [ <=> ] 10.23K --.-KB/s in 0s 2025-03-17 10:52:18 (158 MB/s) - ‘data/index.html?C=S;O=D.tmp’ saved [10476] Removing data/index.html?C=S;O=D.tmp since it should be rejected. --2025-03-17 10:52:18-- https://datapub.gfz-potsdam.de/download/10.5880.GFZ.2.6.2023.011-VEMWiofo/?C=D;O=D Reusing existing connection to datapub.gfz-potsdam.de:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘data/index.html?C=D;O=D.tmp’ index.html?C=D;O=D. [ <=> ] 10.23K --.-KB/s in 0.001s 2025-03-17 10:52:18 (9.76 MB/s) - ‘data/index.html?C=D;O=D.tmp’ saved [10476] Removing data/index.html?C=D;O=D.tmp since it should be rejected. FINISHED --2025-03-17 10:52:18-- Total wall clock time: 5.1s Downloaded: 10 files, 7.9M in 4.5s (1.74 MB/s)