Efficient great circle computation and projection library for x86 or x64 platform on Windows or Ubuntu.


Keywords
epsg, utm, mgrs, bng, ing, map, interpolation, projection, great, circle, geohash, georef, GARS, maidenhead
Licenses
CERN-OHL-P-2.0/MirOS
Install
pip install Gryd==2.0.0

Documentation

Support this project

Gryd

pypi

pypi

pypi pypi pypi

Why this package ?

Gryd package provides efficient great circle computation and projection library.

Vincenty formulae

They are two related iterative methods used in geodesy to calculate the distance between two points on the surface of a spheroid.

EPSG dataset

All epsg dataset linked to these projections are available through python API using epsg id or name. Available projections are Mercator, Transverse Mercator and Lambert Conformal Conic.

Grid

The four main grids are available : Universal Transverse Mercator, Military Grid Reference System, British National Grid and Irish National Grid.

Image-map interpolation

Gryd.Crs class also provides functions for map coordinates interpolation using calibration points. Two points minimum are required.

API Doc

http://bruno.thoorens.free.fr/gryd/doc/index.html

Contributing

Bug report & feedback

Use project issues.

Add / modify / fix code

  1. open a issue to propose your contribution
  2. once issue is granted
  • fork this repository
  • edit your contribution
  • start a pull request

TODO

  • implement oblique mercator
  • implement epsg database maintainer