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

Add store argument to all reader functions #912

Open
kylebarron opened this issue Dec 6, 2024 · 0 comments
Open

Add store argument to all reader functions #912

kylebarron opened this issue Dec 6, 2024 · 0 comments

Comments

@kylebarron
Copy link
Member

Even if it's just a wrapper that downloads the input before parsing, we should support a store argument in every function, for simplicity.

We should also construct HTTP and local stores by default when we see http(s) urls. Perhaps we should also create anonymous S3 stores by default when we see s3:// urls.

We should document which functions handle remote files "natively" in an intelligent way, and which ones just fetch the file.

kylebarron added a commit that referenced this issue Dec 6, 2024
Progress towards #912 

- Add `coord_type` parameter to `read_flatgeobuf`
- Add `Arro3Table` wrapper for returning tables as a runtime-available
`arro3.core.Table`
- Separate pyi type hinting declarations for ease of maintainability
- Simplify internals of some async readers.
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