Uh oh!
There was an error while loading. Please reload this page.
[WIP] Julia implementation of benchmarks - #50
Conversation
jiayuasu
commented
Oct 10, 2025
great work!!! |
asinghvi17
commented
Oct 12, 2025
I was trying to test this against the Python output, but it seems that the Python code no longer works - it throws errors about |
Also, I just noticed that these Parquet files are not GeoParquet. Would it make sense to make them GeoParquet files as well? Then it's a bit easier to load on the Julia side. I think it's just a bit of metadata changes for them (but @evetion is the expert here). |
jiayuasu
commented
Oct 13, 2025
@prantogg please advise. thanks! |
@asinghvi17 We intentionally avoided using GeoParquet in SpatialBench v0.1.0 for the following reasons:
Does that make sense? |
prantogg
commented
Oct 14, 2025
@asinghvi17 Are you referring to the tools/generate_data.py script for generating SpatialBench data? Let me know if that works! |
Adds a Julia implementation of the benchmarks, modeled off the GeoPandas code, using the JuliaGeo/GeometryOps.jl ecosystem.