aboutsummaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2021-12-08createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(C...Even Rouault
2021-11-15Code reformatEven Rouault
2021-11-14Merge pull request #2937 from rouault/fix_2936Even Rouault
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-11-11createOperations(): do not stop at the first operation in the PROJ namespace ...Even Rouault
2021-11-10test: Make CApi test cross-platformtoonn
2021-11-04Remove useless PROJ_DLL uses in .cpp files (#2920)Momtchil Momtchev
2021-11-03BoundCRS WKT import: fix setting of nameEven Rouault
2021-10-23CMake: revise how we deal with symbol export and static buildsEven Rouault
2021-10-21Add fallback_strategy to tinshift transformJohannes Schauer Marin Rodrigues
2021-10-15Merge pull request #2889 from jjimenezshaw/mx_inegi_ggm10Even Rouault
2021-10-12Geographic 3D CRS: allow to export to WKT1:ESRI if only the GEOGCS is known (...Even Rouault
2021-10-12Fix export to WKT1:ESRI of CRS, datum, ellipsoids name that don't have a EPSG...Even Rouault
2021-10-08WKT1 parser: recognize Lambert_Conformal_Conic as projection name for LCC 1SP...Even Rouault
2021-10-08WKT concatenated operation parsing: fix when a axis order reversal conversion...Even Rouault
2021-10-07extend unit test to find GGM10 for vcrs EPSG:5703Javier Jimenez Shaw
2021-10-06CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (...Even Rouault
2021-10-06ProjectedCRS::_isEquivalentTo(): ignore base CRS axis order even in EQUIVALEN...Even Rouault
2021-10-06proj_create_crs_to_crs() + proj_trans(): fix when non-Greenwich prime meridia...Even Rouault
2021-10-06test_c_api.cpp: reformatEven Rouault
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
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-28test: add tests of operations between geographic/geodetic and projected IAU CRSEven 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-27Database: update to EPSG v10.036Even Rouault
2021-09-24proj_normalize_for_visualization(): set input and output units when there are...Even Rouault
2021-09-18Optimize pipelines of planetary CRS (geocentric latitude, west-positive longi...Even Rouault
2021-09-17test: getInsertStatementsFor(): test datums with anchorEven Rouault
2021-09-17Database: add a 'anchor' field to geodetic_datum and vertical_datum tablesEven Rouault
2021-09-15Database: update to EPSG v10.035Even 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-08createOperations(): deal with spherical planetocentric geodetic CRSEven Rouault
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...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-03pj_obj_create(): avoid passing invalid ellipsoid parameters ot pj_calc_ellips...Even Rouault
2021-09-02Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...Even Rouault
2021-08-27ESRI WKT: add support for import/export of (non interrupted) Goode HomolosineEven Rouault
2021-08-26WKT importer: better detect ESRI WKT on projected CRS (fixes #2822)Even Rouault
2021-08-26WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...Even Rouault
2021-08-20ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when in...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault