Skip to content

tracyharton/mgrs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgrs

[![CI Status](http://img.shields.io/travis/Tracy Harton/mgrs.svg?style=flat)](https://travis-ci.org/Tracy Harton/mgrs) Version License Platform

Usage

mgrs: Converting to and from MGRS and Decimal Degrees

This library has an internal copy of some of the files from GeoTrans_ 2.4.2.

.. _GeoTrans: http://earth-info.nga.mil/GandG/geotrans/ .. _ctypes: http://docs.python.org/library/ctypes.html

Usage

#import "MGRS.h"

CLLocationCoordinate2D location;

NSString *mgrsStr = [MGRS MGRSfromCoordinate:location];

Requirements

Installation

mgrs is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "mgrs"

Author

Tracy Harton, tracy@amphibioustech.com

License

mgrs is available under the MIT license. See the LICENSE file for more info.

About

Convert MGRS to DD and back

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.4%
  • Other 1.6%