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
/
test
/
unit
/
test_c_api.cpp
Age
Commit message (
Expand
)
Author
2021-03-18
Merge pull request #2577 from rouault/insert_sql
Even Rouault
2021-03-17
Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...
Even Rouault
2021-03-15
Add proj_context_get_database_structure() to dump structure of empty valid au...
Even Rouault
2021-03-15
SQL output: add capability to restrict the authorities into which to look for...
Even Rouault
2021-03-15
Add C/C++ API to get SQL statements to insert a CRS into database
Even Rouault
2021-03-10
Make proj_lp_dist() and proj_geod() work on a PJ* CRS object
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
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-21
Implementing the NKG transformations in proj.db
Kristian Evers
2020-12-15
proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options
Even Rouault
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-24
createOperation(): add a ballpark vertical transformation when dealing with G...
Even Rouault
2020-11-01
proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database()
Even Rouault
2020-11-01
When reading from database, possibly return Geographic/GeodeticCRS with a Dat...
Even Rouault
2020-10-20
test_c_api.cpp: reformat
Even Rouault
2020-10-19
C API: add proj_context_clone() (#2383)
Alan D. Snow
2020-10-16
Add multi-line PROJ string export capability, and use it by default in projin...
Even Rouault
2020-10-11
C API: add proj_dynamic_datum_get_frame_reference_epoch()
Even Rouault
2020-10-11
Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...
Even Rouault
2020-10-08
Add C API to work with datum ensemble
Even Rouault
2020-10-08
getCRSInfoList(): make it use area description
Even Rouault
2020-10-08
Database: use extended description for extent/area of use, as done by epsg.or...
Even Rouault
2020-10-06
Database: "minimal" update to EPSG v10.003
Even Rouault
2020-09-17
Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...
Even Rouault
2020-09-09
Database: update to EPSG 9.9
Even Rouault
2020-08-26
proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...
Even Rouault
2020-08-20
projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...
Alan D. Snow
2020-08-19
Code reformatting
Even Rouault
2020-08-19
Clone projCppContext context when copying projCtx_t (#2324)
Alan D. Snow
2020-07-08
formatting fix
Even Rouault
2020-06-26
ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerations
snowman2
2020-06-16
createOperations(): fix transformations between BoundCRS and Geocentric CRS
Even Rouault
2020-06-10
Fix access violation in proj_context_get_database_metadata
Olli Räisä
2020-05-24
Database: import scope and remarks for conversion (fixes #2237)
Even Rouault
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-04-21
Typo fixes in code comments [ci skip]
Even Rouault
2020-04-15
C API: add proj_operation_factory_context_set_allow_ballpark_transformations()
Even Rouault
2020-03-25
EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes http...
Even Rouault
2020-03-19
proj_get_suggested_operation(): fix when there are only operations without ar...
Even Rouault
2020-03-16
Merge branch 'master' into add_proj_get_suggested_operation
Even Rouault
2020-03-13
Add proj_get_suggested_operation()
Even Rouault
2020-03-12
Add proj_get_units_from_database() (fixes #2004)
Even Rouault
2020-02-27
Make tests independent of proj-datumgrid
Even Rouault
2020-02-19
DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (...
Even Rouault
2020-02-18
test: enhance testing of proj_grid_get_info_from_database
Even Rouault
2020-01-25
Implement RFC 5
Even Rouault
2020-01-22
Database: update to EPSG v9.8.6
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2020-01-07
createObjectsFromName(): make it look up in the alias_name table too (fixes #...
Even Rouault
[next]