diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..39334e41471cf0d8d751575b6f7a16b89b6787ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.whl filter=lfs diff=lfs merge=lfs -text diff --git a/build-telemac-deps.bat b/build-telemac-deps.bat index d1fb6ef2c222f7921a5aac49628532e49f6d6f19..8102c6cdcd1e173a3cc89b1b70c2ba0c0cae103f 100644 --- a/build-telemac-deps.bat +++ b/build-telemac-deps.bat @@ -294,16 +294,11 @@ rem Install all Python requirements for TELEMAC-MASCARET echo Installing Python requirements... pip install -r %~dp0requirements.txt || goto install_error -rem Download GDAL, Fiona, Rasterio and Shapely unofficial wheels, to avoid building them locally -echo Downloading GDAL, Fiona, Rasterio and Shapely... -curl -O -J https://download.lfd.uci.edu/pythonlibs/x6hvwk7i/%gdal% || goto install_error -curl -O -J https://download.lfd.uci.edu/pythonlibs/x6hvwk7i/%fiona% || goto install_error -curl -O -J https://download.lfd.uci.edu/pythonlibs/x6hvwk7i/%rasterio% || goto install_error -curl -O -J https://download.lfd.uci.edu/pythonlibs/x6hvwk7i/%shapely% || goto install_error -pip install %gdal% && del %gdal% -pip install %fiona% && del %fiona% -pip install %rasterio% && del %rasterio% -pip install %shapely% && del %shapely% +rem Use GDAL, Fiona, Rasterio and Shapely unofficial wheels, to avoid building them locally +pip install wheels\%gdal% +pip install wheels\%fiona% +pip install wheels\%rasterio% +pip install wheels\%shapely% pip install geopandas popd diff --git a/wheels/Fiona-1.8.21-cp37-cp37m-win_amd64.whl b/wheels/Fiona-1.8.21-cp37-cp37m-win_amd64.whl new file mode 100644 index 0000000000000000000000000000000000000000..51eb5b2860fd1a65e61e8aab2366ef1077bd1b1f --- /dev/null +++ b/wheels/Fiona-1.8.21-cp37-cp37m-win_amd64.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dcebaf5f68da5a95f4fed98857a11b2de9bc88aaabd333a4b717b35dfbe415 +size 532168 diff --git a/wheels/GDAL-3.4.2-cp37-cp37m-win_amd64.whl b/wheels/GDAL-3.4.2-cp37-cp37m-win_amd64.whl new file mode 100644 index 0000000000000000000000000000000000000000..794c56f8a214b5a14c483aac24bc52a81795a960 --- /dev/null +++ b/wheels/GDAL-3.4.2-cp37-cp37m-win_amd64.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85da79cdf1f7f9e20a3cc9c66d68dc72fc6a6eeb389b0661257fe8a4965ed24 +size 25616046 diff --git a/wheels/Shapely-1.8.1.post1-cp37-cp37m-win_amd64.whl b/wheels/Shapely-1.8.1.post1-cp37-cp37m-win_amd64.whl new file mode 100644 index 0000000000000000000000000000000000000000..545605b12d523cec523b70d03835ac9b0b081523 --- /dev/null +++ b/wheels/Shapely-1.8.1.post1-cp37-cp37m-win_amd64.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7b1e9695cc44fd1c590980e4615735bd117827b9c4572b0166c6aae344def6 +size 984994 diff --git a/wheels/rasterio-1.2.10-cp37-cp37m-win_amd64.whl b/wheels/rasterio-1.2.10-cp37-cp37m-win_amd64.whl new file mode 100644 index 0000000000000000000000000000000000000000..5ad52d115366eb3329dce55e44326f0c23e862a6 --- /dev/null +++ b/wheels/rasterio-1.2.10-cp37-cp37m-win_amd64.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820e8701231c4e426fa29df964b75c1d8d076ec03f31b57667f385a7aca45f65 +size 1139006