aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-26Update man-pages from Sphinx-docsKristian Evers
2021-12-26Update ABI numbers for 8.2.1 releaseKristian Evers
2021-12-26Update version number for 8.2.1 releaseKristian Evers
2021-12-26Merge pull request #2995 from OSGeo/backport-2994-to-8.2Even Rouault
[Backport 8.2] Fix build with Intel C++ compiler
2021-12-25Merge pull request #2994 from rouault/icx_fixKristian Evers
Fix build with Intel C++ compiler
2021-12-24Merge pull request #2993 from OSGeo/backport-2992-to-8.2Kristian Evers
[Backport 8.2] bertin1953.rst: fix formatting
2021-12-23Merge pull request #2992 from anbj/fix-formattingEven Rouault
bertin1953.rst: fix formatting
2021-12-21Merge pull request #2991 from OSGeo/backport-2978-to-8.2Even Rouault
[Backport 8.2] Fix and additional options for Peirce Quincuncial projections
2021-12-20Fix and additional options for Peirce Quincuncial projections (#2978)Toby C. Wilkinson
This fixes the current forward implementation of Peirce Quincuncial proj to correctly flip/reflect out the southern hemisphere to four triangles, and rotate entire result to a square or diamond. (It there resolves the issues identified with pull request https://github.com/OSGeo/PROJ/pull/2230 , where southern hemisphere was wrongly projected over northern, and reverses the restriction to northern hemisphere introduced there). It also adds additional lateral projection of the hemispheres. - This PR adds an optional parameter `+type` which allows selection of projection. The `+type=square` and `+type=diamond` types match in principle ESRI's twin implementations of square and diamond PQ projs. The **default** if not specified is `+type=diamond`. - The previous behaviour restricted to the northern hemisphere can be reproduced using the `+type=nhemisphere`, though this is an edge case only. - An additional `+type=horizontal` and `+type=vertical` rectangular lateral versions have been added that place each hemisphere side-by-side. This is primarily to allow creation of projections such as Greiger Triptychial, which also require the additional optional params `scrollx` or `scrolly` in order to shift parts of the projection from one side of the map to the other. - Additional documentation has been added to proj description, including quoting the usual meridian used in common usage of projection, and images showing the different types.
2021-12-20Update website for 8.2 release (#2989)Martijn Visser
* Update website for 8.2 release * update "Edit on GitHub" button branch
2021-12-17Merge pull request #2986 from OSGeo/backport-2985-to-8.2Even Rouault
[Backport 8.2] WKT1 import: correctly deal with missing rectified_grid_angle parameter
2021-12-17Merge pull request #2985 from rouault/wkt1_hotine_without_rectified_grid_angleEven Rouault
WKT1 import: correctly deal with missing rectified_grid_angle parameter
2021-12-14Merge pull request #2982 from DFEvans/patch-1 (#2984)github-actions[bot]
Remove git stash holdover in news.rst Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2021-12-09Merge pull request #2977 from OSGeo/backport-2976-to-8.2Even Rouault
[Backport 8.2] createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"
2021-12-09Merge pull request #2976 from rouault/compound_to_compound_ballparkEven Rouault
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"
2021-12-09Merge pull request #2974 from OSGeo/backport-2973-to-8.2Even Rouault
[Backport 8.2] Database: update to EPSG v10.041
2021-12-07Merge pull request #2973 from rouault/epsg_10_041Even Rouault
Database: update to EPSG v10.041
2021-12-05Merge pull request #2970 from mwtoews/static-extra-libs (#2971)github-actions[bot]
Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2021-12-04Merge pull request #2969 from OSGeo/backport-2964-to-8.2Even Rouault
[Backport 8.2] Fix github path for crs2crs2grid.py in HTDP
2021-12-02Merge pull request #2964 from Fa7C0n/masterEven Rouault
Fix github path for crs2crs2grid.py in HTDP
2021-12-02Merge pull request #2967 from OSGeo/backport-2966-to-8.2Even Rouault
[Backport 8.2] Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)
2021-12-02Merge pull request #2966 from rouault/fix_2965Even Rouault
Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)
2021-11-20Merge pull request #2950 from OSGeo/backport-2949-to-8.2Even Rouault
[Backport 8.2] Fix windows.h conflict with Criterion::STRICT
2021-11-20Merge pull request #2951 from OSGeo/backport-2922-to-8.2Even Rouault
[Backport 8.2] Docs: Add new Ellipsoids page to explain ellipsoidal parameters.
2021-11-20Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922)Brendan Jurd
Co-authored-by: Rohit <rohitpingale103@gmail.com> Co-authored-by: Brendan Jurd <brendan.jurd@geoplex.com.au> Co-authored-by: Mike Taves <mwtoews@gmail.com>
2021-11-20Merge pull request #2949 from jschueller/patch-1Even Rouault
Fix windows.h conflict with Criterion::STRICT
2021-11-19Merge pull request #2946 from OSGeo/backport-2945-to-8.2Kristian Evers
[Backport 8.2] DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
2021-11-19Merge pull request #2947 from OSGeo/backport-2944-to-8.2Kristian Evers
[Backport 8.2] DOCS: Add doxygen entry for proj_context_set_search_paths.
2021-11-19Merge pull request #2944 from direvus/2540-docs-missing-funcsKristian Evers
DOCS: Add doxygen entry for proj_context_set_search_paths.
2021-11-19Merge pull request #2945 from direvus/doxy-latex-settingKristian Evers
DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
2021-11-17Set doc deploy branch to 8.2 (was forgotten at release time)Kristian Evers
2021-11-15createOperationsGeogToGeog(): avoid potential harmless floating-point ↵Even Rouault
division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41045
2021-11-15Merge pull request #2940 from OSGeo/backport-2938-to-8.2Even Rouault
[Backport 8.2] createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.
2021-11-15Merge pull request #2939 from OSGeo/backport-2937-to-8.2Even Rouault
[Backport 8.2] createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations
2021-11-14Merge pull request #2938 from rouault/fix_ossfuzz_40955Even Rouault
createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.
2021-11-14Merge pull request #2937 from rouault/fix_2936Even Rouault
createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations
2021-11-10Merge pull request #2935 from OSGeo/backport-2934-to-8.2Even Rouault
[Backport 8.2] test: Make CApi test cross-platform
2021-11-10Merge pull request #2934 from toonn/cross-platform-testEven Rouault
test: Make CApi test cross-platform
2021-11-09Merge pull request #2933 from OSGeo/backport-2932-to-8.2Even Rouault
[Backport 8.2] PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)
2021-11-09RFC 7: Drop Autotools, maintain CMake (#2880)Mike Taves
2021-11-09Merge pull request #2932 from rouault/fix_2931Even Rouault
PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)
2021-11-07Merge pull request #2928 from OSGeo/backport-2926-to-8.2Even Rouault
[Backport 8.2] DOC: Add warning in proj_as_proj_string about potential information loss with CRS
2021-11-07Merge pull request #2927 from OSGeo/backport-2925-to-8.2Even Rouault
[Backport 8.2] DOC: add available keys to proj_context_get_database_metadata
2021-11-06Merge pull request #2926 from snowman2/warnEven Rouault
DOC: Add warning in proj_as_proj_string about potential information loss with CRS
2021-11-06Merge pull request #2925 from snowman2/docsEven Rouault
DOC: add available keys to proj_context_get_database_metadata
2021-11-06Merge pull request #2923 from OSGeo/backport-2921-to-8.2Even Rouault
[Backport 8.2] Database: update to EPSG v10.039
2021-11-05Merge pull request #2921 from rouault/epsg_10_039Even Rouault
Database: update to EPSG v10.039
2021-11-03Merge pull request #2918 from OSGeo/backport-2917-to-8.2Even Rouault
[Backport 8.2] BoundCRS WKT import: fix setting of name
2021-11-03Merge pull request #2917 from rouault/fix_boundcrs_nameEven Rouault
BoundCRS WKT import: fix setting of name
2021-11-03Doc: news.rst: formatting fixesEven Rouault