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_unitconvert.c
Age
Commit message (
Expand
)
Author
2018-10-16
Move struct definitions for proj_list_* functions to proj.h
Kristian Evers
2018-06-21
unitconvert: error out if xy_in/xy_out z_in/z_out use different unit types
Even Rouault
2018-06-21
Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...
Even Rouault
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
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
Replace int typecasts with calls to lround to avoid bad conversions on NaN in...
Kristian Evers
2018-03-11
Various typo fixes
Even Rouault
2018-03-11
typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_ID
Even Rouault
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2018-01-05
Custom unit factors in unitconvert.
Kristian Evers
2018-01-05
Avoid overwriting time component with zero
Kristian Evers
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-12-17
Fix integer overflow in unitconvert.
Kristian Evers
2017-12-14
Add time unit yyyymmdd to unitconvert operation (#707)
Kristian Evers
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-07
Formally change the initialization type of the TRANSFORMATIONS and CONVERSION...
Kristian Evers
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-10-06
Merge pull request #583 from busstoptaktik/destructor
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-27
decimalyear_to_mjd(): avoid almost infinite loop in case of crazy input. Fixe...
Even Rouault
2017-09-13
Introduce PJ_DEFAULT_CTX constant that improves code readability
Kristian Evers
2017-09-12
Merge pull request #567 from kbevers/issue-566
Even Rouault
2017-09-09
Tested for wrong indices before array lookup. Fixes #566.
Kristian Evers
2017-09-05
PJ_unitconvert: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/i...
Even Rouault
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen
2017-05-19
Unit conversion pseudo-projection.
Kristian Evers