aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-13Remove the sentence in documentation saying that CRS::coordinateSystem() may ...Martin Desruisseaux
2019-10-13Merge pull request #1653 from rouault/doc_ob_tranEven Rouault
2019-10-12Merge pull request #1665 from rouault/fix_custom_compound_crs_with_NAD83_2011...Kristian Evers
2019-10-12createOperations(): allow transforming from a compoundCRS of a bound vertical...Even Rouault
2019-10-12proj_create_crs_to_crs(): remove elimination of Ballpark operations that caus...Even Rouault
2019-10-04Merge pull request #1656 from rouault/demote_to_2DEven Rouault
2019-10-04Merge pull request #1655 from rouault/aeqd_obliq_sphereEven Rouault
2019-10-04Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...Even Rouault
2019-10-04proj_normalize_for_visualization(): make it work with CRS objectsEven Rouault
2019-10-03aeqd: for spherical forward path, go to higher precision ellipsoidal case whe...Even Rouault
2019-10-03DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s...Even Rouault
2019-10-03ob_tran.cpp: add comment to link maths with Snyder's formulasEven Rouault
2019-10-02Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective methodEven Rouault
2019-10-02nsper: add a comment to relate it to EPSG Vertical PerspectiveEven Rouault
2019-10-01Fix some Cppcheck complaints in geodesic routinesCharles Karney
2019-10-01Add rotation support to the HEALPix projection (#1638)Simon Schneegans
2019-09-30Merge pull request #1642 from rouault/improve_compound_to_geogEven Rouault
2019-09-30Merge pull request #1645 from rouault/improve_proj_string_parsingEven Rouault
2019-09-30AuthorityFactory::getDescriptionText(): return CRS object in priorityEven Rouault
2019-09-28PROJ string CRS ingester: recognize more unit-less parameters, and general ha...Even Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-26proj_create_crs_to_crs(): fix when there are only transformations with ballpa...Even Rouault
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-24io.cpp: fix build on SolarisEven Rouault
2019-09-24createOperations() sorting: sort operations that cannot be exported as PROJ p...Even Rouault
2019-09-23Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...Even Rouault
2019-09-22promote proj_assign_context to proj.h from proj_experimental.hsnowman2
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-09-19Require C99 compiler see #1621Charles Karney
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-18math.cpp removed since its isnan isn't used. Keep proj_math.h (whichCharles Karney
2019-09-18Get rid of dead code. The end result of this chain of commits is toCharles Karney
2019-09-18Let geodesic.c use its own versions of C99 math functions if necessary.Charles Karney
2019-09-18Try removing C99 math functions from math.cpp (but leave isnan).Charles Karney
2019-09-17ell_set.cpp: avoid division by zero in R_lat_a case. Fixes https://bugs.chrom...Even Rouault
2019-09-17helmert: validate scale parameter to avoid later division by zero. Fixes http...Even Rouault
2019-09-17aea_e_inverse(): avoid calling asin() with invalid argument which results in ...Even Rouault
2019-09-17pj_Convert_Geocentric_To_Geodetic(): avoid division by zero on weird input co...Even Rouault
2019-09-17isea: avoid undefined behaviour on left shift of negative value. Fixes https:...Even Rouault
2019-09-17pj_Convert_Geocentric_To_Geodetic(): avoid division by zero on weird input co...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-17Fix floating-point number into integer warning in math.cppCharles Karney
2019-09-17Fix typo in geodesic.cCharles Karney
2019-09-17Add atanh, copysign, cbrt, remainder, remquo to math.cpp.Charles Karney
2019-09-16Merge pull request #1582 from rschmunk/patch-1Kristian Evers
2019-09-15Merge pull request #1614 from rouault/fixes_related_to_1597Kristian Evers
2019-09-15Merge pull request #1611 from rouault/fix1563Even Rouault