Navibyte Geospatial Versions Save

Geospatial data structures, tools and utilities for Dart and Flutter.

v1.2.0

2 weeks ago

2024-05-26

v1.1.0

1 month ago

2024-04-22

v1.0.0

7 months ago

2023-10-29

v0.13.0

8 months ago

2023-09-30

v0.12.0

10 months ago

v0.11.0

1 year ago

v0.10.0

1 year ago

:newspaper_roll: News

Package version published at this release.

2022-08-21

  • geobase (0.3.0), see changelog for details
    • ✨ New: Data structures for simple geometries, features and feature collections.
    • ✨ New: Support for Well-known binary (WKB). Text and binary data formats, encodings and content interfaces also redesigned.
  • geodata (0.10.0), see changelog for details
    • ✨ New: Updated with latest geobase version 0.3.0, and no longer with dependency on geocore.
  • geocore (0.10.0), see changelog for details

:building_construction: Roadmap

Please see issues.

💡 Any comments, questions, suggestions of new features and other other contributions are welcome, of course!

🪄 New features shall be actively added and development continues on geobase and geodata packages.

⚠️ However after the geocore version 0.10.0 (published at 2022-08-21), no new features are currently planned on the geocore package. Still this package too shall be maintained as a part of this repository.

v0.9.0

1 year ago

Package versions:

  • geobase (0.2.0), see changelog for details
    • ✨ New: Tiling schemes and tile matrix sets (web mercator, global geodetic). Also other improvements on coordinates, and refactorings on the code structure.
  • geocore (0.9.0), see changelog for details
  • geodata (0.9.0), see changelog for details

v0.8.0

2 years ago

Key features of the geobase package:

  • 🔢 enums for geospatial coordinate and geometry types
  • 🌐 geographic positions and bounding boxes (longitude-latitude-elevation)
  • 🗺️ projected positions and bounding boxes (cartesian XYZ)
  • 🏗️ coordinate transformations and projections (initial support)
  • 📅 temporal data structures (instant, interval)
  • 📃 geospatial data writers for features, geometries, coordinates, properties:
  • 📃 geospatial data writers for geometries and coordinates:
    • 🪧 supported formats: WKT

Key features of the geocore package:

  • 🚀 geospatial data structures (geometry, features and metadata)
  • 🌐 geographic coordinates (longitude-latitude)
  • 🗺️ projected coordinates (cartesian XYZ)
  • 🔷 geometry primitives (bounds or bbox, point, line string, polygon)
  • 🧩 multi geometries (multi point, multi line string, multi polygon, geometry collections)
  • ⭐ feature objects (with id, properties and geometry) and feature collections
  • 🌎 GeoJSON data parser
  • 🪧 WKT (Well-known text representation of geometry) data parser

Key features of the geodata package:

  • Client-side data source abstraction for geospatial feature service Web APIs
  • Implementations to read geospatial features

v0.7.0

2 years ago