| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-05 | Add projsync to README | Kristian Evers | |
| 2020-02-04 | Merge pull request #1910 from cffk/cmake-proj | Charles Karney | |
| Make PROJ the CMake project name addressing first stage of #1885 Let's go with this! It's conceivable that there's some wrinkle I haven't thought about. So let's expose the changes to a wider community. | |||
| 2020-02-04 | Merge pull request #1903 from rouault/add_proj_download | Even Rouault | |
| Add projsync utility | |||
| 2020-02-04 | Add projsync utility | Even Rouault | |
| Fixes #1750 | |||
| 2020-02-04 | Make PROJ the CMake project name | Charles Karney | |
| Allow both find_package(PROJ) and find_package(PROJ4). More details are in cmake/CMakeLists.txt. | |||
| 2020-02-04 | Merge pull request #1905 from russkel/patch-1 | Kristian Evers | |
| tests: force use of bash for proj_add_test_script_sh | |||
| 2020-02-04 | Merge pull request #1907 from mwtoews/cmake | Kristian Evers | |
| Increase CMake minimum version from 3.5 to 3.9 | |||
| 2020-02-04 | Increase CMake minimum version from 3.5 to 3.9 | Mike Taves | |
| * Also remove a few if()-blocks to support older CMake versions | |||
| 2020-02-02 | Merge pull request #1902 from rouault/fix_asan_issue_sqlite3_vfs | Even Rouault | |
| Fix ASAN issue with SQLite3VFS class (fixes #1901) | |||
| 2020-02-02 | proj_download_file(): relax test for the situation where a file < 1 MB is ↵ | Even Rouault | |
| updated to be slightly larger CloudFront could return a Range: bytes=0-X/Y with X < Y and X being the previous file size and Y the new one | |||
| 2020-02-02 | build_url(): remove no longer needed hack | Even Rouault | |
| 2020-02-01 | test/fuzzers/build.sh: statically link sqlite3 for i386 builds | Even Rouault | |
| 2020-01-31 | Fix ASAN issue with SQLite3VFS class (fixes #1901) | Even Rouault | |
| 2020-01-30 | Database: add a custom concatenated_operation for NTF (Paris) to RGF93, ↵ | Even Rouault | |
| using the non-deprecated EPSG:9327 for the geocentric translation | |||
| 2020-01-30 | Merge pull request #1897 from rouault/map_geocentric_translation_method | Kristian Evers | |
| Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-30 | Merge pull request #1898 from rouault/delete_null | Kristian Evers | |
| Remove 'null' grid file as it is now a special hardcoded case in grid code | |||
| 2020-01-29 | Remove 'null' grid file as it is now a special hardcoded case in grid code | Even Rouault | |
| 2020-01-29 | test/fuzzers/build.sh: build with static libtiff [ci skip] | Even Rouault | |
| 2020-01-29 | Merge pull request #1896 from rouault/add_set_operation | Kristian Evers | |
| Add +proj=set operation to set component(s) of a coordinate to a fixed value | |||
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' ↵ | Even Rouault | |
| (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-29 | Make it possible to use grids from the CDN by their 'old name' even if not ↵ | Even Rouault | |
| in the EPSG/grid_transformation table | |||
| 2020-01-29 | scripts/grid_checks.py: update for change of PROJ-data repository name, and ↵ | Even Rouault | |
| look for .tif extension | |||
| 2020-01-29 | Merge pull request #1891 from rouault/rfc5 | Even Rouault | |
| Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ | |||
| 2020-01-28 | Add +proj=set operation to set component(s) of a coordinate to a fixed value | Even Rouault | |
| Fixes #1846 | |||
| 2020-01-28 | Add RFC5 text: Adopt GeoTIFF-based grids for grids delivered with PROJ (#1868) | Even Rouault | |
| 2020-01-28 | Merge pull request #1893 from asinghvi17/patch-2 | Even Rouault | |
| Mention the Julia package Proj4.jl | |||
| 2020-01-28 | Merge pull request #1892 from rouault/add_projinfo_searchpaths | Even Rouault | |
| projinfo: add --searchpaths switch | |||
| 2020-01-27 | projinfo: add --remote-data switch | Even Rouault | |
| 2020-01-27 | Mention the Julia package Proj4.jl | Anshul Singhvi | |
| in `docs/src/development/bindings.rst` | |||
| 2020-01-27 | projinfo: add --searchpaths switch | Even Rouault | |
| 2020-01-26 | Doc: advertize FOSS4G 2020 | Even Rouault | |
| Text copied from GDAL doc. | |||
| 2020-01-26 | Merge pull request #1887 from jmckenna/irc | Kristian Evers | |
| add #proj IRC channel notifications | |||
| 2020-01-26 | Merge pull request #1886 from rouault/cppcheck_1_90_happyness | Kristian Evers | |
| Few improvements to make cppcheck 1.90 happier | |||
| 2020-01-26 | Fix ossfuzz builds [ci skip] | Even Rouault | |
| 2020-01-26 | add PROJ channel notifications | Jeff McKenna | |
| 2020-01-26 | configure.ac: rename switch to disable tiff dependency to more neutral ↵ | Even Rouault | |
| --disable-tiff | |||
| 2020-01-26 | Conversion::_exportToPROJString(): use const ref as rightly suggest by cppcheck | Even Rouault | |
| 2020-01-26 | Make JSONParser::buildObjectDomain() static | Even Rouault | |
| 2020-01-26 | buildProjectionStandard(): make it obvious to cppcheck that null-ptr ↵ | Even Rouault | |
| dereference cannot happen | |||
| 2020-01-26 | string_to_paralist(): simplify so that it is obvious to cppcheck that ↵ | Even Rouault | |
| null-ptr dereference cannot happen | |||
| 2020-01-25 | configure.ac: remove -Wmissing-prototypes for C++ files at is is for C files ↵ | Even Rouault | |
| only | |||
| 2020-01-25 | Merge pull request #1884 from rouault/cea_k_0 | Kristian Evers | |
| Fix ingestion of +proj=cea with +k_0 | |||
| 2020-01-25 | Merge pull request #1882 from rouault/fix_grid_antimeridian | Even Rouault | |
| Grid correction: fix handling grids spanning antimeridian (fixes #1859) | |||
| 2020-01-25 | Merge pull request #1883 from cffk/cmake-namespace-update | Charles Karney | |
| Remove legacy CMake target name "proj" addressing #802 | |||
| 2020-01-25 | Fix ingestion of +proj=cea with +k_0 | Even Rouault | |
| Fixes #1881 Digging into the implementation of proj=cea, it appears that k_0 and lat_ts are intended to be exclusive ways of specifying the same concept. EPSG only models the variant using lat_s. So if k_0 is found and lat_ts is absent, compute the equivalent value of lat_ts from k_0. Note: k_0 should normally be in the [0,1] range. In case creative users would use something outside, we raise an exception, even if the cea implementation could potentially deal with any k_0 value. Hopefully this is a (reasonable) limitation that will address nominal use cases. | |||
| 2020-01-25 | Remove legacy CMake target name "proj" addressing #802 | Charles Karney | |
| 2020-01-25 | Init file reading: use FileManager::open_resource_file() instead of ↵ | Even Rouault | |
| deprecated proj_api I/O | |||
| 2020-01-25 | Grid correction: fix handling grids spanning antimeridian (fixes #1859) | Even Rouault | |
| 2020-01-25 | Implement RFC 5 | Even Rouault | |
| 2020-01-24 | Merge pull request #1880 from ↵ | Even Rouault | |
| rouault/createObjectsFromName_use_alias_as_fallback createObjectsFromName(): use alias as fallback only | |||
