Can anyone help me get to grips with creating a 100% custom map projection? I want to be able to define these things:
- The formula used to unwrap/project the map, in a standardised notation (possibly Python).
The position of datums - such as where the map splits and location of fixed point(s) such as poles (in the case of Earth).
I feel like QGIS or MatLab might be a good tool for this. G.Projector was looking viable, but I don't think it lets you define your own rules for the projections.
Thanks