aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
AgeCommit message (Expand)Author
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
2020-02-19validateParameters(): fix false-positive warning on Equidistant CylindricalEven Rouault
2020-01-29Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr...Even Rouault
2020-01-25Implement RFC 5Even Rouault
2020-01-22Database: update to EPSG v9.8.6Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-11Merge pull request #1838 from rouault/limit_datum_name_massaging_wkt1Even Rouault
2020-01-11WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes #1...Even Rouault
2020-01-10createOperations(): fix dealing with projected 3D CRS whose Z units != metreEven Rouault
2019-12-23test: add explict tests for New Zealand vertical <--> geog3D and vertical <--...Even Rouault
2019-12-20test: transformation_NZLVD_to_PROJ_string: attach database context to get fil...Even Rouault
2019-12-20Adding support for NZLVD vertical height transformationChris Crook
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-11createOperations(): make filtering out of 'uninteresting' operations less agg...Even Rouault