aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-07Fix formatting error in API functions docsKristian Evers
2018-09-07Merge pull request #1111 from kbevers/cct-forward-commentsKristian Evers
2018-09-07cct: forward comments to outputKristian Evers
2018-09-05Minor corrections to cli app docs on -d optionKristian Evers
2018-09-05Add -d option to proj, cs2cs and cct (#1109)Søren Holm
2018-09-04Merge pull request #1108 from greg-minshall/masterKristian Evers
2018-09-02be more expansive in ignoranceGreg Minshall
2018-08-29Merge pull request #1106 from rouault/vto_meter_4DAPI_proj_longlatKristian Evers
2018-08-294D API: honour vto_meter / vunits for proj=longlatEven Rouault
2018-08-28Merge pull request #1104 from jdugge/docs_image_ratiosKristian Evers
2018-08-27Ensure correct axis ratio for images in documentation; move proj-string from ...Juernjakob Dugge
2018-08-24proj_4D_api.c: fix potential null pointer dereference. Fixes https://bugs.chr...Even Rouault
2018-08-24Merge pull request #1105 from kbevers/inv-mercator-precisionKristian Evers
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-23helmert.rst: add back +transpose and declare its deprecation/removal in 5.2.0Even Rouault
2018-08-23Fix Helmert convention for ITRF2008 and ITRF2014 plate motion models (cf http...Even Rouault
2018-08-23Follow ISO-19100 nomenclature in proj man-pageKristian Evers
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-22Merge pull request #1099 from phidrho/patch-2Even Rouault
2018-08-22Merge pull request #1098 from phidrho/patch-1Even Rouault
2018-08-21added usage exampleVedran Stojnović
2018-08-21Update unitconvert.rstVedran Stojnović
2018-08-21Merge pull request #1095 from rouault/webmerc_fixesEven Rouault
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-20Doc: remove wrong projection nameEven Rouault
2018-08-20Merge pull request #1094 from rouault/geoc_docEven Rouault
2018-08-20Doc: fix a few warningsEven Rouault
2018-08-20travis/build_docs.sh: Make it error on exit, and improvements to be able to e...Even Rouault
2018-08-20Doc: add page for geoc conversion (fixes #1092)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-17Add version of introduction to eqearth docsKristian Evers
2018-08-17Implementation of Equal Earth projection (#1090)jdugge
2018-08-13Add Dockerfile for osgeo/proj-docs imageHoward Butler
2018-08-13base osgeo/proj automated Docker image on Ubuntu 18.04Howard Butler
2018-08-13reflect new osgeo/proj-docs docker container for documentation buildsHoward Butler
2018-08-13Merge pull request #1088 from rouault/simplify_travis_buildsEven Rouault
2018-08-12Document require_grid optionEven Rouault
2018-08-11travis/install.sh: make sure to run tests without grids, and remove a useless...Even Rouault
2018-08-11gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN...Even Rouault
2018-08-11nad/Makefile.am: add null.lla to EXTRA_DISTEven Rouault
2018-08-114D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conus' grid ...Even Rouault
2018-08-11projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op...Even Rouault
2018-08-11Merge pull request #1087 from rouault/gcc_8_fixEven Rouault
2018-08-11Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084)Even Rouault