<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/Makefile.am, branch 5.0.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Fix SOVERSION for Automake build.</title>
<updated>2018-02-02T18:59:00+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-02T18:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cc50f3dfcfba4faeb0ee44efda6e1001a885a93b'/>
<id>cc50f3dfcfba4faeb0ee44efda6e1001a885a93b</id>
<content type='text'>
Fixes: #763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #763
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump various version numbers in preparation for v. 5.0.0</title>
<updated>2018-02-01T20:15:02+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-01-10T10:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4ffec0f7a70f344e34b9863ca8e07b88178f4241'/>
<id>4ffec0f7a70f344e34b9863ca8e07b88178f4241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce preparation/finalization steps in fwd/inv subsystem, supporting arbitrary dimensionality in test code</title>
<updated>2018-01-03T20:06:58+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2018-01-03T20:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a3a67fb366e4628e5bda9e30b93b73648665e4d3'/>
<id>a3a67fb366e4628e5bda9e30b93b73648665e4d3</id>
<content type='text'>
* Call trans func of same dimensionality as input in gie

* Refactor prep/fin code for pj_fwd/pj_inv 2D,3D,4D

* Remove prime meridian handling from pj_transform (now handled in pj_fwd_prepare/pj_inv_finalize)

* Introduce prep/fin skips, mostly in support of axisswap and pipeline drivers

* Refactor fwd/inv subsystem

* pj_transform: Let pj_fwd/inv handle scaling

* Let pj_fwd/inv3d fall back to 2D eventually</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Call trans func of same dimensionality as input in gie

* Refactor prep/fin code for pj_fwd/pj_inv 2D,3D,4D

* Remove prime meridian handling from pj_transform (now handled in pj_fwd_prepare/pj_inv_finalize)

* Introduce prep/fin skips, mostly in support of axisswap and pipeline drivers

* Refactor fwd/inv subsystem

* pj_transform: Let pj_fwd/inv handle scaling

* Let pj_fwd/inv3d fall back to 2D eventually</pre>
</div>
</content>
</entry>
<entry>
<title>Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)</title>
<updated>2017-11-21T16:40:21+00:00</updated>
<author>
<name>Łukasz Komsta</name>
<email>22728459+luqqe@users.noreply.github.com</email>
</author>
<published>2017-11-21T16:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=742d8913037464b484c45c40c7d14a216599f834'/>
<id>742d8913037464b484c45c40c7d14a216599f834</id>
<content type='text'>
Central conic projection implemented as 'ccon'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Central conic projection implemented as 'ccon'.</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce geodetic-geocentric conversions ... (#669)</title>
<updated>2017-11-16T17:05:54+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-11-16T17:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9532b482d03b57e26f735dd695257d41fc91cb5f'/>
<id>9532b482d03b57e26f735dd695257d41fc91cb5f</id>
<content type='text'>
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points

* minor improvements and minor bug squashing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points

* minor improvements and minor bug squashing
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed remaining traces of the built in selftest system (#661)</title>
<updated>2017-11-12T23:33:40+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-11-12T23:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=06b2f944d7844bb898ace8a7973f9182aa2234b1'/>
<id>06b2f944d7844bb898ace8a7973f9182aa2234b1</id>
<content type='text'>
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie

* Updated Appveyor and Travis build scripts

* Another appveyor script update
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie

* Updated Appveyor and Travis build scripts

* Another appveyor script update
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'axisswap' operation - swap axes in pipelines</title>
<updated>2017-10-31T21:46:40+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-10-31T21:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c8bef3173f55ec2de0d0ea452c0c9a07e0c89638'/>
<id>c8bef3173f55ec2de0d0ea452c0c9a07e0c89638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addition of 'deformation': Kinematic grid shifting.</title>
<updated>2017-10-29T13:15:36+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-10-23T09:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5877ffac2fd4c2f89deb5b9d962a1969192856c4'/>
<id>5877ffac2fd4c2f89deb5b9d962a1969192856c4</id>
<content type='text'>
Kinematic deformation models are used in some geodetic transformations.
This commit introduces the ability to do transformations involving a
gridded deformation/velocity model. For practical reasons a gridded deformation
model needs to be split into two seperate files, one for the horizontal
components and one for the vertical component. For this we use formats
already known to PROJ.4, namely the CTable/CTable2 and the GTX formats.
Grids are specified in the proj-string with +xy_grids and +z_grids.
Grid values are expected to be in m/year. The kinematic part of the
operation is controlled by the +t_epoch parameter, which is the central
epoch of the transformation. An observation epoch is also needed. It can
be specified either in the PJ_OBS input as the fourth element in the
coordinate, or in the proj-string with +t_obs. If +t_obs is present in
the proj-string it takes presedence over the value in the PJ_OBS
coordinate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kinematic deformation models are used in some geodetic transformations.
This commit introduces the ability to do transformations involving a
gridded deformation/velocity model. For practical reasons a gridded deformation
model needs to be split into two seperate files, one for the horizontal
components and one for the vertical component. For this we use formats
already known to PROJ.4, namely the CTable/CTable2 and the GTX formats.
Grids are specified in the proj-string with +xy_grids and +z_grids.
Grid values are expected to be in m/year. The kinematic part of the
operation is controlled by the +t_epoch parameter, which is the central
epoch of the transformation. An observation epoch is also needed. It can
be specified either in the PJ_OBS input as the fourth element in the
coordinate, or in the proj-string with +t_obs. If +t_obs is present in
the proj-string it takes presedence over the value in the PJ_OBS
coordinate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)</title>
<updated>2017-10-29T13:02:13+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-25T08:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fd95842b9fafb0e140bc867af71f358c92258ff8'/>
<id>fd95842b9fafb0e140bc867af71f358c92258ff8</id>
<content type='text'>
* Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c

* Repair proj.def
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c

* Repair proj.def
</pre>
</div>
</content>
</entry>
<entry>
<title>Run 'gie builtins.gie' as part of Travis CI jobs</title>
<updated>2017-10-12T12:40:30+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-10-11T16:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=48bfa6121fd19718b93d9ed9e09ddaed0739fadf'/>
<id>48bfa6121fd19718b93d9ed9e09ddaed0739fadf</id>
<content type='text'>
Touch up configuration files to support gie
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Touch up configuration files to support gie
</pre>
</div>
</content>
</entry>
</feed>
