Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GDAL Virtual File Systems #132

Open
davidbrochart opened this issue Dec 24, 2020 · 0 comments
Open

Support GDAL Virtual File Systems #132

davidbrochart opened this issue Dec 24, 2020 · 0 comments

Comments

@davidbrochart
Copy link
Member

Supporting GDAL Virtual File Systems would allow xtensor to access files located in compressed archives (zip, tar), on the network (http, https, ftp), and in the cloud (AWS S3, Google Cloud Storage, Microsoft Azure, Alibaba Cloud OSS, OpenStack Swift Object Storage, Hadoop File System), and more (standard I/O, in-memory, etc.).
The GDAL API uses C FILE-like objects, not streams as in our IO handlers, so I guess we should also provide dump/load functions that operate on such objects.
This is part of an effort to implement a Zarr driver in GDAL using xtensor-zarr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant