File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ echo "data/" >> .gitignore
88git init
99git branch -m main
1010
11- mc cp s3/ projet-formation/nouvelles-sources/data/geoparquet/dvf.parquet data/dvf.parquet
12- mc cp s3/ projet-formation/nouvelles-sources/data/geoparquet/carreaux.parquet data/carreaux.parquet
13- mc cp s3/ projet-formation/nouvelles-sources/data/triangle.geojson data/triangle.geojson
14- mc cp s3/ projet-formation/nouvelles-sources/data/malakoff.geojson data/malakoff.geojson
15- mc cp s3/ projet-formation/nouvelles-sources/data/montrouge.geojson data/montrouge.geojson
11+ curl https://minio.lab.sspcloud.fr/ projet-formation/nouvelles-sources/data/geoparquet/dvf.parquet --output data/dvf.parquet
12+ curl https://minio.lab.sspcloud.fr/ projet-formation/nouvelles-sources/data/geoparquet/carreaux.parquet --output data/carreaux.parquet
13+ curl https://minio.lab.sspcloud.fr/ projet-formation/nouvelles-sources/data/triangle.geojson --output data/triangle.geojson
14+ curl https://minio.lab.sspcloud.fr/ projet-formation/nouvelles-sources/data/malakoff.geojson --output data/malakoff.geojson
15+ curl https://minio.lab.sspcloud.fr/ projet-formation/nouvelles-sources/data/montrouge.geojson --output data/montrouge.geojson
You can’t perform that action at this time.
0 commit comments