| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault | |
| The big size of coordinateoperation.cpp could require significant amount of RAM to build it with -O2 level, and cause compiler crashes in some environments. | |||
| 2020-12-02 | Merge pull request #2444 from rouault/topocentric | Even Rouault | |
| Add +proj=topocentric geocentric->topocentric conversion (fixes #500) | |||
| 2020-11-28 | createOperations(): get a '+proj=noop' instead of '+proj=affine +s33=-1' ↵ | Even Rouault | |
| when attempting (non-sensical) EPSG:3855 to EPSG:4326 | |||
| 2020-11-24 | createOperation(): add a ballpark vertical transformation when dealing with ↵ | Even Rouault | |
| GEOIDMODEL[] | |||
| 2020-11-23 | Add +proj=topocentric geocentric->topocentric conversion (fixes #500) | Even Rouault | |
| 2020-11-21 | createOperation(): make it work properly when one of the CRS is a BoundCRS ↵ | Even Rouault | |
| of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....) | |||
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS ↵ | Even Rouault | |
| built from EPSG code or WKT1 Related to https://github.com/OSGeo/gdal/issues/3144 | |||
| 2020-10-31 | Fill remarks for PROJ-based operation mixing horizontal and vertical ↵ | Even Rouault | |
| transformations | |||
| 2020-10-31 | Make sure that remarks is preserved when substituting (EPSG) grid name by ↵ | Even Rouault | |
| PROJ one | |||
| 2020-10-25 | Fix issues spotted by cppcheck | Even Rouault | |
| 2020-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault | |
| 2020-10-23 | Add logic to handle interpolationCRS in PROJBasedOperation and ↵ | Even Rouault | |
| ConcatenatedOperation | |||
| 2020-10-20 | Orthographic projection: do not add f=0 to PROJ string if the ellipsoid is a ↵ | Even Rouault | |
| sphere (fixes GDAL PDS4 tests) | |||
| 2020-10-08 | Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble | Even Rouault | |
| 2020-10-08 | Make createOperations() work with DatumEnsemble | Even Rouault | |
| 2020-10-05 | proj_crs_create_bound_crs_to_WGS84(): make it work on ↵ | Even Rouault | |
| verticalCRS/compoundCRS such as EPSG:4326+5773 and EPSG:4326+3855 | |||
| 2020-10-02 | createOperations(): avoid elimination of ballpark transformation that can ↵ | Even Rouault | |
| help for NAD83->WGS84->NAD83(2011) hops | |||
| 2020-10-02 | createOperations(): when combining transformations, reject those with a ↵ | Even Rouault | |
| non-intersecting area of validity | |||
| 2020-10-02 | CoordinateOperation: fix issue with ballpark flag not being copied with ↵ | Even Rouault | |
| shallowClone() which affected result sorting | |||
| 2020-09-26 | Implement ellipsoidal formulation of +proj=ortho (fixes #397) | Even Rouault | |
| - Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0 - Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)' which maps to +proj=ortho +f=0 to froce spherical evaluation | |||
| 2020-09-17 | createOperations(): tune sorting of transformations so that the ones with ↵ | Even Rouault | |
| greater 'version numbers' are prefered over other ones, when all other comparison criteria are equal. Helps with Amersfoort RD New to EPSG:4326 | |||
| 2020-09-17 | Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ↵ | Even Rouault | |
| 2007 to WGS84 issues) (fixes #2356) - We make createBoundCRSToWGS84IfPossible() more restrictive. If there are more than one Helmert transformation from the CRS to WGS 84 covering the area of use of the CRS, we do not create a BoundCRS / +towgs84 - In createOperations() filtering, we are less aggressive in discarding operations that have the same area of use but worse accuracy. We do it only if they involve more transformation steps. We now get: ``` $ projinfo EPSG:5340 -o PROJ PROJ.4 string: +proj=longlat +ellps=GRS80 +no_defs +type=crs $ projinfo -s EPSG:5340 -t EPSG:4326 --spatial-test intersects --summary Candidate operations found: 2 EPSG:9264, POSGAR 2007 to WGS 84 (2), 0.5 m, Argentina EPSG:5351, POSGAR 2007 to WGS 84 (1), 1.0 m, Argentina ``` | |||
| 2020-09-09 | Map EPSG:1083 'Geog3D to Geog2D+Vertical (AUSGeoid v2)' method to ↵ | Even Rouault | |
| +proj=vgridshift | |||
| 2020-08-26 | proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit ↵ | Even Rouault | |
| accuracy, or derive it from the grid name if it is known | |||
| 2020-07-09 | Transverse Mercator South Orientated: restrict export to PROJ string to ↵ | Even Rouault | |
| cases where false_easting and false_northing are 0 | |||
| 2020-07-09 | PROJ string export of +proj=krovak +czech: make sure we export +czech ↵ | Even Rouault | |
| instead of +axis=swu (fixes #2299) | |||
| 2020-06-17 | Merge pull request #2265 from rouault/fix_createOperations_bound_to_geod | Even Rouault | |
| createOperations(): fix transformations between BoundCRS and Geocentric CRS | |||
| 2020-06-16 | Merge pull request #2248 from rouault/database_nzgd2000_defmodel | Even Rouault | |
| Database: register NZGD2000 -> ITRF96 transformation for NZGD2000 database | |||
| 2020-06-16 | createOperations(): fix transformations between BoundCRS and Geocentric CRS | Even Rouault | |
| 2020-06-09 | Conversion::_exportToPROJString(): avoid potential floating point div by ↵ | Even Rouault | |
| zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23239 | |||
| 2020-06-06 | createOperations(): improve name of inverse transformation when there are ↵ | Even Rouault | |
| registered transformations between compoundCRS and something else | |||
| 2020-06-06 | createOperations(): changes so that EPSG:9635 'Geog3D to ↵ | Even Rouault | |
| Geog2D+GravityRelatedHeight (US .gtx)' method used by Slovakian geoids correctly deal with axis order and unit conversion, to be used as 'standalone'. Also improves when using directly 'Geographic3D to GravityRelatedHeight' method | |||
| 2020-05-30 | Database: add concatenated operations for NZGD2000 -> ITRF97/2000/2005/2008/2014 | Even Rouault | |
| 2020-05-19 | createOperations(): fix bug when transforming between CompoundCRS and ↵ | Even Rouault | |
| BoundCRS in the general case let to 0 result (contributes to fixes #2232) | |||
| 2020-05-19 | createOperations(): take correctly into account vertical unit change in a ↵ | Even Rouault | |
| case of transformation between Compound of BoundVerticalCRS to GeographicCRS (contributes to fixes #2232) | |||
| 2020-05-19 | createOperations(): fix wrong optimization in some instances of transforming ↵ | Even Rouault | |
| a BoundCRS to a GeographicCRS (contributes to fixes #2232) | |||
| 2020-05-19 | createOperations(): speed optimizations for transforming between a BoundCRS ↵ | Even Rouault | |
| of a datum and the same datum (relates to #2232) | |||
| 2020-05-19 | createOperationsWithDatumPivot(): remove useless code | Even Rouault | |
| 2020-05-19 | createOperations(): fix 'caching' bugs causing potential exception about ↵ | Even Rouault | |
| Inconsistent chainging of CRS (fixes #2232) | |||
| 2020-05-17 | Address warnings raised by recent cppcheck | Even Rouault | |
| 2020-05-16 | createOperations(): improve operation name when inverting a 'axis order ↵ | Even Rouault | |
| change (geographic3D horizontal)' operation | |||
| 2020-05-16 | createOperations(): when converting CompoundCRS<-->Geographic3DCrs, do not ↵ | Even Rouault | |
| use discard change of ellipsoidal height if a Helmert transformation is involved (fixes #2225) | |||
| 2020-05-16 | createOperations(): be stricter when considering if an operation is a null one | Even Rouault | |
| 2020-05-15 | Merge pull request #2224 from rouault/fix_2202 | Even Rouault | |
| Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202) | |||
| 2020-05-15 | Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202) | Even Rouault | |
| 2020-05-14 | createOperations(): optimize BoundCRS to BoundCRS of vertical CRS using the ↵ | Even Rouault | |
| same vertical datum | |||
| 2020-05-14 | createOperations(): fix exceptions related to CompoundCRS and BoundCRS | Even Rouault | |
| 2020-05-14 | Grid listing from a CoordinateOperation: take into account several grid ↵ | Even Rouault | |
| names separated by comma (e.g. '+grids=foo1.gtx,foo2.gtx') | |||
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault | |
| 2020-04-23 | Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2185) | Even Rouault | |
| Contributes to fixing issue raised in https://lists.osgeo.org/pipermail/gdal-dev/2020-April/052003.html | |||
