aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-07-06Update cs2cs example to reflect actual outputKristian Evers
Closes #981
2018-07-06Add info on errnos when PJ creation fails.Kristian Evers
This was left out when documented the various proj_create_* functions. Added proj_context_errno description as well since it was undocumented and is needed when creating PJs for a specific context.
2018-07-06Replace +k with +k_0 in doc examplesKristian Evers
2018-06-27Add better description to website frontpageKristian Evers
2018-06-27Move API warnings to development page in docsKristian Evers
2018-06-27Move news to its own page in docs.Kristian Evers
HOWTO-RELEASE updated accordingly.
2018-06-27Use proj_torad() instead of proj_todeg().Kristian Evers
Internally PROJ uses radians so of course that is what we need to convert our input coordinates to before processing with proj_trans().
2018-06-25doc: typo fixEven Rouault
2018-06-21Add support for deg, rad and grad in unitconvert (fixes #1052), and document ↵Even Rouault
that it supports numeric factors (refs #1053)
2018-06-19Doc: not all grid formats have documentationEven Rouault
2018-06-18Add Gitter room to communication channels doc pageKristian Evers
2018-06-14Start a `customstyle` for bibliographic referencesMike Toews
Modifies label to use BibTeX key name, and format names with lastfirst
2018-06-10rewrite references using BibTeX and sphinxcontrib-bibtexMike Toews
2018-06-08docs: make sure rfc are indexedEven Rouault
2018-06-08update RFC 1 with modifications suggested by Frank, declare RFC 1 passedHoward Butler
2018-06-03add RFC 1 -- initial creation of the PROJ Project Steering Committee (#1028)Howard Butler
* add RFC 1 -- initial creation of the PROJ Project Steering Committee * fix up copypasta items from MapServer RFC
2018-06-02Update GeoTIFF URLMike Toews
2018-06-02URL for proj4rb changed to GitHub (former URL does not work)Mike Toews
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-06-01Fix a fix sphinx warnings about unknown optionsKristian Evers
2018-06-01Update documentation for 5.1.0 releaseKristian Evers
Added NEWS section to frontpage, update download links and adjusted version number.
2018-05-24Temporal gridshifting (#1015)Kristian Evers
Temporal gridshifts allow [h|v]gridshift operations to be used as step functions in a pipeline. This is useful in transformations dealing with deformations caused by earthquakes. See the included documentation for details.
2018-05-24Docs: fix wrong spelling of t_obs and t_epochEven Rouault
2018-05-24Merge pull request #1012 from kbevers/behaviour-differencesKristian Evers
Add doc section with description of behavioural changes between versions
2018-05-24Add doc section with description of behavioural changes between PROJ versionsKristian Evers
2018-05-23Fix indentation in gie roundtrip optionKurt Schwehr
2018-05-23gie roundtrip: Expand the 3 cases for the argsKurt Schwehr
2018-05-19Add documentation for Include What You Use (IWYU) (#1006)Kurt Schwehr
Docs requested in discussion of #1000
2018-05-14Revert "Set projection plot scale to 100% for better PDF output"Kristian Evers
This had unexpected side-effects when building the HTML docs on Travis compared to locally. The correct solution would be to set different scaling depending on the output. This reverts commit 325477ed0fac2c9233c2f6a2b7bb4125e04df24c.
2018-05-14Set projection plot scale to 100% for better PDF outputKristian Evers
2018-05-12Improve PDF generation of docsKristian Evers
Removed content sections from a bunch of pages since they clutter up the PDF output and the same info is available in the sidebar of the webpage. A few sections has been turned of for the PDF output, most notable the front page of the webpage. It doesn't really fit in the PDF.
2018-05-12Remove annotations from old version of exampleKristian Evers
2018-05-12Update install doc page with build instructionsKristian Evers
Also added more possible ways to install from package managers. Removed links to externally build binaries from download page.
2018-05-12Add about section to docsKristian Evers
Short description of PROJ. Citation section added from README. License moved from it's own page to a section on the about page.
2018-05-12Complete overhaul of the website frontpageKristian Evers
Removed everything but the leading introduction and added release history from 5.0.0 and on.
2018-05-12Create "Community" section at top level of docsKristian Evers
Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages.
2018-05-09Remove PDF download link to download sectionKristian Evers
2018-05-07Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist()Kristian Evers
2018-05-05replace: son -> childmwtoews
2018-05-05cs2cs usage: remove note about non-existant -b -i -o options.mwtoews
2018-05-05cct usage: add 'I' to docs, re-order usage to same as docsmwtoews
2018-05-05proj usage: remove unused 'c', add 'vV' to invprojmwtoews
2018-05-05fix typosmwtoews
2018-05-05Use formatting similar to used in original manualsmwtoews
Minor rephrasing for better reading. Split -[w|W]<n> into two options.
2018-05-05normalise whitespace - most content untouchedmwtoews
2018-05-01Merge pull request #968 from mwtoews/doc-updateKristian Evers
Fix syntax in RST tables
2018-05-02Fix syntax in RST tablesmwtoews
2018-05-01Fix bad formattingKristian Evers
2018-05-01Fix typo in project URLKristian Evers
2018-04-30Remove duplicate lonlat doc pageKristian Evers