index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pj_apply_vgridshift.c
Age
Commit message (
Expand
)
Author
2018-05-23
Merge branch 'master' into return-nans-quickly
Kristian Evers
2018-05-19
Vertical grid shift: do not interpolate node values at nodata value (fixes #1...
Even Rouault
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-08
Replace int typecasts with calls to lround to avoid bad conversions on NaN in...
Kristian Evers
2018-04-23
Add isnan() to proj_math.h
Kristian Evers
2018-03-23
Use pj_is_nan rather than x == x or x != x in pj_apply_vgridshift.c (#894)
Kurt Schwehr
2018-03-14
Avoid 'duplicateExpression,Same expression on both sides of '!='' false posit...
Even Rouault
2018-03-11
Remove 'pj_' prefix from static functions
Kristian Evers
2017-11-01
Resolves several OSS-Fuzz issues: 3944, 3947, 3955.
Kristian Evers
2017-10-29
Refactor grid shift functions.
Kristian Evers
2017-05-31
pj_apply_vgridshift(): avoid integer overflow / read heap-buffer-overflow. Fi...
Even Rouault
2017-02-26
Vertical grids: avoid out-of-bounds read on east and south edges (#396)
Even Rouault
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-02-02
GTX grids: ignore shift values whose abs value is > 1000
Even Rouault
2015-05-31
Remove unused $Id$ keywords.
Elliott Sales de Andrade
2015-05-20
apply patch from #271 to use GTX null value 88.88880f for vertical shifts
Howard Butler
2014-09-17
fix NTv2 parent relationship problems (#177)
Frank Warmerdam
2011-11-18
Avoid unused warnings
Frank Warmerdam
2010-09-20
fix vgrid inverse and error handling
Frank Warmerdam
2010-09-20
use pj_log, fix bug with apply_vgridshift
Frank Warmerdam
2010-06-11
roll projCtx through various other low level functions
Frank Warmerdam
2010-06-11
preliminary implementation of projCtx API
Frank Warmerdam
2010-05-11
preliminary addition of vertical datum shifting capability
Frank Warmerdam