Explore adding support for more functions to be used in unprojected coordinate systems. raster::terrain [(terrain.R,](https://github.com/rspatial/raster/blob/master/R/terrain.R) [terrain.cpp)](https://github.com/rspatial/raster/blob/master/src/terrain.cpp) uses haversine distance and [ArcPro Surface Parameters uses a 3D Earth Centered, Earth Fixed coordinate system](https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/how-surface-parameters-works.htm).
Explore adding support for more functions to be used in unprojected coordinate systems.
raster::terrain (terrain.R, terrain.cpp) uses haversine distance and ArcPro Surface Parameters uses a 3D Earth Centered, Earth Fixed coordinate system.