aboutsummaryrefslogtreecommitdiff
path: root/src/pj_transform.c
AgeCommit message (Expand)Author
2016-05-28Change math constants, similar to PR #372. Use M_ namespace with the de fact...Micah Cochran
2016-05-11Portability cleanups for the code in PR #6 (and a few additional source files)Thomas Knudsen
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
2015-08-25pj_transform(): fix crash with z == NULL if vertical grid shift is required (...Even Rouault
2015-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2011-05-10add support for vunits/vto_meter parameters to specify vertical unitsFrank Warmerdam
2010-09-20fix vgrid inverse and error handlingFrank Warmerdam
2010-06-11roll projCtx through various other low level functionsFrank Warmerdam
2010-06-11preliminary implementation of projCtx APIFrank Warmerdam
2010-05-11preliminary addition of vertical datum shifting capabilityFrank Warmerdam
2010-03-16Rework the translation of nadgrids parameters into a list of gridshift files Frank Warmerdam
2010-03-03various improvements to error handling so corrupt grids are reported (#66)Frank Warmerdam
2010-03-01added preliminary support for +axis (#18)Frank Warmerdam
2010-01-24fix seriously broken lon_wrap support (#62)Frank Warmerdam
2009-01-06removed CVS log messages since they are not maintained by subversionFrank Warmerdam
2007-12-03Improve WGS84 ES precision to avoid unnecesary transformation (#1531)Frank Warmerdam
2007-11-26Modified PJ structure to hold a_orig, es_orig, ellipsoid definition beforeFrank Warmerdam
2007-09-11mark the transient error array constFrank Warmerdam
2007-09-11avoid use of static variables to make reentrantFrank Warmerdam
2006-10-12Added experimental +lon_wrap argument to set a "center point" forFrank Warmerdam
2006-05-10Don't apply to_meter in pj_transform() if the value is HUGE_VAL.Frank Warmerdam
2006-05-01make out of range errors in geodetic to geocentric a transient errorFrank Warmerdam
2006-03-20pj_geodetic_to_geocentric returns -14 now for lat out of rangeFrank Warmerdam
2006-02-17ERANGE/EDOM treated as transient errorsFrank Warmerdam
2005-12-04use symbolic names as per patch from Martin VermeerFrank Warmerdam
2004-11-05Fixed pj_geocentric_to_geodetic() to not try and process HUGE_VAL valuesFrank Warmerdam
2004-10-25make names of geodetic funcs from geotrans uniqueFrank Warmerdam
2004-05-03Altered so that raw ellpses are treated as a essentially having aFrank Warmerdam
2004-01-24pj_transform() will no longer return an error code if any of the points areFrank Warmerdam
2003-08-21added a bunch of HUGE_VAL checkingFrank Warmerdam
2003-03-26added check that an inverse transformation func existsFrank Warmerdam
2002-12-14implement units support for geocentric coordinatesFrank Warmerdam
2002-12-14added geocentric supportFrank Warmerdam
2002-12-09added prime meridian supportFrank Warmerdam
2002-12-01applied fix for 7 param shift in pj_geocentric_from_wgs84, see bug 194Frank Warmerdam
2002-02-15provide default Z array if none passed in in pj_datum_transform()Frank Warmerdam
2001-04-04do arcsecond/radian and ppm datum parm transformation in pj_set_datum()Frank Warmerdam
2001-04-04rewrote 7 param datum shift to match EPSG:9606, now works with exampleFrank Warmerdam
2000-07-06NewFrank Warmerdam