aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2021-10-26Update man-pages from Sphinx-docsKristian Evers
2021-06-25Update man-pages from Sphinx-docsKristian Evers
2021-02-20Fix spelling errors.Bas Couwenberg
* Allow to <verb> -> Allows <verb>ing
2021-02-20Update man-pages from Sphinx-docsKristian Evers
2020-10-26Update man-pages from Sphinx-docsKristian Evers
2020-06-23Update man-pages from Sphinx-docsKristian Evers
2020-02-17Update CMake setup with new projsync man file and removed man3 filesKristian Evers
2020-02-17Update man-pages from Sphinx-docsKristian Evers
2020-02-17Make sure that projsync man file is packaged correctlyKristian Evers
2020-02-17Remove man3 filesKristian Evers
Closes #1258
2020-01-11Fix missing word in cct.rst and cct.1andreas
2019-12-28Update man-pages from Sphinx-docsKristian Evers
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
* Allow arbitrarily complex polygons in geod_polygon_*. In the case of self-intersecting polygons the area is accumulated "algebraically", e.g., the areas of the 2 loops in a figure-8 polygon will partially cancel. * Simplify code by using C99 functions remainder and remquo. * More test coverage. Fixes to associated files: * src/pipeline.cpp invoke geod_init with f = es / (1 + sqrt(1 - es)) instead of (the less accurate) f = 1 - sqrt(1 - es) * src/apps/geod_set.cpp remove "#undef f" (a dangling relic?).
2019-08-26Update man-pages from Sphinx-docsKristian Evers
2019-05-06Update man-pages from Sphinx-docsKristian Evers
2019-03-22Build: install projinfo(1) with CMakeChris Mayo
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-02-23Fix spelling errors.Bas Couwenberg
* specfied -> specified
2019-02-16Make sure that projinfo man-page is added to source distributionKristian Evers
2019-02-16Update man-pages from Sphinx-docsKristian Evers
2019-02-04Remove all traces of nad2bin and nad2nadKristian Evers
The source material for the default grids used by PROJ has been moved to the proj-datumgrid repository. For that reason it is no longer necessary to include the nad2bin program in the PROJ repository and source distribution. From now on the nad2bin application will be kept in the proj-datumgrid repo. Previously the null grid was generated by running nad2bin on the null.lla file. Since nad2bin is no longer available null.lla has been replaced by its binary counterpart null. This file will be distributed and installed alongside PROJ. Build scripts and documenation has been adjusted so that nad2bin is not mentioned anywhere. Additionally all references to nad2nad has been removed as well. nad2nad has not been part of the PROJ distribution for quite some time so this has been long overdue.
2018-09-10Update man-pages from Sphinx-docsKristian Evers
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-05-24Update man pages in preparation for new releaseKristian Evers
2018-03-20Remove accidentally committed man file of the complete documentationKristian Evers
2018-03-18Update man-pages from Sphinx-docsKristian Evers
2018-02-23Tidy a few typosMike Toews
2018-02-07Fix manpage section for pj_init.Bas Couwenberg
2018-02-03Reference PROJ instead of PROJ.4 [skip ci]Kristian Evers
2018-02-03Merge pull request #766 from sebastic/manpagesKristian Evers
Add manpages for cct & gie.
2018-02-02Don't limit line length in manpages.Bas Couwenberg
2018-02-02Don't limit line length in manpages.Bas Couwenberg
2018-02-02Add manpages for cct & gie.Bas Couwenberg
Fixes: #760
2018-02-01Bump various version numbers in preparation for v. 5.0.0Kristian Evers
2017-11-27Update documentation on geodesics replacing an ancient page on geodesicCharles Karney
calculations with something more helpful to the beginning user.
2017-08-29Release candidate for geodesic library version 1.49.Charles Karney
Only substantial changes are (1) testing the HAVE_C99_MATH flag and acting accordingly and (2) adding a couple of tests.
2017-04-09Merge is geodesic routines from GeographicLib 1.48. Changes:Charles Karney
- http://geographiclib.sf.net -> http://geographiclib.sourceforge.io - backport fixes for warnings messages from some compilers - change default range for longitude and azimuth to (-180d, 180d] (instead of [-180d, 180d))
2017-02-15Issue #490 update from geodesic routines from GeographicLib 1.47.Charles Karney
Improve accuracy of area calculation (fixing a flaw introduced in version 1.46). Changed files geodesic.[ch3], geodtest.c, geod.1.
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-08-18whitespace normalization for proj 4.9.3RC3Howard Butler
2016-05-24Change Homepage URL to proj4.org.Bas Couwenberg
2016-05-23Add BUGS section to manpages & update old URLs.Bas Couwenberg
2016-04-08Correting a speeeeling missssteakThomas Knudsen
ind -> ind in proj man page. Committing to force a new AppVeyor build, since a time out at last commit made it look like one build was failing
2016-04-07Add option -C to proj man pageThomas Knudsen
Added description of the -C "Check" proj option, for invoking internal self tests.
2016-02-19man page update. cs2cs header was updated. HOME PAGE links were changed. ↵Micah Cochran
Converted man pages to html using man2html program. [ci skip]
2016-02-16Update man pages.Charles Karney
2016-02-16Increment version for geodesic library to 1.46.1.Charles Karney
2016-02-15Upgrade geodesic library from GeographicLib 1.46.Charles Karney
* upgrade geodesic.[ch3] * add test suite geodtest.c and invoke via cmake's add_test * increment version to 4.9.3 and library version to 11.0.0
2015-12-06Fix unmatched ')' in man page.Bas Couwenberg
Bugreport and patch by Dan Jacobson <jidanni@jidanni.org>.
2015-09-10BLD: Remove Makefile.in.Elliott Sales de Andrade
These files are generated by automake.