| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-01 | Update website with 6.2.1 release | Kristian Evers | |
| 2019-10-31 | Merge pull request #1703 from ↵ | Even Rouault | |
| rouault/improve_transformation_with_alternative_vertical_unit_and_direction Improve transformations with alternative vertical unit and direction | |||
| 2019-10-31 | Merge pull request #1701 from rouault/doc_projjson | Even Rouault | |
| Document PROJJSON | |||
| 2019-10-30 | createOperations(): try to recover extent of CRS from the database when they ↵ | Even Rouault | |
| are missing, especially for compound CRS. Helps having shorter/more relevant results | |||
| 2019-10-30 | Merge pull request #1702 from rouault/fix_1700 | Even Rouault | |
| createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700) | |||
| 2019-10-30 | createOperations() filtering: code changes regarding extent handling. No ↵ | Even Rouault | |
| functional changes | |||
| 2019-10-30 | Add a test to check we can use a VerticalCRS from its name only without the ↵ | Even Rouault | |
| EPSG code | |||
| 2019-10-30 | createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700) | Even Rouault | |
| This is invalid WKT, but GDAL 2.4 used to accept it and make a reasonable use of it... Currently we default it to 0 which is non sensical. Better use 1 as GDAL 2.4 did, and emit a warning. Other fix: proj_create_from_wkt() was documented to operate by default in non-strict validation mode, but it was actually in strict mode. So do as documented. | |||
| 2019-10-30 | Doc: add a redirects extension, and make a projjson.html redirect at the top ↵ | Even Rouault | |
| to its current location | |||
| 2019-10-30 | Document PROJJSON | Even Rouault | |
| More could probably be written, but at least this can serve as a landing/reference page for other documents/specifications to point to. | |||
| 2019-10-30 | Rework importing of Vertical unit change from EPSG db, add support for ↵ | Even Rouault | |
| Height Depth Reversal and use it in createOperations() | |||
| 2019-10-29 | news.rst: fix hyperlink | Even Rouault | |
| 2019-10-29 | Vertical transformations: improve situations similar to transforming from ↵ | Even Rouault | |
| 'NAVD88 (ftUS)' to X, where we now consider the available transformations from 'NAVD88' to X that might exist in the database | |||
| 2019-10-29 | Merge pull request #1698 from rouault/wip | Even Rouault | |
| createOperations(): split gigantic method into many smaller ones. No functional change expected | |||
| 2019-10-29 | createOperations(): split gigantic method into many smaller ones. No ↵ | Even Rouault | |
| functional change expected | |||
| 2019-10-29 | Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS ↵ | Even Rouault | |
| transformations | |||
| 2019-10-28 | createOperations(): avoid infinite recursion in a super weird case. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18587 | |||
| 2019-10-28 | Reformat | Even Rouault | |
| 2019-10-28 | Merge pull request #1697 from rouault/cppcheck_fixes | Even Rouault | |
| Fixes/workaround to be able to use cppcheck from Ubuntu 16.04 (fixes #1648) | |||
| 2019-10-28 | travis/linux_gcc/before_install.sh: use cppcheck from distribution | Even Rouault | |
| 2019-10-28 | Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and ↵ | Even Rouault | |
| HEAD/1.90dev happy (fixes #1648) | |||
| 2019-10-27 | Merge pull request #1696 from rouault/modify_concatenated_operation_structure | Even Rouault | |
| Database: add an auxiliary concatenated_operation_step table to allow arbitrary number of steps (fixes #1632) | |||
| 2019-10-27 | Database: add an auxiliary concatenated_operation_step table to allow ↵ | Even Rouault | |
| arbitrary number of steps (fixes #1632) EPSG:9103 (NAD27 to ITRF2014 (1)) is now handled. Note:EPSG:9104 (NAD27 to ITRF2014 (2)) is not currently, since it uses for step EPSG:8861 (NAD83(HARN) to NAD83(FBN) (1)) an unsupported transformation method (NADCON5 (3D), EPSG:1075). | |||
| 2019-10-26 | Merge pull request #1681 from kbevers/CoC | Kristian Evers | |
| Add code of conduct | |||
| 2019-10-25 | Add code of conduct | Kristian Evers | |
| 2019-10-25 | Merge pull request #1691 from rouault/fix_1690_krovak_axis_order_esri | Even Rouault | |
| importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690) | |||
| 2019-10-25 | importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690) | Even Rouault | |
| 2019-10-25 | Fix indentation | Even Rouault | |
| 2019-10-25 | Merge pull request #1689 from ↵ | Even Rouault | |
| rouault/generalize_proj_crs_create_bound_vertical_crs_to_WGS84 Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84() | |||
| 2019-10-24 | Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84() | Even Rouault | |
| In recent commits, we added a generalize_proj_crs_create_bound_vertical_crs_to_WGS84() function, but there are situations where more accurate results can be obtained, if instead of specifying WGS84 as the hub CRS, the user can specify the exact hub CRS. For example the GEOID2018 grid is against NAD83(2011). So replace this function with proj_crs_create_bound_vertical_crs() | |||
| 2019-10-23 | Merge pull request #1686 from ffontaine/master | Even Rouault | |
| proj.pc.in: add SQLITE3_LIBS to Libs.Private | |||
| 2019-10-23 | Fix errors running gie-based tests in Debug mode on Windows | Asa Packer | |
| 2019-10-22 | Fix test tolerance to run on powerpc architecture | Even Rouault | |
| 2019-10-20 | proj.pc.in: add SQLITE3_LIBS to Libs.Private | Fabrice Fontaine | |
| Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically with proj (such as libgeotiff) will know that they have to link with -lsqlite3 Fixes: - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2019-10-19 | createFromPROJString(): do not loop forever on malformed string. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17923. master only | |||
| 2019-10-18 | Merge pull request #1683 from rouault/fix_double_vertical_unit_conversion | Even Rouault | |
| createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit | |||
| 2019-10-18 | Fix segfaults in case of out-of-memory situations (fixes #1678) (#1679) | yonarw | |
| 2019-10-18 | createOperations(): fix double vertical unit conversion from CompoundCRS to ↵ | Even Rouault | |
| other CRS when the horizontal part of the projected CRS uses non-metre unit Fix issue reported on https://lists.osgeo.org/pipermail/proj/2019-October/008939.html | |||
| 2019-10-18 | Merge pull request #1682 from Geomatys/master | Even Rouault | |
| Fix two sentences that seem to be copy-and-paste forgotten. | |||
| 2019-10-18 | Fix two sentences that seem to be copy-and-paste forgotten. | Martin Desruisseaux | |
| 2019-10-16 | Use dedicated logo for website (#1675) | Kristian Evers | |
| Use dedicated logo for website | |||
| 2019-10-16 | Use dedicated logo for website | Kristian Evers | |
| Fixes #1670 | |||
| 2019-10-16 | Merge pull request #1673 from rouault/update_epsg_9_8_3 | Even Rouault | |
| Database: update to EPSG v9.8.3 | |||
| 2019-10-16 | Merge pull request #1674 from kbevers/improve-doxygen-script | Kristian Evers | |
| doxygen build script: don't output to /tmp | |||
| 2019-10-15 | grid_alternatives.sql: link EPSG grid names to PROJ ones for the the 2 ↵ | Even Rouault | |
| 'RGSPM06 to Danger 1950 height' grids | |||
| 2019-10-15 | doxygen build script: don't output to /tmp | Kristian Evers | |
| The doxygen log-files was previously put in /tmp. This is usually fine on UNIX-type systems but when building the docs on Windows with Cygwin/MSYS2 tools the script can fail since that path is guaranteed to exist. This commit makes sure that the doxygen script outputs its files in a path relative to the current working directory. | |||
| 2019-10-15 | Database: update to EPSG v9.8.3 | Even Rouault | |
| Note: a hack has been added into customizations.sql to cancel deprecatation of USA geoid2012 grids by geoid2018 grids, as the later are not yet available in proj-datumgrid-northamerica (https://github.com/OSGeo/proj-datumgrid/issues/55) | |||
| 2019-10-15 | formatting change | Even Rouault | |
| 2019-10-15 | include/proj/util.hpp: avoid warnings with older gcc | Even Rouault | |
| 2019-10-13 | Merge pull request #1669 from Geomatys/master | Even Rouault | |
| Remove sentence saying that coordinate system might by null | |||
