aboutsummaryrefslogtreecommitdiff
path: root/src/projections
AgeCommit message (Expand)Author
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-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-21Typo fixes in code comments [ci skip]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-13Extended tmerc: speed-up forward path by ~5%Even Rouault
2020-04-12sch: simplify codeEven Rouault
2020-04-12Remove old geocent.h/.cpp codeEven Rouault
2020-04-06autoconf build: fix build on Alpine 3.11 where __attribute__((target_clones("...Even Rouault
2020-04-06Move inline code for optimize mlfn from tmerc to mlfn.hpp to avoid code dupli...Even Rouault
2020-03-29Merge pull request #2039 from rouault/speedup_snyder_tmercEven Rouault
2020-03-29Merge pull request #2036 from rouault/speedup_poder_engsager_tmercEven Rouault
2020-03-10utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0Even Rouault
2020-03-09Approximate tmerc (Snyder): speed optimizationsEven Rouault
2020-03-09Extended tmerc (Poder/Engsager): speed optimizationsEven Rouault
2020-03-08src/projections/: remove assignments in expression and multiple statements pe...Even Rouault
2020-03-02Fix bad copy&replace pattern on HEALPix and rHEALPix projection names. Affect...Even Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-08Add comments to vandg.cpp to tie implementation to Snyder (1987).Charles Karney
2020-02-08Merge pull request #1917 from rouault/fix_test_issues_on_i386Kristian Evers
2020-02-07Fix numerical precision issues in vandg and robinEven Rouault
2020-02-07Fix test issues on i386Even Rouault
2020-02-06Fix cppcheck warnings and make it work with latest cppcheck 1.90Even Rouault
2019-10-28Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...Even Rouault
2019-10-13Merge pull request #1653 from rouault/doc_ob_tranEven Rouault
2019-10-03aeqd: for spherical forward path, go to higher precision ellipsoidal case whe...Even Rouault
2019-10-03ob_tran.cpp: add comment to link maths with Snyder's formulasEven Rouault
2019-10-02nsper: add a comment to relate it to EPSG Vertical PerspectiveEven Rouault
2019-10-01Add rotation support to the HEALPix projection (#1638)Simon Schneegans
2019-09-25isea: avoid shadowing warning on 'quad' on SolarisEven Rouault
2019-09-25hatano/mbtfpp: do not use CS to fix Solaris build issueEven Rouault
2019-09-19Merge pull request #1618 from cffk/c99-math-updateCharles Karney
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-17aea_e_inverse(): avoid calling asin() with invalid argument which results in ...Even Rouault
2019-09-17isea: avoid undefined behaviour on left shift of negative value. Fixes https:...Even Rouault
2019-09-17geos: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issu...Even Rouault
2019-09-17eqdc: avoid potential division by zero. Fixes https://bugs.chromium.org/p/oss...Even Rouault
2019-09-03Debug Bertin1953R. Schmunk
2019-06-25geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532)Kurt Schwehr
2019-06-22+proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as t...Even Rouault
2019-05-05geos: avoid division by zeroEven Rouault
2019-05-02lagrng: avoid division by zero when latitude is very close to 90Even Rouault
2019-04-26Prefix inverse and forward functions by their projection namesEven Rouault