| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-12 | Add a CITATION file (fixes #309) | Even Rouault | |
| 2018-04-12 | Remove proj.spec file | Kristian Evers | |
| The file seem to be unused by the packagers and we don't use ourselves. Instead of trying to keep it up to date with each release we might as well get rid of the thing. | |||
| 2018-04-12 | Merge pull request #923 from kbevers/cct-skip-n-lines | Kristian Evers | |
| Add --skip-lines option to cct | |||
| 2018-04-12 | Merge pull request #928 from jgoizueta/sph-merc-precision | Kristian Evers | |
| Enhance the precision of Spherical Mercator projection near the equator | |||
| 2018-04-12 | Use log1p in forward spherical mercator | Javier Goizueta | |
| 2018-04-12 | Fix: use proper double epsilon declaration | Javier Goizueta | |
| 2018-04-11 | Merge pull request #929 from kbevers/nsper-updates | Kristian Evers | |
| Nsper updates | |||
| 2018-04-11 | Add more tests for nsper | Kristian Evers | |
| 2018-04-11 | Update docs for nsper | Kristian Evers | |
| 2018-04-11 | Enhance the precision of Spherical Mercator projection near the equator | Javier Goizueta | |
| This uses a linear approximation of tan(x+pi/4) for better precision at small latitudes. As a result points of latitude 0 maintain a 0 Y coordinate and 0,0 is transformed to 0,0 | |||
| 2018-04-11 | Merge pull request #927 from kbevers/laea-test-coverage | Kristian Evers | |
| Add more tests for laea | |||
| 2018-04-11 | Add more tests for laea | Kristian Evers | |
| 2018-04-10 | Merge pull request #926 from kbevers/airy-updates | Kristian Evers | |
| Airy updates | |||
| 2018-04-09 | Add more test cases for airy projection | Kristian Evers | |
| 2018-04-09 | Merge pull request #925 from rouault/aux_sphere_type | Kristian Evers | |
| Add a dedicated proj=webmerc operation | |||
| 2018-04-09 | Add description of projection and +lat_b parameter | Kristian Evers | |
| 2018-04-09 | Add webmerc projection | Even Rouault | |
| 2018-04-09 | Fix bad example in eqc docs | Kristian Evers | |
| 2018-04-08 | Override style of Sphinx versionmodified directives so they stand out more ↵ | Kristian Evers | |
| clearly in the text | |||
| 2018-04-07 | Pipeline: make sure geocentric/cartesian space transform is done with ↵ | Even Rouault | |
| original ellipsoid parameters (before any projection mess with them) | |||
| 2018-04-07 | Merge pull request #914 from rouault/add_citation | Even Rouault | |
| Add a CITATION file (fixes #309) | |||
| 2018-04-07 | Add a CITATION file (fixes #309) | Even Rouault | |
| 2018-04-07 | Merge pull request #921 from kbevers/remove-proj-spec | Kristian Evers | |
| Remove proj.spec file | |||
| 2018-04-03 | Add 'echo' and 'skip' command to gie docs | Kristian Evers | |
| 2018-04-03 | Add --skip-lines option to cct | Kristian Evers | |
| With this it is possible to skip the header when transforming coordinates from a file. | |||
| 2018-04-03 | Remove proj.spec file | Kristian Evers | |
| The file seem to be unused by the packagers and we don't use ourselves. Instead of trying to keep it up to date with each release we might as well get rid of the thing. | |||
| 2018-04-03 | Add yyyymmdd temporal unit to unitconvert docs | Kristian Evers | |
| 2018-04-03 | Update documentation for 5.0.1 | Kristian Evers | |
| 2018-04-02 | Add test cases for aeqd projection | Kristian Evers | |
| 2018-04-01 | Add tests extra test cases for the gnomonic projection | Kristian Evers | |
| 2018-03-31 | Merge remote-tracking branch 'osgeo/master' into doc-improvements | Kristian Evers | |
| 2018-03-31 | Use Sphinx option directives to document PROJ options | Kristian 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-31 | Improve PDF docs slightly | Kristian Evers | |
| 2018-03-30 | Merge pull request #913 from rouault/t_obs_doc_and_log_improvements | Kristian Evers | |
| Improve log and documentation regarding t_obs in helmert and deformation operations | |||
| 2018-03-30 | Improve log and documentation regarding t_obs in helmert and deformation ↵ | Even Rouault | |
| operations | |||
| 2018-03-30 | Merge pull request #912 from kbevers/ortho-tests | Kristian Evers | |
| Tests and bugfix for the Orthographic projection | |||
| 2018-03-30 | Add test cases from Snyder for the Orthographic projection | Kristian Evers | |
| 2018-03-30 | Return HUGE_VAL when errors are encountered | Kristian Evers | |
| 2018-03-29 | Fix a few formatting errors | Kristian Evers | |
| 2018-03-28 | Add default values to +lon_0 and +lat_0 options in ortho docs | Kristian Evers | |
| 2018-03-28 | Add info table to orthographic projection docs | Kristian Evers | |
| 2018-03-27 | Check for sweep_axis being an empty string in PJ_geos. (#908) | Kurt Schwehr | |
| Check for sweep_axis being an empty string in PJ_geos | |||
| 2018-03-27 | Merge pull request #901 from mwtoews/dot4 | Kristian Evers | |
| Rename CMake infrastructure to remove 4 | |||
| 2018-03-27 | Merge pull request #907 from kbevers/print-help | Kristian Evers | |
| Print help | |||
| 2018-03-27 | Merge pull request #906 from kbevers/validate-pipeline-units | Kristian Evers | |
| Validate pipeline units | |||
| 2018-03-27 | Print help text when callin gie without arguments | Kristian Evers | |
| Previously gie would return "Nothing to do" when called without arguments. With this change the help text is returned instead. | |||
| 2018-03-27 | Free memory on exit | Kristian Evers | |
| 2018-03-27 | Print help when calling cct without arguments | Kristian Evers | |
| Previously when calling cct without any arguments the following message would be presented to the user: cct: Bad transformation arguments - ((null)) 'cct -h' for help With this change the help instructions are returned instead. | |||
| 2018-03-27 | Document --version option in cct and gie | Kristian Evers | |
| 2018-03-27 | Change units of axisswap to 'whatever' | Kristian Evers | |
| Since units are validated during pipeline setup we need to make sure that axisswap can be used for more than just projected outputs. | |||
