aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-22Merge pull request #1857 from rouault/rfc4_doc_improvementsrfc4_devEven Rouault
[RFC4_dev] Doc improvements
2020-01-22Merge pull request #1855 from rouault/rfc4_merge_back_masterEven Rouault
[RFC4_dev] Merge master back to rfc4 latest branch
2020-01-22Merge pull request #1839 from rouault/rfc4_utf8Even Rouault
[RFC4_dev] Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765)
2020-01-21scripts/reformat_cpp.sh: update to take into account sqlite3.hpp/cpp ↵Even Rouault
renaming to sqlite3_utils.hpp/cpp
2020-01-20Address @hobu 's review comment of ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1839#pullrequestreview-345535380
2020-01-20Merge pull request #1826 from rouault/rfc4_code_reviewEven Rouault
[RFC4_dev] Address code review comments
2020-01-18resource_files.rst: update user writable directory to ~/Library/Application ↵Even Rouault
Support for OSX
2020-01-18pj_context_get_user_writable_directory(): use ~/Library/Application Support ↵Even Rouault
for OSX
2020-01-17Doc: network and geotiff grid improvementsEven Rouault
- Add a usage/network.rst document for all network related information (fixes #1852) - reference it from cs2cs and cct docs - Create a specification/ section - Move usage/projjson.json to specification/ - Move the description of the GeoTIFF format from RFC-4 text to a specifications/geodetictiffgrids.rst (refs #1850)
2020-01-17Merge branch 'master' into rfc4_merge_back_masterEven Rouault
2020-01-16Merge pull request #1817 from rouault/rfc4_network_disk_cacheEven Rouault
[RFC4_dev] Add a SQLite3 local cache of downloaded chunks
2020-01-16Address review comments for https://github.com/OSGeo/PROJ/pull/1817Even Rouault
2020-01-15Merge pull request #1816 from rouault/deformation_with_geotiff_fileEven Rouault
[RFC4_dev] deformation: add support for +grids= for GeoTIFF grids
2020-01-15Doc: add notes in deformation.rst regarding +xy_grids/+z_grids being ↵Even Rouault
exclusive of new option +grids
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-15Merge pull request #1813 from rouault/rfc4_networkEven Rouault
[RFC4_dev] Add networking capabilities
2020-01-15Reintroduce backport bot, now using a dedicated PROJ botKristian Evers
2020-01-15Integrate into .rst doxygen-generated doc for custom I/O and network ↵Even Rouault
functionality
2020-01-14Add test/unit/test_grids.cpp to improve testing coverageEven Rouault
2020-01-14Add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() ↵Even Rouault
(fixes #866)
2020-01-14Fix reading resources from user-writable directory & test itEven Rouault
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-13cct doc: mention use or remote gridsEven Rouault
2020-01-13Horizontal grid shift: fix failures on points slightly outside a subgrid ↵Even Rouault
(fixes #209)
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-13Merge pull request #1777 from rouault/rfc4_implEven Rouault
[RFC4_dev] Grid loading refactoring
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-11Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765)Even Rouault
For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or pointing to a non existing directory, then an attempt at interpretating it in the ANSI page encoding is done. proj_context_set_search_paths() now assumes strings to be in UTF-8, and functions returning paths will also return values in UTF-8.
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