aboutsummaryrefslogtreecommitdiff
path: root/src/grids.cpp
AgeCommit message (Collapse)Author
2020-01-08NTv2GridSet::open(): reject files with GS_TYPE!=SECONDS (fixes #1294)Even Rouault
2020-01-07pj_bilinear_interpolation_three_samples(): fix MSVC warning about ↵Even Rouault
uninitialized variables
2020-01-07deformation.cpp and xyzgridshift.cpp: factor out common code (addresses ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1790#discussion_r363748615)
2020-01-07Remote grid: add mechanism to re-open a grid if it has changed while being ↵Even Rouault
opened
2020-01-07Grid refactoring: address review comments of ↵Even Rouault
https://github.com/OSGeo/PROJ/pull/1777 - Move content of legacy apply_gridshift.cpp and apply_vgridshift.cpp in grids.cpp - Rename nad_ functions to pj_hgrid_ - Rename internal proj_hgrid_/proj_vgrid_ functions to pj_
2019-12-29proj_hgrid_value(): do not apply compensation for west-oriented ↵Even Rouault
longitude_offset. Fixes regression due to grid refactoring work on proj=deformation use case
2019-12-27Handle context reassignment for Grid/GridSet/File objectsEven Rouault
2019-12-27Network: automatically use CDN resources when local resources not available, ↵Even Rouault
and networking enabled
2019-12-19grids.cpp: use FileManager/File interfacesEven 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-11grids.hpp: add a GenericShiftGridSet and GenericShiftGrid classes, that are ↵Even Rouault
going to be used by later commit
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 ↵Even Rouault
correction' in the CTable2/NTv1/NTv2 backends
2019-12-06Add a Grid base class for HorizontalShiftGrid and VerticalShiftGridEven 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