aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-05Merge pull request #2876 from rouault/iauEven Rouault
2021-10-05Merge pull request #2868 from rouault/proj_factors_with_projected_crsEven Rouault
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-09-29CRS::identify(): fix ignoring CS order when identifying a geodetic CRS by a P...Even Rouault
2021-09-28CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (related to refs...Even Rouault
2021-09-28projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...Even Rouault
2021-09-28PROJStringFormatter: add optimizations useful for IAU CRS transformation pipe...Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-28Database: add IAU_2015 CRSEven Rouault
2021-09-28AuthorityFactory::createGeodeticCRS(): use description column for remarksEven Rouault
2021-09-28Database reading: implement reading a GeodeticCRS with a Spherical CSEven Rouault
2021-09-24cmake: check the right variable for `libdl`Ben Boeckel
2021-09-24proj_normalize_for_visualization(): set input and output units when there are...Even Rouault
2021-09-20Update proj_symbol_rename.hEven Rouault
2021-09-20Conversion::inverse(): avoid harmless division by zero. Fixes https://bugs.ch...Even Rouault
2021-09-19networkfilemanager.cpp: fix compiler warnings on 32-bit systems where time_t ...Even Rouault
2021-09-18Optimize pipelines of planetary CRS (geocentric latitude, west-positive longi...Even Rouault
2021-09-17Database: add a 'anchor' field to geodetic_datum and vertical_datum tablesEven Rouault
2021-09-16Merge pull request #2851 from rouault/epsg_10_035Even Rouault
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-09-15Database: update to EPSG v10.035Even Rouault
2021-09-15isEquivalentTo(): improve comparison of datum names based on official name an...Even Rouault
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-09-14Merge pull request #2847 from rouault/spherical_ocentricEven Rouault
2021-09-08createOperations(): use an explicit conversion operation for geodetic <--> ge...Even Rouault
2021-09-08createConversion(): avoid nullptr dereference on a method without parametersEven Rouault
2021-09-08createOperations(): deal with spherical planetocentric geodetic CRSEven Rouault
2021-09-08Merge pull request #2845 from rouault/fix_2843Even Rouault
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...Even Rouault
2021-09-07pj_obj_create(): avoid passing invalid ellipsoid parameters to geod_init(). F...Even Rouault
2021-09-07Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes...Even Rouault
2021-09-05getInsertStatementsFor(): re-order projection parameters according to their c...Even Rouault
2021-09-04healpix.cpp: make it more obvious to cppcheck that capmap.cn is always initia...Even Rouault
2021-09-04Workaround 'Overlapping read/write of union is undefined behavior' cppcheck w...Even Rouault
2021-09-04Conversion::createAxisOrderReversal(): workaround cppcheck false positiveEven Rouault
2021-09-04createFromUserInput(): make it more obvious for cppcheck and humans tooEven Rouault
2021-09-04GeodeticCRS::identify(): make it more obvious for cppcheckEven Rouault
2021-09-04pipeline.cpp: remove impossible conditionEven Rouault
2021-09-04formatting fixEven Rouault
2021-09-04Merge pull request #2839 from rouault/fix_ossfuzz_31964Even Rouault
2021-09-03Add some filename lint #2838 to output error messagesHoward Butler
2021-09-03pj_obj_create(): avoid passing invalid ellipsoid parameters ot pj_calc_ellips...Even Rouault
2021-09-03formatting fixEven Rouault
2021-09-02Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...Even Rouault
2021-09-01Merge pull request #2831 from gorlak-forks/uwp-filemanagerEven Rouault
2021-08-31PROJStringFormatter::toString(): add missing iterator increment (but luckily ...Even Rouault
2021-08-31Workaround false positive in recent cppcheckEven Rouault
2021-08-31io.cpp: remove always true testEven Rouault