Skip to content

Allow reading caches and GWFs from file:// URLs

Duncan Macleod requested to merge github/fork/duncanmmacleod/io-file-urls into develop

This PR fixes a few failures when trying to read (mainly open()) local files using file://localhost style URLs, mainly by calling urlparse(...).path.

This is necessary because the updated gwdatafind package returns file URLs, rather than cache objects.

Merge request reports