aboutsummaryrefslogtreecommitdiff
path: root/test/gie
AgeCommit message (Expand)Author
2022-03-09nkg.gie: update results due to https://github.com/OSGeo/PROJ-data/pull/79Even Rouault
2022-03-05Increase MAX_ITER so Mollweide forward projection works near the poles. (#3082)erykoff
2022-02-23Rename "Kavraisky" to transliteration "Kavrayskiy" used by Snyder1993 (#3071)Mike Taves
2022-02-04Set more precise error code for parsing errors in proj_create().Brendan Jurd
2022-01-31Drop autotools; move remaining useful m4 macros (#3027)Mike Taves
2022-01-09peirce_q: add inversion of +shape=square and diamond through generic inversio...Even Rouault
2022-01-07peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (fixes...Even Rouault
2021-12-20Fix and additional options for Peirce Quincuncial projections (#2978)Toby C. Wilkinson
2021-11-24Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad perfor...Even Rouault
2021-10-21Add fallback_strategy to tinshift transformJohannes Schauer Marin Rodrigues
2021-09-15Inverse ortho ellipsoidal oblique: address a few remarks from https://github....Even Rouault
2021-09-15Inverse ellipsoidal orthographic projection (oblique case): fix convergence a...Even Rouault
2021-09-15Fix error in implementation of Inverse ellipsoidal orthographic projection (o...Even Rouault
2021-08-16test: more testing of Polar Stereographic variantsEven Rouault
2021-08-13Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DO...Even Rouault
2021-07-13Add S2 projection (#2749)marcus-elia
2021-04-30test/gie/Makefile.am: add nkg.gieEven Rouault
2021-04-30nkg.gie: fix operation line. The repetition of operation worked previously by...Even Rouault
2021-04-15utm: error out when value of +zone= is not an integer (fixes #2671)Even Rouault
2021-04-03cass: add +hyperbolic switch for variant used by EPSG:3139 'Vanua Levu 1915 /...Even Rouault
2021-04-03cass: rewrite ellipsoidal formulas in a clearer way using EPSG guidance note ...Even Rouault
2021-03-11Database: Additions to the norwegian NKG2020 transformation (#2548)Sveinung Himle
2021-03-07typo fixesEven Rouault
2020-12-21Implementing the NKG transformations in proj.dbKristian Evers
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-29Spherical tmerc forward: do not restrict to [-90,90] longitude rangeEven Rouault
2020-11-29Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes...Even Rouault
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-12Polar stereographic at pole: make it return (0,0)Even Rouault
2020-11-01Merge pull request #2397 from cffk/merc-updateCharles Karney
2020-10-27Use nm units in builtins.gie. Remove backward looking comments in code.Charles Karney
2020-10-26Try to fix compiler complaints for max and constexpr sqrtCharles Karney
2020-10-26Update Mercator projectionCharles Karney
2020-10-25Add +proj=col_urban projection, implementing a EPSG projection method used by...Even Rouault
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-09-30Merge pull request #2361 from rouault/ortho_ellipsoidalEven Rouault
2020-09-30Add a +proj=tinshift for triangulation-based transformationsEven Rouault
2020-09-27Ortho ellipsoidal inverse: improve accuracy in polar case with (x,y) close to...Even Rouault
2020-09-27Ortho ellipsoidal inverse: add domain check for oblique case, and slighly imp...Even Rouault
2020-09-26Ortho ellipsoidal inverse: add non iterative implementations for polar and eq...Even Rouault
2020-09-26Ortho: add visibility condition for ellipsoidal case. Credits to @cffkEven Rouault
2020-09-26Implement ellipsoidal formulation of +proj=ortho (fixes #397)Even Rouault
2020-08-21Helmert: fix regression when rotation terms are 0, but scale is notEven Rouault
2020-07-24Helmert 2D: do not require a useless convention= parameterEven Rouault
2020-05-28Implement wink2 inverse by generic inversion of forward methodEven Rouault
2020-05-24Merge pull request #2230 from rouault/limit_peirce_q_to_northern_hemisphereEven Rouault
2020-05-19Zone Definition Fixes for igh_o projection (#2233)John Krasting
2020-05-19Implemented IGH Oceanic View (#2226)John Krasting
2020-05-17Merge pull request #2206 from rouault/deformation_model_for_mergeEven Rouault