Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paxswill/swiftprojection
Easy map projections in Swift
https://github.com/paxswill/swiftprojection
gis mapping proj swift swift4
Last synced: 2 months ago
JSON representation
Easy map projections in Swift
- Host: GitHub
- URL: https://github.com/paxswill/swiftprojection
- Owner: paxswill
- License: mit
- Created: 2018-03-17T16:41:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T20:02:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T13:43:50.647Z (2 months ago)
- Topics: gis, mapping, proj, swift, swift4
- Language: Swift
- Homepage:
- Size: 623 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftProjection
[![CI Status](http://img.shields.io/travis/paxswill/SwiftProjection.svg?style=flat)](https://travis-ci.org/paxswill/SwiftProjection)
[![Version](https://img.shields.io/cocoapods/v/SwiftProjection.svg?style=flat)](http://cocoapods.org/pods/SwiftProjection)
[![License](https://img.shields.io/cocoapods/l/SwiftProjection.svg?style=flat)](http://cocoapods.org/pods/SwiftProjection)
[![Platform](https://img.shields.io/cocoapods/p/SwiftProjection.svg?style=flat)](http://cocoapods.org/pods/SwiftProjection)SwiftProjection is a framework that aims to make projecting and transforming geographic coordinates in Swift easier. It uses the well
known [PROJ][proj] library internally, with a similar interface in some areas.[proj]: http://proj4.org
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 4, macOS 10.10 or greater, iOS 9.0 or later
## Installation
SwiftProjection is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'SwiftProjection', '~> 1.0.4'
```## Author
Will Ross, [email protected]
## License
SwiftProjection is available under the MIT license. See the LICENSE file for more info.