ajnisbet / opentopodata

Open alternative to the Google Elevation API!
https://www.opentopodata.org
MIT License
312 stars 69 forks source link

Improve arbitrary dataset performance #91

Open ajnisbet opened 9 months ago

ajnisbet commented 9 months ago

Gdal is slow at reading VRTs with lots of files.

Unfortunately, using a VRT file is the only way opentopodata supports datasets without SRTM-style file naming, which is a bad experience for users.

Some options [of things to do for datasets which have more than one file and no SRTM style filenames]:

ajnisbet commented 9 months ago

Would resolve https://github.com/ajnisbet/opentopodata/issues/90