GeodePy icon indicating copy to clipboard operation
GeodePy copied to clipboard

A toolkit for Geodesy and Surveying in Python

Results 25 GeodePy issues
Sort by recently updated
recently updated
newest added

Before releasing GeodePy v1.0 the following needs to be done: - [x] Standardise names of Transformation objects, etc. (#129) - [x] Define reverse transformations (#127) - [x] Set up GitHub...

The package dependency on GDAL is making installation with pip a bit of a nightmare. Is GDAL required, or is there an alternative pure-python package we could use?

Modify functions to accept vectors

enhancement

Currently, only datetime.date objects are accepted to function that require an epoch. Extend code to accept decimal years

enhancement

Functions grid2geo, geo2grid, llh2xyz and xyz2llh were shifted from transform to convert. Their tests need to be moved from test_transform to test_convert

Currently, where the geodesic path crosses the 180th meridian, the resulting long2 will be > 180°. Possibly this issue may affect geodesics crossing the prime meridian resulting in long2 <...

bug