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
/
projections
Age
Commit message (
Expand
)
Author
2021-12-20
Fix and additional options for Peirce Quincuncial projections (#2978)
Toby C. Wilkinson
2021-09-15
Inverse ortho ellipsoidal oblique: address a few remarks from https://github....
Even Rouault
2021-09-15
Inverse ellipsoidal orthographic projection (oblique case): fix convergence a...
Even Rouault
2021-09-15
Fix error in implementation of Inverse ellipsoidal orthographic projection (o...
Even Rouault
2021-09-04
healpix.cpp: make it more obvious to cppcheck that capmap.cn is always initia...
Even Rouault
2021-08-13
Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DO...
Even Rouault
2021-07-13
Add S2 projection (#2749)
marcus-elia
2021-07-11
ortho: remove useless and invalid log trace (CID 350886, 350887)
Even Rouault
2021-05-04
Fix typo: "Mod. Stererographics" -> "Modified Stereographic"
Mike Taves
2021-04-03
cass: add +hyperbolic switch for variant used by EPSG:3139 'Vanua Levu 1915 /...
Even Rouault
2021-04-03
cass: rewrite ellipsoidal formulas in a clearer way using EPSG guidance note ...
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-07
igh: check return value of setup_zone() (CID 314816)
Even Rouault
2020-12-15
Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER
Even Rouault
2020-12-15
tmerc exact: set errno to PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN wh...
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-30
Merge pull request #2471 from rouault/extent_spherical_tmerc_domain
Even Rouault
2020-11-30
API cleanup: unexport number of internal symbols, and remove/replace a few un...
Even Rouault
2020-11-29
Spherical tmerc forward: do not restrict to [-90,90] longitude range
Even Rouault
2020-11-29
Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-11-20
Remove proj_api.h
Kristian Evers
2020-11-12
Polar stereographic at pole: make it return (0,0)
Even Rouault
2020-11-01
Merge pull request #2397 from cffk/merc-update
Charles Karney
2020-10-27
merc.cpp + phi2.cpp: Avoid declaring multiple variables in 1 statement.
Charles Karney
2020-10-26
Fix/add some comments.
Charles Karney
2020-10-26
Use sincos optimization in merc_e_forward. Revised timing data...
Charles Karney
2020-10-26
lcc.cpp: fix abs -> fabs
Charles Karney
2020-10-26
Update Mercator projection
Charles Karney
2020-10-25
Add +proj=col_urban projection, implementing a EPSG projection method used by...
Even Rouault
2020-10-25
Fix typos spotted by scripts/fix_typos.sh
Even Rouault
2020-09-30
Merge pull request #2361 from rouault/ortho_ellipsoidal
Even Rouault
2020-09-30
ortho.cpp: more precise reference to guidance note
Even Rouault
2020-09-27
tmerc: setup_exact(): do not recompute third flattening already available as ...
Even Rouault
2020-09-27
Ortho ellipsoidal inverse: improve accuracy in polar case with (x,y) close to...
Even Rouault
2020-09-27
Ortho ellipsoidal inverse: add domain check for oblique case, and slighly imp...
Even Rouault
2020-09-26
Ortho ellipsoidal inverse: add non iterative implementations for polar and eq...
Even Rouault
2020-09-26
Ortho: add visibility condition for ellipsoidal case. Credits to @cffk
Even Rouault
2020-09-26
Implement ellipsoidal formulation of +proj=ortho (fixes #397)
Even Rouault
2020-08-23
lcc: avoid harmless division by zero in untypical case. Fixes https://bugs.ch...
Even Rouault
2020-08-19
Revert compiler generated Fused Multiply Addition optimized routines (#2327)
Even Rouault
2020-05-28
Implement wink2 inverse by generic inversion of forward method
Even Rouault
2020-05-24
Merge pull request #2230 from rouault/limit_peirce_q_to_northern_hemisphere
Even Rouault
2020-05-19
Zone Definition Fixes for igh_o projection (#2233)
John Krasting
2020-05-19
Implemented IGH Oceanic View (#2226)
John Krasting
2020-05-16
peirce_q: limit input to positive latitudes
Even Rouault
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
[next]