[WIP] Julia implementation of benchmarks#50
Conversation
|
great work!!! |
|
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). |
|
@prantogg please advise. thanks! |
|
@asinghvi17 We intentionally avoided using GeoParquet in SpatialBench v0.1.0 for the following reasons:
Does that make sense? |
@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.