aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111
AgeCommit message (Expand)Author
2021-05-06DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)Mike Taves
2021-04-23ConcatenatedOperation::fixStepsDirection(): fix potential nullptr dereferenceEven Rouault
2021-04-12CRS::normalizeForVisualization(): propagate domains/extent of original CRS (f...Even Rouault
2021-04-10Merge pull request #2660 from rouault/getCRSInfoList_deterministic_result_orderEven Rouault
2021-04-01Merge pull request #2625 from rouault/epsg_10_017Even Rouault
2021-03-29createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-27Merge pull request #2611 from rouault/fix_2610Even Rouault
2021-03-20Merge pull request #2594 from rouault/fix_of_fix_2588Even Rouault
2021-03-20Merge pull request #2592 from rouault/fix_2588Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-18createFromCRSCodesWithIntermediates(): improve perf when no matchEven Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-06Fix gcc 11 -Wnonnull warningsEven Rouault
2021-03-05createOperations(): fix incorrect height transformation between 3D promoted R...Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2021-02-22isEquivalentName(): fix for GDAL test failureEven Rouault
2021-02-11C API: avoid error messages to be emitted in PJ_LOG_NONE log level (fixes #2526)Even Rouault
2021-02-11Merge pull request #2521 from rouault/boundcrs_proj_based_methodEven Rouault
2021-02-10Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)Even Rouault
2021-02-10Allow a BoundCRS to use a PROJ string transformationEven Rouault
2021-02-09Database: update to EPSG v10.013Even Rouault
2021-02-09createOperations(): remove involved logic that was done for GDA94 -> WGS84 (G...Even Rouault
2021-02-07Merge pull request #2503 from havingsexonthebeach/epsg10_011Kristian Evers
2021-01-15Database: update to EPSG v10.011Modern Slave
2021-01-14createOperations(): fix bug involving geoidmodel and non-metre vertical unitEven Rouault
2021-01-13createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ell...Even Rouault
2021-01-05createFromUserInput(): accept leading white space (fixes #2498)Even Rouault
2020-12-28C API: add proj_crs_is_derived()Even Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.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-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-30Database: add metadata with the version number of the database layout and che...Even Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-28createOperations(): get a '+proj=noop' instead of '+proj=affine +s33=-1' when...Even Rouault
2020-11-28WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble namesEven Rouault
2020-11-28createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...Even 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-24createOperation(): add a ballpark vertical transformation when dealing with G...Even Rouault
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-23GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it...Even 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-21Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers