geodesy 0.10.0 copy "geodesy: ^0.10.0" to clipboard
geodesy: ^0.10.0 copied to clipboard

A Dart library for geodesic and trigonometric calculations working with points and paths

CHANGELOG #

0.10.0 #

  • Geodesy Refactoring
  • Implement Geodesic Measurements
    • Calculate the length of a polyline formed by connecting multiple points
    • Calculate the area of a polygon defined by a set of points using Shoelace formula
  • Implement Intersection and Projection
    • Calculate intersection points of two geodesic lines
    • Project a point onto a geodesic line

0.9.0 #

  • Implement DistanceCalculations: EquirectangularApproximation, and SphericalLawOfCosines
  • Implement GeodeticPointManipulation: DestinationPoint, MidPointBetweenTwoPoints, and GreatCirclePoint

0.8.0 #

  • Implement Calculating Polygon Area With Hole
  • Implement Vincenty Formula for Geodesic Distance Calculation
  • Add CODE_OF_CONDUCT.md
  • Revise LICENSE

0.7.0 #

  • Refactor geodesy
  • Support Class & Static methods

0.6.0 #

  • Add findPolygonCentroid
  • Add getPolygonIntersection

0.5.0 #

  • Add greatCircleDistanceBetweenTwoGeoPoints
  • Add getRectangleBounds
  • Add calculateBoundingBox

0.4.2 #

  • Removed pedantic
  • Migrated to lints package with Dart 3 compatible
  • Refactored source code
  • Revised README.md

0.4.1 #

  • Fixed isGeoPointInBoundingBox typos & logic

0.4.0 #

  • Added dart 3 compatible changes
  • Revised test cases
  • Bumped minimum Dart version to 3.0.

0.4.0-nullsafety.0 #

  • Null Safety Upgrade

0.3.2 #

  • Added tests
  • Added pointsInRange

0.3.1 #

  • Applied strict static analysis
  • Made the radius parameter optional

0.3.0 #

  • Added latlong package
  • Deprecated LatLng
  • Deprecated degreesToRadians & radiansToDegrees

0.2.0 #

  • Added intersectionByPaths
  • Added crossTrackDistanceTo
  • Added isGeoPointInPolygon

0.1.1 #

  • Added example
  • Reformatted with Dart Style

0.1.0 #

  • Initial version, created by wingkwong
56
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A Dart library for geodesic and trigonometric calculations working with points and paths

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

latlong2

More

Packages that depend on geodesy