<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/include/proj/internal/coordinateoperation_constants.hpp, branch 7.2.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Split coordinateoperation.cpp in many files in iso19111/operation directory</title>
<updated>2020-12-12T22:51:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-12T21:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b79a32d723ff09ac3e5fadd3cc1b341d634bbbfb'/>
<id>b79a32d723ff09ac3e5fadd3cc1b341d634bbbfb</id>
<content type='text'>
The big size of coordinateoperation.cpp could require significant amount
of RAM to build it with -O2 level, and cause compiler crashes in some
environments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The big size of coordinateoperation.cpp could require significant amount
of RAM to build it with -O2 level, and cause compiler crashes in some
environments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589)</title>
<updated>2020-10-25T20:17:29+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-10-25T17:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4559a3f702f3f2e2d796d46458a61f38595d6e08'/>
<id>4559a3f702f3f2e2d796d46458a61f38595d6e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ellipsoidal formulation of +proj=ortho (fixes #397)</title>
<updated>2020-09-26T09:09:23+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-09-25T20:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2e104e092578347de11208e9a3a80a3bf711265d'/>
<id>2e104e092578347de11208e9a3a80a3bf711265d</id>
<content type='text'>
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
</pre>
</div>
</content>
</entry>
<entry>
<title>WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2321)</title>
<updated>2020-08-13T16:06:22+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-08-13T16:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b8c198897da30e59d41f7b9ccb66bc1b0079e5d8'/>
<id>b8c198897da30e59d41f7b9ccb66bc1b0079e5d8</id>
<content type='text'>
Fixes https://github.com/qgis/QGIS/issues/37898</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/qgis/QGIS/issues/37898</pre>
</div>
</content>
</entry>
<entry>
<title>ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to 'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean')</title>
<updated>2020-06-24T15:19:16+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-06-24T15:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d989bf3919df200695cdf12ab6d429a90e8758a7'/>
<id>d989bf3919df200695cdf12ab6d429a90e8758a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ESRI WKT: map Mercator_Variant_A, Mercator_Variant_C and Transverse_Cylindrical_Equal_Area projections (#2020)</title>
<updated>2020-03-05T07:20:19+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-03-05T07:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b8db2500285e3d4feaa5778ec7fa888bd6c6a479'/>
<id>b8db2500285e3d4feaa5778ec7fa888bd6c6a479</id>
<content type='text'>
* Add mapping of ESRI projection methods Mercator_Variant_A, Mercator_Variant_C
and Transverse_Cylindrical_Equal_Area
* Add a few notes about missing mappings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add mapping of ESRI projection methods Mercator_Variant_A, Mercator_Variant_C
and Transverse_Cylindrical_Equal_Area
* Add a few notes about missing mappings
</pre>
</div>
</content>
</entry>
<entry>
<title>Support conversion of Flat_Polar_Quartic projection method</title>
<updated>2020-02-26T09:03:51+00:00</updated>
<author>
<name>Nyall Dawson</name>
<email>nyall.dawson@gmail.com</email>
</author>
<published>2020-02-26T09:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6ed13a5f8e01dcd531e290f634aa72f204ed5eef'/>
<id>6ed13a5f8e01dcd531e290f634aa72f204ed5eef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)</title>
<updated>2020-02-24T11:43:00+00:00</updated>
<author>
<name>Nyall Dawson</name>
<email>nyall.dawson@gmail.com</email>
</author>
<published>2020-02-23T22:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac'/>
<id>004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for creating coordinates operations using Compact Miller,</title>
<updated>2020-02-21T10:26:55+00:00</updated>
<author>
<name>Nyall Dawson</name>
<email>nyall.dawson@gmail.com</email>
</author>
<published>2020-02-20T23:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6aedfb204a2ff09998dae6bd3731a1f18f85ef14'/>
<id>6aedfb204a2ff09998dae6bd3731a1f18f85ef14</id>
<content type='text'>
Times and Vertical Near Side Perspective projections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Times and Vertical Near Side Perspective projections
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for creating coordinates operations using Natural Earth/Natural Earth 2 projection</title>
<updated>2020-02-21T10:26:55+00:00</updated>
<author>
<name>Nyall Dawson</name>
<email>nyall.dawson@gmail.com</email>
</author>
<published>2020-02-20T23:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0bc2ae258dc928052719cc85b9f01957e4541fc5'/>
<id>0bc2ae258dc928052719cc85b9f01957e4541fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
