aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-02-16Merge pull request #1267 from kbevers/release-prepKristian Evers
6.0.0 Release prep
2019-02-16Update HOWTO-RELEASE with a better one-liner for generation of contributor listKristian Evers
2019-02-16Update man-pages from Sphinx-docsKristian Evers
2019-02-16Update year in CITATIONKristian Evers
2019-02-16Update NEWS for 6.0.0 releaseKristian Evers
2019-02-16Process data in build tree (#1271)Kristian Evers
Process data in build tree
2019-02-15Run appveyor tests with installed dataKai Pastor
2019-02-15Remove unused `GEOID_FILES` variableKai Pastor
2019-02-15Add `null` to `PROJ_DICTIONARY` filesKai Pastor
2019-02-15Merge pull request #1268 from mwtoews/cmakeKristian Evers
Improve CMake sqlite3 dependency docs
2019-02-15Merge pull request #1270 from mwtoews/gitignoreKristian Evers
Rearrange .gitignore and expand content
2019-02-15Merge pull request #1265 from dg0yt/gtest-mingwKristian Evers
Fix issues with Gtest and MinGW
2019-02-15Copy test data files to build treeKai Pastor
2019-02-15Create SQL files in build treeKai Pastor
2019-02-15DROP pointless GRIDSHIFT_FILES assignmentKai Pastor
2019-02-16Improve CMake sqlite3 dependency docsMike Taves
2019-02-16Rearrange .gitignore and expand contentMike Taves
2019-02-15Fix size_t comparisons in testsKai Pastor
2019-02-14Bump ABI version numberKristian Evers
2019-02-14Merge pull request #1264 from kbevers/remove-t_obsKristian Evers
Clean up time handling in helmert and deformation
2019-02-14Mark the external GTest package as requiredKai Pastor
GTest provides a configuration file, so we can disable the module mode. If the GTest package cannot be found, this shall be reported right here. (Note that while we specify a version, we do not require an EXACT match.)
2019-02-14Link gtest library with GTest:: prefixKai Pastor
GTest::gtest is the imported target supplied by find_package(GTest). For the internal build of GTest, this target is created as an alias for now: find_package cannot be used because the interal build does not get installed, and so a package config file is not available.
2019-02-14Remove legacy cmake commandsKai Pastor
PROJ requires CMake >= 3.5.
2019-02-14Use GTest 1.8.1Kai Pastor
This fixes issues with MinGW when threads are used.
2019-02-14Coordinate operations where a grid is present, but not in grid_alternatives ↵Even Rouault
table, should be considered as known to be sorted first
2019-02-14deformation: Replace +t_obs with +dtKristian Evers
The +t_obs parameter was confusing for users since it effectively overwrote the observation time in input coordinates. To make it more clear what is the operation is doing, users are now required to directly specify the time span for which they wish to apply a given deformation. The parameter +dt has been added for that purpose. The new parameter is mutually exclusive with +t_epoch. +dt is used when deformation for a set amount of time is needed and +t_epoch is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed.
2019-02-14Merge remote-tracking branch 'osgeo/master' into remove-t_obsKristian Evers
2019-02-14Cosmetical changes to differences.rstKristian Evers