aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
AgeCommit message (Expand)Author
2020-04-24Merge pull request #2188 from rouault/backport_6_3_pr2183Even 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-19Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area'Even 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-03Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geog...github-actions[bot]
2020-03-01createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-06Fix identification of ESRI-style datum names starting with D_ but without aliasEven Rouault
2020-02-06Fix ingestion of +proj=cea with +k_0Even Rouault
2020-01-23Fix wrong use of derivingConversionRef() that caused GDAL bugEven 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
2019-10-30createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)Even Rouault
2019-10-25importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690)Even Rouault
2019-10-19createFromPROJString(): do not loop forever on malformed string. Fixes https:...Even Rouault
2019-09-28PROJ string CRS ingester: recognize more unit-less parameters, and general ha...Even Rouault
2019-09-24io.cpp: fix build on SolarisEven Rouault
2019-09-15createFromPROJString(): ignore +no_defs when instanciating a '+init=epsg:xxxx...Even Rouault
2019-09-15Ingestion of +proj=somerc +type=crs: avoid adding twice alpha, gamma, lon_0 (...Even Rouault
2019-09-13Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon (only +o_proj=lon...Even Rouault
2019-09-08Merge pull request #1585 from rouault/replace_2018_by_2019Kristian Evers
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-09-05PROJStringParser::createFromPROJString(): avoid potential infinite recursion ...Even Rouault
2019-08-30Fix spelling of potsdam datumKai Pastor
2019-08-26Fix 6.0 regression regarding +init=epsg:4326 +over +to +init=epsg:3857 +over ...Even Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...Even Rouault
2019-08-25Import WebMercator from PROJ string: make sure the WGS84 datum is setEven Rouault
2019-08-24createFromUserInput(): speed-up instanciation with +init=epsg: prefix in lowe...Even Rouault
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close datab...Even Rouault
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...Even Rouault
2019-08-12PROJJSON: add support for importing 'ids'Even Rouault
2019-08-10PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, Parametr...Even Rouault
2019-08-10PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen...Even Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...Even Rouault
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault