aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-06Database: "minimal" update to EPSG v10.003Even Rouault
2020-10-05proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS...Even Rouault
2020-10-02createOperations(): avoid elimination of ballpark transformation that can hel...Even Rouault
2020-10-02createOperations(): when combining transformations, reject those with a non-i...Even Rouault
2020-10-02CoordinateOperation: fix issue with ballpark flag not being copied with shall...Even Rouault
2020-09-30Merge pull request #2361 from rouault/ortho_ellipsoidalEven Rouault
2020-09-30Merge pull request #2344 from rouault/tinshiftEven Rouault
2020-09-30Add a +proj=tinshift for triangulation-based transformationsEven Rouault
2020-09-30ortho.cpp: more precise reference to guidance noteEven Rouault
2020-09-27tmerc: setup_exact(): do not recompute third flattening already available as ...Even Rouault
2020-09-27Ortho ellipsoidal inverse: improve accuracy in polar case with (x,y) close to...Even Rouault
2020-09-27Ortho ellipsoidal inverse: add domain check for oblique case, and slighly imp...Even Rouault
2020-09-26Ortho ellipsoidal inverse: add non iterative implementations for polar and eq...Even Rouault
2020-09-26Ortho: add visibility condition for ellipsoidal case. Credits to @cffkEven Rouault
2020-09-26Implement ellipsoidal formulation of +proj=ortho (fixes #397)Even Rouault
2020-09-17createOperations(): tune sorting of transformations so that the ones with gre...Even Rouault
2020-09-17Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...Even Rouault
2020-09-10proj_trans(): reset errno before attemptying a retry with a new coordinate op...Even Rouault
2020-09-10Merge pull request #2351 from rouault/update_to_epsg_9_9Even Rouault
2020-09-09Map EPSG:1083 'Geog3D to Geog2D+Vertical (AUSGeoid v2)' method to +proj=vgrid...Even Rouault
2020-09-04Fix compiling warnings when using GCC 4.8.xAlexander Saprykin
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-23lcc: avoid harmless division by zero in untypical case. Fixes https://bugs.ch...Even Rouault
2020-08-21createObjectsFromName(): add back case insensitivity when comparing namesEven Rouault
2020-08-21Helmert: fix regression when rotation terms are 0, but scale is notEven Rouault
2020-08-20projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...Alan D. Snow
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-08-19Revert compiler generated Fused Multiply Addition optimized routines (#2327)Even Rouault
2020-08-16ENH: Add support for custum CA Bundle path (#2323)Alan D. Snow
2020-08-13WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2321)Even Rouault
2020-08-11WKT parser: avoid null pointer dereference on corrupted WKTEven Rouault
2020-08-07ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...Even Rouault
2020-07-30PROJ CRS string ingestion: fix typo in identification of projection steps (fi...Even Rouault
2020-07-24Helmert 2D: do not require a useless convention= parameterEven Rouault
2020-07-09Transverse Mercator South Orientated: restrict export to PROJ string to cases...Even Rouault
2020-07-09PROJ string export of +proj=krovak +czech: make sure we export +czech instead...Even Rouault
2020-07-07CMake build: Check "target_clones" before useKai Pastor
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-07-02Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a Project...Even Rouault
2020-07-01WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose TIMEU...Even Rouault
2020-07-01Update version numbersEven Rouault
2020-06-27move new enums to bottomsnowman2
2020-06-26ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerationssnowman2
2020-06-24ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to '...Even Rouault
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