aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Collapse)Author
2021-06-05Merge pull request #2740 from RoelvandenBerg/masterEven Rouault
Update link in docs to Dutch coord transform website.
2021-05-19Update install.rst: update Windows noteHeidi Vanparys
Add info that OSGeo4W Shell may be present already when QGIS is present.
2021-05-19Update projinfo doc: add example --single-lineHeidi Vanparys
2021-05-09Mention what the default +units are積丹尼 Dan Jacobson
2021-05-07Merge pull request #2708 from mwtoews/stereographicEven Rouault
Fix typo: "Mod. Stererographics" -> "Modified Stereographic"
2021-05-06DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)Mike Taves
2021-05-05Update docs for 8.0.1 releaseKristian Evers
2021-04-10Doc: remove mention of k_0 and lat_ts in aeqd projection. They are not used. ↵Even Rouault
Fixes #2638 and fixes #2639
2021-04-05Merge pull request #2648 from jidanni/patch-1Kristian Evers
Add missing comma
2021-04-02Doc: geod.rst: reduce doubled information (#2631)積丹尼 Dan Jacobson
Don't repeat neighboring information.
2021-03-28Merge pull request #2613 from rouault/doc_fix_app_typoEven Rouault
Doc: fix typo in man page of utilities, and reduce copy&paste
2021-03-19Merge pull request #2590 from kbevers/update-foss4gKristian Evers
docs: update community site with links to FOSS4G 2021
2021-03-17Doc: add a page to document macrosEven Rouault
2021-03-16DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc.Mike Taves
2021-03-11Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)Mike Taves
2021-03-10Improve docs for geodesic distance functions in proj.hKristian Evers
2021-03-07doc: typo fixesEven Rouault
2021-03-01+proj=latlon docs: Datum list is given with cs2cs -ldKristian Evers
Closes #2549
2021-03-01reconfigure 'edit on github' links to 8.0 branchKristian Evers
2021-03-01Update web docs for 8.0.0 releaseKristian Evers
2021-02-20Fix spelling errors.Bas Couwenberg
* Allow to <verb> -> Allows <verb>ing
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
Closes #2515
2021-02-10operations_computation.rst: update 'Filtering and sorting of coordinate ↵Even Rouault
operations' section
2021-02-07Merge pull request #2476 from rouault/fix_2399Kristian Evers
Add build time option to make PROJ_LIB env var tested last (fixes #2399)
2021-01-17update julia binding descriptionMartijn Visser
This matches the go binding description. And fixes the colon.
2021-01-17fix a few typos in the docsMartijn Visser
2021-01-01Update website for 7.2.1Kristian Evers
2020-12-17Merge pull request #2491 from glostis/documentationEven Rouault
Fix typos in resource_files.rst
2020-12-16cs2cs: add --no-ballpark and --accuracy optionsEven Rouault
2020-12-16Fix typos in resource_files.rstGuillaume Lostis
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven 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-08Update isea.rstZac Miller
Clarifying defaults for ISEA.
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to ↵Even Rouault
control where coordinate operations are looked for (fixes #2442)
2020-12-02Add build time option to make PROJ_LIB env var tested last (fixes #2399)Even Rouault
If PROJ is built with the PROJ_LIB_ENV_VAR_TRIED_LAST CMake option / --enable-proj-lib-env-var-tried-last configure switch, then the hard-wired path ($prefix/share/proj) will be tried before looking at the environment PROJ_LIB.
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
Add +proj=topocentric geocentric->topocentric conversion (fixes #500)
2020-11-30Merge pull request #2466 from rouault/fix_2423Even Rouault
cs2cs: add --area and --bbox options to restrict candidate coordinate operations (fixes #2423)
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
2020-11-28cs2cs: add --area and --bbox options to restrict candidate coordinate ↵Even Rouault
operations (fixes #2423)
2020-11-26Merge pull request #2403 from kbevers/remove-proj_api.hKristian Evers
Remove proj_api.h
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
as CompoundCRS with a VerticalCRS being an ellipsoidal height, which is not conformant. But needed for LAS 1.4 that only supports WKT1
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-20Update utm.rstNomit Rawat
Typo
2020-11-20Remove proj_api.hKristian Evers
Removes proj_api.h from the public API. The contents of the header file has been moved to proj_internal.h verbatim and any references to proj_api.h has been changed to proj_internal.h. The documentation of proj_api.h has been removed. The only exception to this is the API migration guides which still mention the old API. Fixes #837
2020-11-10cct: allow @filename syntaxEven Rouault
Similarly as for projinfo, allow "cct @filename" to mean read filename and use its content as if it was provided inline. Useful for WKT or PROJJSON And a tiny improvements, when the object definition contains ':', only try proj_create_from_database() if the left part (authority name) matches a known authority, to avoid a warning.
2020-11-10cct.rst: fix indentationEven Rouault