| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-19 | Doc: update quickstart with PROJ 6 API (fixes #1403) | Even Rouault | |
| 2019-04-10 | DOC: add sphinx links to reference in dev quickstart (#1420) | Joris Van den Bossche | |
| 2019-04-09 | DOC: update line numbers in dev quickstart example | Joris Van den Bossche | |
| 2019-04-08 | Change egm96_16 to egm96_15. | Andrew Hardin | |
| 2019-04-02 | Merge pull request #1398 from snowman2/issue_1327 | Kristian Evers | |
| paths set by user take priority over PROJ_LIB for search paths | |||
| 2019-04-02 | added documentation for the priority of searcing for PROJ resource files | snowman2 | |
| 2019-04-02 | Docs: Clarify that angular in proj_angular_input/output means radians | Kristian Evers | |
| 2019-04-02 | Merge pull request #1391 from kbevers/noop | Kristian Evers | |
| Add no-op operation. It does nothing. | |||
| 2019-04-02 | Merge pull request #1385 from kbevers/doc-axis-ordering | Kristian Evers | |
| Doc axis ordering | |||
| 2019-03-28 | Add no-op operation. It does nothing. | Kristian Evers | |
| 2019-03-28 | Doc: Add FAQ question about inconsistent axis ordering | Kristian Evers | |
| 2019-03-28 | Docs: Clarify axis ordering used in proj_trans_generic() | Kristian Evers | |
| 2019-03-28 | Doc: document --identify switch of projinfo (fixes #1332) | Even Rouault | |
| 2019-03-24 | Doc: consistently use +opt and brackets | Chris Mayo | |
| +opt represents one parameter. An ellipsis indicates additional instances of the previous parameter may be given. Spaces are used between parameters and before an ellipsis, not purely to format brackets. See man(1) SYNOPSIS conventions. | |||
| 2019-03-21 | Add -k ellipsoid option to projinfo (#1338) | Nyall Dawson | |
| Allows querying of ellipsoid definitions by auth:code lookup | |||
| 2019-03-19 | Doc: impove doc about OGC URN | Even Rouault | |
| 2019-03-17 | Merge pull request #1309 from kbevers/update-docs | Kristian Evers | |
| Doc updates, most notably rewrite of FAQ | |||
| 2019-03-17 | Remove outdated questions from FAQ | Kristian Evers | |
| More or less all old questions from the FAQ has been removed and replaced by new questions that align better with the current state of the project. | |||
| 2019-03-14 | Doc: State that +n is a required for param for urm5 | Kristian Evers | |
| 2019-03-11 | Doc: fix typo in ob_tran | Even Rouault | |
| 2019-03-06 | Make proper reference to 'gie --list' | Kristian Evers | |
| 2019-03-06 | Fix bad rst formatting | Kristian Evers | |
| 2019-03-06 | Improve formatting of program references on apps index | Kristian Evers | |
| 2019-03-03 | Merge pull request #1305 from mwtoews/docs | Kristian Evers | |
| More updates to references | |||
| 2019-03-04 | Further corrections to BibTeX | Mike Taves | |
| - Use names as published - Change Tobler2017 -> Tobler2018 - Change EPSGGuidanceNumber7Part2 -> IOGP2018 | |||
| 2019-03-03 | Sphinxify formatting of recent news entry | Kristian Evers | |
| 2019-03-03 | Configure bibstyle to abbreviate names | Mike Taves | |
| 2019-03-01 | Doc: fix various warnings/errors raised by Sphinx | Even Rouault | |
| 2019-03-01 | Merge pull request #1303 from dbaston/doc-edits | Kristian Evers | |
| Minor doc edits | |||
| 2019-03-01 | Bump version numbers in preparation for 6.1.0 | Kristian Evers | |
| 2019-03-01 | Fix typos in docs/source/news.rst | Kristian Evers | |
| 2019-03-01 | Update docs and travis for 6.0.0 release | Kristian Evers | |
| 2019-03-01 | Minor doc edits | Dan Baston | |
| 2019-02-28 | Miscellaneous documentation fixes | Mike Taves | |
| - Corrections to BibTeX references, normalise format with JabRef - Typos in projinfo - Simplify update CITATION step | |||
| 2019-02-24 | Doc: fix plotdefs.json, and aea and lcc descriptions, to take into account ↵ | Even Rouault | |
| removal of proj_def.dat | |||
| 2019-02-24 | Some improvements to the docs for tmerc and omerc (#1281) | Thomas Knudsen | |
| 2019-02-24 | Merge pull request #1285 from rouault/doc_patterson | Kristian Evers | |
| Doc: add minimal documentation for patterson, compact miller, misrsom, natearth2, sch and times projections | |||
| 2019-02-23 | Doc: add minimal doumentation for misrsom projection | Even Rouault | |
| 2019-02-23 | Doc: add minimal doumentation for times projection | Even Rouault | |
| 2019-02-23 | Doc: add minimal documentation for sch projection | Even Rouault | |
| 2019-02-23 | Doc: add minimal doumentation for natearth2 projection | Even Rouault | |
| 2019-02-23 | Fix spelling errors. | Bas Couwenberg | |
| * specfied -> specified | |||
| 2019-02-23 | Doc: add minimal doumentation for comill / Compact Miller projection | Even Rouault | |
| 2019-02-23 | Doc: add minimal documentation for patterson projection | Even Rouault | |
| 2019-02-17 | Modify the default strategy of researching intermediate CRS to do it only if ↵ | Even Rouault | |
| there is no direct transformation | |||
| 2019-02-16 | Improve CMake sqlite3 dependency docs | Mike Taves | |
| 2019-02-14 | Merge pull request #1264 from kbevers/remove-t_obs | Kristian Evers | |
| Clean up time handling in helmert and deformation | |||
| 2019-02-14 | deformation: Replace +t_obs with +dt | Kristian Evers | |
| The +t_obs parameter was confusing for users since it effectively overwrote the observation time in input coordinates. To make it more clear what is the operation is doing, users are now required to directly specify the time span for which they wish to apply a given deformation. The parameter +dt has been added for that purpose. The new parameter is mutually exclusive with +t_epoch. +dt is used when deformation for a set amount of time is needed and +t_epoch is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed. | |||
| 2019-02-14 | Merge remote-tracking branch 'osgeo/master' into remove-t_obs | Kristian Evers | |
| 2019-02-14 | Cosmetical changes to differences.rst | Kristian Evers | |
