-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I think you mentioned this is something to be discussed.
What is the minimum requirement for defining a point?
There are obviously many ways to represent a point, I think the library needs to have a basic representation. I think most stuff uses WGS84 for that.
We should always be able to express a point in any coordinate / projection system as a Point in our basic representation.
So then a Point has coordinates in multiple (if not all) projections. A Point represents a place, a place can have many different coordinates in many different projections.
Should we separate Point and Coordinate?
A projection would then just be used to get a different set of coordinates, a coordinate is always connected to a projection, but a Point is always the same. If you project a Point then the Point does not change, its coordinates do.