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

write should automatically check for a :geometry column in a df #21

Closed
alex-s-gardner opened this issue Jun 9, 2024 · 1 comment
Closed

Comments

@alex-s-gardner
Copy link

Writing a data frame with a :geometry column using GeoParquet is inconsistent with Shapefile and GeoJSON

fn = "shapes.parquet"
GeoParquet.write(fn, df, (:geometry,))

vs

fn = "shapes.json"
GeoJSON.write(fn, df)

fn = "shapes.shp"
Shapefile.write(fn, df)
@evetion
Copy link
Member

evetion commented Dec 20, 2024

Fixed by #23

@evetion evetion closed this as completed Dec 20, 2024
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

2 participants