beam
beam copied to clipboard
Suggestion: Replace Coord and Location with LocationUTM or LocationWGS
I keep getting mixed up whether locations are in WGS vs UTM and I bet I'm not the only one. In BEAM we sometimes use the Java Coord
type and sometimes the BEAM Location alias for it. Can we replace BEAM Location
alias with LocationUTM
and LocationWGS
, and then replace all usages of Coord
and Location
with the correct alias depending on the coordinate system being used?