| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-13 | Doc building: workaround Doxygen issue that cause trouble with recent ↵ | Even Rouault | |
| Sphinx/Breathe | |||
| 2020-06-13 | Update code contributor guidelines so they reflect current state of affairs | Kristian Evers | |
| 2020-06-12 | Merge pull request #2264 from jjimenezshaw/add-favicon | Kristian Evers | |
| Add favicon.png in html | |||
| 2020-06-12 | add favicon.png in html | Javier Jimenez Shaw | |
| 2020-06-12 | Merge pull request #2263 from jjimenezshaw/egm08-rednap | Even Rouault | |
| add PROJ transformation for ETRS89 (EPSG:4937) to Alicate height (EPSG:5782) | |||
| 2020-06-12 | add transformation for es_ign_egm08-rednap.tif | Javier Jimenez Shaw | |
| 2020-06-12 | Merge pull request #2262 from rouault/proj_pc_in_tiff_curl | Even Rouault | |
| proj.pc.in: add @TIFF_LIBS@ @CURL_LIBS@ in Libs.private | |||
| 2020-06-11 | Merge pull request #2261 from rouault/register_SPED2ETV2 | Even Rouault | |
| Database: register Spanish SPED2ETV2 grid for ED50->ETRS89 | |||
| 2020-06-11 | proj.pc.in: add @TIFF_LIBS@ @CURL_LIBS@ in Libs.private | Even Rouault | |
| Attempt at fixes #2084 | |||
| 2020-06-11 | Database: register Spanish SPED2ETV2 grid for ED50->ETRS89 | Even Rouault | |
| Refs https://github.com/OSGeo/PROJ-data/pull/31 | |||
| 2020-06-10 | Merge pull request #2260 from ollira/fix-proj_context_get_database_metadata | Even Rouault | |
| Fix access violation in proj_context_get_database_metadata | |||
| 2020-06-10 | Fix access violation in proj_context_get_database_metadata | Olli Räisä | |
| 2020-06-09 | Conversion::_exportToPROJString(): avoid potential floating point div by ↵ | Even Rouault | |
| zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23239 | |||
| 2020-06-08 | Merge pull request #2259 from rouault/slovakian_geoids | Even Rouault | |
| Register Slovakian geoid transformations with needed code changes | |||
| 2020-06-06 | Database: make sure we can deal with 'Geog3D to Geog2D+GravityRelatedHeight' ↵ | Even Rouault | |
| records as we do with the more common 'Geographic3D to GravityRelatedHeight' | |||
| 2020-06-06 | createOperations(): improve name of inverse transformation when there are ↵ | Even Rouault | |
| registered transformations between compoundCRS and something else | |||
| 2020-06-06 | createOperations(): changes so that EPSG:9635 'Geog3D to ↵ | Even Rouault | |
| Geog2D+GravityRelatedHeight (US .gtx)' method used by Slovakian geoids correctly deal with axis order and unit conversion, to be used as 'standalone'. Also improves when using directly 'Geographic3D to GravityRelatedHeight' method | |||
| 2020-06-06 | Database: register sk_gku_Slovakia_ETRS89h_to_Baltic1957.tif and ↵ | Even Rouault | |
| sk_gku_Slovakia_ETRS89h_to_EVRF2007.tif geoids Related to https://github.com/OSGeo/PROJ-data/pull/29 | |||
| 2020-06-05 | Merge pull request #2258 from rouault/doc_proj_normalize_for_visualization | Even Rouault | |
| Doc: use Doxygen output for proj_normalize_for_visualization() to avoid duplication of info (current .rst content is outdated) | |||
| 2020-06-05 | Doc: use Doxygen output for proj_normalize_for_visualization() to avoid ↵ | Even Rouault | |
| duplication of info (current .rst content is outdated) | |||
| 2020-06-03 | Merge pull request #2256 from ↵ | Even Rouault | |
| rouault/fix_normalizeForVisualization_for_EPSG_5482 normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / RSPS2000) | |||
| 2020-06-03 | Doc: add specific explanations for lat_ts for +proj=stere, also mentions ↵ | Even Rouault | |
| +lat_0 and +k_0 (#2255) Refs #2254 | |||
| 2020-06-03 | normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / ↵ | Even Rouault | |
| RSPS2000) Fixes #2254 | |||
| 2020-06-03 | Merge pull request #2252 from rouault/workaround_appveyor_vs2015_issue | Even Rouault | |
| appveyor.yml: workaround vcpkg upstream build issue with VS2015 | |||
| 2020-06-03 | appveyor.yml: workaround vcpkg upstream build issue with VS2015 (see ↵ | Even Rouault | |
| https://github.com/microsoft/vcpkg/issues/1166) [skip travis] | |||
| 2020-06-03 | Merge pull request #2251 from kbevers/doc-deformation | Kristian Evers | |
| Docs: Use +grids and tif file for deformation examples | |||
| 2020-06-02 | Docs: Use +grids and tif file for deformation examples | Kristian Evers | |
| 2020-05-31 | projsync.cpp: fix -Wrange-loop-construct clang10 warnings | Even Rouault | |
| 2020-05-31 | filemanager.cpp: code reformatting | Even Rouault | |
| 2020-05-30 | .travis.yml: disable s390x target since Travis-CI infra is KO regarding this | Even Rouault | |
| 2020-05-29 | filemanager.cpp: use non-deprecated SHGetKnownFolderPath() function to get ↵ | chrodger | |
| the user writable directory on Windows (#2246) Fixes #2245 | |||
| 2020-05-29 | Merge pull request #2243 from rouault/inverse_wink2 | Even Rouault | |
| Implement wink2 inverse by generic inversion of forward method | |||
| 2020-05-28 | Implement wink2 inverse by generic inversion of forward method | Even Rouault | |
| - Move the generic method initiated from adams_ws2 to a pj_generic_inverse_2d() method - Use it in adams_ws2 - Use it in wink2 Fixes https://github.com/qgis/QGIS/issues/35512 | |||
| 2020-05-25 | Merge pull request #2240 from rouault/fix_identification_epsg_3035 | Even Rouault | |
| Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | |||
| 2020-05-25 | Merge pull request #2239 from rouault/register_nc_dittt_Ranc08_Circe | Even Rouault | |
| Database: add entry for Ranc08_Circe.mnt grid (New Caledonia) | |||
| 2020-05-25 | Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | Even Rouault | |
| Fixes https://github.com/qgis/QGIS/issues/36111 | |||
| 2020-05-25 | Database: add entry for Ranc08_Circe.mnt grid (New Caledonia) | Even Rouault | |
| This geoid was added in EPSG 9.8.11 and has been added in PROJ-data per https://github.com/OSGeo/PROJ-data/pull/21 | |||
| 2020-05-25 | Merge pull request #2238 from rouault/update_to_epsg_9_8_11 | Even Rouault | |
| Update to EPSG 9.8.11, ESRI 10.8.1 and import scope and remarks for conversion | |||
| 2020-05-24 | Database: import scope and remarks for conversion (fixes #2237) | Even Rouault | |
| 2020-05-24 | Database: update ESRI content to ArcMap 10.8.1 | Even Rouault | |
| 2020-05-24 | Database: update to EPSG v9.8.11 | Even Rouault | |
| 2020-05-24 | Database: add a same_source_target_crs column to supersession table | Even Rouault | |
| This is in preparation for EPSG 9.8.11 import that supersedes a number of grid transformation for US transformations, but the superseded and replacement transformations don't operate on the same (source_crs, target_crs), which is a bit weird. So in that situation, ignores the supersession. | |||
| 2020-05-24 | Merge pull request #2230 from rouault/limit_peirce_q_to_northern_hemisphere | Even Rouault | |
| Limit peirce_q to northern hemisphere, and fix images for adams_hemi, guyou and peirce_q | |||
| 2020-05-19 | .travis.yml: enable commit notifications into dedicated 'proj-activity' IRC ↵ | Jeff McKenna | |
| channel (#2236) | |||
| 2020-05-19 | Merge pull request #2235 from rouault/check_sqlite3_runtime | Even Rouault | |
| Add runtime checking that sqlite3 is >= 3.11 | |||
| 2020-05-19 | Add runtime checking that sqlite3 is >= 3.11 | Even Rouault | |
| ``` $ LD_LIBRARY_PATH=$HOME/install-sqlite-3.8.2/lib PROJ_DEBUG=1 src/projinfo -s @in.wkt -t @out.wkt --spatial-test intersects >/dev/null SQLite3 version is 3.8.2, whereas at least 3.11 should be used ``` | |||
| 2020-05-19 | Zone Definition Fixes for igh_o projection (#2233) | John Krasting | |
| - Central lon for zone 2 should be -d10, not d10 - Extra lobe was missing for zone 11 - New figure generated - New test suite values generated | |||
| 2020-05-19 | Merge pull request #2234 from rouault/fix_2232 | Even Rouault | |
| Many fixes regarding BoundCRS, CompoundCRS, Geographic3D CRS with non-metre units | |||
| 2020-05-19 | createOperations(): fix bug when transforming between CompoundCRS and ↵ | Even Rouault | |
| BoundCRS in the general case let to 0 result (contributes to fixes #2232) | |||
| 2020-05-19 | createOperations(): optimization in generated pipeline in a case involving ↵ | Even Rouault | |
| vertical unit change | |||
