aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
AgeCommit message (Expand)Author
2020-04-28createFromProjString(): handle default parameters of '+krovak +type=crs', and...github-actions[bot]
2020-04-15createOperations(): do not remove ballpark transformation if there are only g...Even Rouault
2020-04-04createOperations(): improve results of compoundCRS to compoundCRS case (fixes...github-actions[bot]
2020-03-29Fix working of Helmert transform between the horizontal part of 2 compoundCRS...github-actions[bot]
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-03-01createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-03-01Database: update to EPSG v9.8.7github-actions[bot]
2020-02-25createOperations(): be robust to a GeographicCRS having a wrong ID attached t...7.0.0Even Rouault
2020-02-24CompoundCRS::create(): reject combinations of components not allowed by ISO 1...github-actions[bot]
2020-02-24createOperations(): keep height/z value in Helmert transform between 3D CRSgithub-actions[bot]
2020-02-19validateParameters(): fix false-positive warning on Equidistant Cylindricalgithub-actions[bot]
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
2019-11-28createOperations(): fix vertical to geographic when synthetizing an operation...Even Rouault
2019-11-26createOperations(): fix an exception in transformations between Projected3D C...Even Rouault
2019-11-25createOperations(): optimize compoundCRS to geogCRS, when the geogCRS of the ...Even Rouault
2019-11-21Fix typos in code commentsEven Rouault
2019-11-18createFromCRSCodesWithIntermediates(): do not consider intermediate CRS whose...Even Rouault
2019-11-18createOperations(): geocentric to geocentric operation synthetization: distin...Even Rouault
2019-11-14createOperations(): fix transformation computation from/to a CRS with +geoidg...Even Rouault
2019-11-04Merge remote-tracking branch 'origin/master' into geoid_modelEven Rouault
2019-11-03createOperations(): in some circumstances we wrongly promoted a Helmert geog2...Even Rouault
2019-11-02Database: add mapping between EPSG geoid and PROJ grid names for GEOID99, 03,...Even Rouault
2019-11-02Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...Even Rouault
2019-10-30createOperations(): try to recover extent of CRS from the database when they ...Even Rouault
2019-10-30Add a test to check we can use a VerticalCRS from its name only without the E...Even Rouault
2019-10-30Rework importing of Vertical unit change from EPSG db, add support for Height...Even Rouault
2019-10-29Vertical transformations: improve situations similar to transforming from 'NA...Even Rouault
2019-10-29Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS tr...Even Rouault
2019-10-28createOperations(): avoid infinite recursion in a super weird case. Fixes htt...Even Rouault
2019-10-27Database: add an auxiliary concatenated_operation_step table to allow arbitra...Even Rouault
2019-10-18createOperations(): fix double vertical unit conversion from CompoundCRS to o...Even Rouault
2019-10-02Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective methodEven Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-23Database: update to EPSG 9.8.2Even Rouault
2019-09-12createOperations(): when tranforming from a compoundCRS whose vertical compon...Even Rouault
2019-09-12createOperations(): use more candidates when transforming between a geographi...Even Rouault
2019-09-12Coordinate transformation: improve transformations from/to WGS84 (Gxxxx)Even Rouault
2019-09-12createOperations(): make sure sorting function is transitive (a < b and b < c...Even Rouault
2019-09-12createOperations(): make it work when transforming between CompoundCRS and Ge...Even Rouault