aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
AgeCommit message (Expand)Author
2019-10-12createOperations(): allow transforming from a compoundCRS of a bound vertical...Even Rouault
2019-09-28createOperations() sorting: sort operations that cannot be exported as PROJ p...Even Rouault
2019-09-13createOperations(): when tranforming from a compoundCRS whose vertical compon...Even Rouault
2019-09-13createOperations(): use more candidates when transforming between a geographi...Even Rouault
2019-09-13createOperations(): make sure sorting function is transitive (a < b and b < c...Even Rouault
2019-09-11createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-co...Even Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...Even Rouault
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close datab...Even Rouault
2019-08-20Merge pull request #1547 from rouault/json_exportEven Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...Even Rouault
2019-08-09PROJJSON export: use more compact formEven Rouault
2019-07-19Add set discard superseded method to api (#1534)Matt Littlemore
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-06-30Database: import scope/remarks for coordinate operation and add C APIEven Rouault
2019-06-11Fix compilation error with gcc 4.9.3 (fixes #1512)Even Rouault
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-05-23createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and ...Even Rouault
2019-05-21createOperations(): avoid exception when transforming from NAD83 to projected...Even Rouault
2019-05-06createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...Even Rouault
2019-05-06createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ge...Even Rouault
2019-05-01Reduce database size (#1438)Kristian Evers
2019-04-30WKT importer: accepts PROJ-based COORDINATEOPERATIONEven Rouault
2019-04-30createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ret...Even Rouault
2019-04-30Propagate ballpark transformation flag to inverse coordinate operationsEven Rouault
2019-04-28Fix false-positive -Wnull-dereference GCC 8 warningEven Rouault
2019-04-22ESRI_WKT: preserve Gauss_Kruger in conversion name for round-trippingEven Rouault
2019-04-16createOperations(): do not attempt using a unrelated datum intermediate when ...Even Rouault
2019-03-29createOperations(): improve behaviour with input CRS from WKT that lacks inte...Even Rouault
2019-03-29Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresiveEven Rouault
2019-03-29Add proj_normalize_for_visualization()Even Rouault
2019-03-28createOperations(): improve BoundCRS<-->non-bound-CRS caseEven Rouault
2019-03-26coordinateoperation.cpp: remove dead code. Coverity CID 193522Even Rouault
2019-03-26coordinateoperation.cpp: silent false positive about copy paste error. Coveri...Even Rouault
2019-03-26Merge pull request #1369 from rouault/grid_fixesEven Rouault
2019-03-25lookForGridInfo(): correctly return that a grid is present, if present on the...Even Rouault
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven Rouault
2019-03-24WKT2 parser: update to OGC 18-010r6Even Rouault
2019-03-23Fix GCC 9 warning about useless std::move()Even Rouault
2019-03-16createOperations(): fix nadgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)Even Rouault
2019-03-16Run scripts/reformat_cpp.shEven Rouault
2019-03-16Fix doc generation with Breathe 4.12.0Even Rouault
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
2019-02-24ParameterValue::_exportToWKT(): fix null pointer dereference with -D_GLIBCXX_...Even Rouault
2019-02-21Transformation: reintroduce the term of 'Null geographic offset' for transfor...Even Rouault
2019-02-21Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...Even Rouault
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...Even Rouault