diff --git a/dart/geobase/CHANGELOG.md b/dart/geobase/CHANGELOG.md index d0af0197..c8dfad65 100644 --- a/dart/geobase/CHANGELOG.md +++ b/dart/geobase/CHANGELOG.md @@ -2,7 +2,7 @@ [geobase version 1.0.0 #175](https://github.com/navibyte/geospatial/issues/175) -NOTE: Version 1.0.0 currently under development (1.0.0-dev.2). +NOTE: Version 1.0.0 currently under development (1.0.0-dev.3). ⚠️ Breaking changes: * [Remove previous deprecations for geobase 1.0.0 #207](https://github.com/navibyte/geospatial/issues/207) diff --git a/dart/geobase/README.md b/dart/geobase/README.md index eae02508..233a2366 100644 --- a/dart/geobase/README.md +++ b/dart/geobase/README.md @@ -11,6 +11,7 @@ and [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geomet ## Features ✨ New (2023-09): Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation. + ✨ New (2023-07): Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths. World map with Natural Earth data, Excert projection @@ -273,7 +274,7 @@ Add the dependency in your `pubspec.yaml`: ```yaml dependencies: - geobase: ^1.0.0-dev.2 + geobase: ^1.0.0-dev.3 ``` Import it: @@ -1749,7 +1750,7 @@ used to import only a certain subset instead of the whole **geobase** package: Package | Description ---------------------- | ----------- -**common** | Common codes, contants and reference systems related to geospatial applications. +**common** | Common codes, constants, functions, presentation helpers and reference systems related to geospatial applications. **coordinates** | Position, bounding box and positions series (with coordinate arrays). **geodesy** | Spherical geodesy functions for *great circle* and *rhumb line* paths. **meta** | Temporal data structures (instant, interval) and spatial extents. diff --git a/dart/geobase/pubspec.yaml b/dart/geobase/pubspec.yaml index 5182a4d3..979f051e 100644 --- a/dart/geobase/pubspec.yaml +++ b/dart/geobase/pubspec.yaml @@ -1,6 +1,6 @@ name: geobase description: Geospatial data, spherical geodesy, projections, tiling schemes, and vector formats (GeoJSON, WKT, WKB). -version: 1.0.0-dev.2 +version: 1.0.0-dev.3 repository: https://github.com/navibyte/geospatial homepage: https://github.com/navibyte/geospatial/tree/main/dart/geobase