aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Merge pull request #1286 from sebastic/spelling-errorsEven Rouault
Fix spelling errors.
2019-02-23Fix spelling errors.Bas Couwenberg
* specfied -> specified
2019-02-23Doc: add minimal doumentation for comill / Compact Miller projectionEven Rouault
2019-02-23Doc: add minimal documentation for patterson projectionEven Rouault
2019-02-22proj.db: update to EPSG 9.6.0Even Rouault
Minor update w.r.t 9.5.5 that adds a few new coordinate operations.
2019-02-22Merge pull request #1282 from mwtoews/cmakeKristian Evers
CMake warning about removing second proj_config.h
2019-02-22proj.db: tune so that 'NGF IGN69 height to RGF93' uses the RAF09.gtx gridEven Rouault
2019-02-22CMake warning about second proj_config.hMike Taves
2019-02-21Merge branch 'master' into 6.0Even Rouault
2019-02-21Merge pull request #1280 from rouault/SWEN17_RH2000_gtxEven Rouault
proj.db: add missing custom entries for vertical transform and fix a few wrong ones
2019-02-21Transformation: reintroduce the term of 'Null geographic offset' for ↵Even Rouault
transformations between geographic CRS of same datum (typically 3D to 2D)
2019-02-21Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark ↵Even Rouault
horizontal transformation
2019-02-21proj.db: fix direction of USA GEOID12B grid alternativesEven Rouault
2019-02-21proj.db: add grid_alternative entries for OSGM15_Malin and OSGM15_BelfastEven Rouault
2019-02-21proj.db: add custom entry for 'FVR09 height to ETRS89'Even Rouault
2019-02-21projinfo: add information about missing gridsEven Rouault
2019-02-21proj.db: add entries in grid_alternatives table for Oceania gridsEven Rouault
2019-02-21proj.db: add custom entry for 'RH2000 height to SWEREF99'Even Rouault
2019-02-20Merge branch 'master' into 6.0Even Rouault
2019-02-20Merge pull request #1279 from rouault/vertcrs_transform_improvementsEven Rouault
Vertcrs transform improvements
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be ↵Even Rouault
used to know if it includes a very approximative transformation term
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the ↵Even Rouault
name we are lacking an ellipsoid height to vertCRS height correction
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis ↵Even Rouault
swap/unitconvert to avoid useless simplification rules
2019-02-20projinfo: advertize the use of '--spatial-test intersects' when it can bring ↵Even Rouault
more results
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 ↵Even Rouault
transformation when needed, and also sort Null geographic offset transformation in last
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset ↵Even Rouault
from X to X' in transformation name
2019-02-20vgridshift: propagate multiplier to avoid false-positive detection of nodata ↵Even Rouault
values in the grids with US VERTCON grids that are in millimeters
2019-02-20Add VERTCON grid name alternatives in database, and handle filename ↵Even Rouault
substitution for VERTCON method
2019-02-19Merge remote-tracking branch 'osgeo/master' into 6.0Kristian Evers
2019-02-19Merge pull request #1278 from rouault/fix_issues_i386_buildKristian Evers
Fix a few issues with i386 builds
2019-02-18Fix a few issues with i386 buildsEven Rouault
Relax tolerances in a few unit test, and in laea code. Seen with gcc 5.3 and also 7.1 Related to the use of the 387 floating-point math, since they disappear with gcc 7.1 if using non-default -mfpmath=sse -msse
2019-02-18Merge remote-tracking branch 'osgeo/master' into 6.0Kristian Evers
2019-02-18Windows CMAKE Paths to match osx/linux (#1274)Alan D. Snow
Addressing issue #1177.
2019-02-18Merge remote-tracking branch 'osgeo/master' into 6.0Kristian Evers
2019-02-18Merge pull request #1276 from ↵Kristian Evers
rouault/intermediate_crs_use_only_if_no_direct_transformation Modify the default strategy of researching intermediate CRS to do it only if there is no direct transformation
2019-02-18Merge pull request #1277 from rouault/fuzzy_proj_string_comparisonKristian Evers
tests: implement fuzzy proj string comparison in a few problematic test cases on non-x86 arch (fixes #1275)
2019-02-17tests: implement fuzzy proj string comparison in a few problematic test ↵Even Rouault
cases on non-x86 arch (fixes #1275)
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ↵Even Rouault
there is no direct transformation
2019-02-17Slack tolerance in deg->rad unitconvert testKristian Evers
2019-02-17Slack tolerance in deg->rad unitconvert testKristian Evers
2019-02-16Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' ↵Even Rouault
PJ object returned by proj_create_crs_to_crs() when there are several alternatives
2019-02-16Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' ↵Even Rouault
PJ object returned by proj_create_crs_to_crs() when there are several alternatives
2019-02-16Make sure that the PJ object returned by proj_create_crs_to_crs() is a ↵Even Rouault
proper CoordinateOperation so that we can call proj_get_source_crs() on it for example
2019-02-16Make sure that the PJ object returned by proj_create_crs_to_crs() is a ↵Even Rouault
proper CoordinateOperation so that we can call proj_get_source_crs() on it for example
2019-02-16Make sure that projinfo man-page is added to source distributionKristian Evers
2019-02-16Make sure that projinfo man-page is added to source distributionKristian Evers