index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
sql
/
proj_db_table_defs.sql
Age
Commit message (
Expand
)
Author
2021-05-24
Database: decrease DB size by using WITHOUT ROWID tables
Even Rouault
2021-04-23
Database: update to EPSG v10.019
Even Rouault
2021-04-06
Database: nullify auth_name, code of usage table
Even Rouault
2021-04-04
Database: decrease db size by using a INTEGER_OR_TEXT data type on codes
Even Rouault
2021-04-04
Database: add missing column type specifir for method_name in grid_transforma...
Even Rouault
2021-03-26
Build: simplify proj.db generation (#2605)
Even Rouault
2021-03-19
Database: relax trigger check when inserting a conversion to accept any conve...
Even Rouault
2021-03-11
Database: Additions to the norwegian NKG2020 transformation (#2548)
Sveinung Himle
2020-12-04
Database: fix building proj.db with SQLite built with -DSQLITE_DQS=0
Even Rouault
2020-10-23
Database: add interpolation_crs_auth_name and interpolation_crs_code columns ...
Even Rouault
2020-10-23
Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi...
Even Rouault
2020-10-11
Database: add a frame_reference_epoch column in vertical_datum to be able to ...
Even Rouault
2020-10-08
Database: import datum ensemble accuracy and members (but do not use them)
Even Rouault
2020-10-06
Database: add a reference_frame_epoch column to the geodetic_datum for dynami...
Even Rouault
2020-10-06
Database: "minimal" update to EPSG v10.003
Even Rouault
2020-05-24
Database: add a same_source_target_crs column to supersession table
Even Rouault
2020-05-15
Database: add index on alias_name(code)
Even Rouault
2020-03-12
Add proj_get_units_from_database() (fixes #2004)
Even Rouault
2020-02-26
Database: update to EPSG v9.8.7
Even Rouault
2020-02-05
Fix performance issue, affecting projinfo EPSG:7842
Even Rouault
2020-01-29
Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr...
Even Rouault
2020-01-29
Make it possible to use grids from the CDN by their 'old name' even if not in...
Even Rouault
2020-01-25
Implement RFC 5
Even Rouault
2020-01-23
Database: add a geoid_like value for proj_method column of grid_alternatives,...
Even Rouault
2020-01-22
Database: update to EPSG v9.8.6
Even Rouault
2019-12-21
proj_db_table_defs.sql: rewrite some trigger checks as normal table CONSTRAIN...
Even Rouault
2019-11-18
Database: add a publication_date column to geodetic_datum and vertical_datum
Even Rouault
2019-11-17
createOperations(): remove the concept of geodetic_datum_preferred_hub
Even Rouault
2019-11-02
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...
Even Rouault
2019-10-27
Database: add an auxiliary concatenated_operation_step table to allow arbitra...
Even Rouault
2019-09-12
Coordinate transformation: improve transformations from/to WGS84 (Gxxxx)
Even Rouault
2019-04-22
Database: add checks to verify consistency of deprecated flag
Even Rouault
2019-04-22
Database: make conversion & helmert_transformation updatable views
Even Rouault
2019-03-25
Database: add operation_version column to coordinate operation tables
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-12-06
Coordinate operation search: add a authority_to_authority_preference table to...
Even Rouault
2018-12-06
Take into account supersession information to filter out irrelevant transform...
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault