aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
AgeCommit message (Expand)Author
2021-04-23Database: update to EPSG v10.019Even Rouault
2021-04-03Add mapping between EPSG method 'Hyperbolic Cassini-Soldner' and +proj=cass +...Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even 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
2020-12-12Split test_operation.cpp in two partsEven Rouault
2020-12-11test_operation.cpp: remove debug messageEven Rouault
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-24createOperation(): add a ballpark vertical transformation when dealing with G...Even Rouault
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-21createOperation(): make it work properly when one of the CRS is a BoundCRS of...Even Rouault
2020-10-31Fill remarks for PROJ-based operation mixing horizontal and vertical transfor...Even Rouault
2020-10-08Make createOperations() work with DatumEnsembleEven Rouault
2020-10-02createOperations(): avoid elimination of ballpark transformation that can hel...Even Rouault
2020-09-17createOperations(): tune sorting of transformations so that the ones with gre...Even Rouault
2020-09-17Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...Even Rouault
2020-07-09Transverse Mercator South Orientated: restrict export to PROJ string to cases...Even Rouault
2020-07-02Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a Project...Even Rouault
2020-06-16createOperations(): fix transformations between BoundCRS and Geocentric CRSEven Rouault
2020-06-06Database: make sure we can deal with 'Geog3D to Geog2D+GravityRelatedHeight' ...Even Rouault
2020-06-06createOperations(): improve name of inverse transformation when there are reg...Even Rouault
2020-06-06createOperations(): changes so that EPSG:9635 'Geog3D to Geog2D+GravityRelate...Even Rouault
2020-05-19createOperations(): fix bug when transforming between CompoundCRS and BoundCR...Even Rouault
2020-05-19createOperations(): optimization in generated pipeline in a case involving ve...Even Rouault
2020-05-19createOperations(): take correctly into account vertical unit change in a cas...Even Rouault
2020-05-19createOperations(): fix wrong optimization in some instances of transforming ...Even Rouault
2020-05-19createOperations(): speed optimizations for transforming between a BoundCRS o...Even Rouault
2020-05-19createOperations(): fix 'caching' bugs causing potential exception about Inco...Even Rouault
2020-05-16test: improve formatting of expected resultEven Rouault
2020-05-16createOperations(): when converting CompoundCRS<-->Geographic3DCrs, do not us...Even Rouault
2020-05-16createOperations(): be stricter when considering if an operation is a null oneEven Rouault
2020-05-14createOperations(): optimize BoundCRS to BoundCRS of vertical CRS using the s...Even Rouault
2020-05-14createOperations(): fix exceptions related to CompoundCRS and BoundCRSEven Rouault
2020-05-14WKT1 parsing: fix parsing of CompoundCRS that has a TOWGS84 for horizontal an...Even Rouault
2020-05-14WKT/PROJJSON parsing: fix BoundCRS/PROJ4_GRIDS handling for vertical componen...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-28createFromProjString(): handle default parameters of '+krovak +type=crs', and...Even Rouault
2020-04-16Merge pull request #2157 from rouault/map_esri_54098Even Rouault
2020-04-16Map ESRI WKT for Adams_Square_II to +proj=adams_ws2Even Rouault
2020-04-14createOperations(): do not remove ballpark transformation if there are only g...Even Rouault
2020-04-04createOperations(): improve results of compoundCRS to compoundCRS case (fixes...Even Rouault
2020-03-30Fix working of Helmert transform between the horizontal part of 2 compoundCRS...Even Rouault
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-02-29createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-26Database: register 4 height Austrian grids from https://github.com/OSGeo/PROJ...Even Rouault
2020-02-26Database: update to EPSG v9.8.7Even Rouault
2020-02-25createOperations(): be robust to a GeographicCRS having a wrong ID attached t...Even Rouault
2020-02-25CompoundCRS::create(): reject combinations of components not allowed by ISO 1...Even Rouault
2020-02-24createOperations(): keep height/z value in Helmert transform between 3D CRSEven Rouault