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_inv.c
Age
Commit message (
Expand
)
Author
2018-08-29
4D API: honour vto_meter / vunits for proj=longlat
Even Rouault
2018-08-19
Remove dead code in fwd_finalize() and inv_prepare()
Even Rouault
2018-08-19
pj_inv(): fix inverse of +proj=longlat +geoc
Even Rouault
2018-06-21
Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)
Even Rouault
2018-05-23
Merge branch 'master' into return-nans-quickly
Kristian Evers
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-08
Handle HUGE_VAL input better in fwd and inv functions
Kristian Evers
2018-04-14
Dont do false easting/northing on cartesian coords
Kristian Evers
2018-03-21
Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...
Even Rouault
2018-03-12
Make sure to pass any existing errno's on after the coordinate operation is done
Kristian Evers
2018-03-11
Make sure that transient errors are returned correctly
Kristian Evers
2018-03-11
Remove 'pj_' prefix from static functions
Kristian Evers
2018-03-06
fix a few typos (again)
Mike Toews
2018-02-10
Handle sign convention for vertical datum shifts
Thomas Knudsen
2018-02-10
Fix numerous bugs in the cs2cs emulation
Thomas Knudsen
2018-02-01
expand proj_geoc_lat to proj_geocentric_latitude (#751)
Thomas Knudsen
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
Thomas Knudsen
2017-10-06
Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSIC
Thomas Knudsen
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen
2016-12-15
Horner and helmert (#456)
Thomas Knudsen
2016-10-19
Reverting to behaviour of previous version of pj_inv(). Definitions of false ...
Kristian Evers
2016-10-18
Convert units for false northing/easting. Fixes #186.
Kristian Evers
2016-05-28
Change math constants, similar to PR #372. Use M_ namespace with the de fact...
Micah Cochran
2016-05-11
Portability cleanups for the code in PR #6 (and a few additional source files)
Thomas Knudsen
2015-10-23
- API Extension to include fwd3d / inv3d
Piyush Agram
2010-06-11
preliminary implementation of projCtx API
Frank Warmerdam
2009-01-26
remove SCCSID and lint stuff from all source files
Frank Warmerdam
1999-03-18
New
Frank Warmerdam