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

OSM: fix spatialpandas error #295

Open
maximlt opened this issue Oct 30, 2023 · 0 comments
Open

OSM: fix spatialpandas error #295

maximlt opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@maximlt
Copy link
Contributor

maximlt commented Oct 30, 2023

The notebook starts with

import spatialpandas as spd
df = spd.io.read_parquet_dask('./data/osm-1billion.parq')

And that fails with:

ValueError: A spatialpandas GeoDataFrame must contain at least one spatialpandas GeometryArray column

The parquet file has just x and y columns as far as I can see.
What is surprising to me is that my environment has the version with which the project was last locked (0.4.3), something must have gone wrong.

@maximlt maximlt added the bug Something isn't working label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant