Coordinate Reference Systems iOS
Coordinate Reference Systems iOS Library in objective-c
Coordinate Reference Systems Lib
The Coordinate Reference Systems Library was developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.
Pull Requests
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
About
Coordinate Reference Systems is an iOS library implementation of OGC's 'Geographic information — Well-known text representation of coordinate reference systems' (18-010r7) specification.
For projection conversions between coordinates, see Projections.
Usage
View the latest Appledoc
Build
Build this repository using Xcode and/or CocoaPods:
pod repo update
pod install
Open crs-ios.xcworkspace in Xcode or build from command line:
xcodebuild -workspace 'crs-ios.xcworkspace' -scheme crs-ios build
Run tests from Xcode or from command line:
xcodebuild test -workspace 'crs-ios.xcworkspace' -scheme crs-ios -destination 'platform=iOS Simulator,name=iPhone 12'
Include Library
Include this repository by specifying it in a Podfile using a supported option.
Pull from CocoaPods:
pod 'crs-ios', '~> 1.0.0'
Pull from GitHub:
pod 'crs-ios', :git => 'https://github.com/ngageoint/coordinate-reference-systems-ios.git', :branch => 'master'
pod 'crs-ios', :git => 'https://github.com/ngageoint/coordinate-reference-systems-ios.git', :tag => '1.0.0'
Include as local project:
pod 'crs-ios', :path => '../coordinate-reference-systems-ios'
Swift
To use from Swift, import the crs-ios bridging header from the Swift project's bridging header
#import "crs-ios-Bridging-Header.h"
GitHub
https://github.com/ngageoint/coordinate-reference-systems-ios