<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/scripts/reference_exported_symbols.txt, branch 8.1.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>Merge pull request #2814 from rouault/fix_2813</title>
<updated>2021-08-19T08:34:01+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-08-19T08:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=dff8e5df3f5e80a88590fc87aca17b39008289cc'/>
<id>dff8e5df3f5e80a88590fc87aca17b39008289cc</id>
<content type='text'>
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2805 from rouault/fix_2803</title>
<updated>2021-08-16T09:59:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-08-16T09:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bc97ca635668e5457afc9dbb491c5aa5525ca7de'/>
<id>bc97ca635668e5457afc9dbb491c5aa5525ca7de</id>
<content type='text'>
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)</pre>
</div>
</content>
</entry>
<entry>
<title>Add proj_get_geoid_models_from_database() (#2681)</title>
<updated>2021-04-24T08:37:19+00:00</updated>
<author>
<name>Javier Jimenez Shaw</name>
<email>j1@jimenezshaw.com</email>
</author>
<published>2021-04-24T08:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=93dc8422c4cddf5fa52824222143effa6bb4d67f'/>
<id>93dc8422c4cddf5fa52824222143effa6bb4d67f</id>
<content type='text'>
to list all geoid model names that apply to a vertical CRS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to list all geoid model names that apply to a vertical CRS</pre>
</div>
</content>
</entry>
<entry>
<title>Database: update to EPSG v10.019</title>
<updated>2021-04-22T23:07:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-22T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f6abb7d75c647013dd83a82361b96c202e615d90'/>
<id>f6abb7d75c647013dd83a82361b96c202e615d90</id>
<content type='text'>
Non-trivial updates:
- some vertical CRS are now encoded as DerivedVerticalCRS. e.g EPSG:8228
  "NAVD88 height (ft)", with base EPSG:5703 "NAVD88 height". As we don't
  have support in our PROJ db model for DerivedVerticalCRS, modify the
  import script to 'resolve' the derivation up to the original datum.
- Method EPSG:1069 'Change of Vertical Unit' is no longer used. It is
  replaced by a generic-purpose EPSG:1104 method that doesn't take any
  conversion factor. And generic conversions EPSG:7812 and EPSG:7813 are
  now used in concatenated operations, which require code changes as
  well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Non-trivial updates:
- some vertical CRS are now encoded as DerivedVerticalCRS. e.g EPSG:8228
  "NAVD88 height (ft)", with base EPSG:5703 "NAVD88 height". As we don't
  have support in our PROJ db model for DerivedVerticalCRS, modify the
  import script to 'resolve' the derivation up to the original datum.
- Method EPSG:1069 'Change of Vertical Unit' is no longer used. It is
  replaced by a generic-purpose EPSG:1104 method that doesn't take any
  conversion factor. And generic conversions EPSG:7812 and EPSG:7813 are
  now used in concatenated operations, which require code changes as
  well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added proj_get_celestial_body_list_from_database (#2674)</title>
<updated>2021-04-18T10:34:29+00:00</updated>
<author>
<name>Alan D. Snow</name>
<email>alansnow21@gmail.com</email>
</author>
<published>2021-04-18T10:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e4e2991b174ea48b67e9b41c8f356a9cf1bba081'/>
<id>e4e2991b174ea48b67e9b41c8f356a9cf1bba081</id>
<content type='text'>
Closes #2667</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2667</pre>
</div>
</content>
</entry>
<entry>
<title>Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_database() filter on and return celestial body name</title>
<updated>2021-04-12T10:48:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-11T11:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d582ac8bae02b25e25685755173715ebf9349573'/>
<id>d582ac8bae02b25e25685755173715ebf9349573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>projinfo: add a --normalize-axis-order undocument switch</title>
<updated>2021-04-10T22:22:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-10T20:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=88426c18e43538edc6075d47b3b6829ada7e9a76'/>
<id>88426c18e43538edc6075d47b3b6829ada7e9a76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proj_context_get_database_structure() to dump structure of empty valid auxiliary DB</title>
<updated>2021-03-15T15:16:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-13T15:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=80ef9cee87be3df8eb293e53a91992d6c19178bb'/>
<id>80ef9cee87be3df8eb293e53a91992d6c19178bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SQL output: add capability to restrict the authorities into which to look for intermediate objects</title>
<updated>2021-03-15T15:16:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-13T10:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8a67a3fb96ffdb29887b2954dd4bb8af92f6960d'/>
<id>8a67a3fb96ffdb29887b2954dd4bb8af92f6960d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C/C++ API to get SQL statements to insert a CRS into database</title>
<updated>2021-03-15T15:16:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-12T21:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5ddddfac622f40a4de920460b64e88e7b9cb5b68'/>
<id>5ddddfac622f40a4de920460b64e88e7b9cb5b68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
