You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 sees3://
urls.We should document which functions handle remote files "natively" in an intelligent way, and which ones just fetch the file.
The text was updated successfully, but these errors were encountered: