<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/nad/IGNF, branch rfc4_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Rename nad/ directory as data/</title>
<updated>2018-09-18T20:58:57+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-09-18T18:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc'/>
<id>d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding info functions to proj.h API. (#551)</title>
<updated>2017-08-07T08:37:40+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2017-08-07T08:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8302bf9db2d5bfa3a84a0f9ddf31a90698cccc84'/>
<id>8302bf9db2d5bfa3a84a0f9ddf31a90698cccc84</id>
<content type='text'>
* Adding info functions to proj.h API.

Four new functions are added with this commit: proj_info(), proj_pj_info(),
proj_grid_info() and proj_init_info(). Additionally four new data types are
added: PJ_INFO, PJ_PROJ_INFO, PJ_GRID_INFO and PJ_INIT_INFO. The functions
return the corresponding data types.

These functions allows users of the PROJ.4 library to get information about
various PROJ.4 entities and the library itself. The new data types are structs
that contain specific information about either the library instance, a PJ
instance, a grid or an init file. Together the four new functions cover a big
part of the functionality in the semi-public projects.h API and should hopefully
make it easier for user to migrate their code to the proj.h API in the future.

Besides covering already existing functionality in the old API, this commit
introduces the ability to add metadata to init-files. This is primarily added
to give users a way of knowing which version of the EPSG database they are
using, but it also comes in handy for other init-files. The init-file metadata
is added directly to the init-file as a special "projection" called "metadata".
The info projection of the epsg init-file is thus described as:

    &lt;metadata&gt; +version=9.0.0 +origin=EPSG +lastupdate=2017-01-10

The proj_init_info() function uses the internal pj_param() to read the
metadata. As a consequence, "metadata" will not be available as a the name of
a projection in the future. This is a reasonable price to pay considering the
ease of the implementation of adding metadata to init-files this way, and of
course that "metadata" is a very unlikely name for a projection in any case.
A metadata tag has been added to all init-files in the nad-directory. For most
only a subset of the possible parameters has been added.

* Replaced calls to sprintf and strncpy with safer options. Added pj_strlcpy for internal use.

* Fail gracefully when getting non-initialized PJ in proj_pj_info()

* Change length of filename member in PJ_INIT_INFO and PJ_GRID_INFO to 260 (MAX_PATH)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding info functions to proj.h API.

Four new functions are added with this commit: proj_info(), proj_pj_info(),
proj_grid_info() and proj_init_info(). Additionally four new data types are
added: PJ_INFO, PJ_PROJ_INFO, PJ_GRID_INFO and PJ_INIT_INFO. The functions
return the corresponding data types.

These functions allows users of the PROJ.4 library to get information about
various PROJ.4 entities and the library itself. The new data types are structs
that contain specific information about either the library instance, a PJ
instance, a grid or an init file. Together the four new functions cover a big
part of the functionality in the semi-public projects.h API and should hopefully
make it easier for user to migrate their code to the proj.h API in the future.

Besides covering already existing functionality in the old API, this commit
introduces the ability to add metadata to init-files. This is primarily added
to give users a way of knowing which version of the EPSG database they are
using, but it also comes in handy for other init-files. The init-file metadata
is added directly to the init-file as a special "projection" called "metadata".
The info projection of the epsg init-file is thus described as:

    &lt;metadata&gt; +version=9.0.0 +origin=EPSG +lastupdate=2017-01-10

The proj_init_info() function uses the internal pj_param() to read the
metadata. As a consequence, "metadata" will not be available as a the name of
a projection in the future. This is a reasonable price to pay considering the
ease of the implementation of adding metadata to init-files this way, and of
course that "metadata" is a very unlikely name for a projection in any case.
A metadata tag has been added to all init-files in the nad-directory. For most
only a subset of the possible parameters has been added.

* Replaced calls to sprintf and strncpy with safer options. Added pj_strlcpy for internal use.

* Fail gracefully when getting non-initialized PJ in proj_pj_info()

* Change length of filename member in PJ_INIT_INFO and PJ_GRID_INFO to 260 (MAX_PATH)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update IGNF projections definitions for CRS identified as being equivalent to WGS84 (+towgs84 equals 0,0,0 or 0,0,0,0,0,0) : addition of +nadgrids=@null +wktext for such CRS and set +towgs84=0,0,0.</title>
<updated>2011-11-27T17:40:08+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2011-11-27T17:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4c97d903b3ee33064ab756011a10e8c0923dd68b'/>
<id>4c97d903b3ee33064ab756011a10e8c0923dd68b</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2122 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2122 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>In reply to http://trac.osgeo.org/proj/ticket/88 : the updated IGNF catalogue</title>
<updated>2011-06-09T17:46:55+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2011-06-09T17:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=67e58252e9c5ce192afed5d3b777e06e93daea04'/>
<id>67e58252e9c5ce192afed5d3b777e06e93daea04</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2050 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2050 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching stmerc (simplified transverse mercator) to gstmerc (Gauss-Schreiber transverse mercator) : IGNF catalogue Gauss-Laborde Reunion entry changed.</title>
<updated>2008-07-28T19:32:57+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-07-28T19:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf348db29b24360d6d888c9e7a5ea0968aa5a465'/>
<id>bf348db29b24360d6d888c9e7a5ea0968aa5a465</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1465 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1465 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>InvalidEncoding</title>
<updated>2008-07-26T10:34:01+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-07-26T10:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=647d56dbf928a741a46cffcf202eed33d9c15826'/>
<id>647d56dbf928a741a46cffcf202eed33d9c15826</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1462 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1462 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Change identifier LAMBCCxx to RGF93CCxx.</title>
<updated>2008-04-20T15:19:24+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-04-20T15:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5c3e2f4243329ed2a0008f254796338830c7cef0'/>
<id>5c3e2f4243329ed2a0008f254796338830c7cef0</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1444 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1444 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>RGF93 Lambert conic conform projections (LAMBCC42 to LAMBCC50) standard parallels corrected</title>
<updated>2008-03-04T21:11:57+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-03-04T21:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b5fed517ffaf13517182a4b3c04797266cc25708'/>
<id>b5fed517ffaf13517182a4b3c04797266cc25708</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1440 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1440 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrong lat_1, lat_2 for LAMBC42-LAMBCC50.</title>
<updated>2008-02-22T17:11:21+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-02-22T17:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=37a156987eecad23440de2e3ae7ffeb0c8c4cf3c'/>
<id>37a156987eecad23440de2e3ae7ffeb0c8c4cf3c</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1439 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1439 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>IGNF catalogue updated due to eqr/eqc merge. More unit tests added. proj_outIGNF.dist-real added with control points.</title>
<updated>2008-01-18T20:50:13+00:00</updated>
<author>
<name>Didier Richard</name>
<email>didier.richard@ign.fr</email>
</author>
<published>2008-01-18T20:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=85b6a6a3b04f80b54a99d98ed65ca420cb1932e8'/>
<id>85b6a6a3b04f80b54a99d98ed65ca420cb1932e8</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1433 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1433 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
