inbo / inbospatial

🍁 Collection of useful R functions for spatial data
https://inbo.github.io/inbospatial
Other
5 stars 1 forks source link

Add two functions to explore properties of CRSs #6

Closed florisvdh closed 1 year ago

florisvdh commented 1 year ago

The two proposed functions calculate the distance distortions (scale factors) in the most used projection methods.

florisvdh commented 1 year ago

did you check the calculation against a known result (from a text book maybe)?

No, I just applied the formulas from text books. But in fact what you propose should be quite easy to verify, computing distances with S2 on the sphere and compare that with distances in a projected CRS with GEOS. I will try to do that.