| 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-28 | Doc: add a operations_computation.rst describe the magic behind ↵ | Even Rouault | |
| createOperations() | |||
| 2019-11-28 | Replace OSGeo Community logo with OSGeo Project logo | Kristian Evers | |
| PROJ is now a proper OSGeo project, let's advertise it as such! | |||
| 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-11-25 | Change version numbers to 6.3.0 | Even Rouault | |
| 2019-11-22 | Merge pull request #1735 from rouault/doc_github_button | Kristian Evers | |
| Doc: configure the 'Edit on GitHub' button | |||
| 2019-11-21 | projjson.rst: typo fix | Even Rouault | |
| 2019-11-21 | Doc: add a about_core.rst file to avoid duplication between index.rst and ↵ | Even Rouault | |
| about.rst | |||
| 2019-11-21 | Doc: configure the 'Edit on GitHub' button | Even Rouault | |
| 2019-11-19 | Doc: update status of RFC-2 [skip appveyor] | Even Rouault | |
| 2019-11-12 | Minor typo fix in docs faq.rst | Guillaume Lostis | |
| 2019-11-09 | Merge pull request #1721 from rouault/require_sqlite_3_11 | Even Rouault | |
| Build: require SQLite 3.11 (refs #1718) | |||
| 2019-11-07 | Doc: document build requirements | Even Rouault | |
| 2019-11-07 | updated docker URLs and added Fedora entry | Markus Neteler | |
| 2019-11-05 | Doc: fix formatting in usage/transformation.rst | Kristian Evers | |
| 2019-11-04 | Merge pull request #1710 from rouault/geoid_model | Even Rouault | |
| Add support for GEOIDMODEL | |||
| 2019-11-04 | Doc: projjson: mention v0.2 | Even Rouault | |
| 2019-11-04 | Doc: fixes in usage/transformation.rst | Even Rouault | |
| - Section about cs2cs no longer applies to PROJ 6. Ammended to underline that. - Remove no longer relevant/unclear caveats. | |||
| 2019-11-01 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2019-11-01 | Update website with 6.2.1 release | Kristian Evers | |
| 2019-10-30 | Doc: add a redirects extension, and make a projjson.html redirect at the top ↵ | Even Rouault | |
| to its current location | |||
| 2019-10-30 | Document PROJJSON | Even Rouault | |
| More could probably be written, but at least this can serve as a landing/reference page for other documents/specifications to point to. | |||
| 2019-10-29 | news.rst: fix hyperlink | Even Rouault | |
| 2019-10-25 | Add code of conduct | Kristian Evers | |
| 2019-10-16 | Use dedicated logo for website | Kristian Evers | |
| Fixes #1670 | |||
| 2019-10-13 | Merge pull request #1653 from rouault/doc_ob_tran | Even Rouault | |
| ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_p | |||
| 2019-10-07 | Add logo to website (#1659) | Kristian Evers | |
| Add logo to website | |||
| 2019-10-07 | Add logo to website | Kristian Evers | |
| 2019-10-04 | Doc: Update conda install procedure | Kristian Evers | |
| The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda. | |||
| 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-25 | Upgrade testing from trusty to xenial, and also: | Mike Taves | |
| * From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME * From mingw 4.8 -> 5.3, as supported by xenial * clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04 * Furthermore xenial implicitly has many upgrades, specifically: - gcc 4.8.4 -> 5.4.0 - clang 4.0.0 -> 5.0.0 - cmake 3.9.2 -> 3.12.4 - python 3.4.3 -> 3.5.2 * cppcheck version kept at 1.61 (for trusty) due to many false positives with version 1.72 (for xenial) * Community code contribution documentation simplified to remove version of cppcheck, as this may outdated with updates to scripts | |||
| 2019-09-25 | Rearrange Travis CI scripts to be more modular | Mike Taves | |
| * Split global before_install for apt and pip * Use -qq option for apt-get, which implies -y * Use list of targets with apt-get rather than one-per-line * Use local variables for mingw32/install.sh * Show version info for cppcheck, pip and python * Simplify clang+llvm-6 path | |||
| 2019-09-23 | Document the autopromotion to 3D when mix of 2D/3D CRS in ↵ | Even Rouault | |
| createOperations(), and test it (fixes #1623) | |||
| 2019-09-17 | Update link to Austrian grid files. Fixes #1546 | Kristian Evers | |
| 2019-09-16 | Merge pull request #1582 from rschmunk/patch-1 | Kristian Evers | |
| Debug Bertin1953 | |||
| 2019-09-16 | Update doc image for bertin1953 | Kristian Evers | |
| 2019-09-15 | Doc: add a section to document backward incompatibilies regarding the ↵ | Even Rouault | |
| support of +init=epsg:XXXX syntax (relates to #1597) | |||
| 2019-09-13 | Merge pull request #1603 from dg0yt/migration | Even Rouault | |
| Improve migration code examples | |||
| 2019-09-12 | Improve migration code examples | Kai Pastor | |
| 2019-09-11 | Merge pull request #1596 from rouault/promote_to_3d | Even Rouault | |
| API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_projected_3D_crs_from_2D() (fixes #1587) | |||
| 2019-09-11 | API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and ↵ | Even Rouault | |
| proj_crs_create_projected_3D_crs_from_2D() (fixes #1587) Also add a --3d switch to projinfo | |||
| 2019-09-11 | Make migration code examples compile | Kai Pastor | |
| 2019-09-08 | Merge pull request #1585 from rouault/replace_2018_by_2019 | Kristian Evers | |
| Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1578) | |||
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault | |
| - C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it - C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it - C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED] Those above changes should be fully backward API and ABI compatible. projinfo changes: - accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented) - output now uses 'WKT2_2019 string:', so might break scripts that would rely on that. Other internal code references to WKT2_2018 changes to WKT2_2019, included in tests. | |||
| 2019-09-05 | Add link to Rust bindings | Stephan Hügel | |
