aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/conversions
AgeCommit message (Collapse)Author
2019-03-28Add no-op operation. It does nothing.Kristian Evers
2019-02-13Add push and pop operationsKristian Evers
This commit introduces the concept of a pipeline coordinate stack in which components of coordinates can be saved and loaded from. This makes it possible to moved values from one step of a pipeline to another, effectively overwriting parts of the output from a given step.
2018-11-04Add headings on tables where needed.Elliott Sales de Andrade
2018-08-22Merge pull request #1099 from phidrho/patch-2Even Rouault
added usage example
2018-08-21added usage exampleVedran Stojnović
2018-08-21Update unitconvert.rstVedran Stojnović
bug in example - changed +t_in=gpsweek to +t_in=gps_week
2018-08-20Doc: add page for geoc conversion (fixes #1092)Even Rouault
2018-07-06Replace +k with +k_0 in doc examplesKristian Evers
2018-06-21Add support for deg, rad and grad in unitconvert (fixes #1052), and document ↵Even Rouault
that it supports numeric factors (refs #1053)
2018-05-02Fix syntax in RST tablesmwtoews
2018-04-30Remove duplicate lonlat doc pageKristian Evers
2018-04-30Refactor operation doc pagesKristian Evers
Extended the use of the :option: directive to all currently written operation doc pages. In the process several more default parameters were added for easy inclusion in other doc pages. Expanded the info tables for each operation with "domain", "alias", "input type" and "output type". Corrected various errors along the way. Mainly formatting errors and references to invalid parameters such as +sym in hatano.
2018-04-03Add yyyymmdd temporal unit to unitconvert docsKristian Evers
2018-03-06fix a few typos (again)Mike Toews
2018-02-28Move 'Coordinate operations' to top level of docs [skip ci]Kristian Evers