aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
AgeCommit message (Expand)Author
2020-12-12Split coordinateoperation.cpp in many files in iso19111/operation directoryEven Rouault
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-28createOperations(): get a '+proj=noop' instead of '+proj=affine +s33=-1' when...Even 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-11-04createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil...Even Rouault
2020-10-31Fill remarks for PROJ-based operation mixing horizontal and vertical transfor...Even Rouault
2020-10-31Make sure that remarks is preserved when substituting (EPSG) grid name by PRO...Even Rouault
2020-10-25Fix issues spotted by cppcheckEven Rouault
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-10-23Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp...Even Rouault
2020-10-20Orthographic projection: do not add f=0 to PROJ string if the ellipsoid is a ...Even Rouault
2020-10-08Make GeographicCRS::is2DPartOf3D() work with DatumEnsembleEven Rouault
2020-10-08Make createOperations() work with DatumEnsembleEven Rouault
2020-10-05proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS...Even Rouault
2020-10-02createOperations(): avoid elimination of ballpark transformation that can hel...Even Rouault
2020-10-02createOperations(): when combining transformations, reject those with a non-i...Even Rouault
2020-10-02CoordinateOperation: fix issue with ballpark flag not being copied with shall...Even Rouault
2020-09-26Implement ellipsoidal formulation of +proj=ortho (fixes #397)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-09-09Map EPSG:1083 'Geog3D to Geog2D+Vertical (AUSGeoid v2)' method to +proj=vgrid...Even Rouault
2020-08-26proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...Even Rouault
2020-07-09Transverse Mercator South Orientated: restrict export to PROJ string to cases...Even Rouault
2020-07-09PROJ string export of +proj=krovak +czech: make sure we export +czech instead...Even Rouault
2020-06-17Merge pull request #2265 from rouault/fix_createOperations_bound_to_geodEven Rouault
2020-06-16Merge pull request #2248 from rouault/database_nzgd2000_defmodelEven Rouault
2020-06-16createOperations(): fix transformations between BoundCRS and Geocentric CRSEven Rouault
2020-06-09Conversion::_exportToPROJString(): avoid potential floating point div by zero...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-30Database: add concatenated operations for NZGD2000 -> ITRF97/2000/2005/2008/2014Even Rouault
2020-05-19createOperations(): fix bug when transforming between CompoundCRS and BoundCR...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-19createOperationsWithDatumPivot(): remove useless codeEven Rouault
2020-05-19createOperations(): fix 'caching' bugs causing potential exception about Inco...Even Rouault
2020-05-17Address warnings raised by recent cppcheckEven Rouault
2020-05-16createOperations(): improve operation name when inverting a 'axis order chang...Even 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-15Merge pull request #2224 from rouault/fix_2202Even Rouault
2020-05-15Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)Even 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-14Grid listing from a CoordinateOperation: take into account several grid names...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-23Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2185)Even Rouault