aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-07Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-04-07Merge pull request #914 from rouault/add_citationEven Rouault
2018-04-07Add a CITATION file (fixes #309)Even Rouault
2018-04-07Merge pull request #921 from kbevers/remove-proj-specKristian Evers
2018-04-03Add 'echo' and 'skip' command to gie docsKristian Evers
2018-04-03Add --skip-lines option to cctKristian Evers
2018-04-03Remove proj.spec fileKristian Evers
2018-04-03Add yyyymmdd temporal unit to unitconvert docsKristian Evers
2018-04-03Update documentation for 5.0.1Kristian Evers
2018-04-02Add test cases for aeqd projectionKristian Evers
2018-04-01Add tests extra test cases for the gnomonic projectionKristian Evers
2018-03-31Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-03-31Use Sphinx option directives to document PROJ optionsKristian Evers
2018-03-31Improve PDF docs slightlyKristian Evers
2018-03-30Merge pull request #913 from rouault/t_obs_doc_and_log_improvementsKristian Evers
2018-03-30Improve log and documentation regarding t_obs in helmert and deformation oper...Even Rouault
2018-03-30Merge pull request #912 from kbevers/ortho-testsKristian Evers
2018-03-30Add test cases from Snyder for the Orthographic projectionKristian Evers
2018-03-30Return HUGE_VAL when errors are encounteredKristian Evers
2018-03-29Fix a few formatting errorsKristian Evers
2018-03-28Add default values to +lon_0 and +lat_0 options in ortho docsKristian Evers
2018-03-28Add info table to orthographic projection docsKristian 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-26Restore PROJECT-NAME as PROJ4Mike 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-26Rename CMake infrastructure to remove 4mwtoews
2018-03-25Merge pull request #900 from mwtoews/dot4Kristian Evers
2018-03-25Add PACKAGE_URL for autoconf/CMakemwtoews
2018-03-25PACKAGE_NAME: PROJ.4 Projections -> PROJmwtoews
2018-03-25Merge pull request #898 from aaronpuchert/compile-flagsKristian Evers
2018-03-25Merge pull request #893 from schwehr/horner-overflowKristian Evers
2018-03-24Don't set -std=c89 in CMakeLists.txtAaron Puchert
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-23Merge remote-tracking branch 'osgeo/master'Kristian Evers
2018-03-23Use the proper functions and variable names example programKristian Evers
2018-03-23Use pj_is_nan rather than x == x or x != x in pj_apply_vgridshift.c (#894)Kurt Schwehr