aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-27PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from ↵Even Rouault
WKT1:GDAL/ESRI when GEOGCS UNIT != Degree; morph to ESRI the PRIMEM name on export
2020-11-27Merge pull request #2457 from rouault/gha_linux_clangEven Rouault
Move linux_clang Travis-CI job to Github action
2020-11-27Merge pull request #2458 from rouault/fix_mingw_w64_pj_mutex_warningEven Rouault
Fix mingw_w64 warning about pj_acquire_lock() prototype being missing
2020-11-26Fix mingw_w64 warning about pj_acquire_lock() prototype being missingEven Rouault
2020-11-26Merge pull request #2403 from kbevers/remove-proj_api.hKristian Evers
Remove proj_api.h
2020-11-26Travis-CI: remove linux_clang jobEven Rouault
2020-11-26Github action: add a clang linux build jobEven Rouault
2020-11-26travis/install.sh: make it robust to objdump on 20.04 and/or clang outputing ↵Even Rouault
symbols in different order
2020-11-26Merge pull request #2456 from rouault/gha_csaEven Rouault
Move Clang Static Analyzer job to Github action
2020-11-26Travis-CI: remove CSA jobEven Rouault
2020-11-26Github action: add a clang static analyzer jobEven Rouault
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
as CompoundCRS with a VerticalCRS being an ellipsoidal height, which is not conformant. But needed for LAS 1.4 that only supports WKT1
2020-11-24Merge pull request #2449 from rouault/geoidmodel_ballparkEven Rouault
createOperation(): add a ballpark vertical transformation when dealing with GEOIDMODEL[]
2020-11-24createOperation(): add a ballpark vertical transformation when dealing with ↵Even Rouault
GEOIDMODEL[]
2020-11-24Merge pull request #2448 from rouault/gha_mingw_w64Even Rouault
CI: move mingw job to GitHub actions
2020-11-24Sync w GeographicLib 1.51. Remove C99 compatibility functions. (#2445)Charles Karney
Should be no changes in the compiled code.
2020-11-24mutex.cpp: replace NULL by nullptrEven Rouault
2020-11-24.travis.yml: remove mingw jobEven Rouault
2020-11-24GitHub action: add a mingw_w64 buildEven Rouault
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-23Merge pull request #2447 from rouault/gha_osxEven Rouault
CI: move Mac job to GitHub actions with Conda as the base for dependencies
2020-11-23.travis.yml: remove mac jobEven Rouault
2020-11-23GitHub action: add a Mac buildEven Rouault
2020-11-23Merge pull request #2446 from ↵Even Rouault
rouault/fix_projectedCRS_3D_is_WKT1_equivalent_to_WKT2 GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS):…
2020-11-23GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make ↵Even Rouault
it work when comparing easting,northing,up and northing,easting,up
2020-11-22Remove no longer used build_db_create_ignf.py scriptEven Rouault
2020-11-22Database ESRI: map 2 grids in grid_alternativesEven Rouault
2020-11-22projinfo.cpp: improve hint when to use --spatial-test intersectsEven Rouault
2020-11-22Merge pull request #2443 from ↵Even Rouault
rouault/fix_parse_wkt2_2019_projected_with_base_geocentric WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the projected CRS
2020-11-21PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and ↵Even Rouault
fix parsing of a ProjectedCRS whose base is a Geocentric CRS
2020-11-21WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the ↵Even Rouault
projected CRS
2020-11-21Merge pull request #2441 from rouault/fix_obtran_towgs84Even Rouault
createOperation(): make it work properly when one of the CRS is a BoundCRS of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....)
2020-11-21createOperation(): make it work properly when one of the CRS is a BoundCRS ↵Even Rouault
of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....)
2020-11-21Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when ↵Even Rouault
comparing to a DerivedGeographicCRS/DerivedGeodeticCRS
2020-11-21Merge pull request #2440 from rouault/update_backport_actionEven Rouault
backport.yml: update to what QGIS uses
2020-11-21backport.yml: update to what QGIS usesEven Rouault
2020-11-20Update utm.rstNomit Rawat
Typo
2020-11-20Update list of exported symbolsKristian Evers
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
Gone are pj_malloc, pj_calloc, pj_dalloc and pj_dealloc. Their primary function as API memory functions in proj_api.h is no longer there and the other use as a workaround for old errno problems is no longer valid either. Replaced with malloc and free across the codebase.
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-11-20Removed unused function pj_set_searchpath() and pj_set_finder()Kristian Evers
2020-11-20Remove unused pj_apply_gridshift()Kristian Evers
2020-11-20Removed unused functions from src/utils.cppKristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Remove legacy file APIKristian Evers
2020-11-20Convert multistresstest to new APIKristian Evers
2020-11-20Weed out proj_api.h datatypes and replace them with their proj.h counterpartsKristian Evers
2020-11-20Remove src/transform.cpp and related testsKristian Evers
2020-11-20Raise error when ACCEPT_USE_OF_DEPRECATED_PROJ_API_H is definedKristian Evers