| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-09 | Merge pull request #1721 from rouault/require_sqlite_3_11 | Even Rouault | |
| Build: require SQLite 3.11 (refs #1718) | |||
| 2019-11-08 | README.md: update AppVeyor badge to specify branch [ci skip] | Mike Taves | |
| 2019-11-07 | Doc: document build requirements | Even Rouault | |
| 2019-11-07 | Build: require SQLite 3.11 (refs #1718) | Even Rouault | |
| PROJ can build and run against older version (3.7 for example), but it has been found that performance is horrible. With 3.11 (Ubuntu 16.04), it is fine, so sets this as the minimum version. | |||
| 2019-11-07 | Merge pull request #1719 from OSGeo/install_update_docker_fedora | Kristian Evers | |
| updated docker URLs and added Fedora entry | |||
| 2019-11-07 | updated docker URLs and added Fedora entry | Markus Neteler | |
| 2019-11-05 | Doc: fix formatting in usage/transformation.rst | Kristian Evers | |
| 2019-11-04 | Merge pull request #1710 from rouault/geoid_model | Even Rouault | |
| Add support for GEOIDMODEL | |||
| 2019-11-04 | Merge pull request #1712 from rouault/doc_usage_transformation_fixes | Even Rouault | |
| Doc: fixes in usage/transformation.rst | |||
| 2019-11-04 | proj_create_vertical_crs(): enhance doc | Even Rouault | |
| 2019-11-04 | Doc: projjson: mention v0.2 | Even Rouault | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into geoid_model | Even Rouault | |
| 2019-11-04 | Doc: fixes in usage/transformation.rst | Even Rouault | |
| - Section about cs2cs no longer applies to PROJ 6. Ammended to underline that. - Remove no longer relevant/unclear caveats. | |||
| 2019-11-03 | Merge pull request #1688 from apacker1/gie | Even Rouault | |
| Fix errors running gie-based tests in Debug mode on Windows | |||
| 2019-11-03 | Merge pull request #1711 from rouault/fix_gdal_1972 | Even Rouault | |
| createOperations(): in some circumstances we wrongly promoted a Helmert geog2D transformation to a geog3D | |||
| 2019-11-03 | createOperations(): in some circumstances we wrongly promoted a Helmert ↵ | Even Rouault | |
| geog2D transformation to a geog3D Fixes for example EPSG:4979 to EPSG:2189, as raised in https://github.com/OSGeo/gdal/issues/1972#issuecomment-548814354 | |||
| 2019-11-03 | Import from WKT of VERT_CS: remove outdated EXTENSION.PROJ4_GRIDS for NAVD88 | Even Rouault | |
| 2019-11-03 | Import from WKT: add tweaks for Lidar WKT1 VERT_CS that embeds geoid model ↵ | Even Rouault | |
| in CRS name | |||
| 2019-11-02 | Database: add mapping between EPSG geoid and PROJ grid names for GEOID99, ↵ | Even Rouault | |
| 03, 06, 09 and 18. Related to https://github.com/OSGeo/proj-datumgrid/pull/60 that add those grids in proj-datumgrid-north-america | |||
| 2019-11-02 | Merge pull request #1709 from rouault/improve_extent_filtering | Even Rouault | |
| Better filtering based on extent and performance improvements | |||
| 2019-11-02 | Add a geoid_model name in database, use GEOIDMODEL for transformations, add ↵ | Even Rouault | |
| a proj_create_vertical_crs_ex() | |||
| 2019-11-02 | WKT and PROJJSON: add import/export of geoid model of VertCRS | Even Rouault | |
| 2019-11-02 | Add schemas/v0.2/projjson.schema.json | Even Rouault | |
| 2019-11-02 | Add tracing framework, and improve createOperations() performance | Even Rouault | |
| 2019-11-01 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 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 | |
