MakieOrg / GeoMakie.jl

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

CoordRefSystems.jl support #236

Open asinghvi17 opened 4 weeks ago

asinghvi17 commented 4 weeks ago

We would probably take in source and dest as types, and then use reinterpret on individual Points to be able to call the transform.

We could probably get CRS off point types in the arguments, but I'm not sure how it would work for the other Meshes.jl components. Retrieving x and y in a standard manner may also need to be overhauled here.