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-01-23
Fix wrong use of derivingConversionRef() that caused GDAL bug
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
2019-07-01
C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get...
Even Rouault
2019-06-30
Database: import scope/remarks for coordinate operation and add C API
Even Rouault
2019-06-01
Add proj_grid_get_info_from_database to allow retrieval of grid
Nyall Dawson
2019-05-12
Fix doc of proj_identify()
Even Rouault
2019-05-08
proj_normalize_for_visualization(): fix crash when ctx == nullptr
Even Rouault
2019-05-08
proj_normalize_for_visualization(): fix when there are coordinate operation a...
Even Rouault
2019-04-22
code format fix
Even Rouault
2019-04-18
Improve doc of proj_coordoperation_get_towgs84_values() (fixes #1430)
Even Rouault
2019-04-02
Make sure that ISO19111 C++ code sets pj_errno on errors
Kristian Evers
2019-04-02
Merge pull request #1391 from kbevers/noop
Kristian Evers
2019-03-29
Adopt use of the noop conversion in ISO19111 code
Kristian Evers
2019-03-29
Add proj_normalize_for_visualization()
Even Rouault
2019-03-28
Objet -> Object
Nyall Dawson
2019-03-26
c_api.cpp: avoid mixing enum types. Coverity CID 193542
Even Rouault
2019-02-20
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Even Rouault
2019-02-20
CoordinateOperation: add a hasBallparkTransformation() method that can be use...
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-02-16
Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...
Even Rouault
2019-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
[next]