Convert segment_lengths
when transforming lat and lon coordinates
#252
Labels
enhancement
New feature or request
Description
The
segment_lengths
of lat and lon coordinates need to be transformed when the coordinates are transformed. Currently, a warning is issued. The segment_lengths for alt coordinates are converted using thealt_units
and/or proj4 vunits, when applicable, and we may be able to do the same for lat and lon using the proj4+units
, though I'm not sure if this will always be possible.This may be an intractable issue. It is not clear to me if the segments will even make sense when transformed between some reference systems.
Notes:
ctype='point'
.RotatedCoordinates
has a similar and possibly intractable issue with segment_lengths (especially when converted toDependentCoordinates
); segment lengths are not handled correctly there as well.The text was updated successfully, but these errors were encountered: