aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-15projinfo: add a --dump-db-structure switchEven Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid ↵Even Rouault
auxiliary DB
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look ↵Even Rouault
for intermediate objects
2021-03-15CRS::identify(): take into account allowed authority to identify hard-coded ↵Even Rouault
WGS84-based CRSs
2021-03-15projinfo: add a '-o SQL --output-id AUTH:CODE' SQL outputEven Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-15mingw_w64/start.sh: switch to http due to osgeo SSL certificate expirationEven Rouault
2021-03-14Merge pull request #2578 from cffk/geod-1.52-fixEven Rouault
geodesic.c: fix conditions under which hypot workaround is applied.
2021-03-14geodesic.c: fix conditions under which hypot workaround is applied.Charles Karney
Now it applies with 32-bit compiles for all versioins of Visual Studio; versions tested on: 2015, 2017, 2019.
2021-03-13Merge pull request #2576 from cffk/geod-1.52Charles Karney
Update geodesic routines from GeographicLib 1.52
2021-03-13Work around inaccurate hypot for Visual Studio 2105 (32-bit)Charles Karney
2021-03-14Set the container locale for spelling [skip ci]Mike Taves
2021-03-13Update geodesic routines from GeographicLib 1.52Charles Karney
Be more aggressive in preventing negative s12 and m12 for short lines. Initialize reference argument to remquo.
2021-03-13typo fix in commentEven Rouault
2021-03-13Doxyfile: remove obsolete COLS_IN_ALPHA_INDEX tagEven Rouault
2021-03-13fix_typos.sh: update while listsEven Rouault
2021-03-12Merge pull request #2573 from mwtoews/breatheEven Rouault
Use breathe>=4.27 to support Doxygen \page, \section, etc.
2021-03-12Merge pull request #2574 from mwtoews/patch-sphinxcontrib-spellingEven Rouault
CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9
2021-03-12CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9Mike Taves
2021-03-12DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc.Mike Taves
2021-03-11Database: fix NKG transformationsEven Rouault
2021-03-11Database: Additions to the norwegian NKG2020 transformation (#2548)Sveinung Himle
* Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2021-03-11Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)Mike Taves
2021-03-10Merge pull request #2571 from kbevers/proj_lp_dist_docsKristian Evers
Improve docs for geodesic distance functions in proj.h
2021-03-10Merge pull request #2570 from rouault/fix_proj_lp_dist_crsEven Rouault
Make proj_lp_dist() and proj_geod() work on a PJ* CRS object
2021-03-10Improve docs for geodesic distance functions in proj.hKristian Evers
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-10Merge pull request #2569 from rouault/cleanup_SQLITE_OPEN_URIEven Rouault
Code cleanup: remove conditional testing of SQLITE_OPEN_URI.
2021-03-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present ↵Even Rouault
in sqlite >= 3.11
2021-03-10Fix commentEven Rouault
2021-03-10Database: add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based ↵Sveinung Himle
transformation (#2554)
2021-03-09Merge pull request #2567 from rouault/fix_s45b_polEven Rouault
s45b.pol: remove trailing backslashes that prevent it from being used
2021-03-09s45b.pol: remove trailing backslashes that prevent it from being usedEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07doc: typo fixesEven Rouault
2021-03-07README.md: comment out Cirrus CI [ci skip]Even Rouault
2021-03-07pipeline: avoid CLang Static Analyzer 10.0 likely false positive about ↵Even Rouault
dereferencing a nullptr
2021-03-07dmstor_ctx(): avoid setting a variable that is not readEven Rouault
2021-03-07Merge pull request #2560 from rouault/coverityscan_fixesEven Rouault
Several fixes/improvements spotted by CoverityScan
2021-03-07Merge pull request #2561 from rouault/cppcheck_fixesEven Rouault
Two Cppcheck fixes
2021-03-07Merge pull request #2562 from rouault/travis_arm64Even Rouault
Travis ARM64: set NPROC=4 to avoid the autodetected 32 to blow out RAM
2021-03-07Travis ARM64: set NPROC=4 to avoid the autodetected 32 to blow out RAMEven Rouault
2021-03-07insertIntoHierarchy(): avoid confusing cppcheck about potential use of moved ↵Even Rouault
grid
2021-03-07NTv2Grid: remove useless m_name member (redundant with one of base class)Even Rouault
2021-03-07igh: check return value of setup_zone() (CID 314816)Even Rouault
2021-03-07Check return value of curl_easy_setopt() (CID 314805)Even Rouault
2021-03-07is2DPartOf3D(): catch potential exception (CID 314817)Even Rouault
2021-03-07initcache.cpp: add assertions for potential failed mem alloc (CID 314809, ↵Even Rouault
314812)