MyGit

palmerc/GeodeticUTMConverter

Fork: 11 Star: 33 (更新于 2024-09-18 19:36:52)

license: BSD-3-Clause

Language: Matlab .

An objective-C converter of UTM to/from latitude and longitude

GitHub网址

Geodetic UTM Coordinate Converter

UTM or Universal Transverse Mercator is an older system for specifying a global position on the planet similar to the Latitude and Longitude except the values are called Northing and Easting and requires a Zone.

In Norway, this UTM system is a standard way for governmental organizations to define location. For example, Ruter, the public transit agency, uses it in their public transit APIs. This library will tranlate between a UTM coordinate and the Lat/Long coordinates that are more commonly used on modern platforms like iOS.

Sample Code

UTMCoordinates coordinates;
coordinates.gridZone = 32;
coordinates.northing = 6643010;
coordinates.easting = 598430;
coordinates.hemisphere = kUTMHemisphereNorthern;
    
CLLocationCoordinate2D groenland = [GeodeticUTMConverter UTMCoordinatesToLatitudeAndLongitude:coordinates];

If you want to supply your own Datum, then

GeodeticUTMConverter *converter = [[GeodeticUTMConverter alloc] initWithDatum:UTMDatumMake(6378137, 6356752.3142)];

最近版本更新:(数据更新于 1970-01-01 00:00:00)

palmerc/GeodeticUTMConverter同语言 Matlab最近更新仓库

2018-06-20 22:15:14 LJeub/LocalCommunities

1970-01-01 00:00:00 sfzhang15/SFD

1970-01-01 00:00:00 csprh/NDDTCWT

1970-01-01 00:00:00 chunhsienho/ADAS_Project-Auto-steering-ACC

1970-01-01 00:00:00 elybrand/2018Sendai_Indoor_Localization

1970-01-01 00:00:00 nnaka/sar