Skip to content

Commit

Permalink
pub(geobase): pre-release 1.0.0-dev.3 of stable release 1.0.0 #175
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Oct 27, 2023
1 parent 0437f51 commit 1b75fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dart/geobase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions dart/geobase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a title="Ktrinko, CC0, via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File:Eckert4.jpg"><img alt="World map with Natural Earth data, Excert projection" src="https://raw.githubusercontent.com/navibyte/geospatial_docs/v2023-08-12/assets/doc/projections/eckert4/320px-Eckert4.jpg" align="right"></a>
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dart/geobase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1b75fa9

Please sign in to comment.