aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-21coding style (https://travis-ci.com/OSGeo/proj.4/jobs/147225960 & https://tra...Philippe Rivière
2018-09-21the Bertin 1953 projectionPhilippe Rivière
2018-09-21Remove misspelled-constant PJD_ERR_UNKNOW_UNIT_IDKristian Evers
2018-09-21Replace calls to pj_factors with proj_factorsKristian Evers
2018-09-21Replace calls to rtodms/dmstor with proj.h equivalentsKristian Evers
2018-09-19Merge pull request #1125 from rouault/rename_nad_as_dataKristian Evers
2018-09-18Rename nad/ directory as data/Even Rouault
2018-09-18Only allow usage of proj_api.h if explicit consent was givenKristian Evers
2018-09-18Do not install projects.hKristian Evers
2018-09-15Bump version numbers after 5.2.0 releaseKristian Evers
2018-09-11Update release dateKristian Evers
2018-09-11Fix SONAME decrement from libproj.so.13 to libproj.so.12.Bas Couwenberg
2018-09-10Update ABI version for 5.2 releaseKristian Evers
2018-09-07cs2cs: Always convert to degrees when angular output is received (#1112)Kristian Evers
2018-09-07cct: forward comments to outputKristian Evers
2018-09-05Add -d option to proj, cs2cs and cct (#1109)Søren Holm
2018-08-294D API: honour vto_meter / vunits for proj=longlatEven Rouault
2018-08-24proj_4D_api.c: fix potential null pointer dereference. Fixes https://bugs.chr...Even Rouault
2018-08-24Improve numerical precision of inverse spherical mercatorKristian Evers
2018-08-24Merge pull request #1093 from rouault/geoc_flag_fixKristian Evers
2018-08-23Merge pull request #1096 from rouault/fix_helmert_convention_confusionEven Rouault
2018-08-22Style and comment improvements to eqearth (#1102)Bojan Šavrič
2018-08-22Adding ellipsoidal equations for the Equal Earth (#1101)Bojan Šavrič
2018-08-21[BREAKING] Hermert: add +convention=position_vector/coordinate_frame, forbids...Even Rouault
2018-08-20Fixes for webmerc projection (fixes #1078)Even Rouault
2018-08-19pj_transform / cs2cs: honour +geoc flagEven Rouault
2018-08-19Remove dead code in fwd_finalize() and inv_prepare()Even Rouault
2018-08-19pj_inv(): fix inverse of +proj=longlat +geocEven Rouault
2018-08-17Implementation of Equal Earth projection (#1090)jdugge
2018-08-11gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN...Even Rouault
2018-08-11projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op...Even Rouault
2018-08-11Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084)Even Rouault
2018-07-26pj_strerrno(): Change check off err value to avoid undefined behavior.Kurt Schwehr
2018-07-21Remove unused '+no_rot' parameterKristian Evers
2018-07-21Check for use of both +k and +k_0 in krovakKristian Evers
2018-07-20Use error code constant instead of numberKristian Evers
2018-07-12Merge pull request #1075 from cffk/geod-unit-fixCharles Karney
2018-07-11Revert pj_units to_meters entries for US units.Charles Karney
2018-07-11Remove ugly assignment within an expression.Charles Karney
2018-07-11Fix #1074. Fix unit conversion factors for geod.Charles Karney
2018-07-10vgridshift: add a +multiplier={value} parameterEven Rouault
2018-07-07Merge pull request #1065 from rouault/helmert_with_t_huge_valEven Rouault
2018-07-06Use M_PI_2 and M_PI_4 instead of locally defined constantsKristian Evers
2018-06-29Helmert: consider that xyzt.t == HUGE_VAL means t_epochEven Rouault
2018-06-26Add inverse lagrange projectionKristian Evers
2018-06-22Merge pull request #1055 from rouault/geocent_cart_to_meterKristian Evers
2018-06-21Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)Even Rouault
2018-06-21unitconvert: error out if xy_in/xy_out z_in/z_out use different unit typesEven Rouault
2018-06-21Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...Even Rouault
2018-06-20Add proj_errno_string() to proj.defKristian Evers