aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-11Merge pull request #1840 from anbj/fix-missing-wordKristian Evers
Fix missing word in cct.rst and cct.1
2020-01-11Fix missing word in cct.rst and cct.1andreas
2020-01-11Merge pull request #1838 from rouault/limit_datum_name_massaging_wkt1Even Rouault
WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes #1835)
2020-01-11Merge pull request #1836 from rouault/fix_projcrs3D_with_non_metre_z_unitEven Rouault
createOperations(): fix dealing with projected 3D CRS whose Z units != metre
2020-01-11Merge pull request #1837 from ↵Even Rouault
rouault/fix_exception_identify_compoundcrs_of_boundcrs CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS
2020-01-11WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes ↵Even Rouault
#1835)
2020-01-10CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRSEven Rouault
The exception only affects C++ users. It was caught by the C layer.
2020-01-10createOperations(): fix dealing with projected 3D CRS whose Z units != metreEven Rouault
2020-01-10Add RFC 4 text: Remote access to grids and GeoTIFF grids (#1747)Even Rouault
2020-01-10add notes about PR header titlesnowman2
2020-01-10removed questionsnowman2
2020-01-10Update .github/ISSUE_TEMPLATE/bug_report.mdAlan D. Snow
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
2020-01-10Update .github/ISSUE_TEMPLATE/bug_report.mdAlan D. Snow
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
2020-01-10Update .github/ISSUE_TEMPLATE/bug_report.mdAlan D. Snow
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
2020-01-10Update .github/ISSUE_TEMPLATE/feature_request.mdAlan D. Snow
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
2020-01-10Merge pull request #1834 from rouault/improve_doxygen_identifyKristian Evers
Doc of CRS::identify(): make it clear that this is a best-effort attempt only
2020-01-10Doc of CRS::identify(): make it clear that this is a best-effort attempt onlyEven Rouault
2020-01-09Fix link for CoC-badge in readme fileKristian Evers
2020-01-08added issue & pull request templatessnowman2
2020-01-08Merge pull request #1827 from rouault/improve_createObjectsFromNameKristian Evers
Improvements regarding name aliases (refs #1823)
2020-01-07Merge pull request #1831 from rouault/projinfo_noEven Rouault
projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)
2020-01-07projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)Even Rouault
2020-01-07Merge pull request #1830 from kbevers/stalebotKristian Evers
Add stale-bot config for GitHub
2020-01-07Add stale-bot config for GitHubKristian Evers
This should make managing issues a bit easier. All inactive issues will be closed automatically after 60+7 days. Closing can be avoided by adding labels from the "exemptLabels" list. Before an issue is closed a friendly reminder is posted in the issue.
2020-01-07Remove deprecated JNI bindings (#1825)Kristian Evers
Remove deprecated JNI bindings
2020-01-07projinfo: support -k datumEven Rouault
2020-01-07Database: insert PROJ.4 +datum values in alias_name table under PROJ authorityEven Rouault
2020-01-07Database: fill alias_name with EPSG aliases for CRSEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes ↵Even Rouault
#1823)
2020-01-07Make sure tests pass if extra grids are present (#1822)Kristian Evers
Make sure tests pass if extra grids are present
2020-01-07Remove deprecated JNI bindingsKristian Evers
Closes #1757
2020-01-06Merge pull request #1824 from rouault/doc_add_feedback_for_proj6_adoptionKristian Evers
Doc: add a 'Feedback from downstream projects' for PROJ6 migration
2020-01-06Doc: add a 'Feedback from downstream projects' for PROJ6 migrationEven Rouault
2020-01-05Make sure tests pass if extra grids are presentEven Rouault
Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids.
2020-01-02operations_computation.rst: update with latest 6.3 adjustmentsEven Rouault
2020-01-02Adjust formattingEven Rouault
2020-01-02Merge pull request #1820 from snowman2/cs_projjsonEven Rouault
fix exporting CoordinateSystem to PROJ JSON with ID
2020-01-01fix exporting CoordinateSystem to PROJ JSON with IDsnowman2
2020-01-01Update path to src/release.cppKristian Evers
2020-01-01Bump version numbers in preparation for 7.0.0 releaseKristian Evers
2020-01-01Update github version in Sphinx configKristian Evers
2020-01-01switch to 6.3 branch for website generationKristian Evers
2020-01-01Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-01-01Update website for 6.3.0 releaseKristian Evers
2019-12-29Merge pull request #1815 from rouault/unbreak_travis_buildsEven Rouault
Travis: fix OSX builds
2019-12-28Travis: fix OSX buildsEven Rouault
2019-12-28Database: add mapping for TOR27CSv1.GSBEven Rouault
2019-12-28Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French gridsEven Rouault
2019-12-28Amend NEWS with new SQLite version requirement (3.11)6.3.0Kristian Evers
2019-12-28Update CITATION for 2020Kristian Evers