| Age | Commit message (Collapse) | Author |
|
about.rst
|
|
|
|
This work mostly consists of:
- a C++ implementation of the ISO-19111:2018 / OGC Topic 2
"Referencing by coordinates" classes to represent Datums,
Coordinate systems, CRSs (Coordinate Reference Systems) and
Coordinate Operations.
- methods to convert between this C++ modeling and WKT1, WKT2
and PROJ string representations of those objects
- management and query of a SQLite3 database of CRS and Coordinate Operation definition
- a C API binding part of those capabilities
This is all-in-one squashed commit of the work of
https://github.com/OSGeo/proj.4/pull/1040
|
|
There was an issue since transformation.rst which uses this citation is
alphabetically after references.rst.
The documented workaround in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/8
is to rename references.rst as zrefereces.rst, so it is alphabetically last.
|
|
|
|
|
|
HOWTO-RELEASE updated accordingly.
|
|
|
|
|
|
Added NEWS section to frontpage, update download links and adjusted version number.
|
|
|
|
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.
|
|
Short description of PROJ. Citation section added from README. License
moved from it's own page to a section on the about page.
|
|
Removed everything but the leading introduction and added release
history from 5.0.0 and on.
|
|
Mailing list section from frontpage moved to the new section. So is the
contributing and for_proj_contributors pages.
|
|
|
|
|
|
Test status and coverage content should be shown for HTML.
PDF documentation does not to self-reference itself.
|
|
This also includes the PDF manual, Qt help file, man pages, etc.
|
|
|
|
The 'Applications' chapter is moved to the top level of the website in
order to make it easier for users to find the pages quickly instead of
having to search through sub-sections in other chapters.
|
|
|
|
|
|
Added new section on PROJ resource files to the top level of the
documentation. Moved information on init-file from the 'usage'
chapter to the new section. Also moved pages on grids and HTPD to the
new resource files section. Finally links and information on the new
regional datumgrids packages is added.
|
|
|
|
transformations. Both are grouped in a section called operations.
|
|
|
|
pandoc.
|
|
A section on "Using PROJ.4" has been introduced giving a introduction
on how to use PROJ.4. The Parameters section has been removed and the
content reworked into other sections. Additionally the order of chapters
has been changed to provide a more complete and readable experience for
users of the documentation.
|
|
* Get PDF build output with Sphinx healthy
* copy pdf to branch for upload on website
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
master branch. proj4.org uses the Sphinx documentation stack, and
it is located in the ./docs directory.
|
|
|
|
|