The Grid 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.
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.
Grid is a Swift library providing common geospatial reference system grid functionality.
View the latest Appledoc
MGRS is a Swift library providing Military Grid Reference System functionality, a geocoordinate standard used by NATO militaries for locating points on Earth.
GARS is a Swift library providing Global Area Reference System functionality, a standardized geospatial reference system for areas.
import grid_ios
Build this repository using Xcode and/or CocoaPods:
pod install
Open grid-ios.xcworkspace in Xcode or build from command line:
xcodebuild -workspace 'grid-ios.xcworkspace' -scheme grid-ios build
Run tests from Xcode or from command line:
xcodebuild test -workspace 'grid-ios.xcworkspace' -scheme grid-ios -destination 'platform=iOS Simulator,name=iPhone 15'
Include this repository by specifying it in a Podfile using a supported option.
Pull from CocoaPods:
pod 'grid-ios', '~> 1.0.7'
Pull from GitHub:
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :branch => 'master'
pod 'grid-ios', :git => 'https://github.com/ngageoint/grid-ios.git', :tag => '1.0.7'
Include as local project:
pod 'grid-ios', :path => '../grid-ios'
- Simple Features (The MIT License (MIT)) - Simple Features Lib
- Color (The MIT License (MIT)) - Color Lib