You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LatitudeLongitude from easting northing helper (#54)
* Refactor LatitudeLongitude class and add conversion method
Updated `LatitudeLongitude.cs` to include new using directives for `GeoUK.Ellipsoids` and `GeoUK.Projections`. The class structure has been improved for clarity, and a new static method `FromEastingNorthing` has been added to convert easting and northing coordinates to latitude and longitude using Cartesian transformations and projections.
* Update GeoUK/Coordinates/LatitudeLongitude.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix comment typo in LatitudeLongitude.cs
Removed incorrect comment about ETRS89 and WGS84.
No changes to functionality; transformation logic remains intact.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments