geospatial icon indicating copy to clipboard operation
geospatial copied to clipboard

Other Dart-libraries for coordinate transformations and projections, geographic algorithms, geospatial analysis and geodesy

Open navispatial opened this issue 2 years ago • 1 comments

Coordinate transformations and projections

Code Library Description
proj4dart by maRci002 pub package A Dart library to transform point coordinates from one coordinate system to another, including datum transformations (Dart version of proj4js).
wkt-parser-dart by fegyi001 pub package Wkt-parser is a Dart version of proj4js/wkt-parser. With wkt-parser you can parse a WKT projection string (OGC, ESRI) into json that proj4dart can consume.
mgrs_dart by fegyi001 pub package Utility for converting between WGS84 lat/lng and MGRS coordinates (Dart version of proj4js/mgrs)

Geographic algorithms and geospatial analysis

Code Library Description
turf_dart by dartclub pub package A turf.js-like geospatial analysis library working with GeoJSON.
dart-geo by a14n pub package A set of utility functions for geographic computations.
dart-geotools by bitflippers pub package A Dart library that provides tools for manipulating and working with geospatial data.
dart_jts by moovida pub package An ongoing effort to port the Java Topology Suite to Dart.
poly_bool_dart by mohammedX6 pub package Boolean operations on polygons (union, intersection, difference, xor) (a port of polybooljs).

Geodesy

Code Library Description
geodesy by wingkwong pub package Geodesic and trigonometric calculations based on a spherical Earth model.

navispatial avatar Dec 07 '21 21:12 navispatial

I have ported a libary that capable of doing all polygon Boolean operations on polygons (union, intersection, difference, xor) ( More info here

mohammedX6 avatar Apr 16 '22 01:04 mohammedX6