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
/
src
/
iso19111
/
c_api.cpp
Age
Commit message (
Expand
)
Author
2021-04-24
Add proj_get_geoid_models_from_database() (#2681)
Javier Jimenez Shaw
2021-04-20
run reformat_cpp.sh to fix some leftovers
Javier Jimenez Shaw
2021-04-18
Added proj_get_celestial_body_list_from_database (#2674)
Alan D. Snow
2021-04-12
Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...
Even Rouault
2021-04-10
fix typo in comment
Even Rouault
2021-03-18
Code formatting fix
Even Rouault
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
Doc improvements regarding recomandation not to alter official registries and...
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-07
typo fixes
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2021-02-11
C API: avoid error messages to be emitted in PJ_LOG_NONE log level (fixes #2526)
Even Rouault
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
2020-11-29
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Even Rouault
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-01
proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database()
Even Rouault
2020-11-01
projinfo / createObjectsFromName(): support returning a datum ensemble
Even Rouault
2020-11-01
Merge pull request #2402 from rouault/improved_comments_datum
Even Rouault
2020-10-31
Doxygen: improve doc of functions related to Datum/DatumEnsemble
Even Rouault
2020-10-31
proj_create_ellipsoidal_2D/3D_cs(): doc improvement
Even Rouault
2020-10-25
Fix issues spotted by cppcheck
Even Rouault
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-09-04
DOC: Fix reference to proj_get_codes_from_database in proj_get_crs_info_list_...
Alan D. Snow
2020-08-26
proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...
Even Rouault
2020-08-19
Code reformatting
Even Rouault
2020-08-19
Add methods to ensure safer interactions with cpp_context
snowman2
2020-08-19
Clone projCppContext context when copying projCtx_t (#2324)
Alan D. Snow
2020-07-06
Merge pull request #2274 from snowman2/pjtype
Even Rouault
2020-07-04
C API: missing a few SANITIZE_CTX() in entry points (#2292)
Even Rouault
2020-06-26
ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerations
snowman2
2020-06-24
c_api.cpp: code reformating
Even Rouault
2020-06-24
Replace assert with errors in c_api.cpp when some preconditions are not met (...
Alan D. Snow
2020-06-10
Fix access violation in proj_context_get_database_metadata
Olli Räisä
2020-05-14
Merge pull request #2215 from rouault/fix_2214
Even Rouault
2020-05-13
ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_...
Even Rouault
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-04-15
C API: add proj_operation_factory_context_set_allow_ballpark_transformations()
Even Rouault
2020-04-03
createFromUserInput(): allow compound CRS with the 2 parts given by names, e....
Even Rouault
2020-03-23
proj_get_suggested_operation(): extra fix to behave similarly to proj_create_...
Even Rouault
2020-03-19
proj_get_suggested_operation(): fix when there are only operations without ar...
Even Rouault
[next]