JuliaGeo / LibGEOS.jl

Julia package for manipulation and analysis of planar geometric objects
MIT License
72 stars 23 forks source link

cleanup #162

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

This PR mostly cleans up the LibGEOS.jl file to be easier to understand.

It also moves generated code to a generated folder, to avoid new contributors accidentally editing it.

rafaqz commented 1 year ago

I'm going to merge this as there are no actual changes just moving code around, and it's blocking a bugfix because of the moved code.