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

consistent segfault on simple write #88

Open
alex-s-gardner opened this issue Nov 16, 2024 · 4 comments
Open

consistent segfault on simple write #88

alex-s-gardner opened this issue Nov 16, 2024 · 4 comments

Comments

@alex-s-gardner
Copy link

This causes a consistent segfault:

import GeoFormatTypes as GFT
import GeoInterface as GI
using DataFrames
using GeoDataFrames

pt = GI.Point(1,1, crs=GFT.EPSG(4326))
df = DataFrame(geometry=pt, test = 1.)

GeoDataFrames.write("test.parquet", df)
GeoInterface v1.3.7
GeoFormatTypes v0.4.2
GeoDataFrames v0.3.10
DataFrames v1.7.0
@visr
Copy link
Collaborator

visr commented Nov 17, 2024

Probably the same as JuliaGeo/GDAL.jl#146. What platform are you on?

@evetion
Copy link
Owner

evetion commented Nov 17, 2024

Sorry for all the trouble I got you into with advising Parquet for vector data 😅. Thanks for being thorough with testing and reporting.

@alex-s-gardner
Copy link
Author

Probably the same as JuliaGeo/GDAL.jl#146. What platform are you on?

I'm using Ubuntu 22.04 LTS

@evetion
Copy link
Owner

evetion commented Nov 17, 2024

Hmm, unlike the linked GDAL issue, this crashes for me too. 😞

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

3 participants