| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-05 | Merge pull request #2921 from rouault/epsg_10_039 | Even Rouault | |
| Database: update to EPSG v10.039 | |||
| 2021-10-07 | scripts/build_db.py: fix due to recent changes | Even Rouault | |
| 2021-10-05 | Add proj_trans_bounds to compute the image of a input bounding box through a ↵ | Alan D. Snow | |
| transformation (#2882) Fixes #2779 | |||
| 2021-09-28 | projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work ↵ | Even Rouault | |
| with IAU generic authority name | |||
| 2021-09-28 | Database: add IAU_2015 CRS | Even Rouault | |
| 2021-09-20 | Update proj_symbol_rename.h | 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-07 | Support importing/exporting WKT & PROJJSON of 2D axis spherical ↵ | Even Rouault | |
| planetocentric geodetic CRS | |||
| 2021-09-02 | Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ↵ | Even Rouault | |
| netCDF datasets using a pole rotation method | |||
| 2021-08-27 | ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine | Even Rouault | |
| Issue found during https://github.com/OSGeo/gdal/pull/4355 when it was found that a WKT with Goode_Homolosine projection parsed as ESRI WKT was mapped wrongly to Interrupted Goode Homolosine | |||
| 2021-08-19 | BoundCRS: accept importing/exporting in WKT2 and PROJJSON the ↵ | Even Rouault | |
| scope/area/extent/id attributes (fixes #2813) For PROJJSON only, also accept the ``name`` attribute. | |||
| 2021-08-16 | Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803) | Even Rouault | |
| 2021-08-10 | Conversion::createUTM(): avoid integer overflow. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36751 | |||
| 2021-08-10 | build_db.py: improve error reporting [ci skip] | Even Rouault | |
| 2021-05-27 | build_db.py: add hack to minimize diff now that we use WITHOUT ROWID | Even Rouault | |
| 2021-05-16 | Database: map ESRI spain/peninsula and spain/baleares grids | Even Rouault | |
| 2021-05-16 | Merge pull request #2722 from rouault/epsg_10_022 | Even Rouault | |
| Database: update to EPSG v10.022 | |||
| 2021-05-16 | scripts/grid_checks.py: improve --not-in-grid-alternatives output | Even Rouault | |
| 2021-05-16 | Database: update to EPSG v10.022 | Even Rouault | |
| 2021-05-11 | Minor formatting/pep fixes | Nyall Dawson | |
| 2021-05-11 | Update build_db_from_esri.py | Nyall Dawson | |
| - Use argparse to handle arguments - Make version and date mandatory arguments, so that they must always be stated - Use pathlib for paths | |||
| 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 | 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-18 | Added proj_get_celestial_body_list_from_database (#2674) | Alan D. Snow | |
| Closes #2667 | |||
| 2021-04-13 | reformat_cpp.sh: run inside Docker image if clang-format is not at version 10 | Even Rouault | |
| 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 | projinfo: add a --normalize-axis-order undocument switch | Even Rouault | |
| 2021-04-06 | Database: do not create Helmert transformations in IGNF between CRS of ↵ | Even Rouault | |
| different nature, and also adjust the method code/name to the nature of the CRS | |||
| 2021-04-06 | Database: minor refresh of ignf.sql and import script with new locations of ↵ | Even Rouault | |
| resources | |||
| 2021-04-01 | Database: update to EPSG 10.017 | Even Rouault | |
| 2021-03-27 | Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610) | Even Rouault | |
| 2021-03-15 | Add proj_context_get_database_structure() to dump structure of empty valid ↵ | Even Rouault | |
| auxiliary DB | |||
| 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-13 | fix_typos.sh: update while lists | Even Rouault | |
| 2021-03-12 | DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc. | Mike Taves | |
| 2021-03-06 | UnitOfMeasure: add a move assignment operator (CID 314811) | Even Rouault | |
| 2021-02-11 | Database: update to EPSG v10.014 | Even Rouault | |
| 2021-02-09 | Database: update to EPSG v10.013 | Even Rouault | |
| 2021-01-15 | Database: update to EPSG v10.011 | Modern Slave | |
| 2020-12-28 | C API: add proj_crs_is_derived() | Even Rouault | |
| 2020-12-15 | Revise error codes to have a reduced set exposed in the public API. | Even Rouault | |
| Fixes #2482 And also add proj_context_errno_string() Revise gie 'expect failure errno XXXX' strings | |||
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault | |
| The big size of coordinateoperation.cpp could require significant amount of RAM to build it with -O2 level, and cause compiler crashes in some environments. | |||
| 2020-11-30 | API cleanup: unexport number of internal symbols, and remove/replace a few ↵ | Even Rouault | |
| unused ones | |||
| 2020-11-29 | Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS | Even Rouault | |
| Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | |||
| 2020-11-26 | Merge pull request #2403 from kbevers/remove-proj_api.h | Kristian Evers | |
| Remove proj_api.h | |||
| 2020-11-24 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault | |
| as CompoundCRS with a VerticalCRS being an ellipsoidal height, which is not conformant. But needed for LAS 1.4 that only supports WKT1 | |||
| 2020-11-22 | Remove no longer used build_db_create_ignf.py script | Even Rouault | |
| 2020-11-22 | Database ESRI: map 2 grids in grid_alternatives | Even Rouault | |
| 2020-11-20 | Update list of exported symbols | Kristian Evers | |
