aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
AgeCommit message (Expand)Author
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
2020-11-27PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/...Even Rouault
2020-11-26Merge pull request #2403 from kbevers/remove-proj_api.hKristian Evers
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-21PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix...Even Rouault
2020-11-21WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the pr...Even Rouault
2020-11-21createOperation(): make it work properly when one of the CRS is a BoundCRS of...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove proj_api.hKristian Evers
2020-11-16WKT2 parsing: several fixes related to map projection parameter unitsEven Rouault
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a Dat...Even Rouault
2020-10-23PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of operat...Even Rouault
2020-10-22WKT parser: accept ESRI VERTCS[...,DATUM[...,SPHEROID[]] syntax to express el...Even Rouault
2020-10-22WKT parser: accept implicit compoundCRS from ESRI WKT, like "PROJCS[...],VERT...Even Rouault