geoengine 0.1.2 geoengine: ^0.1.2 copied to clipboard
GeoEngine is a Dart library for geospatial analysis and geometry. It has precise distance calculations, coordinates conversions, geodetic processing, and GIS support in Dart.
0.1.2 #
- [BREAKING] Removed padding from the division text
- [FEATURE] Implemented Geocoding (Google, OpenstreetMap, and Local Data)
- [FEATURE] Added compute distance in UTM
- [IMPROVEMENT] Wrote documentation on the remaining classes
- [IMPROVEMENT] Improved computation performance
- [BUG_FIX] CoordinateType not set to UTM
0.1.1 #
- Fixed bugs
- Removed the export of the included
advance_math
module
0.1.0 #
- Added support for MGRS convertions between UTM and LatLng.
- Added different Point types (Point, PointX, UTM, LatLng, MGRS).
- Added Coordinate conversions (Projections and Transformations).
- Added distance computations
- Added Least Squares Adjustment.
- Implemented Julian Dates as an extension of Datatime.
0.0.3 #
- Fixed README.
0.0.2 #
- Updated the README.
- Added dependencies
0.0.1 #
- Initial version.