MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
167 stars 24 forks source link

Use the proj C-API to avoid errors being thrown in Julia #170

Closed asinghvi17 closed 3 months ago

asinghvi17 commented 1 year ago

When Proj has an error, you can enquire using a ccall, meaning that we don't need to wrap each point transform in a try-catch block!

visr commented 1 year ago

Is the error handler an issue? See also https://github.com/JuliaGeo/GDAL.jl/pull/153

asinghvi17 commented 3 months ago

I think this works now, haven't had any bad experiences this far.