aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...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
2021-08-16Merge pull request #2809 from rouault/preserve_proj4_crs_string_wkt2_remarksEven Rouault
2021-08-16test: more testing of Polar Stereographic variantsEven Rouault
2021-08-16WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when t...Even Rouault
2021-08-16createOperations(): fix missing deg<-->rad conversion when transforming with ...Even Rouault
2021-08-16Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)Even Rouault
2021-08-15formatting fixEven Rouault
2021-08-15Add support for Degree Sign on input (#2791)Brendan Jurd
2021-08-13Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DO...Even Rouault
2021-08-10Conversion::createUTM(): avoid integer overflow. Fixes https://bugs.chromium....Even Rouault
2021-07-20createOperations(): fix SourceTargetCRSExtentUse::NONE modeEven Rouault
2021-07-14CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES targetMike Taves
2021-07-13Add S2 projection (#2749)marcus-elia
2021-07-07createOperations(): make sure to associate an extent to the transform of a CR...Even Rouault
2021-07-01test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759)Even Rouault
2021-06-19Database: update to EPSG v10.027Even Rouault
2021-06-17proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...Even Rouault
2021-06-10BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ex...Even Rouault
2021-06-03Check that database connection sharing properly worksEven Rouault
2021-06-03Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...Even Rouault
2021-06-03factory.cpp: preparation steps for global sqlite3* handle, but no functional ...Even Rouault
2021-06-03test_c_api.cpp: avoid use of undefined .t componentEven Rouault
2021-05-27ConcatenatedOperation::fixStepsDirection(): remove recently introdued hack sp...Even Rouault
2021-05-24Database: decrease DB size by using WITHOUT ROWID tablesEven Rouault
2021-05-17projsync: make it filter out files not intended for the current versionEven Rouault
2021-05-16Database: update to EPSG v10.022Even Rouault
2021-05-12Fix export of transformation to PROJ string in a particular situation where C...Even Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-30test/gie/Makefile.am: add nkg.gieEven Rouault
2021-04-30CMake build: run nkg.gie tests (dependent on CURL_ENABLED and RUN_NETWORK_DEP...Even Rouault
2021-04-30nkg.gie: fix operation line. The repetition of operation worked previously by...Even Rouault
2021-04-30Fix ossfuzz builds [ci skip]Even Rouault
2021-04-30CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...Even Rouault
2021-04-24Improvements related to DerivedVerticalCRS using Change Unit and Height/Depth...Even Rouault
2021-04-24test: test urn:ogc:def:ensemble: syntaxEven Rouault
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-23Merge pull request #2692 from rouault/test_network_msys_warningEven Rouault
2021-04-23test_network.cpp: try to fix 'Please include winsock2.h before windows.h' war...Even Rouault
2021-04-23Move data/proj_outIGNF.dist-real to test/cliEven Rouault
2021-04-23test_o.cpp: add more sensical example for DerivedVerticalCRS built from urn: ...Even Rouault
2021-04-23Database: update to EPSG v10.019Even Rouault
2021-04-20run reformat_cpp.sh to fix some leftoversJavier Jimenez Shaw