intake / intake_geopandas

An intake plugin for loading datasets with geopandas
BSD 2-Clause "Simplified" License
15 stars 7 forks source link

Fix typo with storage_options when using GeoParquetSource with _use_fsspec #29

Closed blackary closed 3 years ago

blackary commented 3 years ago

Note that this won't work until https://github.com/apache/arrow/pull/10104 is fixed which will allow OpenFile objects to be passed to pyarrow's read_table function

martindurant commented 3 years ago

LGTM Would someone like to take this chance to change the CI to GHA?

blackary commented 3 years ago

The PR to arrow has been merged and deployed, so this test now passes with the latest version of pyarrow.

blackary commented 3 years ago

@martindurant Is there anything else I should do before this can be merged in?

ian-r-rose commented 3 years ago

Thank you @blackary !

blackary commented 3 years ago

You're welcome! Any chance of a release, please? I'd like to use this to be able to use this use_fsspec=True argument with geoparquets.

ian-r-rose commented 3 years ago

Sure thing, just published to pypi as 0.3.0

blackary commented 3 years ago

Thanks!