| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-25 | Update ABI numbers for 8.1.0 release | Kristian Evers | |
| 2021-06-22 | Minor changes to address lint in geodesic.c (courtesy of Marc Emery ↵ | Charles Karney | |
| <memery@myotest.com>) | |||
| 2021-06-17 | proj_trans/cs2cs: If two operations have the same accuracy, use the one that ↵ | Even Rouault | |
| is contained within a larger one Relates to https://github.com/OSGeo/gdal/issues/3998 Before that change, cs2cs on a NAD83(HARN) to WGS84 transformation would use the "NAD83(HARN) to WGS 84 (1)" transformation (a null Helmert shift) that is valid for whole US, including non-CONUS areas, even when used on points located on CONUS that has a "NAD83(HARN) to WGS 84 (3)" transformation (non-null Helmert shift) with same accuracy (1m). But if doing EPSG:2874 "NAD83(HARN) / California zone 5 (ftUS)" to WGS84, we would use this later "NAD83(HARN) to WGS 84 (3)" transformation because the area of use of EPSG:2874 restricts to CONUS. This isn't consistant. With that change, we now have more consistent behavior, even if it can be argued which of the 2 transformations is the best... $ echo 34 -120 | src/cs2cs -d 8 EPSG:4326 "NAD83(HARN)" | src/cs2cs "NAD83(HARN)" EPSG:2874 5955507.74 1828410.98 0.00 $ echo 34 -120 | src/cs2cs EPSG:4326 EPSG:2874 5955507.74 1828410.98 0.00 | |||
| 2021-06-14 | Fix build with -DPROJ_INTERNAL_CPP_NAMESPACE | Even Rouault | |
| 2021-06-10 | BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ↵ | Even Rouault | |
| export (fixes OSGeo/gdal#3958) | |||
| 2021-06-03 | factory.cpp: lint: make memoryHandle_ a unique_ptr | Even Rouault | |
| 2021-06-03 | Run database layout checks only at first DB opening | Even Rouault | |
| 2021-06-03 | proj_cleanup(): make sure it frees the database context of the default ↵ | Even Rouault | |
| PJ_CONTEXT | |||
| 2021-06-03 | Make proj_context_set_autoclose_database() a no-op as it would defeat the ↵ | Even Rouault | |
| purpose of the new database connection sharing | |||
| 2021-06-03 | Database: use shared sqlite handle | Even Rouault | |
| 2021-06-03 | factory.cpp: preparation steps for global sqlite3* handle, but no functional ↵ | Even Rouault | |
| change | |||
| 2021-06-02 | Merge pull request #2736 from rouault/cleanup_mutex | Even Rouault | |
| Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex | |||
| 2021-06-02 | Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex | Even Rouault | |
| 2021-06-02 | proj_create(): do not open proj.db if string is a PROJ string, even if ↵ | Even Rouault | |
| proj_context_set_autoclose_database() has been set (fixes #2734) | |||
| 2021-05-27 | ConcatenatedOperation::fixStepsDirection(): remove recently introdued hack ↵ | Even Rouault | |
| specific to EPSG:9731 now that is is deprecated | |||
| 2021-05-24 | DatabaseContext::getTransformationsForGridName(): make it work properly when ↵ | Even Rouault | |
| different EPSG grid names map to the same PROJ grid name | |||
| 2021-05-24 | Merge pull request #2729 from rouault/analyze_db | Even Rouault | |
| Database: add a ANALYZE step during proj.db creation | |||
| 2021-05-23 | projinfo: fix error message regarding --output-id | Even Rouault | |
| 2021-05-23 | Database: add a ANALYZE step during proj.db creation | Even Rouault | |
| This will create the sqlite_stat* table (generally sqlite_stat1). This speeds up a bit the test suite. Runtime of ``make test_cpp_api-check`` goes from the range [14.0 s, 14.6 s] to [13.0s, 13.5s] on my machine. | |||
| 2021-05-23 | code formatting fix | Even Rouault | |
| 2021-05-17 | projsync: make it filter out files not intended for the current version | Even Rouault | |
| * Add a PROJ_DATA.VERSION in proj.db to indicate the target PROJ-data package version * Make projsync use that information and the version_added and version_removed properties added in https://github.com/OSGeo/PROJ-data/pull/67 to filter out files that are not relevant * Add --no-version-filtering and --verbose switches | |||
| 2021-05-16 | Database: update to EPSG v10.022 | Even Rouault | |
| 2021-05-12 | Fix export of transformation to PROJ string in a particular situation where ↵ | Even Rouault | |
| CompoundCRS are involved (fixes #2720) | |||
| 2021-05-12 | Formatting fixes | Even Rouault | |
| 2021-05-07 | Merge pull request #2708 from mwtoews/stereographic | Even Rouault | |
| Fix typo: "Mod. Stererographics" -> "Modified Stereographic" | |||
| 2021-05-07 | Doc: fix URL | Even Rouault | |
| 2021-05-07 | Doc: update GDAL version | Even Rouault | |
| 2021-05-04 | Fix typo: "Mod. Stererographics" -> "Modified Stereographic" | Mike Taves | |
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves | |
| 2021-04-30 | CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting ↵ | Even Rouault | |
| allowing to choose which nlohmann/json to use Co-authored-by: Mike Taves <mwtoews@gmail.com> | |||
| 2021-04-24 | Improvements related to DerivedVerticalCRS using Change Unit and ↵ | Even Rouault | |
| Height/Depth reversal methods - For instantiation from urn combined references, create a better name, using conventions of EPSG vertical CRS - For exportToWKT(), allow export in WKT < WKT2 for such DerivedVerticalCRS | |||
| 2021-04-24 | getInsertStatementsFor(): replace while with if (master only, CID 320133) | Even Rouault | |
| 2021-04-24 | Add proj_get_geoid_models_from_database() (#2681) | Javier Jimenez Shaw | |
| to list all geoid model names that apply to a vertical CRS | |||
| 2021-04-23 | Merge pull request #2691 from rouault/remove_useless_files | Even Rouault | |
| Remove useless files | |||
| 2021-04-23 | Merge pull request #2689 from rouault/update_generated_parsers | Even Rouault | |
| wkt1_parser/wkt2_parser: regenerate them with bison 3.5.1 to hopefully make Coverity Scan happier | |||
| 2021-04-23 | wkt1_parser/wkt2_parser: regenerate them with bison 3.5.1 to hopefully make ↵ | Even Rouault | |
| Coverity Scan happier | |||
| 2021-04-23 | Remove useless src/runmultistresstest.sh | Even Rouault | |
| 2021-04-23 | pj_vlog(): fix buffer overflow in case of super lengthy error message | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33594 | |||
| 2021-04-23 | projinfo: increase file size limit of files opened with @filename to 1MB to ↵ | Even Rouault | |
| be able to read file generated by ossfuzz | |||
| 2021-04-23 | getInsertStatementsFor(): replace while with if (master only, CID 320133) | Even Rouault | |
| 2021-04-23 | projinfo: catch potential exception (master only, CID 193527) | Even Rouault | |
| 2021-04-23 | Database: update to EPSG v10.019 | Even Rouault | |
| Non-trivial updates: - some vertical CRS are now encoded as DerivedVerticalCRS. e.g EPSG:8228 "NAVD88 height (ft)", with base EPSG:5703 "NAVD88 height". As we don't have support in our PROJ db model for DerivedVerticalCRS, modify the import script to 'resolve' the derivation up to the original datum. - Method EPSG:1069 'Change of Vertical Unit' is no longer used. It is replaced by a generic-purpose EPSG:1104 method that doesn't take any conversion factor. And generic conversions EPSG:7812 and EPSG:7813 are now used in concatenated operations, which require code changes as well. | |||
| 2021-04-22 | ConcatenatedOperation::fixStepsDirection(): fix potential nullptr dereference | Even Rouault | |
| 2021-04-20 | run reformat_cpp.sh to fix some leftovers | Javier Jimenez Shaw | |
| 2021-04-20 | Revert "proj_create_crs_to_crs_from_pj(): do not use ↵ | Even Rouault | |
| PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION if area is specified" This reverts commit ebe3425bf66287e004958eb53976d3837f88b9e1. It was found to break gdalwarp usage in https://github.com/OSGeo/gdal/issues/3695 when passing a bbox that is quite large. | |||
| 2021-04-18 | Merge pull request #2677 from rouault/change_name_of_urn_combined_references | Even Rouault | |
| createFromUserInput(): change name of CRS built from URN combined references to match the convention of EPSG projected CRS | |||
| 2021-04-18 | Merge pull request #2676 from rouault/fix_geog_to_geog_deprecated | Even Rouault | |
| createOperations(): fix Geog to Geog when one is deprecated (fix master regression) | |||
| 2021-04-18 | createFromUserInput(): change name of CRS built from URN combined references ↵ | Even Rouault | |
| to match the convention of EPSG projected CRS | |||
| 2021-04-18 | createOperations(): fix Geog to Geog when one is deprecated (fix master ↵ | Even Rouault | |
| regression) | |||
| 2021-04-18 | Added proj_get_celestial_body_list_from_database (#2674) | Alan D. Snow | |
| Closes #2667 | |||
