<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/transformations, branch docker-build-updates</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>affine: remove duplicate #include "proj_internal.h"</title>
<updated>2019-03-30T19:30:28+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-30T19:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6ae93423b74cee676e356e7f9e0a72725f61b5b6'/>
<id>6ae93423b74cee676e356e7f9e0a72725f61b5b6</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f68.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f68.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate instances of  #include "proj_internal.h"</title>
<updated>2019-03-29T19:17:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-29T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=095d2204f8bb05d172936aebbb1e9e44852c049f'/>
<id>095d2204f8bb05d172936aebbb1e9e44852c049f</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1322 from rouault/ossfuzz_fixes</title>
<updated>2019-03-17T07:10:20+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-17T07:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf609ea9ae605d3cf3ce76307f92712b75f01e47'/>
<id>bf609ea9ae605d3cf3ce76307f92712b75f01e47</id>
<content type='text'>
Various ossfuzz fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various ossfuzz fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Use 1st eccentricity instead of 2nd eccentricity</title>
<updated>2019-03-16T09:21:26+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-16T08:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=644a592cc866ae2871eb82fdd428182dab47fab2'/>
<id>644a592cc866ae2871eb82fdd428182dab47fab2</id>
<content type='text'>
By mistake the second eccentricity was used in a few places in the
Molodensky transform. According to the literature the first eccentricity
should always be used in the eccentricity.

This only affects the output slightly. Reported test coordinates
differed by less than a millimeter.

Fixes #1321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By mistake the second eccentricity was used in a few places in the
Molodensky transform. According to the literature the first eccentricity
should always be used in the eccentricity.

This only affects the output slightly. Reported test coordinates
differed by less than a millimeter.

Fixes #1321
</pre>
</div>
</content>
</entry>
<entry>
<title>Helmert: avoid potential division by zero</title>
<updated>2019-03-16T09:10:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-15T22:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6bde8881169cdf37256b0148e7d383232a4e305e'/>
<id>6bde8881169cdf37256b0148e7d383232a4e305e</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11893
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11893
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Molodensky: avoid division by zero</title>
<updated>2019-03-15T09:58:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-14T23:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=db29f2ecf6f49250079b962ad788b93fbc497fa3'/>
<id>db29f2ecf6f49250079b962ad788b93fbc497fa3</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13069
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13069
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply multiplier in proj_vgrid_value()</title>
<updated>2019-02-20T12:21:15+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-20T12:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=04844ac495f65e824a0bd9f9e49ea3360f2c063f'/>
<id>04844ac495f65e824a0bd9f9e49ea3360f2c063f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vgridshift: propagate multiplier to avoid false-positive detection of nodata values in the grids with US VERTCON grids that are in millimeters</title>
<updated>2019-02-20T10:02:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-20T10:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b08b9580ab0aca70c8762b3f8f0039484ddaca60'/>
<id>b08b9580ab0aca70c8762b3f8f0039484ddaca60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deformation: Replace +t_obs with +dt</title>
<updated>2019-02-14T13:55:23+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-02-14T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=12689e3d858d66e5e00e8d99f9326ef91cc0a384'/>
<id>12689e3d858d66e5e00e8d99f9326ef91cc0a384</id>
<content type='text'>
The +t_obs parameter was confusing for users since it effectively
overwrote the observation time in input coordinates. To make it more clear
what is the operation is doing, users are now required to directly specify
the time span for which they wish to apply a given deformation. The parameter
+dt has been added for that purpose. The new parameter is mutually
exclusive with +t_epoch. +dt is used when deformation
for a set amount of time is needed and +t_epoch is used (in
conjunction with the observation time of the input coordinate) when
deformation from a specific epoch to the observation time is needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The +t_obs parameter was confusing for users since it effectively
overwrote the observation time in input coordinates. To make it more clear
what is the operation is doing, users are now required to directly specify
the time span for which they wish to apply a given deformation. The parameter
+dt has been added for that purpose. The new parameter is mutually
exclusive with +t_epoch. +dt is used when deformation
for a set amount of time is needed and +t_epoch is used (in
conjunction with the observation time of the input coordinate) when
deformation from a specific epoch to the observation time is needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverse direction of deformation operations/transformations/deformation</title>
<updated>2019-02-14T11:00:45+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-02-14T11:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=29a59cadb9d1371479477af517f3431784e880f9'/>
<id>29a59cadb9d1371479477af517f3431784e880f9</id>
<content type='text'>
Changed the direction of dt-calculation to follow the same convention as
helmert. Changed from dt = t_c - t_obs to dt = t_obs - t_c, which
effectively reverses the direction of the operation. Existing projstrings
using deformation can simply reverse the direction of the operation to
achieve the same results as before this commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the direction of dt-calculation to follow the same convention as
helmert. Changed from dt = t_c - t_obs to dt = t_obs - t_c, which
effectively reverses the direction of the operation. Existing projstrings
using deformation can simply reverse the direction of the operation to
achieve the same results as before this commit.
</pre>
</div>
</content>
</entry>
</feed>
