<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/travis, branch 6.3.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>travis/osx/before_install.sh: 'brew install graphviz' for missing 'dot' program</title>
<updated>2020-04-19T14:11:18+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-19T12:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=678fa3e2a1243a21e4b8debb2331c6e6d4583b69'/>
<id>678fa3e2a1243a21e4b8debb2331c6e6d4583b69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: use fixed version of sphinx and breathe to avoid build failure [skip appveyor]</title>
<updated>2020-04-09T10:33:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-06T13:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2af259f649d85225243b0cf22b6864418c0c68c6'/>
<id>2af259f649d85225243b0cf22b6864418c0c68c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>6.3 branch: disable doc publication [ci skip]</title>
<updated>2020-03-01T11:52:24+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-03-01T11:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=73be5b1e68cf467b9d3f5efa0540a457d9d1a0b1'/>
<id>73be5b1e68cf467b9d3f5efa0540a457d9d1a0b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to 6.3 branch for website generation</title>
<updated>2020-01-01T20:45:19+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-01-01T20:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=77ae7cadbe1dd729891d85f31bbb79bfb52cce81'/>
<id>77ae7cadbe1dd729891d85f31bbb79bfb52cce81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis: fix OSX builds</title>
<updated>2019-12-28T23:30:41+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-28T22:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6d64ff881726a080a825584a21a6707a5cfb3710'/>
<id>6d64ff881726a080a825584a21a6707a5cfb3710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: tune accuracy of Canadian NTv1 file w.r.t NTv2</title>
<updated>2019-12-25T15:23:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T15:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b8f8a708c2299ba55b3d4754aa75633e3ee5897b'/>
<id>b8f8a708c2299ba55b3d4754aa75633e3ee5897b</id>
<content type='text'>
As on import of EPSG, we remove the supersession of Canadian NTv1 file w.r.t NTv2
(because the default behaviour of PROJ is to ignore superseded operations). However
the NTv1 operation is advertized with an accuracy of 1m, whereas NTv2 is advertized
with 1.5m. Consequently on areas where both files are valid, and if both files are
available, NTv1 would be selected. So as a workaround, worsen the NTv1 accuracy to
2m so that NTv2 is used in priority.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As on import of EPSG, we remove the supersession of Canadian NTv1 file w.r.t NTv2
(because the default behaviour of PROJ is to ignore superseded operations). However
the NTv1 operation is advertized with an accuracy of 1m, whereas NTv2 is advertized
with 1.5m. Consequently on areas where both files are valid, and if both files are
available, NTv1 would be selected. So as a workaround, worsen the NTv1 accuracy to
2m so that NTv2 is used in priority.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: do not install md5sha1sum from brew</title>
<updated>2019-12-16T21:13:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-16T21:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=75a3299803beabf2dd2600aee2b5849347dabc29'/>
<id>75a3299803beabf2dd2600aee2b5849347dabc29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/osx/before_install.sh: attempt to fix 'pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.'</title>
<updated>2019-11-22T13:21:21+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-11-22T13:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1'/>
<id>566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/linux_gcc/before_install.sh: use cppcheck from distribution</title>
<updated>2019-10-28T08:03:59+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-10-28T08:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7026fa2241d4e42ac35688487b7c7dd4d7f8bad1'/>
<id>7026fa2241d4e42ac35688487b7c7dd4d7f8bad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/install.sh: add a way of detecting problematic use of CS identifier for Solaris compat</title>
<updated>2019-09-25T18:44:13+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-25T18:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf2c2b26c68c36cb51624808bc5948e6afaaa4d6'/>
<id>bf2c2b26c68c36cb51624808bc5948e6afaaa4d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
