aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
AgeCommit message (Expand)Author
2020-11-29Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-01Doxygen: improve doc of functions related to Datum/DatumEnsembleEven Rouault
2020-11-01proj_create_ellipsoidal_2D/3D_cs(): doc improvementEven Rouault
2020-10-25Fix issues spotted by cppcheckEven Rouault
2020-10-16Add multi-line PROJ string export capability, and use it by default in projin...Even Rouault
2020-10-11C API: add proj_dynamic_datum_get_frame_reference_epoch()Even Rouault
2020-10-11Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...Even Rouault
2020-10-08Add C API to work with datum ensembleEven Rouault
2020-09-04DOC: Fix reference to proj_get_codes_from_database in proj_get_crs_info_list_...Alan D. Snow
2020-08-26proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...Even Rouault
2020-08-19Code reformattingEven Rouault
2020-08-19Add methods to ensure safer interactions with cpp_contextsnowman2
2020-08-19Clone projCppContext context when copying projCtx_t (#2324)Alan D. Snow
2020-07-06Merge pull request #2274 from snowman2/pjtypeEven Rouault
2020-07-04C API: missing a few SANITIZE_CTX() in entry points (#2292)Even Rouault
2020-06-26ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerationssnowman2
2020-06-24c_api.cpp: code reformatingEven Rouault
2020-06-24Replace assert with errors in c_api.cpp when some preconditions are not met (...Alan D. Snow
2020-06-10Fix access violation in proj_context_get_database_metadataOlli Räisä
2020-05-14Merge pull request #2215 from rouault/fix_2214Even Rouault
2020-05-13ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-15C API: add proj_operation_factory_context_set_allow_ballpark_transformations()Even Rouault
2020-04-03createFromUserInput(): allow compound CRS with the 2 parts given by names, e....Even Rouault
2020-03-23proj_get_suggested_operation(): extra fix to behave similarly to proj_create_...Even Rouault
2020-03-19proj_get_suggested_operation(): fix when there are only operations without ar...Even Rouault
2020-03-16Merge branch 'master' into add_proj_get_suggested_operationEven Rouault
2020-03-13Add proj_get_suggested_operation()Even Rouault
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-01-23Fix wrong use of derivingConversionRef() that caused GDAL bugEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-10Doc of CRS::identify(): make it clear that this is a best-effort attempt onlyEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes #...Even Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-14Add proj_coordoperation_create_inverse to C API (#1795)Nyall Dawson
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-22Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...Even Rouault
2019-11-18proj_trans(): tune selection of operation when there are several alternatives...Even Rouault
2019-11-17typo fix in comment [ci skip]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-04proj_create_vertical_crs(): enhance docEven Rouault
2019-11-04Merge remote-tracking branch 'origin/master' into geoid_modelEven Rouault
2019-11-02Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...Even Rouault
2019-10-30createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)Even Rouault
2019-10-24Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84()Even Rouault