aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-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-04autoconf/cmake: do not install proj_json_streaming_writer.hpp headerEven Rouault
2019-12-03coordinateoperation.cpp: add nullptr checks to please CLang Static Analyzer t...Even Rouault
2019-12-03Database: register AUSGeoid09 and AUSGeoid2020Even Rouault
2019-12-03Merge pull request #1759 from rouault/BWTA2017Even Rouault
2019-12-02Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg)Even Rouault
2019-12-01Enhance PROJ resource file lookup on Windows for bin\..\share\proj (#1755)Joaquim
2019-11-28createOperations(): fix vertical to geographic when synthetizing an operation...Even Rouault
2019-11-28Attempt at fixing test failures due to 8a5740637760f837c9145c72ad8080927a3a4b...Even Rouault
2019-11-28createOperations(): if direct transformation is found in the database but not...Even Rouault
2019-11-28EPSG codes for YEAR and SECOND are interchanged. EPSG registry report EPSG::1...Martin Desruisseaux
2019-11-26createOperations(): fix an exception in transformations between Projected3D C...Even Rouault
2019-11-26Merge pull request #1748 from rouault/improve_hgrid_vgrid_hgrid_inv_take2Even Rouault
2019-11-25Merge pull request #1745 from rouault/optimize_compound_to_geogKristian Evers
2019-11-25Merge pull request #1737 from rouault/proj_create_derived_geographic_crsKristian Evers
2019-11-25Doc: change 7.0 references to 6.3Even Rouault
2019-11-25Change version numbers to 6.3.0Even Rouault
2019-11-25pipeline.cpp: use more explict variable namesEven Rouault
2019-11-25PROJStringFormatter::toString(): optimize hgridshift, vgridshift, hgridshift ...Even Rouault