| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
Modifies label to use BibTeX key name, and format names with lastfirst
|
|
|
|
Added NEWS section to frontpage, update download links and adjusted version number.
|
|
|
|
No distinction is required between version and release.
Disable default highlight_language (was effectively Python)
|
|
|
|
According to https://tex.stackexchange.com/q/13067/2951
utf8x should be avoided if possible.
Also, define LaTeX for Unicode PRIME character, used
in eqc doc pages.
|
|
This also includes the PDF manual, Qt help file, man pages, etc.
|
|
|
|
|
|
Create man pages from the Sphinx documentation. Ideally the man pages
are updated completely automatic when running make dist and make install
but that is a quite complicated setup. For now a script that builds the
man pages and commits them has been created. This is to be run as part
of the release process so that man pages are aligned with the most
recent version of the docs.
|
|
|
|
[skip ci]
|
|
|
|
* 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.
|
|
|
|
|