aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111
AgeCommit message (Expand)Author
2021-04-10createFromUserInput(): add support for OGC URLsEven Rouault
2021-04-08Merge pull request #2647 from rouault/integer_or_textEven Rouault
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-04-05createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...Even Rouault
2021-04-03Add mapping between EPSG method 'Hyperbolic Cassini-Soldner' and +proj=cass +...Even Rouault
2021-04-01Database: update to EPSG 10.017Even Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-27Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)Even Rouault
2021-03-20createOperations(): fix regression for the fix of #2588Even Rouault
2021-03-20createOperations(): fix Compound to Geog3D CRS computations in the case... (f...Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-19SQL output: make it possible to export non-EPSG projection methods or methods...Even Rouault
2021-03-18createFromCRSCodesWithIntermediates(): improve perf when no matchEven Rouault
2021-03-18Code formatting fixEven Rouault
2021-03-18Merge pull request #2577 from rouault/insert_sqlEven Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-15Doc improvements regarding recomandation not to alter official registries and...Even Rouault
2021-03-15Add support for PROJ_AUX_DB environment variable to set the path to one or se...Even Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15CRS::identify(): take into account allowed authority to identify hard-coded W...Even Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-13typo fix in commentEven Rouault
2021-03-10Merge pull request #2570 from rouault/fix_proj_lp_dist_crsEven Rouault
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...Even Rouault
2021-03-10Fix commentEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07is2DPartOf3D(): catch potential exception (CID 314817)Even Rouault
2021-03-07BaseObject: add a move assignment operator (CID 314820)Even Rouault
2021-03-06UnitOfMeasure: add a move assignment operator (CID 314811)Even 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