aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-03-06WKT import/export: add support for WKT1_ESRI VERTCS syntaxEven Rouault
2020-03-05ESRI WKT: map Mercator_Variant_A, Mercator_Variant_C and Transverse_Cylindric...Even Rouault
2020-03-04Add missing tests for ESRI projection method conversionNyall Dawson
2020-03-03createUnitOfMeasure(): use full double resolution for the conversion factor (...Even Rouault
2020-02-29createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-28Formatting fixEven Rouault
2020-02-27Make tests independent of proj-datumgridEven Rouault
2020-02-26Database: register 4 height Austrian grids from https://github.com/OSGeo/PROJ...Even Rouault
2020-02-26Database: update to EPSG v9.8.7Even Rouault
2020-02-25createOperations(): be robust to a GeographicCRS having a wrong ID attached t...Even Rouault
2020-02-25CompoundCRS::create(): reject combinations of components not allowed by ISO 1...Even Rouault
2020-02-24createOperations(): keep height/z value in Helmert transform between 3D CRSEven Rouault
2020-02-24Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)Nyall Dawson
2020-02-22Merge pull request #1962 from mwtoews/sharedMike Taves
2020-02-21test_network.cpp: fix test failures on big endian archs (fixes #1958)Even Rouault
2020-02-21Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFFMike Taves
2020-02-21CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBSMike Taves
2020-02-20Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work (fixe...Even Rouault
2020-02-19validateParameters(): fix false-positive warning on Equidistant CylindricalEven Rouault
2020-02-19DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (...Even Rouault
2020-02-18test: enhance testing of proj_grid_get_info_from_databaseEven Rouault
2020-02-08Merge pull request #1917 from rouault/fix_test_issues_on_i386Kristian Evers
2020-02-07Fix test issues on i386Even Rouault
2020-02-06cart: Avoid discontinuity at poles in the inverse caseKristian Evers
2020-02-06Merge pull request #1915 from rouault/fix_1911Even Rouault
2020-02-05Fix identification of ESRI-style datum names starting with D_ but without aliasEven Rouault
2020-02-05Fix performance issue, affecting projinfo EPSG:7842Even Rouault
2020-02-04Add projsync utilityEven Rouault
2020-02-01test/fuzzers/build.sh: statically link sqlite3 for i386 buildsEven Rouault
2020-01-30Merge pull request #1897 from rouault/map_geocentric_translation_methodKristian Evers
2020-01-29Remove 'null' grid file as it is now a special hardcoded case in grid codeEven Rouault
2020-01-29test/fuzzers/build.sh: build with static libtiff [ci skip]Even Rouault
2020-01-29Merge pull request #1896 from rouault/add_set_operationKristian Evers
2020-01-29Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr...Even Rouault
2020-01-29Make it possible to use grids from the CDN by their 'old name' even if not in...Even Rouault
2020-01-29Merge pull request #1891 from rouault/rfc5Even Rouault
2020-01-28Add +proj=set operation to set component(s) of a coordinate to a fixed valueEven Rouault
2020-01-27projinfo: add --remote-data switchEven Rouault
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-26Fix ossfuzz builds [ci skip]Even Rouault
2020-01-25Merge pull request #1884 from rouault/cea_k_0Kristian Evers
2020-01-25Fix ingestion of +proj=cea with +k_0Even Rouault
2020-01-25Grid correction: fix handling grids spanning antimeridian (fixes #1859)Even Rouault
2020-01-25Implement RFC 5Even Rouault
2020-01-24createObjectsFromName(): use alias as fallback onlyEven Rouault
2020-01-23Database: add a geoid_like value for proj_method column of grid_alternatives,...Even Rouault
2020-01-22Database: update to EPSG v9.8.6Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-21ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to...Even Rouault