aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...Even Rouault
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20projinfo: advertize the use of '--spatial-test intersects' when it can bring ...Even Rouault
2019-02-20Apply multiplier in proj_vgrid_value()Even Rouault
2019-02-20PROJStringFormatter: remove useless push/pop in another caseEven Rouault
2019-02-20Operation sorting: tweakEven Rouault
2019-02-20Vertical CRS transformation: synthetize a vertical unit change transformation...Even Rouault
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...Even Rouault
2019-02-20vgridshift: propagate multiplier to avoid false-positive detection of nodata ...Even Rouault
2019-02-20Add VERTCON grid name alternatives in database, and handle filename substitut...Even Rouault
2019-02-18Fix a few issues with i386 buildsEven Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-02-16Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...Even Rouault
2019-02-16Make sure that the PJ object returned by proj_create_crs_to_crs() is a proper...Even Rouault
2019-02-14Bump ABI version numberKristian Evers
2019-02-14Merge pull request #1264 from kbevers/remove-t_obsKristian Evers
2019-02-14Coordinate operations where a grid is present, but not in grid_alternatives t...Even Rouault
2019-02-14deformation: Replace +t_obs with +dtKristian Evers
2019-02-14Merge remote-tracking branch 'osgeo/master' into remove-t_obsKristian Evers
2019-02-14Reverse direction of deformation operations/transformations/deformationKristian Evers
2019-02-13EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...Even Rouault
2019-02-13PROJ string parsing: no longer attempt to build a CoordinateOperation object ...Even Rouault
2019-02-13Add push and pop operationsKristian Evers
2019-02-12Merge remote-tracking branch 'osgeo/master' into pipestackKristian Evers
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-02-11cct: fix memory leakEven Rouault
2019-02-11Use pj_new()Even Rouault
2019-02-10Completely remove Chebychev remains from codebaseEven Rouault
2019-02-07Rename proj_crs_list_destroy() to proj_crs_info_list_destroy()Even Rouault
2019-02-07Add proj_get_crs_info_list_from_database()Even Rouault
2019-02-06Shut up pj_create_internal when varifying validity of generated proj-stringKristian Evers
2019-02-06ISO19111: Handle database area objects with no bounding boxEven Rouault
2019-02-05PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...Even Rouault
2019-02-05Merge pull request #1248 from kbevers/remove-nad2binKristian Evers
2019-02-04Remove all traces of nad2bin and nad2nadKristian Evers
2019-02-04Use pkgconfig to find sqlite3.Elliott Sales de Andrade
2019-02-03typo fixJürgen Fischer
2019-02-03init(): repair to_meter=num/denom that was broken in the general case in PROJ...Even Rouault
2019-02-03Avoid division by zero in Ellipsoid::computeSemiMinorAxis(). Fixes https://bu...Even Rouault
2019-02-03WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...Even Rouault
2019-02-03labrd: avoid floating point division by zero. Fixes https://bugs.chromium.org...Even Rouault
2019-02-02pj_ellipsoid(): avoid division by zero when R=0. Fixes https://bugs.chromium....Even Rouault
2019-02-02createFromUserInput(): fix infinite recursion. Fixes https://bugs.chromium.or...Even Rouault
2019-02-02PROJStringSyntaxParser: avoid assertion on illegal input. Fixes https://bugs....Even Rouault
2019-02-01Remove +t_obs parameter from helmert operationKristian Evers
2019-02-01Remove extreaneous semicolonEven Rouault
2019-01-31exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 o...Even Rouault
2019-01-26proj_trans_generic(): make it work with multiple internal coordinate operatio...Even Rouault