aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
AgeCommit message (Expand)Author
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)Even Rouault
2020-03-25EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes http...github-actions[bot]
2020-03-12ProjectedCRS::identify(): tune it to better work with ESRI WKT representation...github-actions[bot]
2020-03-01createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-01-21ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to...Even Rouault
2020-01-11createOperations(): fix dealing with projected 3D CRS whose Z units != metreEven Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-16BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes...Even Rouault
2019-12-13Fix compilation breakage of previous commit with some compilersEven Rouault
2019-12-13normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...Even Rouault
2019-11-25Merge pull request #1737 from rouault/proj_create_derived_geographic_crsKristian Evers
2019-11-25Doc: change 7.0 references to 6.3Even Rouault
2019-11-25normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...Even Rouault
2019-11-22Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...Even Rouault
2019-11-14import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...Even Rouault
2019-11-14Code reformatEven Rouault
2019-11-09Doc: document oddity related to identification of CRS from ESRI WKTEven Rouault
2019-11-02WKT and PROJJSON: add import/export of geoid model of VertCRSEven Rouault
2019-10-30createOperations(): try to recover extent of CRS from the database when they ...Even Rouault
2019-10-29Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS tr...Even Rouault
2019-10-18createOperations(): fix double vertical unit conversion from CompoundCRS to o...Even Rouault
2019-10-13Remove the sentence in documentation saying that CRS::coordinateSystem() may ...Martin Desruisseaux
2019-10-04Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...Even Rouault
2019-10-03DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s...Even Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-11API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...Even Rouault
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-08-26createOperations(): follow-up of previous commit for +datum=NAD83 caseEven Rouault
2019-08-26createOperations(): fix pipeline generation when a CRS has terms like +datum=...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-09PROJJSON export: use more compact formEven Rouault
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-05-13identify(): take into account the authority passed in (fixes #1465)Even Rouault
2019-03-29Add proj_normalize_for_visualization()Even Rouault
2019-03-26crs.cpp: make it clear to analyzer that buffer will not overflow. Coverity CI...Even 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
2019-03-25crs.cpp: remove non-intented (harmless here) pass by reference of a pointerEven Rouault
2019-03-17Fix some issues raised by latest cppcheckEven Rouault
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-01-22Coordinate operation computation with CRS with extension string: replace datu...Even Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-18Merge pull request #1223 from rouault/unify_proj_createKristian Evers
2019-01-17Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-09createOperations(): fix a particular case of boundcrs to boundcrs transformat...Even Rouault