Found 34 packages
This is a C# class library containing some very basic geodesic algorithms. It is based on work by Mike Gavaghan and has been enhanced by me to cover also some variants of Mercators projection of the earth to flat maps. I cover Spherical and Elliptical Mercator projections, mapping the earth to a single flat map. I also handle the Universal Transverse Mercator (UTM) projection, dividing the earth into smaller grids which are then each mapped to a flat map. Finally - based on UTM - I implement an algorithm to put a finer grain mesh over the mapped area of the earth to be able to classify a geo-location by a discrete globally unique mesh number. This is done in order to facilitacte the application of some discrete algorithms - especially in the area of machine learning - on geo locations.
You can translate both ways between coordinate systems: RT90, SWEREF99 andWGS84. The WGS84 object can parse out positions from strings in DMS (degrees, minutes seconds, and DM (degrees, minutes) format. All in all it’s a pretty easy to use and powerful library.
A professional geodetic calculation libary about coordinate system's definition, conversion, projection, transformation functions of geodetic datum such as ITRF, WGS84, BDCS, ETRS, etc. This is a C# .net standard class library containing some professional geodetic algorithms on ellipsoid supports json data shared by Zhengzhou Insititute of Surveying and Mapping. Geodesy.Datum defines the basic angle/latitude/longitude data type which can be simple serialized or deserialized to json. There are all different coordinate data type such as astronomic coordinate, geodetic coordinate, space rectangular coordinate, projected coordinate, spherical coordinate, etc. The libary provides the functions of all types of coordinate conversion, geodetic calculations on ellipsoid surface, geodetic problem solutions, Gauss projection and UTM (MGRS, UPS), geodetic datum transformation.
A small library with helper methods to convert between WGS84 and RT90/SWEREF. Also has utilities to calculate distances between coordinates.
CoordinateSharp is a high-performance, lightweight .NET library for working with geographical coordinates. Effortlessly convert coordinates, compute distances, and calculate location-based solar, lunar, and magnetic data — all with minimal code.
Geodesy binding library for Bridge.NET projects.
Epicycle .NET geodesy library. Includes: 2D and 3D LLA geo-point, WGS84/ECEF/ENU conversions, simple KML serialization. * Details & release notes: https://github.com/open-epicycle/Epicycle.Geodesy-cs/blob/ver-0.1.4.0/README.md * Sources: https://github.com/open-epicycle/Epicycle.Geodesy-cs/tree/ver-0.1.4.0 * Git repository: https://github.com/open-epicycle/Epicycle.Geodesy-cs
Package Description
Premium data set for generating map data. Mapping locations, point of interests, and GPS data for your applications, UIs and databases.
A basic libary about basic geodetic algorithm such as matrix, linear equation, adjustment, filter, etc. This is a C# class library containing some basic geodetic algorithms producted by Zhengzhou Insititute of Surveying and Mapping.
Coordinate Reference System Transformations adapter implementation using the adaptee third-part library 'MightyLittleGeodesy'. For more information see the project website at github https://github.com/TomasJohansson/crsTransformations-dotnet
A basic libary about basic GNSS control network data proesser such as level net, triangle net, space net, etc. This is a C# class library containing some basic geodetic algorithms producted by Zhengzhou Insititute of Surveying and Mapping.
A basic libary about basic GNSS data processer such as NMEA 0183, Beidou message, etc. This is a C# class library containing some basic geodetic algorithms producted by Zhengzhou Insititute of Surveying and Mapping.
Package contains: Framework for geodetic computations and transformations, including support for coordinate systems like ECEF, ENU, and geodetic coordinates. Implements the GRS80 ellipsoid model and provides utilities for geodetic-to-geocentric conversions, azimuth/elevation calculations, and more.
Magnetic data extensions for CoordinateSharp. Provides magnetic declination, variation, and related geomagnetic calculations based on geographic coordinates.
Extension methods to the BasicGeoposition struct for Geodesy calculations.
Geodesy: Functions to calculate distances on spheres (haversine) and ellipsoids (Vicenty). This is because in UWP there are no built-in functions for computing map distance.