| Age | Commit message (Collapse) | Author |
|
Support for OSX
|
|
- Add a usage/network.rst document for all network related information (fixes #1852)
- reference it from cs2cs and cct docs
- Create a specification/ section
- Move usage/projjson.json to specification/
- Move the description of the GeoTIFF format from RFC-4 text to a
specifications/geodetictiffgrids.rst (refs #1850)
|
|
|
|
|
|
|
|
|
|
PROJ_NETWORK_ENDPOINT or proj_context_set_url_endpoint()
|
|
and networking enabled
|
|
|
|
and IGNF init-files
|
|
(https://github.com/OSGeo/PROJ/pull/1755) regarding how resource files are looked for
|
|
(without recent Win32 specific addition)
|
|
Update README, install.rst and resource_files.rst
|
|
- Content partly borrowed from @kbevers ' suggestions of
https://github.com/OSGeo/PROJ/issues/1751#issuecomment-558976968
- Remove mention about Swiss grids. Included in the europe package
- Remove section about HARN / HPGN grids. Those have been included
in the north-america package, and there is no longer any point in
mentionning the particularities of how ancient ones had to be
used with PROJ.4
- Remove section about obsolete proj_defs.dat
|
|
|
|
Change all occurrences with the command below.
git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g'
Fixes: https://github.com/OSGeo/PROJ/issues/1521
|
|
|
|
|
|
Closes #1435
|
|
|
|
Closes #1159
|
|
|
|
These are included with proj-datumgrid:
- Australia
- Canada: ntv2_0.gsb
- Germany: BETA2007.gsb
|
|
forbids +transpose (fixes #1091)
As identified in #1091, Helmert implementation in PROJ 5.0 and 5.1 is confusing.
It happens that by default it used the coordinate_frame convention, contrary to
the position_vector convention used traditionaly for +towgs84. The documentation
of Helmert was also wrongly specifying that the default convention was
position_vector.
This commit:
- bans the confusing +transpose parameter
- removes the concept of a default convention, since in practice both are
equally found, and requires +convention as soon as a rotational term parameter
is present.
For translation only, convention is ignored and optional, as having no effect.
- fixes all the identified uses of proj=helmert in code, doc and tests
This is obviously a breaking change:
- users will have to adapt their pipeline expressions
- in particular, init files that would use helmert must be adapted
However, as designed, the break will be explicit, and not silent.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|