Skip to content
Commits on Source (4)
......@@ -5,7 +5,7 @@ This version of PROJ introduces some significant extensions and
improvements to (primarily) the geodetic functionality of the system.
The main driver for introducing the new features is the emergence of
dynamic reference frames, the increasing use of high accuracy GNNS,
dynamic reference frames, the increasing use of high accuracy GNSS,
and the related growing demand for accurate coordinate
transformations. While older versions of PROJ included some geodetic
functionality, the new framework lays the foundation for turning PROJ
......
......@@ -82,16 +82,22 @@ script out of the Visual C++ tree.
The `makefile.vc` builds `proj.exe`, `proj.dll` and `proj.lib`.
On Windows you have to set the PROJ_LIB environment variable to make
sure that PROJ can find the resource files that it needs. For the
default install directory you can set PROJ_LIB with:
C:\> set PROJ_LIB C:\PROJ\share
### Distribution files and format
Sources are distributed in one or more files. The principle elements
of the system are in a compress tar file named `PROJ-x.y.z.tar.gz` where
of the system are in a compress tar file named `proj-x.y.z.tar.gz` where
"x" will indicate major release number, "y" indicates minor release
number and "z" indicates the patch number of the release.
In addition to the PROJ software package, a distribution of datum
conversion grid files is also available. The grid package is
distributed under the name `PROJ-datumgrid-x.y.zip`, where "x" is the
distributed under the name `proj-datumgrid-x.y.zip`, where "x" is the
major release version and "y" the minor release version numbers.
The grid package can be downloaded from the PROJ.4 website.
proj (5.0.0~rc3-1~exp2) UNRELEASED; urgency=medium
proj (5.0.0~rc4-1~exp1) experimental; urgency=medium
* New upstream release candidate.
* Ignore test failures on more problematic architectures.
* Update watch file to use HTTPS.
* Rename PROJ.4 to PROJ.
-- Bas Couwenberg <sebastic@debian.org> Wed, 14 Feb 2018 09:53:22 +0100
-- Bas Couwenberg <sebastic@debian.org> Wed, 21 Feb 2018 18:19:41 +0100
proj (5.0.0~rc3-1~exp1) experimental; urgency=medium
......
......@@ -734,6 +734,7 @@ int proj_errno_reset (const PJ *P) {
pj_ctx_set_errno (pj_get_ctx ((PJ *) P), 0);
errno = 0;
pj_errno = 0;
return last_errno;
}
......
......@@ -627,7 +627,7 @@ Chamberlin Trimetric
-------------------------------------------------------------------------------
operation +proj=chamb +R=6400000 +lat_1=0.5 +lat_2=2
-------------------------------------------------------------------------------
tolerance 0.1 mm
tolerance 0.5 mm
accept 2 1
expect -27864.779586801 -223364.324593274
accept 2 -1
......@@ -4315,7 +4315,7 @@ van der Grinten II
-------------------------------------------------------------------------------
operation +proj=vandg2 +a=6400000 +lat_1=0.5 +lat_2=2
-------------------------------------------------------------------------------
tolerance 0.1 mm
tolerance 0.5 mm
accept 2 1
expect 223395.247850437 111718.491037226
accept 2 -1
......