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
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
2019-02-11
Use pj_new()
Even Rouault
2019-02-07
Rename proj_crs_list_destroy() to proj_crs_info_list_destroy()
Even Rouault
2019-02-07
Add proj_get_crs_info_list_from_database()
Even Rouault
2019-01-22
proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-09
Allocate projCtx_t as a C++ object
Even Rouault
2019-01-09
proj.db search: use pj_find_file() mechanism instead of hand coded simplified...
Even Rouault
2019-01-04
WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-31
pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not...
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Make ISO-19111 objects of type CoordinateOperation directly usable with proj_...
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-26
cpp conversion: move source files in apps/ iso19111/ conversions/ projections...
Even Rouault
[prev]