aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-21Merge pull request #1863 from ↵Even Rouault
rouault/fix_projcrs_identify_same_name_no_axis_but_different_unit ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to units
2020-01-21Merge pull request #1862 from kbevers/update-faqKristian Evers
Add explanation of the PROJ.4 -> PROJ shift to FAQ
2020-01-21ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked ↵Even Rouault
to units Fixes bug reported in https://lists.osgeo.org/pipermail/gdal-dev/2020-January/051481.html
2020-01-21Add explanation of the PROJ.4 -> PROJ shift to FAQKristian Evers
closes #1511
2020-01-16Merge pull request #1849 from rouault/doc_add_win_build_tutorialEven Rouault
Doc: add in install.rst tutorials to build on Windows
2020-01-16Update year in CITATION (#1854)Kristian Evers
Update year in CITATION
2020-01-16Update year in CITATIONKristian Evers
2020-01-15Doc: add in install.rst tutorials to build on WindowsEven Rouault
Fixes #1776 Content based on https://github.com/OSGeo/PROJ/wiki/Building-with-VS-and-vcpkg which should be retired to avoid duplication of information README.md is also modified to point to install.rst
2020-01-15Reintroduce backport bot, now using a dedicated PROJ bot (#1848)Kristian Evers
Reintroduce backport bot, now using a dedicated PROJ bot
2020-01-15Reintroduce backport bot, now using a dedicated PROJ botKristian Evers
2020-01-14doc: Fix error in previous commit (duplicate link targets)Kristian Evers
2020-01-14Doc: Update index of development sectionKristian Evers
Adds links to git repositories and adjusts deprecation warnings to reflect that PROJ 6 has been released.
2020-01-14Merge pull request #1844 from kbevers/remove-ld-optionKristian Evers
Remove -ld option from proj and cs2cs
2020-01-13Merge pull request #1843 from rouault/fix_ossfuzz_20072Kristian Evers
unitconvert with mjd time format: avoid potential integer overflow
2020-01-13Remove -ld option from proj and cs2csKristian Evers
It promotes use of deprecated paramters +datum and +towgs84 which we don't want to encourage. Closes #1308
2020-01-13unitconvert with mjd time format: avoid potential integer overflowEven Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20072
2020-01-13test/fuzzers/standard_fuzzer.cpp: remove dependency to proj_internal.hEven Rouault
2020-01-11Merge pull request #1832 from snowman2/templatesKristian Evers
added issue & pull request templates
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