aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-21Add post-install checks for CMake and Autotools/pkg-config (#2077)Mike Taves
2020-03-20Merge pull request #2085 from rouault/fix_proj_get_suggested_operation_with_o...Even Rouault
2020-03-19proj_get_suggested_operation(): fix when there are only operations without ar...Even Rouault
2020-03-18CMake: fix bug with find_package(PROJ) with macOSMike Taves
2020-03-18cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (...Even Rouault
2020-03-17Merge pull request #2079 from rouault/deprecate_proj_list_angular_unitsEven Rouault
2020-03-17Deprecate proj_list_angular_units(). Follow-up of https://github.com/OSGeo/PR...Even Rouault
2020-03-17Align install.rst with current version (#2075)Kristian Evers
2020-03-16Merge pull request #2068 from rouault/add_proj_get_suggested_operationEven Rouault
2020-03-16Merge branch 'master' into add_proj_get_suggested_operationEven Rouault
2020-03-16Merge pull request #2065 from rouault/add_proj_get_units_from_databaseEven Rouault
2020-03-15Fix build with libtiff master (libtiff > 4.1.0)Even Rouault
2020-03-13Tag proj_list_units() as deprecatedEven Rouault
2020-03-13Add proj_get_suggested_operation()Even Rouault
2020-03-12Autotools/pkg-conf: Define datarootdirMike Taves
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-03-12Fix build with gcc 4.8.5 (fixes #2062)Even Rouault
2020-03-12Database: register grids for New Caledonia added per https://github.com/OSGeo...Even Rouault
2020-03-12Add note about orientation of control pointsB R S Recht
2020-03-11ProjectedCRS::identify(): tune it to better work with ESRI WKT representation...Even Rouault
2020-03-11.cirrus.yml: disable ccache as cache uploading can be super slowEven Rouault
2020-03-11pj_phi2(): speed-up computation (and thus inverse ellipsoidal Mercator and LCC)Even Rouault
2020-03-11Doc: use 'ellipsoidal' to refer to the ellipsoidal formulation (to be opposed...Even Rouault
2020-03-10data/Makefile.am: remove bashismEven Rouault
2020-03-10utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0Even Rouault
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