aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-01Disable website deploy for 8.2 branch8.2Kristian Evers
2022-02-17Remove terrible formattingPaul Ramsey
2022-02-17Add note on named specializationsPaul Ramsey
2022-02-11Doc: ob_tran.rst: fix name of o_lon_1, o_lat_1, o_lon_2, o_lat_2 parametersEven Rouault
2022-01-07Merge pull request #3015 from OSGeo/backport-2997-to-8.2Kristian Evers
[Backport 8.2] Document in the tagline dat lat_0 is required for labrd
2022-01-07labrd: document in the tagline and documentation that lat_0 is required (#2997)Bert Huijben
2022-01-05Merge pull request #3006 from rouault/fix_for_doxygen_1_9_3 (#3007)github-actions[bot]
Fix doc generation with Doxygen 1.9.3 Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2022-01-03Merge pull request #3002 from OSGeo/backport-3000-to-8.2Kristian Evers
[Backport 8.2] news.rst: add hints about usage changes in PROJ 8.2.0 for Windows users (fixes #2999)
2022-01-02Merge pull request #3000 from rouault/fix_2999Kristian Evers
news.rst: add hints about usage changes in PROJ 8.2.0 for Windows users (fixes #2999)
2022-01-01Update website forr 8.2.1 releaseKristian Evers
2021-12-26Update NEWS for 8.2.1 release8.2.1Kristian Evers
2021-12-26Bump year in CITATION fileKristian Evers
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