navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
52 stars 5 forks source link

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

Closed navispatial closed 1 year ago

navispatial commented 2 years ago

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.
mohammedX6 commented 2 years ago

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

navispatial commented 1 year ago

This is document (should be elsewhere), not an actual issue, so close.