mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
* Failing test with a .msk sidecar * POC of sidecar support for Python openers Towards resolving #3027 * Register opener for the parent directory/folder of the given URL Handling the error cases properly gets all our tests passing again. * Add opener adapter classes and a factory Still a lot of redundant code here, needs refactoring. * Remove unused import * Don't raise exceptions when files aren't found Just return 1 or NULL * Add two tests of using fsspec filesystem objs and fix a bug. * Allow testing with tiledb.VFS * More tests of fsspec http filesystem and .msk sidecar * Module clean up * Add mtime to stats, docstrings to abstract class * Expand documentation * Reassign name_list in loop * Return -1 on stat failure, remove useless except clauses * Don't set an error when OpenFile doesn't resolve * Add eof callback