GeoJSONKit

0.5.2

Yet another GeoJSON library in Swift
maparoni/GeoJSONKit

What's New

0.5.2

2022-06-14T08:47:35Z

What's Changed

  • Doc improvement and adding .spi.yml by @nighthawk in #14
  • Dedicated LinearRing, which makes sure it's closed by @nighthawk in #15

Full Changelog: 0.5.1...0.5.2

GeoJSONKit

Swift

Yet another GeoJSON library in Swift. This is a tiny framework with a focus on simplicity, use of Swift's enums and parsing performance.

Note: There's no full support for Codable. It's provided for the GeoJSON.GeometryObject part. That's on purpose and there are other libraries listed below that fully support Codable, if that's what you're after.

This package has various extensions:

Alternative packages:

Installation

Swift Package Manager

To install GeoJSONKit using the Swift Package Manager, add the following package to the dependencies in your Package.swift file:

.package(url: "https://github.com/maparoni/geojsonkit.git", from: "0.5.0")

Then import GeoJSONKit in any Swift file in your module.

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

Last updated: Wed May 24 2023 09:45:54 GMT-0500 (GMT-05:00)