OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.92k stars 2.56k forks source link

autotest: download.osgeo.org isn't reliable #3500

Open rouault opened 3 years ago

rouault commented 3 years ago

We have regularly test failures (like https://github.com/OSGeo/gdal/pull/3487/checks?check_run_id=1987404521) due to trying to access resources on download.osgeo.org and failing due to time out since the server is regularly very slow.

Perhaps we could move them so some github repository that will have a better quality of service. But we need to check that we don't need HTTP GET range requests that raw github doesn't support Or some cloud bucket, but we'd need to find someone paying for it.

rcoup commented 3 years ago

@rouault are these all static resources?

Koordinates already hosts some stuff used in GDAL's Travis setup on S3, is easy enough to add to it.

rouault commented 7 months ago

Note: we now have https://github.com/OSGeo/gdal-test-datasets that can be used for that