Skip to content

Commit c4e06ef

Browse files
committed
pub: stable release 2025-03-11 (with geobase 1.5.0)
1 parent 013c2d1 commit c4e06ef

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2025-03-11
2+
3+
* ✨ The stable version 1.5.0 with [global grids](https://geospatial.navibyte.dev/v1/geobase/global-grids/), better WGS84 [projection](https://geospatial.navibyte.dev/v1/geobase/projections/) support and [unit conversions](https://geospatial.navibyte.dev/v1/geobase/unit-conversions/).
4+
* All docs: [geospatial.navibyte.dev](https://geospatial.navibyte.dev/).
5+
* Published packages at pub.dev:
6+
* [geobase version 1.5.0](https://pub.dev/packages/geobase/versions/1.5.0)
7+
18
## 2024-11-10
29

310
* ✨ The stable release with [ellipsoidal geodesy functions](https://geospatial.navibyte.dev/v1/geobase/ellipsoidal-geodesy/) letting you calculate distances, bearings, destination positions and intermediate points along the Earth surface accurately.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The 3-Clause BSD License
22

3-
Copyright (c) 2020-2024 Navibyte. All rights reserved.
3+
Copyright (c) 2020-2025 Navibyte. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,
66
are permitted provided that the following conditions are met:

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,15 @@ Geospatial:
439439
* [EPSG](https://epsg.org/home.html) (Geodetic Parameter Dataset)
440440
* [World Geodetic System](https://en.wikipedia.org/wiki/World_Geodetic_System), see also [EPSG:4326](https://epsg.io/4326) about WGS 84
441441
* [Web Mercator projection](https://en.wikipedia.org/wiki/Web_Mercator_projection), see also [EPSG:3857](https://epsg.io/3857) and [Bing Maps Tile System](https://docs.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system)
442+
* [Geographic coordinate conversion](https://en.wikipedia.org/wiki/Geographic_coordinate_conversion)
443+
* [Geodetic datum](https://en.wikipedia.org/wiki/Geodetic_datum)
444+
* [Ellipsoid](https://en.wikipedia.org/wiki/Ellipsoid)
445+
* [Geodesic](https://en.wikipedia.org/wiki/Geodesic)
446+
* [Geodesic on ellipsoid](https://en.wikipedia.org/wiki/Geodesics_on_an_ellipsoid)
447+
* [Helmert transformation](en.wikipedia.org/wiki/Helmert_transformation)
448+
* [ECEF](https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system) (Earth-centered, Earth-fixed coordinate system)
449+
* [UTM](https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system) (Universal Transverse Mercator)
450+
* [MGRS](https://en.wikipedia.org/wiki/Military_Grid_Reference_System) (Military Grid Reference System)
442451
* [ISO 6709](https://en.wikipedia.org/wiki/ISO_6709) on standard representation of geographic point location by coordinates
443452

444453
OGC (The Open Geospatial Consortium) related:

dart/geobase/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The 3-Clause BSD License
22

3-
Copyright (c) 2020-2024 Navibyte. All rights reserved.
3+
Copyright (c) 2020-2025 Navibyte. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,
66
are permitted provided that the following conditions are met:

dart/geodata/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The 3-Clause BSD License
22

3-
Copyright (c) 2020-2024 Navibyte. All rights reserved.
3+
Copyright (c) 2020-2025 Navibyte. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,
66
are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)