<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/data, branch 7.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>Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-master</title>
<updated>2020-02-24T07:50:02+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-24T07:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=595686c3235a0c9a7fb05e3f4927a569963fcbc6'/>
<id>595686c3235a0c9a7fb05e3f4927a569963fcbc6</id>
<content type='text'>
Add alternative grid for JTSK - JTSK03 transform (EPSG:8364)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add alternative grid for JTSK - JTSK03 transform (EPSG:8364)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work (fixes #1938)</title>
<updated>2020-02-20T18:24:19+00:00</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2020-02-20T08:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2be384c5ac96d704c618ac098e3adc97072a0b71'/>
<id>2be384c5ac96d704c618ac098e3adc97072a0b71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix performance issue, affecting projinfo EPSG:7842</title>
<updated>2020-02-05T17:54:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-05T16:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=aa2545bebddec14caf4bae8e7615dbb880613faa'/>
<id>aa2545bebddec14caf4bae8e7615dbb880613faa</id>
<content type='text'>
Fixes #1913

AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates() issued
a complex SQL query that pushes the SQLite3 query plan optimizer to its limits.
Was working reasonably with sqlite 3.11, but not with later versions.
So put less constraints in the main query and do post-processing checks and
auxiliary requests to avoid such issues.

For some unknown reason, this slightly slows down a bit execution time of the
whole test_cpp_api binary (~ 10%), but couldn't come with something better,
despite trying many variations of the main SQL query. It seems that in the
general case the non-filter LEFT JOIN on the supersession table helped,
except on this EPSG:7842 case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1913

AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates() issued
a complex SQL query that pushes the SQLite3 query plan optimizer to its limits.
Was working reasonably with sqlite 3.11, but not with later versions.
So put less constraints in the main query and do post-processing checks and
auxiliary requests to avoid such issues.

For some unknown reason, this slightly slows down a bit execution time of the
whole test_cpp_api binary (~ 10%), but couldn't come with something better,
despite trying many variations of the main SQL query. It seems that in the
general case the non-filter LEFT JOIN on the supersession table helped,
except on this EPSG:7842 case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: add a custom concatenated_operation for NTF (Paris) to RGF93, using the non-deprecated EPSG:9327 for the geocentric translation</title>
<updated>2020-01-30T13:14:12+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-30T13:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a1b1c4312e1270b2f5dcb44e2ba2727711cbb80f'/>
<id>a1b1c4312e1270b2f5dcb44e2ba2727711cbb80f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1897 from rouault/map_geocentric_translation_method</title>
<updated>2020-01-30T10:08:49+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-01-30T10:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=91c40b654bb2b07ae79367a683e45c86d29ba0a4'/>
<id>91c40b654bb2b07ae79367a683e45c86d29ba0a4</id>
<content type='text'>
Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'null' grid file as it is now a special hardcoded case in grid code</title>
<updated>2020-01-29T17:06:58+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-29T17:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ec2faad6d656a03466ff44a813c6017abfed347f'/>
<id>ec2faad6d656a03466ff44a813c6017abfed347f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift</title>
<updated>2020-01-29T15:28:07+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-29T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6f6c53c8553541690a16775ab2c92f7703196e59'/>
<id>6f6c53c8553541690a16775ab2c92f7703196e59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to use grids from the CDN by their 'old name' even if not in the EPSG/grid_transformation table</title>
<updated>2020-01-29T13:44:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-29T13:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9f6ab28f1d26561a547802a18b3a2f7877834ca8'/>
<id>9f6ab28f1d26561a547802a18b3a2f7877834ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1891 from rouault/rfc5</title>
<updated>2020-01-29T11:51:49+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-29T11:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf6b1a889b12d7ecdcb190cd14155e09e132095f'/>
<id>bf6b1a889b12d7ecdcb190cd14155e09e132095f</id>
<content type='text'>
Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ</pre>
</div>
</content>
</entry>
<entry>
<title>Grid correction: fix handling grids spanning antimeridian (fixes #1859)</title>
<updated>2020-01-25T10:20:20+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-25T02:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5358921291144d5a8465aa4403682b84da1431b8'/>
<id>5358921291144d5a8465aa4403682b84da1431b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
