Skip to content

Latest commit

 

History

History
102 lines (84 loc) · 7.12 KB

CHANGELOG.md

File metadata and controls

102 lines (84 loc) · 7.12 KB

0.3.0

✨ 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.

⚠️ Breaking changes:

🧩 Features:

🛠 Refactoring:

🛠 Maintenance:

📚 Documentation

0.2.1

🐛 Bugs fixed:

0.2.0

✨ New: Tiling schemes and tile matrix sets (web mercator, global geodetic). Also other improvements on coordinates, and refactorings on the code structure.

🧩 Features:

🛠 Maintenance:

0.1.1

🧩 Features:

0.1.0

Initial version with some code originating from geocore 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

🧩 Features:

🛠 Maintenance: