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
2020-07-04
C API: missing a few SANITIZE_CTX() in entry points (#2293)
PROJ-BOT
2020-06-24
c_api.cpp: code reformating
Even Rouault
2020-06-24
BUG: replace assert with returning data associated with errors in c_api.cpp (...
PROJ-BOT
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
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
Fix warnings of latest cppcheck master
Even Rouault
2020-02-24
Expose proj_context_is_network_enabled() in C API
Even Rouault
2020-01-23
Fix wrong use of derivingConversionRef() that caused GDAL bug
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2020-01-10
Doc of CRS::identify(): make it clear that this is a best-effort attempt only
Even Rouault
2020-01-07
createObjectsFromName(): make it look up in the alias_name table too (fixes #...
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-12-14
Add proj_coordoperation_create_inverse to C API (#1795)
Nyall Dawson
2019-11-25
Merge pull request #1737 from rouault/proj_create_derived_geographic_crs
Kristian Evers
2019-11-25
Doc: change 7.0 references to 6.3
Even Rouault
2019-11-22
Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...
Even Rouault
2019-11-18
proj_trans(): tune selection of operation when there are several alternatives...
Even Rouault
2019-11-17
typo fix in comment [ci skip]
Even Rouault
2019-11-14
import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...
Even Rouault
2019-11-14
Code reformat
Even Rouault
2019-11-09
Doc: document oddity related to identification of CRS from ESRI WKT
Even Rouault
2019-11-04
proj_create_vertical_crs(): enhance doc
Even Rouault
2019-11-04
Merge remote-tracking branch 'origin/master' into geoid_model
Even Rouault
2019-11-02
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...
Even Rouault
2019-10-30
createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)
Even Rouault
2019-10-24
Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84()
Even Rouault
2019-10-04
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...
Even Rouault
2019-10-04
proj_normalize_for_visualization(): make it work with CRS objects
Even Rouault
2019-10-02
Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method
Even Rouault
2019-09-23
Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...
Even Rouault
2019-09-12
C API: add proj_crs_create_bound_vertical_crs_to_WGS84()
Even Rouault
2019-09-11
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...
Even Rouault
2019-09-08
Merge pull request #1585 from rouault/replace_2018_by_2019
Kristian Evers
2019-09-08
Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)
Even Rouault
2019-09-05
BUG: add SANITIZE_CTX for coordoperation is_instantiable and has_ballpark_tra...
snowman2
2019-09-04
C API: add proj_create_ellipsoidal_3D_cs()
Even Rouault
2019-08-20
C API: add proj_context_set_autoclose_database() to automatically close datab...
Even Rouault
2019-08-20
Merge pull request #1547 from rouault/json_export
Even Rouault
2019-08-17
PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...
Even Rouault
2019-08-09
C API: add proj_as_projjson()
Even Rouault
2019-07-19
Add set discard superseded method to api (#1534)
Matt Littlemore
[next]