You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We would probably take in
source
anddest
as types, and then usereinterpret
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.
The text was updated successfully, but these errors were encountered: