aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
AgeCommit message (Expand)Author
2019-02-21Transformation: reintroduce the term of 'Null geographic offset' for transfor...Even Rouault
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...Even Rouault
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20PROJStringFormatter: remove useless push/pop in another caseEven Rouault
2019-02-20Vertical CRS transformation: synthetize a vertical unit change transformation...Even Rouault
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...Even Rouault
2019-02-20Add VERTCON grid name alternatives in database, and handle filename substitut...Even Rouault
2019-02-18Merge pull request #1276 from rouault/intermediate_crs_use_only_if_no_direct_...Kristian Evers
2019-02-17tests: implement fuzzy proj string comparison in a few problematic test cases...Even Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-02-15Fix size_t comparisons in testsKai Pastor
2019-02-13EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...Even Rouault
2019-02-13PROJ string parsing: no longer attempt to build a CoordinateOperation object ...Even Rouault
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-01-22Coordinate operation computation with CRS with extension string: replace datu...Even Rouault
2019-01-22ISO19111 PROJ string parser: discard parameters not recognized by PROJEven Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-16PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...Even Rouault
2019-01-09createOperations(): fix a particular case of boundcrs to boundcrs transformat...Even Rouault
2019-01-08ISO19111: remove PROJ.5 specific format for CRS (refs #1214)Even Rouault
2018-12-30Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXXEven Rouault
2018-12-29Operation filtering: do not remove Null transformation that may be usefulEven Rouault
2018-12-28Operation computation: better take into account when candidate operations hav...Even Rouault
2018-12-28ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1Even Rouault
2018-12-28createOperations(): allow looking for geographic CRS by name (helps with WKT ...Even Rouault
2018-12-28Make createOperation() better work with BoundCRS (to take into account the ex...Even Rouault
2018-12-17Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()Even Rouault
2018-12-15Add SingleOperation::validateParameters()Even Rouault
2018-12-13another improvement in isEquivalentTo() when comparing Helmert transformationsEven Rouault
2018-12-13SingleOperation::_isEquivalentTo(): make it work with missing parametersEven Rouault
2018-12-13improve isEquivalentTo() when comparing Helmert transformationsEven Rouault
2018-12-11API: add setters for Laborde Oblique Mercator, and add mapping to WKT1Even Rouault
2018-12-06Coordinate operation search: add a authority_to_authority_preference table to...Even Rouault
2018-12-01Fix PROJ_GRID_AVAILABILITY_IGNOREDEven Rouault
2018-12-01importFromWKT: deal with uncommon formulation of EPSG:3857Even Rouault
2018-11-29Preserve EPSG code when importFromWKT WKT1_GDAL of EPSG:3857Even Rouault
2018-11-29cs2cs: upgrade to use proj_create_crs_to_crs()Even Rouault
2018-11-22Fix transformation between geographic CRS that differ by axis order and unitsEven Rouault
2018-11-19Assorted set of fixes for PROJString to ISO19111 model:Even Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault