aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference/functions.rst
AgeCommit message (Expand)Author
2022-03-11Merge pull request #3112 from direvus/2540-doxygen-missing-funcsKristian Evers
2021-11-19DOCS: Add doxygen entry for proj_context_set_search_paths.Brendan Jurd
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-03-10Improve docs for geodesic distance functions in proj.hKristian Evers
2021-01-17fix a few typos in the docsMartijn Visser
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15Doc: document error codes and proj_context_errno_string()Even Rouault
2020-12-11funtions.rst: fix sphynx syntaxEven Rouault
2020-12-09Doc: fix return data type of proj_trans_array()Even Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
2020-07-03Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2290)Even Rouault
2020-06-05Doc: use Doxygen output for proj_normalize_for_visualization() to avoid dupli...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-24Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)Even Rouault
2020-04-20Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...Alan D. Snow
2020-04-12Add proj_degree_input() and proj_degree_output()Kristian Evers
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-03-10fix documentation for proj_trans_generic(), see https://github.com/OSGeo/PROJ...Colin Doig
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ...Even Rouault
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
2019-05-01Merge pull request #1433 from rouault/update_quickstartKristian Evers
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-19Doc: update quickstart with PROJ 6 API (fixes #1403)Even Rouault
2019-04-02Docs: Clarify that angular in proj_angular_input/output means radiansKristian Evers
2019-03-28Docs: Clarify axis ordering used in proj_trans_generic()Kristian Evers
2019-01-22proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...Even Rouault
2019-01-19Doc: update cs2cs and also C API regarding area of use (fixes #1186)Even Rouault
2019-01-17Doc: update docs of proj_create(), proj_create_argv() and proj_create_crs_to_...Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-10Doc: document interaction issues between objects create with proj_create() vs...Even Rouault
2019-01-01Split ISO19111 C API docs into functions and typesKristian Evers
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-11-10Remove proj_geocentric_latitude from public APIKristian Evers
2018-09-07Change note to versionadded directiveKristian Evers
2018-09-07Fix formatting error in API functions docsKristian Evers
2018-07-06Add info on errnos when PJ creation fails.Kristian Evers
2018-05-07Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist()Kristian Evers
2018-04-12Move logging functions to proj.h APIKristian Evers
2018-03-11Merge pull request #847 from kbevers/proj_strerrnoKristian Evers
2018-03-09Add proj_errno_string functionKristian Evers
2018-03-08Use consistent names for PJ_COORD's in declarationsKristian Evers