aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations
AgeCommit message (Collapse)Author
2018-05-24Temporal gridshifting (#1015)Kristian Evers
Temporal gridshifts allow [h|v]gridshift operations to be used as step functions in a pipeline. This is useful in transformations dealing with deformations caused by earthquakes. See the included documentation for details.
2018-05-24Docs: fix wrong spelling of t_obs and t_epochEven Rouault
2018-05-14Revert "Set projection plot scale to 100% for better PDF output"Kristian Evers
This had unexpected side-effects when building the HTML docs on Travis compared to locally. The correct solution would be to set different scaling depending on the output. This reverts commit 325477ed0fac2c9233c2f6a2b7bb4125e04df24c.
2018-05-14Set projection plot scale to 100% for better PDF outputKristian Evers
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-30Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-04-22Fix subtle typo in table syntaxmwtoews
2018-04-15Update aeqd docs with note of area of use for +guam optionKristian Evers
2018-04-11Update docs for nsperKristian Evers
2018-04-10Merge pull request #926 from kbevers/airy-updatesKristian Evers
Airy updates
2018-04-09Merge pull request #925 from rouault/aux_sphere_typeKristian Evers
Add a dedicated proj=webmerc operation
2018-04-09Add description of projection and +lat_b parameterKristian Evers
2018-04-09Add webmerc projectionEven Rouault
2018-04-09Fix bad example in eqc docsKristian Evers
2018-04-03Add yyyymmdd temporal unit to unitconvert docsKristian Evers
2018-03-31Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-03-31Use Sphinx option directives to document PROJ optionsKristian Evers
Instead of listing the various projection options in a table we write them as :option: tags instead. This makes it easier to write a more elaborate description of the parameter. Additionally we can create "master"-description of commonly used parameters such as +lon_0 and +k_0 and include them where necessary. This is handled in separate files, one for each common parameters, that are stored in docs/source/operations/options/.
2018-03-30Improve log and documentation regarding t_obs in helmert and deformation ↵Even Rouault
operations
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-27Validate that units match between pipeline stepsKristian Evers
As suggested in [0], steps in a pipeline are now checked for compliance. If the right side units in step n differ from the left side units in step n+1 the pipeline can't be constructed and an error is raised. [0] https://lists.osgeo.org/pipermail/grass-dev/2018-March/088123.html
2018-03-13Fix table on alsk doc-pageKristian Evers
2018-03-12Add info tables to doc-pages for aitoff, alsk and apianKristian Evers
2018-03-11Add doc page for Albers Equal AreaKristian Evers
2018-03-06fix a few typos (again)Mike Toews
2018-02-28Move 'Coordinate operations' to top level of docs [skip ci]Kristian Evers