inlabru-org / inlabru

inlabru
https://inlabru-org.github.io/inlabru/
76 stars 21 forks source link

Support for spherical meshes #42

Closed finnlindgren closed 1 year ago

finnlindgren commented 6 years ago

Much of the mesh handling code assumes the mesh is on R2. In some situations only minor changes to the code would be needed to support S2 meshes. In other situations (e.g. code that relies on projecting polygons to equal area meshes and then use rgeos/sp for boolean operations) more substantial updates will be required.

finnlindgren commented 3 years ago

The code should now support S2 meshes for 3D coordinates. Support for projection via CRS to 2S meshes i likely not yet supported.