Closed fwkoch closed 3 years ago
-1 from me
Is there any specific motivation behind this? Are there other libraries that use the "corner" naming convention? I'm used to "origin" but haven't seen "corner" before
I'd understand aliasing origin
with corner
but not outright renaming it
This is a decision out of the recent GMG steering meeting on OMFv2. The "corner" naming convention is used in some mining software packages. Using "corner" instead of "origin" helps clarify two ambiguities:
Thanks, @fwkoch! Those are fair points
Would this fully deprecate the origin
property or switch meaning of that property?
There would no longer be an origin
property. All spatial reference will now be relative to the coordinate_reference_system
.
This means we could potentially alias corner
with origin
in the client libraries, since they have pretty much the same meaning between v1 and v2.
For implementation details - see my comment here: https://github.com/gmggroup/omf/issues/41#issuecomment-476482236
As a summary, this issue should likely be tackled at the same time as #41 since in the v1 implementation, origin
is defined on a base class, not on the grid subclasses.
This was a decision at the GMG Meeting.