| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-06 | Merge pull request #3089 from rouault/fix_3077 | Even Rouault | |
| Fix wrong results with SQLite 3.38.0 (fixes #3077) | |||
| 2022-01-20 | lookForGridInfo(): make it work properly when passed the old PROJ name | Even Rouault | |
| Fixes https://github.com/qgis/QGIS/issues/45470 That is, if the file for the old PROJ name is not found, but the file for the new PROJ name is found, then use the later for fullFilename and gridAvailable. | |||
| 2022-01-09 | Minor cppcheck fixes | Even Rouault | |
| 2022-01-07 | Merge pull request #3013 from rouault/fix_3012 | Even Rouault | |
| proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2015 -ocentric geodetic CRS (fixes #3012) | |||
| 2022-01-06 | proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for ↵ | Even Rouault | |
| IAU_2015 -ocentric geodetic CRS (fixes #3012) | |||
| 2022-01-04 | Fix doc generation with Doxygen 1.9.3 | Even Rouault | |
| Since the update to Doxygen 1.9.3, doc generation was broken. With bisection of doxygen, it was found this was due to commit https://github.com/doxygen/doxygen/commit/ee8f3fb7a2ed74ee30ae3202707617e97f6641ff which makes Doxygen honour nested @cond . This revealed bad pairing of @cond / @endcond in our code, fixed by this commit. | |||
| 2021-09-28 | Add a mapping for versioned authorities, so that one can use IAU:xxxx or ↵ | Even Rouault | |
| IAU_2015:xxxx transparently | |||
| 2021-09-28 | Database: add IAU_2015 CRS | Even Rouault | |
| 2021-09-28 | AuthorityFactory::createGeodeticCRS(): use description column for remarks | Even Rouault | |
| 2021-09-28 | Database reading: implement reading a GeodeticCRS with a Spherical CS | Even Rouault | |
| 2021-09-17 | Database: add a 'anchor' field to geodetic_datum and vertical_datum tables | Even Rouault | |
| Update database layout version number to 1.2 consequently This new capability will be used by IAU planetary CRS (refs #2601) | |||
| 2021-09-15 | isEquivalentTo(): improve comparison of datum names based on official name ↵ | Even Rouault | |
| and aliases (preparation for EPSG v10.035 update) | |||
| 2021-09-07 | Fix database access across fork() when SQLite3 doesn't use pread[64]() ↵ | Even Rouault | |
| (fixes #2843) | |||
| 2021-09-05 | getInsertStatementsFor(): re-order projection parameters according to their ↵ | Even Rouault | |
| canonical order if needed | |||
| 2021-08-15 | factory.cpp: fix latest clang -Wstring-concatenation (false positive) warning | Even Rouault | |
| 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 | 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-05-24 | DatabaseContext::getTransformationsForGridName(): make it work properly when ↵ | Even Rouault | |
| different EPSG grid names map to the same PROJ grid name | |||
| 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-12 | Formatting fixes | Even Rouault | |
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves | |
| 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 | getInsertStatementsFor(): replace while with if (master only, CID 320133) | 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-20 | run reformat_cpp.sh to fix some leftovers | Javier Jimenez Shaw | |
| 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 | 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 | |||
| 2021-04-12 | Add proj_get_celestial_body_name() and make ↵ | Even Rouault | |
| proj_get_crs_info_list_from_database() filter on and return celestial body name | |||
| 2021-04-11 | Reformatting fix | Even Rouault | |
| 2021-04-10 | getCRSInfoList(): make result order deterministic (by increasing auth_name, ↵ | Even Rouault | |
| code) | |||
| 2021-04-10 | Recognize OGC:84 as an alias of OGC:CRS84 | Even Rouault | |
| 2021-04-10 | Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTime | Even Rouault | |
| 2021-04-08 | Merge pull request #2647 from rouault/integer_or_text | Even Rouault | |
| Database: decrease db size | |||
| 2021-04-06 | Database: nullify auth_name, code of usage table | Even Rouault | |
| We never select by those columns, so don't set them. Reduce from 8.4 to 7.9 MB. Upgrade the minor version of the database layout. (that database can still be read by PROJ 8.0) | |||
| 2021-04-05 | createOperations(): make ↵ | Even Rouault | |
| createBetweenGeodeticCRSWithDatumBasedIntermediates() reachable... ... and optimize its execution time by rewriting it completely. This code path was no longer triggered in tests since EPSG got a direct transformation for GDA94 to WGS 84 (G1762). | |||
| 2021-03-28 | createOperation(): make sure no to discard deprecated operations... | Even Rouault | |
| if the replacement uses a grid unknown to us. Fixes issue reported at https://lists.osgeo.org/pipermail/gdal-dev/2021-March/053771.html The issue comes from the fact that EPSG has created 2 transformations using grids BALR2009.gsb ad PENR2009.gsb that supersede the one which uses the single grid SPED2ETV2 we have in PROJ-data. | |||
| 2021-03-19 | SQL output: make it possible to export non-EPSG projection methods or ↵ | Even Rouault | |
| methods and params lacking an explicit EPSG id | |||
| 2021-03-18 | createFromCRSCodesWithIntermediates(): improve perf when no match | Even Rouault | |
| createFromCRSCodesWithIntermediates() runs a rather costly self-join. Only run it if the source and target CRS are the source/target of a coordinate operation. This helps for the performance of proj_create_crs_to_crs() when run on projected CRS for example that are extremely unlikely to be the source/target of an operation (except currently the Finish ones). For the EPSG:26915 to EPSG:3857 case of https://github.com/OSGeo/gdal/issues/3470, this helps decreasing the time of proj_create_crs_to_crs() from 18 ms to 10 ms. | |||
| 2021-03-15 | Add support for PROJ_AUX_DB environment variable to set the path to one or ↵ | Even Rouault | |
| several auxiliary DBs | |||
| 2021-03-15 | Add proj_context_get_database_structure() to dump structure of empty valid ↵ | Even Rouault | |
| auxiliary DB | |||
| 2021-03-15 | SQL export: add support for DatumEnsemble | Even Rouault | |
| 2021-03-15 | SQL export: add publication_date and frame_reference_epoch to datums | Even Rouault | |
| 2021-03-15 | SQL output: add capability to restrict the authorities into which to look ↵ | Even Rouault | |
| for intermediate objects | |||
| 2021-03-15 | Add C/C++ API to get SQL statements to insert a CRS into database | Even Rouault | |
| 2021-03-10 | Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present ↵ | Even Rouault | |
| in sqlite >= 3.11 | |||
| 2021-03-10 | Fix comment | Even Rouault | |
