aboutsummaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2022-03-19Fix datum names when importing from PROJ4 crs strings (affects some transform...Even Rouault
2022-03-18createOperations(): fix transformation involving CompoundCRS, ToWGS84 and PRO...Even Rouault
2022-03-17Merge pull request #3119 from rouault/compound_to_2D_crsEven Rouault
2022-03-16Merge pull request #3118 from rouault/dynamic_datum_isequivalenttoEven Rouault
2022-03-16Transformation: no longer do vertical trasnformation when doing compound CRS ...Even Rouault
2022-03-16Fix comparison of GeodeticRefrenceFrame vs DynamicGeodeticReferenceFrameEven Rouault
2022-03-11unitconvert: round to nearest date when converting to yyyymmdd.Brendan Jurd
2022-03-09createOperations(): fix issue in transformation northing,easting projected CR...Even Rouault
2022-03-09Fix import of WKT of concatenated operation with inverse conversion of a comp...Even Rouault
2022-03-08Fix issue when transforming from/to BoundCRS of 3D CRS with non-Greenwhich pr...Even Rouault
2022-02-14Fix importing CRS definition with +proj=peirce_q and +shape different from sq...Even Rouault
2022-02-14Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServ...Even Rouault
2022-02-12proj.ini: add a 'ca_bundle_path' variableEven Rouault
2022-02-09createOperations(): fix transformations from/to a BoundCRS of a DerivedGeogra...Even Rouault
2022-02-01Use external gtest by default when detectedEven Rouault
2022-01-31Drop autotools; move remaining useful m4 macros (#3027)Mike Taves
2022-01-20lookForGridInfo(): make it work properly when passed the old PROJ nameEven Rouault
2022-01-12Merge pull request #3010 from rouault/fix_2739Even Rouault
2022-01-07Map peirce_q to pseudo WKT2 and ESRI WKTEven Rouault
2022-01-07Merge pull request #3013 from rouault/fix_3012Even Rouault
2022-01-06proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2...Even Rouault
2022-01-06Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway d...Even Rouault
2022-01-04test proj_create_operations_with_pivot(): change CRSs used in preparation of ...Even Rouault
2021-12-16WKT1 import: correctly deal with missing rectified_grid_angle parameterEven Rouault
2021-12-08createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(C...Even Rouault
2021-11-15Code reformatEven Rouault
2021-11-14Merge pull request #2937 from rouault/fix_2936Even Rouault
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-11-11createOperations(): do not stop at the first operation in the PROJ namespace ...Even Rouault
2021-11-10test: Make CApi test cross-platformtoonn
2021-11-04Remove useless PROJ_DLL uses in .cpp files (#2920)Momtchil Momtchev
2021-11-03BoundCRS WKT import: fix setting of nameEven Rouault
2021-10-23CMake: revise how we deal with symbol export and static buildsEven Rouault
2021-10-21Add fallback_strategy to tinshift transformJohannes Schauer Marin Rodrigues
2021-10-15Merge pull request #2889 from jjimenezshaw/mx_inegi_ggm10Even Rouault
2021-10-12Geographic 3D CRS: allow to export to WKT1:ESRI if only the GEOGCS is known (...Even Rouault
2021-10-12Fix export to WKT1:ESRI of CRS, datum, ellipsoids name that don't have a EPSG...Even Rouault
2021-10-08WKT1 parser: recognize Lambert_Conformal_Conic as projection name for LCC 1SP...Even Rouault
2021-10-08WKT concatenated operation parsing: fix when a axis order reversal conversion...Even Rouault
2021-10-07extend unit test to find GGM10 for vcrs EPSG:5703Javier Jimenez Shaw
2021-10-06CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (...Even Rouault
2021-10-06ProjectedCRS::_isEquivalentTo(): ignore base CRS axis order even in EQUIVALEN...Even Rouault
2021-10-06proj_create_crs_to_crs() + proj_trans(): fix when non-Greenwich prime meridia...Even Rouault
2021-10-06test_c_api.cpp: reformatEven Rouault
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
2021-10-05Merge pull request #2876 from rouault/iauEven Rouault
2021-10-05Merge pull request #2868 from rouault/proj_factors_with_projected_crsEven Rouault
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-09-29CRS::identify(): fix ignoring CS order when identifying a geodetic CRS by a P...Even Rouault
2021-09-28CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (related to refs...Even Rouault