Allow reading caches and GWFs from file:// URLs
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.