| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-29 | Update docs/source/operations/operations_computation.rst | Even Rouault | |
| Co-Authored-By: Kristian Evers <kristianevers@gmail.com> | |||
| 2019-11-28 | Doc: add a operations_computation.rst describe the magic behind ↵ | Even Rouault | |
| createOperations() | |||
| 2019-11-26 | Merge pull request #1748 from rouault/improve_hgrid_vgrid_hgrid_inv_take2 | Even Rouault | |
| Optimize pipelines involving horizontal shift grid, vertical shift grid, inverse horizontal shift grid (take 2) | |||
| 2019-11-25 | Doc: pipeline: document +omit_fwd and +omit_inv | Even Rouault | |
| 2019-11-25 | Doc: change 7.0 references to 6.3 | Even Rouault | |
| 2019-10-03 | ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_p | Even Rouault | |
| This is a super confusing topic, but from experiments, and in particular with the example of Fairgrieve projection, o_lat_p and o_lon_p are the coordinates of the North pole of the unrotated geographic CRS expressed in the rotated geographic CRS. This is different from defining a 'new pole', which would be the coordinates of the rotated North pole expressed in the unrotated CRS. | |||
| 2019-10-01 | Add rotation support to the HEALPix projection (#1638) | Simon Schneegans | |
| 2019-09-16 | Update doc image for bertin1953 | Kristian Evers | |
| 2019-05-22 | UTM doc: Move +south and +approx parameters to optional section | Kristian Evers | |
| 2019-04-08 | Change egm96_16 to egm96_15. | Andrew Hardin | |
| 2019-03-28 | Add no-op operation. It does nothing. | Kristian Evers | |
| 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-04 | Further corrections to BibTeX | Mike Taves | |
| - Use names as published - Change Tobler2017 -> Tobler2018 - Change EPSGGuidanceNumber7Part2 -> IOGP2018 | |||
| 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-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 | 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-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 | Reverse direction of deformation operations/transformations/deformation | Kristian Evers | |
| Changed the direction of dt-calculation to follow the same convention as helmert. Changed from dt = t_c - t_obs to dt = t_obs - t_c, which effectively reverses the direction of the operation. Existing projstrings using deformation can simply reverse the direction of the operation to achieve the same results as before this commit. | |||
| 2019-02-13 | Add push and pop operations | Kristian 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. | |||
| 2019-02-11 | Make tmerc an alias for etmerc. (#1234) | Kristian Evers | |
| * Make tmerc an alias for etmerc This switches the algorithm used in tmerc to the Poder/Engsager tmerc algorithm. The original tmerc algorithm of Evenden/Snyder origin can still be accessed by adding the +approx flag when initializing a tmerc projection. The +approx flag can also be used when initializing UTM projections, in which case the Evenden/Snyder algorithm is used as well. If a tmerc projection is instantiated on a spherical earth the Evenden/Snyder algorithm is used as well since the Poder/Engsager algorithm is only defined on the ellipsoid. +proj=etmerc can still be instantiated for backwards compatibility reasons. Co-authored-by: Kristian Evers <kristianevers@gmail.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com> | |||
| 2019-02-01 | Remove +t_obs parameter from helmert operation | Kristian Evers | |
| 2019-01-21 | Doc: typo fix | Even Rouault | |
| 2018-12-27 | Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ↵ | Even Rouault | |
| (refs #201) | |||
| 2018-11-19 | Doc: fix geos projection explanation about the appropriate value for the ↵ | Even Rouault | |
| sweep parameter depending on the satellite (fixes #1179) | |||
| 2018-11-04 | Add headings on tables where needed. | Elliott Sales de Andrade | |
| 2018-10-27 | helmert.rst: small fixes | Even Rouault | |
| 2018-10-27 | Implement Molodensky-Badekas transform (fixes #1160) | Even Rouault | |
| 2018-10-15 | Merge pull request #1153 from sphynx/tobler-mercator | Kristian Evers | |
| Add Tobler-Mercator projection | |||
| 2018-10-15 | Add Tobler-Mercator projection | Ivan Veselov | |
| 2018-10-12 | Add docs for the horner operation | Kristian Evers | |
