geobase version 1.0.0
navispatial opened this issue · 0 comments
navispatial commented
geobase 1.0.0 at pub.dev
✨ New (2023-10): The stable version 1.0.0 is now ready. See also the article Geospatial tools for Dart - version 1.0 published at Medium.
- Remove previous deprecations for geobase 1.0.0 #207
- Restructure abstract base classes Positionable and Bounded #213
- Change signature of TransformPosition typedef #216
🧩 Features:
- Handle the special case of bbox or geometries spanning the anti-meridian (longitude 180 degrees) #185
- Merge and split on Box #211
- PositionScheme for generic, geographic and projected position data #214
- Add basic geometry calculation functions #191
- Operators in Position, Box and PositionSeries #215
- Transform and filter positions and position series #218
- Position element manipulation in PositionSeries #219
- Enum for dimensionality or topological dimension #220
🛠 Refactoring:
- Normalize longitude with inclusive limit on east 180 degrees #210
- Move Bounded to coordinates and implement it by PositionSeries #212
- Restructure codes and constants sub packages #221
🚥 Tests: