aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
AgeCommit message (Expand)Author
2021-10-06CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (...Even Rouault
2021-09-28projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-15isEquivalentTo(): improve comparison of datum names based on official name an...Even Rouault
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-05-12Formatting fixesEven Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-18Added proj_get_celestial_body_list_from_database (#2674)Alan D. Snow
2021-04-12Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...Even Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return VerticalCRS with a DatumEnsembleEven Rouault
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a Dat...Even Rouault
2020-10-16Add multi-line PROJ string export capability, and use it by default in projin...Even Rouault
2020-10-16Merge pull request #2370 from rouault/epsg10Even Rouault
2020-10-11Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...Even Rouault
2020-10-10WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEMEven Rouault
2020-10-08Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...Even Rouault
2020-08-26proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...Even Rouault
2020-06-06createOperations(): changes so that EPSG:9635 'Geog3D to Geog2D+GravityRelate...Even Rouault
2020-05-25Fix identification of (one of the) ESRI WKT formulations of EPSG:3035Even Rouault
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)Even Rouault
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-01-25Implement RFC 5Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-11-19createOperations(): in some situations, consider when going from A to D inter...Even Rouault
2019-11-17createOperations(): remove the concept of geodetic_datum_preferred_hubEven Rouault
2019-11-17findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio...Even Rouault
2019-11-02Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...Even Rouault
2019-11-02Add tracing framework, and improve createOperations() performanceEven Rouault
2019-10-29Vertical transformations: improve situations similar to transforming from 'NA...Even Rouault
2019-09-12Coordinate transformation: improve transformations from/to WGS84 (Gxxxx)Even Rouault
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...Even Rouault
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...Even 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-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
2019-05-06createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...Even Rouault
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault