JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
19 stars 3 forks source link

python wrapper conversions should be easy #177

Open asinghvi17 opened 1 month ago

asinghvi17 commented 1 month ago

py -> jl: wrap in LibGEOS objects jl -> py: construct LibGEOS objects and then do things

jl MUST be loaded FIRST, in order to load JLL versions of GEOS and dependencies.

asinghvi17 commented 1 month ago

see https://juliapy.github.io/PythonCall.jl/stable/conversion-to-julia/