Simple/basic projections
Opened this issue · 0 comments
peterstace commented
The following are some basic/simple projections we could implement in Go:
- Web Mercator
- Orthographic
- UTM (this one is more complex...)
- Equirectangular
- Lambert Cylindrical Equal Area
- Sinusoidal
- Albers Conic
- https://en.wikipedia.org/wiki/Two-point_equidistant_projection
I've needed all of these either in a "real" project or an experiment/hack project, so they're good starting points.
There could be many other projections that are easy to implement at https://en.wikipedia.org/wiki/List_of_map_projections.