aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30Travis: fix OSX buildsEven Rouault
2019-12-29proj_hgrid_value(): do not apply compensation for west-oriented longitude_off...Even Rouault
2019-12-27CurlFileHandle: set UserAgentEven Rouault
2019-12-27CurlFileHandle: code improvement. No functional changeEven Rouault
2019-12-27xyzgridshift: implement defered grid loading in network contextEven Rouault
2019-12-27Handle context reassignment for Grid/GridSet/File objectsEven Rouault
2019-12-27Network: rework error handlingEven Rouault
2019-12-27Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...Even Rouault
2019-12-27Network: automatically use CDN resources when local resources not available, ...Even Rouault
2019-12-23Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...Even Rouault
2019-12-23Network: remove dedicated get_file_size() callback to use get_header_value(),...Even Rouault
2019-12-23Add testing of network functionalityEven Rouault
2019-12-22Network: add a memory cache and I/O chunking strategyEven Rouault
2019-12-19Add very minimalistic and slow libcurl implementationEven Rouault
2019-12-19Add proj_context_set_network_callbacks() with an empty implementationEven Rouault
2019-12-19travis/osx/before_install.sh: do not install md5sha1sum from brewEven Rouault
2019-12-19Build: add optional curl dependencyEven Rouault
2019-12-19grids.cpp: use FileManager/File interfacesEven Rouault
2019-12-19Add a FileManager and File classEven Rouault
2019-12-19Add test for legacy proj_api.h fileapi before further reworksEven Rouault
2019-12-18Rename PJ_CONTEXT::fileapi member as fileapi_legacyEven Rouault
2019-12-14Horizontal grid shift: fix issue on iterative inverse computation when switch...Even Rouault
2019-12-14Grid class: add a name() methodEven Rouault
2019-12-13Add configure/CMake option, strongly discouraged, to disable TIFF supportEven Rouault
2019-12-12grids.cpp: use 'parent_grid_name' as stated in RFC4Even Rouault
2019-12-11test/gie/geotiff_grids.gie: use of subset of gr3df97a.tif for systematic testingEven Rouault
2019-12-11.cirrus.yml: add libtiff dependencyEven Rouault
2019-12-11Add a +proj=xyzgridshift method to perform geocentric translation by grid. Us...Even Rouault
2019-12-11grids.hpp: add a GenericShiftGridSet and GenericShiftGrid classes, that are g...Even Rouault
2019-12-10GTiff grid: use a block cache per dataset for faster accessEven Rouault
2019-12-10Add support for horizontal and vertical grids in GeoTIFFEven Rouault
2019-12-09Horizontal shift grids: hide the 'positive longitude shift value = westward c...Even Rouault
2019-12-07Build and CI: add libtiff dependencyEven Rouault
2019-12-06Add a Grid base class for HorizontalShiftGrid and VerticalShiftGridEven Rouault
2019-12-06Remove hgrids and vgrids member from PJ structure, and store them in hgridshi...Even Rouault
2019-12-06horizontal grid shift: rework to no longer load whole grid into memoryEven Rouault
2019-12-06vertical grid shift: rework to no longer load whole grid into memoryEven Rouault
2019-12-06Remove obsolete and presumably unfinished implementation of grid catalog func...Even Rouault
2019-12-06test228.cpp: update to use OSTN15_NTv2_OSGBtoETRS.gsbEven Rouault
2019-12-06Merge pull request #1764 from rouault/updates_in_resource_filesKristian Evers
2019-12-05Update ntv2_out.dist and conditions to run itEven Rouault
2019-12-05Merge pull request #1756 from rouault/document_create_operationsEven Rouault
2019-12-05Merge pull request #1774 from mloskot/ml/add-gitattributes-with-lf-in-unix-sh...Even Rouault
2019-12-05import from PROJ string CRS: better deal with strings that look like Google M...Even Rouault
2019-12-04proj_grid_info(): fix crash when passing a file that exists but is not a gridEven Rouault
2019-12-04Add .gitattributesMateusz Łoskot
2019-12-04Merge pull request #1772 from rouault/do_not_install_proj_json_streaming_writ...Even Rouault
2019-12-04autoconf/cmake: do not install proj_json_streaming_writer.hpp headerEven Rouault
2019-12-04operations_computation.rst: try to clarify sorting logic [skip appveyor]Even Rouault
2019-12-04grid_checks.py: add a --check-filelist option to verify consistency of proj-d...Even Rouault