aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
AgeCommit message (Expand)Author
2022-03-08Fix issue when transforming from/to BoundCRS of 3D CRS with non-Greenwhich pr...Even Rouault
2022-02-22WKTParser::Private::buildProjectedCRS(): avoid potential nullptr deref (CID 3...Even Rouault
2022-02-14Fix importing CRS definition with +proj=peirce_q and +shape different from sq...Even Rouault
2022-02-14Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServ...Even Rouault
2022-01-12Merge pull request #3010 from rouault/fix_2739Even Rouault
2022-01-07Map peirce_q to pseudo WKT2 and ESRI WKTEven Rouault
2022-01-06Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway d...Even Rouault
2022-01-04Fix doc generation with Doxygen 1.9.3Even Rouault
2021-12-16WKT1 import: correctly deal with missing rectified_grid_angle parameterEven Rouault
2021-12-16WKTParser::Private::buildProjectionStandard(): minor cleanupEven Rouault
2021-12-02PROJStringSyntaxParser(): make it use pj_trim_argc/argv to have similar token...Even Rouault
2021-12-02PROJ string parsing: fix unquoting of parameter values when the parameter nam...Even Rouault
2021-11-09PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)Even Rouault
2021-11-03BoundCRS WKT import: fix setting of nameEven Rouault
2021-10-08WKT1 parser: recognize Lambert_Conformal_Conic as projection name for LCC 1SP...Even Rouault
2021-10-06CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (...Even Rouault
2021-09-28PROJStringFormatter: add optimizations useful for IAU CRS transformation pipe...Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-18Optimize pipelines of planetary CRS (geocentric latitude, west-positive longi...Even Rouault
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-09-08createOperations(): deal with spherical planetocentric geodetic CRSEven Rouault
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...Even Rouault
2021-09-04createFromUserInput(): make it more obvious for cppcheck and humans tooEven Rouault
2021-08-31PROJStringFormatter::toString(): add missing iterator increment (but luckily ...Even Rouault
2021-08-31Workaround false positive in recent cppcheckEven Rouault
2021-08-31io.cpp: remove always true testEven Rouault
2021-08-29io.cpp: silence Coverity false positive (CID 356032)Even Rouault
2021-08-26WKT importer: better detect ESRI WKT on projected CRS (fixes #2822)Even Rouault
2021-08-26WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...Even Rouault
2021-08-21PROJStringFormatter::toString(): fix potential O(n^2) performance. Fixes http...Even Rouault
2021-08-20ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when in...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-06-02proj_create(): do not open proj.db if string is a PROJ string, even if proj_c...Even Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-24Improvements related to DerivedVerticalCRS using Change Unit and Height/Depth...Even Rouault
2021-04-18createFromUserInput(): change name of CRS built from URN combined references ...Even Rouault
2021-04-13createFromUserInput(): parse compound id with two authorities, like ESRI:1036...Javier Jimenez Shaw
2021-04-11createFromUserInput(): support URN:OGC:DEF:CRS:OGC:1.3:CRS84Even Rouault
2021-04-10createFromUserInput(): add support for WMS AUTO: syntaxEven Rouault
2021-04-10createFromUserInput(): add support for (legacy) urn:x-ogc:def:crs:EPSG:XXXX s...Even Rouault
2021-04-10createFromUserInput(): add support for (legacy) urn:opengis:crs:EPSG:0:XXXX s...Even Rouault
2021-04-10createFromUserInput(): add support for OGC URLsEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2021-02-10Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)Even Rouault
2021-01-05createFromUserInput(): accept leading white space (fixes #2498)Even Rouault
2020-12-14createOperations(): fix inconsistent chaining exception when transforming fro...Even Rouault
2020-12-12Split coordinateoperation.cpp in many files in iso19111/operation directoryEven Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-28WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble namesEven Rouault