aboutsummaryrefslogtreecommitdiff
path: root/test/gie
AgeCommit message (Expand)Author
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
2020-05-16Add a +proj=defmodel transformation for multi-component time-based deformatio...Even Rouault
2020-05-16peirce_q: limit input to positive latitudesEven Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-21gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158)Even Rouault
2020-04-16Merge pull request #2030 from rouault/auto_sel_of_tmerc_algEven Rouault
2020-04-16Implement an iterative inverse method for +proj=adams_ws2Even Rouault
2020-04-15Merge pull request #2148 from kbevers/add_adams_projectionsKristian Evers
2020-04-15Add square conformal projections from libprojectKristian Evers
2020-04-15tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameterEven Rouault
2020-04-14Robinson inverse projection: error on out of domain values (#2151)Martin Raspaud
2020-04-11Inverse cart: speed-up computation by 33%Even Rouault
2020-03-10utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0Even Rouault
2020-02-27Make tests independent of proj-datumgridEven Rouault
2020-02-20Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work (fixe...Even Rouault
2020-02-08Merge pull request #1917 from rouault/fix_test_issues_on_i386Kristian Evers
2020-02-07Fix test issues on i386Even Rouault