aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-10fix documentation for proj_trans_generic(), see https://github.com/OSGeo/PROJ...Colin Doig
2020-03-10Merge pull request #2040 from rouault/esri_map_Transverse_Mercator_ComplexEven Rouault
2020-03-09Map ESRI Transverse_Mercator_Complex to Transverse MercatorEven Rouault
2020-03-09Approximate tmerc (Snyder): speed optimizationsEven Rouault
2020-03-09Extended tmerc (Poder/Engsager): speed optimizationsEven Rouault
2020-03-09Merge pull request #2031 from snowman2/appveyorEven Rouault
2020-03-09Merge pull request #2025 from rouault/projections_remove_assignments_in_expre...Kristian Evers
2020-03-08Updated appveyor to not copy DLL & update existing vcpkgsnowman2
2020-03-08src/projections/: remove assignments in expression and multiple statements pe...Even Rouault
2020-03-06proj_internal.h: fix typo in macro name due to bad copy&paste. (No functional...Even Rouault
2020-03-06proj.ini: typo fix in comment [ci skip]Even Rouault
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-03-06Merge pull request #2024 from rouault/add_support_for_WKT1_ESRI_VERTCSEven Rouault
2020-03-06WKT import/export: add support for WKT1_ESRI VERTCS syntaxEven Rouault
2020-03-06Merge pull request #2023 from nyalldawson/update_notesKristian Evers
2020-03-06Add some more missing methods and notes to esri projection mappingNyall Dawson
2020-03-05ESRI WKT: map Mercator_Variant_A, Mercator_Variant_C and Transverse_Cylindric...Even Rouault
2020-03-05Remove occurences of deprecated PROJ.4 syntaxKristian Evers
2020-03-04Merge pull request #1986 from nyalldawson/behrmanEven Rouault
2020-03-04Add missing tests for ESRI projection method conversionNyall Dawson
2020-03-04Add capability to force a fixed value for a non-specified CRS componentNyall Dawson
2020-03-04Document Autotools and CMake configure options (#2010)Mike Taves
2020-03-04Update README with info on PROJ-data (#2015) [ci skip]Kristian Evers
2020-03-03createUnitOfMeasure(): use full double resolution for the conversion factor (...Even Rouault
2020-03-03Merge pull request #2009 from OSGeo/cmake-rpathKristian Evers
2020-03-03cmakelint changes as requestedHoward Butler
2020-03-03Fix download link for proj-data 1.0Chris Mayo
2020-03-02Follow PDAL's CMake RPATH strategyHoward Butler
2020-03-02Fix bad copy&replace pattern on HEALPix and rHEALPix projection names. Affect...Even Rouault
2020-03-01Update github_version in sphinx configKristian Evers
2020-03-01Bump version numbers in preparation for 7.1.0Kristian Evers
2020-03-01Update docs in preparation for 7.0.0 releaseKristian Evers
2020-02-29createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...Even Rouault
2020-02-28Avoid crash when running against SQLite3 binary built with -DSQLITE_OMIT_AUTO...Even Rouault
2020-02-28Formatting fixEven Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-27Doc: Add missing projection property tables (#1992)Chatziargyriou Eleftheria
2020-02-27Make tests independent of proj-datumgridEven Rouault
2020-02-27proj_create_crs_to_crs(): avoid potential reprojection failures when reprojec...Even Rouault
2020-02-27Merge pull request #1989 from rouault/register_austrian_height_gridsEven Rouault
2020-02-27Merge pull request #1987 from nyalldawson/flat_polar_quarticEven 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-26Support conversion of Flat_Polar_Quartic projection methodNyall Dawson
2020-02-25Merge pull request #1983 from rouault/fix_1982Even 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-24pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA (...Even Rouault
2020-02-24Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)Nyall Dawson