< Home - < Back

GeographicLib


Information about the package, GeographicLib, which is shipped with common Linux distributions. The GeographicLib package is designed for, Library for geographic coordinate transformations.


Package Name:

GeographicLib

Summary:

Library for geographic coordinate transformations

Description:

GeographicLib is a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local Cartesian coordinates, for gravity (e.g., EGM2008), geoid height and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems. The emphasis is on returning accurate results with errors close to round-off (about 5–15 nanometers). New accurate algorithms for Geodesics on an ellipsoid of revolution and Transverse Mercator projection have been developed for this library. The functionality of the library can be accessed from user code, from the Utility programs provided, or via the Implementations in other languages.

Architecture:

x86_64

Version:

1.38

Release:

2.el6

Size:

436 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for GeographicLib


Control the GeographicLib package with the following handy commands outlined below.


Command

Description of Command

yum install GeographicLib

This command will install GeographicLib on the server.

yum remove GeographicLib

This command will un-install GeographicLib on the server. When you run this command, you will be asked if you are sure that you want to remove GeographicLib, so you have to manually confirm that you want to do this.

yum -y remove GeographicLib

This command will un-install GeographicLib on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove GeographicLib when using the -y flag.

yum update GeographicLib

This command will update GeographicLib to the latest version. When you run this command, you will be asked if you are sure that you want to remove GeographicLib, so you have to manually confirm that you want to do this.

yum -y update GeographicLib

This command will update GeographicLib to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove GeographicLib when using the -y flag.

yum info GeographicLib

This command will show you core information about the GeographicLib package.

yum deplist GeographicLib

This command will show you the dependencies for GeographicLib. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update GeographicLib

This command will check if there is an update waiting on GeographicLib. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.