aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-12Add --skip-lines option to cctKristian Evers
2018-04-12Use log1p in forward spherical mercatorJavier Goizueta
2018-04-12Fix: use proper double epsilon declarationJavier Goizueta
2018-04-12Enhance the precision of Spherical Mercator projection near the equatorJavier Goizueta
2018-04-12Add webmerc projectionEven Rouault
2018-04-12Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-04-12Merge pull request #923 from kbevers/cct-skip-n-linesKristian Evers
2018-04-12Use log1p in forward spherical mercatorJavier Goizueta
2018-04-12Fix: use proper double epsilon declarationJavier Goizueta
2018-04-11Enhance the precision of Spherical Mercator projection near the equatorJavier Goizueta
2018-04-09Add webmerc projectionEven Rouault
2018-04-07Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-04-03Add --skip-lines option to cctKristian Evers
2018-03-30Improve log and documentation regarding t_obs in helmert and deformation oper...Even Rouault
2018-03-30Return HUGE_VAL when errors are encounteredKristian Evers
2018-03-27Check for sweep_axis being an empty string in PJ_geos. (#908)Kurt Schwehr
2018-03-27Merge pull request #901 from mwtoews/dot4Kristian Evers
2018-03-27Merge pull request #907 from kbevers/print-helpKristian Evers
2018-03-27Merge pull request #906 from kbevers/validate-pipeline-unitsKristian Evers
2018-03-27Print help text when callin gie without argumentsKristian Evers
2018-03-27Free memory on exitKristian Evers
2018-03-27Print help when calling cct without argumentsKristian Evers
2018-03-27Document --version option in cct and gieKristian Evers
2018-03-27Change units of axisswap to 'whatever'Kristian Evers
2018-03-27Validate that units match between pipeline stepsKristian Evers
2018-03-26Merge pull request #902 from schwehr/gie-timeKristian Evers
2018-03-26Initialize test_time other fields.Kurt Schwehr
2018-03-26Tidy soci/proj4 referencesMike Toews
2018-03-25Merge pull request #899 from schwehr/proj_etmerc-inf-zone-b76304619Kristian Evers
2018-03-25Catch over range lam0 in proj_etmerc.cKurt Schwehr
2018-03-25Merge pull request #893 from schwehr/horner-overflowKristian Evers
2018-03-24Merge pull request #896 from cffk/assertNaNKristian Evers
2018-03-24Merge pull request #895 from schwehr/use-pj-is-nanKristian Evers
2018-03-23Use pj_is_nan rather than x == x or x != x in pj_apply_vgridshift.c (#894)Kurt Schwehr
2018-03-23geodtest.c, checkNaN: print arg on failure.Charles Karney
2018-03-23assertEquals -> checkEquals, assertNaN -> checkNaN.Charles Karney
2018-03-23geodtest: introduce assertNaN. geodesic: comment on non-use of pj_is_nan.Charles Karney
2018-03-23horner: Fail if the order is unreasonably large.Kurt Schwehr
2018-03-23If HAVE_C99_MATH, define pj_is_nan as isnan.Charles Karney
2018-03-23Undo mistaken push to master.Charles Karney
2018-03-23If HAVE_C99_MATH, then pj_is_nan is defined as isnan.Charles Karney
2018-03-22Merge pull request #887 from schwehr/float-cast-overflowKristian Evers
2018-03-22Handle nan float cast overflow in PJ_robin.c and nad_intr.cKurt Schwehr
2018-03-22Add a simple implementation of pj_is_nan() to proj_internal.hKurt Schwehr
2018-03-22Merge pull request #886 from schwehr/log-levelKristian Evers
2018-03-22proj.h: update PROJ_VERSION_MAJOR.PROJ_VERSION_MINOR to 5.1Even Rouault
2018-03-213 -> PJ_LOG_TRACE for pj_log level in pj_init.cKurt Schwehr
2018-03-21Merge pull request #882 from rouault/fix_881Kristian Evers
2018-03-21Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...Even Rouault
2018-03-21Merge pull request #883 from schwehr/ctable-nullKristian Evers