aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-03-29createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-27Merge pull request #2611 from rouault/fix_2610Even Rouault
2021-03-23Database: Additions to the norwegian NKG2020 transformation (#2548), and NGO4...Sveinung Himle
2021-03-20Merge pull request #2594 from rouault/fix_of_fix_2588Even Rouault
2021-03-20Merge pull request #2592 from rouault/fix_2588Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-17proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...Even Rouault
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-06gie_self_tests: fix use of uninitialized memory (fixes #2557)Even Rouault
2021-03-05createOperations(): fix incorrect height transformation between 3D promoted R...Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2021-02-26CMake: add support for pkg-config (#2547)Mike Taves
2021-02-22isEquivalentName(): fix for GDAL test failureEven Rouault
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
2021-02-11Merge pull request #2521 from rouault/boundcrs_proj_based_methodEven Rouault
2021-02-10Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)Even Rouault
2021-02-10Allow a BoundCRS to use a PROJ string transformationEven Rouault
2021-02-10test_operation: use correct variable nameEven Rouault
2021-02-09Database: update to EPSG v10.013Even Rouault
2021-02-09Database: update to EPSG v10.012Nyall Dawson
2021-02-07Merge pull request #2503 from havingsexonthebeach/epsg10_011Kristian Evers
2021-01-15Database: update to EPSG v10.011Modern Slave
2021-01-14createOperations(): fix bug involving geoidmodel and non-metre vertical unitEven Rouault
2021-01-14formatting fixEven Rouault
2021-01-13createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ell...Even Rouault
2021-01-05createFromUserInput(): accept leading white space (fixes #2498)Even Rouault
2020-12-28C API: add proj_crs_is_derived()Even Rouault
2020-12-21Implementing the NKG transformations in proj.dbKristian Evers
2020-12-19test_factory.cpp: add missing checksEven Rouault
2020-12-16cs2cs: add --no-ballpark and --accuracy optionsEven Rouault
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-14createOperations(): fix inconsistent chaining exception when transforming fro...Even Rouault
2020-12-12Split test_operation.cpp in two partsEven Rouault
2020-12-11test_operation.cpp: remove debug messageEven Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-30Merge pull request #2466 from rouault/fix_2423Even Rouault
2020-11-30Merge pull request #2471 from rouault/extent_spherical_tmerc_domainEven Rouault
2020-11-30test_io.cpp: formatting fixEven Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
2020-11-29Spherical tmerc forward: do not restrict to [-90,90] longitude rangeEven Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-29Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes...Even Rouault
2020-11-28WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble namesEven Rouault
2020-11-28test/fuzzers: remove standard_fuzzer that used proj_api.h now removedEven Rouault
2020-11-28cs2cs: add --area and --bbox options to restrict candidate coordinate operat...Even Rouault