We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764792f commit 32a9e22Copy full SHA for 32a9e22
sspcloud/download_data.sh
@@ -13,8 +13,8 @@ mkdir -p "$DEST_DIR"
13
# === Download all data files ===
14
# You can modify the list of files
15
FILES=(
16
- "s3/donnees-insee/diffusion/ETAT_CIVIL/2020/DECES_COM_1019.csv"
17
- "s3/donnees-insee/diffusion/ETAT_CIVIL/2020/NAISSANCES_COM_1019.csv"
+ "https://minio.lab.sspcloud.fr/oliviermeslin/AIML4OS/ETAT_CIVIL/2020/DECES_COM_1019.csv"
+ "https://minio.lab.sspcloud.fr/oliviermeslin/AIML4OS/ETAT_CIVIL/2020/NAISSANCES_COM_1019.csv"
18
)
19
20
# Function to download with retry
0 commit comments