aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
AgeCommit message (Expand)Author
2020-08-13WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2322)PROJ-BOT
2020-08-11WKT parser: avoid null pointer dereference on corrupted WKTEven Rouault
2020-07-30PROJ CRS string ingestion: fix typo in identification of projection steps (fi...Even Rouault
2020-07-02Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a Project...PROJ-BOT
2020-07-02WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose TIMEU...PROJ-BOT
2020-06-06createOperations(): changes so that EPSG:9635 'Geog3D to Geog2D+GravityRelate...Even Rouault
2020-05-19createOperations(): optimization in generated pipeline in a case involving ve...Even Rouault
2020-05-16Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin...Even Rouault
2020-05-14Grid listing from a CoordinateOperation: take into account several grid names...Even Rouault
2020-05-14WKT1 parsing: fix parsing of CompoundCRS that has a TOWGS84 for horizontal an...Even Rouault
2020-05-14WKT/PROJJSON parsing: fix BoundCRS/PROJ4_GRIDS handling for vertical componen...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-28createFromProjString(): handle default parameters of '+krovak +type=crs', and...Even Rouault
2020-04-24Tune support for WKT1_GDAL with netCDF rotated pole formulation. Follow-up to...Even Rouault
2020-04-23Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2185)Even Rouault
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)Even Rouault
2020-04-22PROJ4 string import: take into correctly non-metre unit when the string looks...Even Rouault
2020-04-21Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171)Even Rouault
2020-04-19Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area'Even Rouault
2020-04-16Map ESRI WKT for Adams_Square_II to +proj=adams_ws2Even Rouault
2020-04-10proj_create(): improve error message in case of PJ* failure instanciationEven Rouault
2020-04-09createFromPROJString(): ignore +wktext in '+init=epsg:XXX +wktext' string (re...Even Rouault
2020-04-03createFromUserInput(): allow compound CRS with the 2 parts given by names, e....Even Rouault
2020-04-03Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geog...Even Rouault
2020-03-24ESRI WKT import / identification: special case for NAD_1983_HARN_StatePlane_C...Even Rouault
2020-03-06WKT import/export: add support for WKT1_ESRI VERTCS syntaxEven Rouault
2020-03-04Add capability to force a fixed value for a non-specified CRS componentNyall Dawson
2020-02-29createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-10PROJStringParser::Private::buildProjectedCRS(): avoid (harmless) division by ...Even Rouault
2020-02-05Fix identification of ESRI-style datum names starting with D_ but without aliasEven Rouault
2020-01-26Make JSONParser::buildObjectDomain() staticEven Rouault
2020-01-26buildProjectionStandard(): make it obvious to cppcheck that null-ptr derefere...Even Rouault
2020-01-25Fix ingestion of +proj=cea with +k_0Even Rouault
2020-01-23Fix wrong use of derivingConversionRef() that caused GDAL bugEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes #...Even Rouault
2019-12-16Merge pull request #1786 from rouault/fake_EPSG_102100Kristian Evers
2019-12-13PROJStringFormatter: make startInversion/stopInversion properly deal with omi...Even Rouault
2019-12-13WKTParser: fix assertion that can trigger on corrupted input. Fixes https://b...Even Rouault
2019-12-11Make EPSG:102100 resolve to ESRI:102100 (fixes #1730)Even Rouault
2019-12-09CRS identification: use case insensitive comparison for authority name (fixes...Even Rouault
2019-12-05import from PROJ string CRS: better deal with strings that look like Google M...Even Rouault
2019-11-25PROJStringFormatter::toString(): optimize hgridshift, vgridshift, hgridshift ...Even Rouault
2019-11-25Pipeline: support +omit_fwd and +omit_inv keywordsEven Rouault
2019-11-21Fix typos in code commentsEven Rouault
2019-11-14import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...Even Rouault
2019-11-14createOperations(): fix transformation computation from/to a CRS with +geoidg...Even Rouault
2019-11-04Merge remote-tracking branch 'origin/master' into geoid_modelEven Rouault
2019-11-03Import from WKT of VERT_CS: remove outdated EXTENSION.PROJ4_GRIDS for NAVD88Even Rouault
2019-11-03Import from WKT: add tweaks for Lidar WKT1 VERT_CS that embeds geoid model in...Even Rouault
2019-11-02WKT and PROJJSON: add import/export of geoid model of VertCRSEven Rouault