You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🗺️ coordinate projections (web mercator + based on the external [proj4dart](https://pub.dev/packages/proj4dart)library)
85
+
* 🗺️ coordinate projections (built-in WGS84 based projections on geographic, geocentric, UTM and Web Mercator coordinates + external [proj4dart](https://pub.dev/packages/proj4dart)support)
86
86
* 🔢 tiling schemes and tile matrix sets (web mercator, global geodetic)
87
+
* ⚖️ unit conversions (angle, angular velocity, area, distance, speed and time)
87
88
88
89
Key features of the [geodata](https://pub.dev/packages/geodata) package:
* 🗺️ coordinate projections (web mercator + based on the external [proj4dart](https://pub.dev/packages/proj4dart)library)
33
+
* 🗺️ coordinate projections (built-in WGS84 based projections on geographic, geocentric, UTM and Web Mercator coordinates + external [proj4dart](https://pub.dev/packages/proj4dart)support)
34
34
* 🔢 tiling schemes and tile matrix sets (web mercator, global geodetic)
35
+
* ⚖️ unit conversions (angle, angular velocity, area, distance, speed and time)
35
36
36
37
## Documentation
37
38
@@ -428,10 +429,10 @@ Package | Description
428
429
---------------------- | -----------
429
430
**common** | Common codes, constants, functions, presentation helpers and reference systems related to geospatial applications.
430
431
**coordinates** | Position, bounding box and positions series (with coordinate arrays).
431
-
**geodesy** | Ellipsoidal (*vincenty*) and spherical (*great circle*, *rhumb line*) geodesy tools, with UTM and MGRS coordinate conversions.
432
+
**geodesy** | Ellipsoidal (*vincenty*) and spherical (*great circle*, *rhumb line*) geodesy tools, with ellipsoidal datum, UTM, MGRS and ECEF support.
0 commit comments