You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2021/09/30 15:14:50 UTC

[sis-site] branch asf-staging updated: Initial web site update for SIS 1.1 release.

This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/sis-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 1bee965  Initial web site update for SIS 1.1 release.
1bee965 is described below

commit 1bee9653d5e820c128863a3e1865613ee9d45ac0
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Thu Sep 30 17:14:16 2021 +0200

    Initial web site update for SIS 1.1 release.
---
 DOAP.rdf                               |   32 +-
 command-line.html                      |   10 +-
 downloads.html                         |   12 +-
 epsg.html                              |   26 +-
 gdal.html                              |  193 ---
 index.html                             |    2 +-
 index.xml                              |   16 +-
 release-management.html                |   74 +-
 release-notes/1.0.html                 |    2 +-
 release-notes/1.1.html                 |   85 ++
 site-management.html                   |   43 +-
 sitemap.xml                            |   17 +-
 tables/CoordinateOperationMethods.html | 2076 +++++++-------------------------
 tables/CoordinateReferenceSystems.html | 1497 ++++++++++-------------
 templates/release-vote.txt             |    6 +-
 15 files changed, 1265 insertions(+), 2826 deletions(-)

diff --git a/DOAP.rdf b/DOAP.rdf
index afac480..962406a 100644
--- a/DOAP.rdf
+++ b/DOAP.rdf
@@ -51,7 +51,7 @@
         <asfext:title>GeoAPI</asfext:title>
         <asfext:body>Open Geospatial Consortium</asfext:body>
         <asfext:id>OGC 09-083r3</asfext:id>
-        <asfext:url rdf:resource = "http://www.opengeospatial.org/standards/geoapi"/>
+        <asfext:url rdf:resource = "https://www.ogc.org/standards/geoapi"/>
       </asfext:Standard>
     </asfext:implements>
     <asfext:implements>
@@ -66,7 +66,7 @@
       <asfext:Standard>
         <asfext:title>Geographic information — Conceptual schema language</asfext:title>
         <asfext:body>International Organization for Standardization</asfext:body>
-        <asfext:id>ISO 19103:2005</asfext:id>
+        <asfext:id>ISO 19103:2015</asfext:id>
       </asfext:Standard>
     </asfext:implements>
     <asfext:implements>
@@ -132,6 +132,34 @@
         <asfext:id>ISO 19136:2007</asfext:id>
       </asfext:Standard>
     </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Geographic information — Filter encoding</asfext:title>
+        <asfext:body>International Organization for Standardization</asfext:body>
+        <asfext:id>ISO 19143:2010</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>NetCDF Binary Encoding — Classic and 64-bit Offset Format</asfext:title>
+        <asfext:body>Open Geospatial Consortium</asfext:body>
+        <asfext:id>OGC 10-092r3</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>OGC GeoTIFF standard</asfext:title>
+        <asfext:body>Open Geospatial Consortium</asfext:body>
+        <asfext:id>OGC 19-008r4</asfext:id>
+      </asfext:Standard>
+    </asfext:implements>
+    <release>
+      <Version>
+        <name>Apache SIS 1.1 — GeoTIFF, filters, raster reprojections</name>
+        <created>2021-10-06</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache SIS 1.0 — basic coverage support</name>
diff --git a/command-line.html b/command-line.html
index c119983..9fd5be1 100644
--- a/command-line.html
+++ b/command-line.html
@@ -125,9 +125,9 @@ in their own application.</p>
   </ul>
 </nav>
 <h1 id="install">Installation   </h1>
-<p>Select &ldquo;Apache SIS 1.0 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip in any directory.
+<p>Select &ldquo;Apache SIS 1.1 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip in any directory.
 The directory structure will be as below:</p>
-<div class="highlight"><pre class="chroma"><code class="language-text" data-lang="text">apache-sis-1.0
+<div class="highlight"><pre class="chroma"><code class="language-text" data-lang="text">apache-sis-1.1
 ├─ bin
 ├─ conf
 ├─ data
@@ -136,9 +136,9 @@ The directory structure will be as below:</p>
 <p>The <code>bin</code> sub-directory contains a <code>sis</code> command for Unix systems (Linux or MacOS — we have not yet done a <code>sis.bat</code> file for Windows).
 The <code>bin</code> sub-directory can be added to the <code>PATH</code> environment variable for convenience, but this is not mandatory.
 Example:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">export</span> <span class="nv">PATH</span><span class="o">=</span><span class="nv">$PWD</span>/apache-sis-1.0/bin:<span class="nv">$PATH</span></code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">export</span> <span class="nv">PATH</span><span class="o">=</span><span class="nv">$PWD</span>/apache-sis-1.1/bin:<span class="nv">$PATH</span></code></pre></div>
 <p>The remaining of this page assumes that the <code>bin</code> directory is on the search path.
-If not, the same examples can still be executed by replacing the <code>sis</code> command by <code>./apache-sis-1.0/bin/sis</code>.</p>
+If not, the same examples can still be executed by replacing the <code>sis</code> command by <code>./apache-sis-1.1/bin/sis</code>.</p>
 <h2 id="dependencies">Optional dependencies   </h2>
 <p>Every JAR files present in the <code>lib</code> sub-directory will be included on the classpath during <code>sis</code> command execution.
 By default, the <code>lib</code> directory contains the <code>sis.jar</code> file with only GeoAPI JAXB API dependencies.
@@ -407,7 +407,7 @@ The data file given in argument can be a local file or a URL.
 By default, the metadata are shown in a relatively compact tree-table format.
 But the metadata can optionally be exported as an ISO 19139 compliant XML document.</p>
 <blockquote><b>Note:</b>
-As of SIS 1.0, only ISO 19139 XML documents, CF-compliant netCDF files, GeoTIFF files, GPX files
+As of SIS 1.1, only ISO 19139 XML documents, CF-compliant netCDF files, GeoTIFF files, GPX files
 or Moving Features CSV files can be given in argument to this command.
 </blockquote>
 <p>The following example show the metadata of a netCDF file accessible from the web:</p>
diff --git a/downloads.html b/downloads.html
index 91090d9..2076449 100644
--- a/downloads.html
+++ b/downloads.html
@@ -99,8 +99,8 @@
               h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }
           </style>
           
-	<p>Apache SIS 1.0 is now available.
-See the <a href="release-notes/1.0.html">release notes</a> for a list of changes since the previous version.</p>
+	<p>Apache SIS 1.1 is now available.
+See the <a href="release-notes/1.1.html">release notes</a> for a list of changes since the previous version.</p>
 <p>Apache SIS releases are available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
 See the <code>NOTICE</code> file contained in each release artifact for applicable copyright attribution notices.</p>
 <nav id="TableOfContents">
@@ -123,9 +123,9 @@ For convenience, an aggregated Javadoc and a pre-compiled JAR file are available
 The precompiled JAR file contains most modules and dependencies in a single archive for easier inclusion
 in a classpath.</p>
 <ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-src.zip">Apache SIS 1.0 sources</a> [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.md5">MD5</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-src.zip.sha">SHA</a>]</li>
-<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-doc.zip">Apache SIS 1.0 javadoc</a> [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.md5">MD5</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-doc.zip.sha">SHA</a>]</li>
-<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.0/apache-sis-1.0-bin.zip">Apache SIS 1.0 binary</a>  [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.md5">MD5</a>] [<a href="https://www.apache.org/dist/sis/1.0/apache-sis-1.0-bin.zip.sha">SHA</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-src.zip">Apache SIS 1.1 sources</a> [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.sha512">SHA 512</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-doc.zip">Apache SIS 1.1 javadoc</a> [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.sha512">SHA 512</a>]</li>
+<li><a href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-bin.zip">Apache SIS 1.1 binary</a>  [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.sha512">SHA 512</a>]</li>
 </ul>
 <h2 id="release-gpg">Verify signatures   </h2>
 <p>All downloads can be verified using the Apache SIS code signing <a href="https://www.apache.org/dist/sis/KEYS">KEYS</a>.
@@ -148,7 +148,7 @@ dependency management tool to automatically obtain the required Java Archives (J
 Below are examples of declarations in a <code>pom.xml</code> file for building a project with a SIS core module.
 If running on Java 11 or higher, at least one of the two next dependencies is also required:</p>
 <div class="highlight"><pre class="chroma"><code class="language-xml" data-lang="xml"><span class="nt">&lt;properties&gt;</span>
-  <span class="nt">&lt;sis.version&gt;</span>1.0<span class="nt">&lt;/sis.version&gt;</span>
+  <span class="nt">&lt;sis.version&gt;</span>1.1<span class="nt">&lt;/sis.version&gt;</span>
 <span class="nt">&lt;/properties&gt;</span>
 
 <span class="nt">&lt;dependencies&gt;</span>
diff --git a/epsg.html b/epsg.html
index ec71b46..0e893f4 100644
--- a/epsg.html
+++ b/epsg.html
@@ -149,26 +149,20 @@ For example:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">sis crs EPSG:6676</code></pre></div>
 <p>The first time that the command-line tool needs to query EPSG, it will prompt the user for authorization
 to download EPSG geodetic dataset from Maven Central. If the user accepts EPSG terms of use, then a local
-copy of the EPSG geodetic dataset will be created and stored in the <code>apache-sis-1.0/data</code> sub-directory.</p>
-<p>If the command-line tool does not offer to download the EPSG geodetic dataset,
-try adding a <code>derby-&lt;version&gt;.jar</code> file (download lib-distribution from <a href="http://db.apache.org/derby/derby_downloads.html">Derby project</a>) in the <code>apache-sis-1.0/lib</code> sub-directory.
-This is normally not needed with Oracle JDK8 because Apache SIS tries to use the JavaDB embedded
-in those distributions, but may be necessary with other distributions or in security-constrained environments:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> apache-sis-1.0/lib
-wget http://repo1.maven.org/maven2/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar</code></pre></div>
+copy of the EPSG geodetic dataset will be created and stored in the <code>apache-sis-1.1/data</code> sub-directory.</p>
 <h2 id="use-local">Use the local copy in other applications   </h2>
 <p>For using the installed EPSG geodetic dataset in your own application, apply <em>one</em> of the following choices:</p>
 <ul>
-<li>Set the <code>SIS_DATA</code> environment variable to the path of <code>apache-sis-1.0/data</code> directory <em>(preferred choice)</em>.</li>
-<li>Set the <code>derby.system.home</code> Java property to the path of <code>apache-sis-1.0/data/Databases</code> directory.</li>
+<li>Set the <code>SIS_DATA</code> environment variable to the path of <code>apache-sis-1.1/data</code> directory <em>(preferred choice)</em>.</li>
+<li>Set the <code>derby.system.home</code> Java property to the path of <code>apache-sis-1.1/data/Databases</code> directory.</li>
 </ul>
 <p>Alternatively <code>SIS_DATA</code> or <code>derby.system.home</code> can be set to the path of any other directory which contain the same files.
-Examples are shown below for Unix systems, assuming that the current directory is the directory where <code>apache-sis-1.0-bin.zip</code>
+Examples are shown below for Unix systems, assuming that the current directory is the directory where <code>apache-sis-1.1-bin.zip</code>
 has been unzipped:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">export</span> <span class="nv">SIS_DATA</span><span class="o">=</span>apache-sis-1.0/data
-java -classpath apache-sis-1.0/lib/sis.jar:myApp.jar myMainClass</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">export</span> <span class="nv">SIS_DATA</span><span class="o">=</span>apache-sis-1.1/data
+java -classpath apache-sis-1.1/lib/sis.jar:myApp.jar myMainClass</code></pre></div>
 <p>If the <code>SIS_DATA</code> environment variable can not be set, Java property can be used as a fallback:</p>
-<div class="highlight"><pre class="chroma"><code class="language-java" data-lang="java"><span class="n">java</span> <span class="o">-</span><span class="n">Dderby</span><span class="o">.</span><span class="na">system</span><span class="o">.</span><span class="na">home</span><span class="o">=</span><span class="n">apache</span><span class="o">-</span><span class="n">sis</span><span class="o">-</span><span class="n">1</span><span class="o">.</span><span class="na">0</span><span class="o">/ [...]
+<div class="highlight"><pre class="chroma"><code class="language-java" data-lang="java"><span class="n">java</span> <span class="o">-</span><span class="n">Dderby</span><span class="o">.</span><span class="na">system</span><span class="o">.</span><span class="na">home</span><span class="o">=</span><span class="n">apache</span><span class="o">-</span><span class="n">sis</span><span class="o">-</span><span class="n">1</span><span class="o">.</span><span class="na">1</span><span class="o">/ [...]
 <h1 id="maven">Add a Maven dependency   </h1>
 <p>Maven projects can get the EPSG geodetic dataset automatically, <em>without any prompt for terms of use agreement</em>,
 if they add a <code>sis-epsg</code> or <code>sis-embedded-data</code> dependency (from <code>org.apache.sis.non-free</code> group) in their project.
@@ -193,7 +187,7 @@ if that database is specified by JNDI):</p>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.sis.non-free<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>sis-epsg<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.1<span class="nt">&lt;/version&gt;</span>
     <span class="nt">&lt;scope&gt;</span>runtime<span class="nt">&lt;/scope&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 
@@ -224,7 +218,7 @@ Note that <code>sis-epsg</code> and <code>sis-embedded-data</code> should not be
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.sis.non-free<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>sis-embedded-data<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.1<span class="nt">&lt;/version&gt;</span>
     <span class="nt">&lt;scope&gt;</span>runtime<span class="nt">&lt;/scope&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span></code></pre></div>
@@ -240,7 +234,7 @@ or by uncompressing the <code>sis-embedded-data.jar</code> file locally.</p>
 For using an arbitrary database, register a <code>javax.sql.DataSource</code> instance through the Java Naming and Directory Interface (JNDI).
 That registration can be done programmatically (by Java code) or by configuring XML files in some environments.
 The database must exist but can be empty, in which case it will be populated with an EPSG schema when first needed
-if the <code style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.0</code> dependency is on the classpath
+if the <code style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.1</code> dependency is on the classpath
 (see <a href="#maven-epsg">above section</a>).</p>
 <h2 id="jndi-java">Registration by Java code   </h2>
 <p>Registration can be done by the following Java code, provided that a JNDI implementation is available on the classpath:</p>
diff --git a/gdal.html b/gdal.html
deleted file mode 100644
index e20fbb4..0000000
--- a/gdal.html
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  
-
-  <title>Apache SIS - Bridge with GDAL</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/syntax.css">
-  <link rel="stylesheet" type="text/css" media="screen" href="css/sis.css">
-</head>
-
-<body>
-
-<div class="navbar navbar-inverse navbar-fixed-top">
-  <div class="navbar-inner">
-    <div class="container">
-      <a class="brand" href="/index.html"> Apache SIS&trade;</a>
-      <div class="nav-collapse">
-        <ul class="nav">
-          <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="mail-lists.html">Mailing Lists</a></li>
-              <li><a href="team-list.html">Project Team</a></li>
-            </ul>
-          </li>
-          <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">Project Documentation<b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="book/index.html">Developer Guide</a></li>
-              <li><a href="apidocs/index.html">Online Javadoc</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="source.html">Checkout Sources</a></li>
-              <li><a href="epsg.html">EPSG Database</a></li>
-              <li><a href="faq.html">FAQ</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/SIS">Issue Tracker</a></li>
-            </ul>
-          </li>
-          <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="http://www.apache.org">The Foundation</a></li>
-              <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
-              <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-              <li><a href="http://www.apache.org/security/">Security</a></li>
-            </ul>
-          </li>
-        </ul>
-      </div>
-    </div>
-  </div>
-</div>
-
-
-<div class="container-fluid">
-  <div class="row-fluid">
-    <div class="span2">
-      <div class="apache-con">
-        <a href="https://www.apache.org/events/current-event.html">
-          <img src="https://www.apache.org/events/current-event-234x60.png" alt="ApacheCon"/>
-        </a>
-      </div>
-      <div class="well sidebar-nav">
-        <ul class="nav nav-list">
-          <li><a href="index.html">Home</a></li>
-          <li><a href="http://www.apache.org/licenses/">License</a></li>
-          <li><a href="mail-lists.html">Mailing Lists</a></li>
-          <li><a href="team-list.html">Project Team</a></li>
-          <li class="nav-header">Project Documentation</li>
-          <li><a href="book/index.html">Developer Guide</a></li>
-          <li><a href="apidocs/index.html">Online Javadoc</a></li>
-          <li><a href="downloads.html">Downloads</a></li>
-          <li><a href="source.html">Checkout Sources</a></li>
-          <li><a href="epsg.html">EPSG Database</a></li>
-          <li><a href="faq.html">FAQ</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/SIS">Issue Tracker</a></li>
-          <li class="nav-header">ASF</li>
-          <li><a href="http://www.apache.org">The Foundation</a></li>
-          <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
-          <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-          <li><a href="http://www.apache.org/security/">Security</a></li>
-        </ul>
-      </div>
-    </div>
-    <div class="span10">
-      <section id="content" class="row">
-        <article class="span12">
-          <img src="img/logo.png" class="sis-logo" align="left"/>
-          <p class="page-title">Bridge with GDAL</p>
-          
-          <style type="text/css">
-               
-               
-              .headerlink, .elementid-permalink {
-                  visibility: hidden;
-              }
-              h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }
-          </style>
-          
-	<p>While Apache SIS provides its own map projection engine, some applications may want to also use the Proj.4 library.
-One reason may be to use map projection methods not yet supported by Apache SIS,
-or for getting the exact same numerical results than Proj.4.
-The two libraries can coexist and can be used through the same API,
-provided that prerequisites are meet.</p>
-<p><strong>NOTE: this module has been temporarily retired in Apache SIS 1.0. It needs to be upgraded to Proj version 5 and 6 before new release.</strong></p>
-<nav id="TableOfContents">
-  <ul>
-    <li><a href="#prerequisites">Prerequisites   </a></li>
-    <li><a href="#usage">Usage   </a></li>
-    <li><a href="#limitations">Limitations   </a></li>
-  </ul>
-</nav>
-<h1 id="prerequisites">Prerequisites   </h1>
-<p>Proj.4 needs to be pre-installed; there is no copy embedded in Apache SIS.
-Proj.4 can be installed by package managers on most Linux distributions,
-or with tools like MacPorts on MacOS
-(Windows is not yet supported – see <a href="#limitations">limitations</a>).
-In addition, the <code>sis-gdal</code> module must be present on the classpath.
-Maven projects can use the following dependency in their <code>pom.xml</code> file:</p>
-<div class="highlight"><pre class="chroma"><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependencies&gt;</span>
-  <span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.sis.storage<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>sis-gdal<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>0.8<span class="nt">&lt;/version&gt;</span>
-  <span class="nt">&lt;/dependency&gt;</span>
-<span class="nt">&lt;/dependencies&gt;</span></code></pre></div>
-<h1 id="usage">Usage   </h1>
-<p>For instantiating a coordinate reference system (CRS) backed by Proj.4:</p>
-<div class="highlight"><pre class="chroma"><code class="language-java" data-lang="java"><span class="n">CoordinateReferenceSystem</span> <span class="n">crs</span> <span class="o">=</span> <span class="n">CRS</span><span class="o">.</span><span class="na">forCode</span><span class="o">(</span><span class="s">&#34;Proj4::+init=epsg:4326&#34;</span><span class="o">);</span></code></pre></div>
-<p>Everything after <code>&quot;PROJ4::&quot;</code> is forwarded as-is to the Proj.4 library.
-Note that despite the <code>&quot;epsg&quot;</code> part in above definition string, the CRS created by above method call is <strong>not</strong>
-conform to EPSG:4326 authoritative definition. The string should rather be understood as a Proj.4-specific code.
-Proj.4 definitions may differ from authoritative definitions in axis order, axis directions or units of measurement.
-To get the authoritative definition, use <code>CRS.forCode(&quot;EPSG::4326&quot;)</code> instead.</p>
-<p>For creating a coordinate operation backed by Proj.4, there is nothing special to do;
-we can invoke the same method regardless if the CRS are backed by Proj.4 or Apache SIS.
-The following code will create a transform backed by Proj.4 if <em>both</em> <code>sourceCRS</code> and <code>targetCRS</code>
-were created with <code>CRS.forCode(&quot;Proj4::...&quot;)</code> calls.
-Note however that <code>CoordinateOperation</code> backed by Proj.4 does not provide metadata about accuracy or domain of validity.</p>
-<div class="highlight"><pre class="chroma"><code class="language-java" data-lang="java"><span class="n">CoordinateOperation</span>  <span class="n">op</span> <span class="o">=</span> <span class="n">CRS</span><span class="o">.</span><span class="na">findOperation</span><span class="o">(</span><span class="n">sourceCRS</span><span class="o">,</span> <span class="n">targetCRS</span><span class="o">,</span> <span class="kc">null</span><span class="o">);</span>
-<span class="n">MathTransform</span>        <span class="n">mt</span> <span class="o">=</span> <span class="n">op</span><span class="o">.</span><span class="na">getMathTransform</span><span class="o">();</span>
-<span class="n">DirectPosition</span> <span class="n">sourcePt</span> <span class="o">=</span> <span class="k">new</span> <span class="n">DirectPosition2D</span><span class="o">(</span><span class="n">x</span><span class="o">,</span> <span class="n">y</span><span class="o">);</span>
-<span class="n">DirectPosition</span> <span class="n">targetPt</span> <span class="o">=</span> <span class="n">mt</span><span class="o">.</span><span class="na">transform</span><span class="o">(</span><span class="n">sourcePt</span><span class="o">,</span> <span class="kc">null</span><span class="o">);</span></code></pre></div>
-<p>To verify if a <code>MathTransform</code> instance is implemented by Proj.4 or by Apache SIS,
-one can look at the <em>Well Known Text</em> (WKT) representation as given by <code>System.out.println(mt)</code>.
-If the transform is backed by Apache SIS, the output may show any of the parameters listed
-in the <a href="tables/CoordinateOperationMethods.html">coordinate operation methods table</a>.
-But if the transform is backed by Proj.4, then the transform will always be described
-by the <code>&quot;pj_transform&quot;</code> method with exactly two parameters: <code>&quot;srcdefn&quot;</code> and <code>&quot;dstdefn&quot;</code>:</p>
-<div class="highlight"><pre class="chroma"><code class="language-text" data-lang="text">PARAM_MT[&#34;pj_transform&#34;,
-  PARAMETER[&#34;srcdefn&#34;, &#34;+proj=...&#34;],
-  PARAMETER[&#34;dstdefn&#34;, &#34;+proj=...&#34;]]</code></pre></div>
-<p>See the <a href="apidocs/org/apache/sis/storage/gdal/package-summary.html">Javadoc</a> for more information.</p>
-<h1 id="limitations">Limitations   </h1>
-<p>Current Apache SIS version can create CRS backed by Proj.4 only when SIS can map Proj.4 parameters to EPSG parameters.
-For example the Proj.4 <code>+x_0=</code> parameter is often (but not always) mapped to EPSG <em>False easting</em> parameter.
-Future SIS versions may relax the requirement for such mapping.</p>
-<p>Current Apache SIS version supports only Linux and MacOS platforms.
-A future version will add Windows support.</p>
-
-
-        </article>
-      </section>
-    </div>
-  </div>
-</div>
-
-<footer class="footer">
-  <div class="container">
-    <p>
-      Copyright &copy; 2013-2021 The Apache Software Foundation, Licensed under the
-      <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
-      Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.
-    </p>
-  </div>
-</footer>
-
-<script src="js/jquery-1.9.1.min.js"></script>
-<script src="js/bootstrap.min.js"></script>
-
-<script type="text/javascript">
-const pathname = window.location.pathname
-const current_path = pathname.substring(1, pathname.length)
-const link = $('a[href="' + current_path + '"]')
-if (link !== undefined) {
-  link.parents('li,ul').addClass('active')
-}
-</script>
-
-</body>
-</html>
diff --git a/index.html b/index.html
index c8246cd..8b7fd10 100644
--- a/index.html
+++ b/index.html
@@ -141,7 +141,7 @@ with parsing, formating and unit conversion functionalities.</li>
 </li>
 </ul>
 <h2 id="user">Using Apache SIS   </h2>
-<p>The latest SIS release is 1.0, released September 2019.
+<p>The latest SIS release is 1.1, released November 2021.
 Apache SIS requires Java 10 or higher for building, but can be executed on Java 8 or higher.
 If using Java 8 Runtime Environment, nothing else is needed since Java 8 includes JAXB.
 If using Java 9 or higher, one of the following configurations is needed
diff --git a/index.xml b/index.xml
index 1317bd9..259f326 100644
--- a/index.xml
+++ b/index.xml
@@ -12,7 +12,7 @@
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://sis.apache.org/downloads.html</guid>
-      <description>Apache SIS 1.0 is now available. See the release notes for a list of changes since the previous version.
+      <description>Apache SIS 1.1 is now available. See the release notes for a list of changes since the previous version.
 Apache SIS releases are available under the Apache License, Version 2.0. See the NOTICE file contained in each release artifact for applicable copyright attribution notices.
  Download ZIP files   Verify signatures    Download as a Maven dependency   Include non-free resources      Download ZIP files  Apache SIS is distributed in the form of Java source code in a multi-modules Apache Maven project.</description>
     </item>
@@ -28,16 +28,6 @@ Apache SIS releases are available under the Apache License, Version 2.0. See the
     </item>
     
     <item>
-      <title>Bridge with GDAL</title>
-      <link>https://sis.apache.org/gdal.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://sis.apache.org/gdal.html</guid>
-      <description>While Apache SIS provides its own map projection engine, some applications may want to also use the Proj.4 library. One reason may be to use map projection methods not yet supported by Apache SIS, or for getting the exact same numerical results than Proj.4. The two libraries can coexist and can be used through the same API, provided that prerequisites are meet.
-NOTE: this module has been temporarily retired in Apache SIS 1.</description>
-    </item>
-    
-    <item>
       <title>Build from source</title>
       <link>https://sis.apache.org/build.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -154,8 +144,8 @@ This document is expected to evolve as the SIS project develops its own mode of
       
       <guid>https://sis.apache.org/site-management.html</guid>
       <description>This page explains how the Apache SIS web site is created and how to update the site. The intended audiences are SIS release managers and SIS web site maintainers.
-General documentation about Apache Content Management System (CMS) can be found in the CMS reference page. The remaining of this page is specific to the SIS project.
- Directory layout  Content  Style sheets  Updating bootstrap      Directory layout  The source files for the Apache SIS web site can be fetched from Subversion using the following command:</description>
+ Directory layout  Content  Style sheets  Updating bootstrap      Directory layout  The source files for the Apache SIS web site can be fetched from Subversion using the following command:
+git clone https://github.com/apache/sis-site The directory layout is as below, omitting version numbers in file names.</description>
     </item>
     
     <item>
diff --git a/release-management.html b/release-management.html
index b12800c..96acd4e 100644
--- a/release-management.html
+++ b/release-management.html
@@ -169,8 +169,8 @@ number of the previous and the new release respectively, and <code>$RELEASE_CAND
 the current release attempt. Those versions shall be set on the command line like below (Unix):</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">gpg --list-keys                     <span class="c1"># For getting the value to put in &lt;your key ID&gt;</span>
 <span class="nb">unset</span> PATH_TO_FX
-<span class="nb">export</span> <span class="nv">OLD_VERSION</span><span class="o">=</span>0.8
-<span class="nb">export</span> <span class="nv">NEW_VERSION</span><span class="o">=</span>1.0
+<span class="nb">export</span> <span class="nv">OLD_VERSION</span><span class="o">=</span>1.1
+<span class="nb">export</span> <span class="nv">NEW_VERSION</span><span class="o">=</span>1.2
 <span class="nb">export</span> <span class="nv">RELEASE_CANDIDATE</span><span class="o">=</span><span class="m">1</span>
 <span class="nb">export</span> <span class="nv">SIGNING_KEY</span><span class="o">=</span>&lt;your key ID&gt;    <span class="c1"># hexadecimal number with 8 or 40 digits.</span></code></pre></div>
 <h2 id="directory-layout">Directory layout   </h2>
@@ -194,15 +194,11 @@ in this page shall be adjusted accordingly.</p>
 <h1 id="prepare-source">Review project status before branching   </h1>
 <p>Replace the <code>$OLD_VERSION</code> number by <code>$NEW_VERSION</code> in the values of following properties on the development branch:</p>
 <ul>
-<li><code>DOWNLOAD_URL</code> in <code>application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java</code> file.</li>
+<li><code>DOWNLOAD_URL</code> in <code>core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java</code> file.</li>
 <li><code>&lt;sis.non-free.version&gt;</code> in root <code>pom.xml</code> file.</li>
 <li>Review the <code>README</code> and <code>NOTICE</code> files in root directory.</li>
 <li>Review the <code>README</code> files in <code>application/sis-console/src/main/artifact/</code> and subdirectories.</li>
 </ul>
-<p>If not already done, build the C/C++ code of <code>sis-gdal</code> module:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> storage/sis-gdal/src/main/c
-make
-<span class="nb">cd</span> -</code></pre></div>
 <p>Commit and merge with other branches up to master.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git add --update
 git commit --message<span class="o">=</span><span class="s2">&#34;Set version number and the EPSG geodetic dataset URL to expected values after release.&#34;</span>
@@ -238,9 +234,9 @@ Those codes will appear with strike for making clear that they are deprecated.</
 <li>If successful, HTML files will be generated in the current directory.
 Open those files in a web browser and verify that information are okay,
 in particular the SIS and EPSG version numbers in the first paragraph.</li>
-<li>If okay, move those two HTML files to the <code>../site/content/tables/</code> directory, overwriting previous files.</li>
+<li>If okay, move those two HTML files to the <code>../site/main/static/tables/</code> directory, overwriting previous files.</li>
 <li>Revert the hack in <code>AuthorityCodes</code> class.</li>
-<li>Commit: <code>svn commit --message=&quot;Update the list CRS and operation methods supported by Apache SIS $NEW_VERSION.&quot;</code></li>
+<li>Commit: <code>git commit --message=&quot;Update the list CRS and operation methods supported by Apache SIS $NEW_VERSION.&quot;</code></li>
 </ol>
 <h2 id="release-notes">Prepare release notes   </h2>
 <p>We update JIRA soon because doing so is sometime a reminder of uncompleted tasks in source code.
@@ -249,7 +245,7 @@ Update <a href="http://issues.apache.org/jira/browse/SIS">JIRA</a> tasks and pre
 <li>Ensure that the <em>Fix Version</em> in issues resolved since the last release includes this release version correctly.</li>
 <li>Ensure that all open issues are resolved or closed before proceeding further.</li>
 <li>On the <code>site</code> source code repository, create a <code>content/release-notes/$NEW_VERSION.html</code> file with all the features added.</li>
-<li>Use <code>content/release-notes/$OLD_VERSION.html</code> as a template, omitting everything between the <code>&lt;body&gt;</code> and <code>&lt;/body&gt;</code> tags.</li>
+<li>Use <code>content/release-notes/$OLD_VERSION.html</code> as a template, omitting the old list of issues.</li>
 <li>The release notes can be obtained from JIRA, by clicking on the <em>Versions</em> tab → the version number → <em>Release notes</em>
 and then configuring the release notes to display HTML format and copying it.
 A suggested approach would be to reorganize the release notes as
@@ -257,26 +253,22 @@ A suggested approach would be to reorganize the release notes as
 The <em>Sub Tasks</em> can be classified according the category of their parent issue.</li>
 </ul>
 <p>Commit to staging area (not published immediately):</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> ../site
-cp content/release-notes/<span class="nv">$OLD_VERSION</span>.html content/release-notes/<span class="nv">$NEW_VERSION</span>.html
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> ../site/main
+cp static/release-notes/<span class="nv">$OLD_VERSION</span>.html static/content/release-notes/<span class="nv">$NEW_VERSION</span>.html
 <span class="c1"># Edit release notes before to continue.</span>
-svn add content/release-notes/<span class="nv">$NEW_VERSION</span>.html
-svn commit --message <span class="s2">&#34;Release notes for Apache SIS </span><span class="nv">$NEW_VERSION</span><span class="s2">.&#34;</span></code></pre></div>
+git add static/content/release-notes/<span class="nv">$NEW_VERSION</span>.html
+git commit --message <span class="s2">&#34;Release notes for Apache SIS </span><span class="nv">$NEW_VERSION</span><span class="s2">.&#34;</span></code></pre></div>
 <h1 id="branch">Create release branch   </h1>
 <p>Execute the following commands.
 It is okay to checkout the branch in a separated directory if desired.
 The <code>SIS_RC_DIR</code> environment variable will specify that directory.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> ../master
 git checkout -b <span class="nv">$NEW_VERSION</span>-RC
-<span class="nb">cd</span> <span class="nv">$NEW_VERSION</span>-RC
 <span class="nb">export</span> <span class="nv">SIS_RC_DIR</span><span class="o">=</span><span class="sb">`</span><span class="nb">pwd</span><span class="sb">`</span></code></pre></div>
 <p>Remove the modules that are not yet ready for a release.
 This may require removing <code>&lt;module&gt;</code> elements in the parent <code>pom.xml</code> file.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git rm core/sis-cql
-git rm core/sis-portrayal
 git rm storage/sis-shapefile
-git rm application/sis-javafx
-git rm application/sis-webapp
 git rm storage/sis-storage/src/main/java/org/apache/sis/storage/WritableGridCoverageResource.java
 git add --update    <span class="c1"># for the removal of &lt;module&gt; elements in pom.xml files.</span>
 git commit --message<span class="o">=</span><span class="s2">&#34;Remove the modules to be excluded from </span><span class="nv">$NEW_VERSION</span><span class="s2"> release.&#34;</span></code></pre></div>
@@ -284,29 +276,15 @@ git commit --message<span class="o">=</span><span class="s2">&#34;Remove the mod
 <ul>
 <li>Remove the whole <code>&lt;pluginRepositories&gt;</code> block (including comment),
 since it should not be needed for releases (and is actually not allowed).</li>
-<li>Remove the <code>jetty</code> dependency since the module that used it has been removed.</li>
 </ul>
 <p>We need to update the SIS version numbers not only in the <code>pom.xml</code> files, but also in a few Java files.
 The following command performs the replacement using Ant.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">ant -buildfile core/sis-build-helper/src/main/ant/prepare-release.xml branch -Dsis.version<span class="o">=</span><span class="nv">$NEW_VERSION</span>
-git rm core/sis-build-helper/src/main/ant</code></pre></div>
-<p>Validate with <code>git diff</code>, search <code>SNAPSHOT</code> in the whole source directory in case we missed some, then commit:</p>
+git rm -r core/sis-build-helper/src/main/ant</code></pre></div>
+<p>Validate with <code>git diff --staged</code>, search <code>SNAPSHOT</code> in the whole source directory in case we missed some, then commit:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git add --update
 mvn clean install
 git commit --message<span class="o">=</span><span class="s2">&#34;Set version number to </span><span class="nv">$NEW_VERSION</span><span class="s2">.&#34;</span></code></pre></div>
-<p>Maybe apply the following hacks on the release branch only (do not apply them on master).
-Check first if those hacks are still needed for the next release (they were needed for 1.0):</p>
-<ul>
-<li>Remove all use of <code>javax.annotation.Generated</code> annotation.
-This removal should not have any effect on compilation result.</li>
-<li>In the root <code>pom.xml</code> under <code>maven-javadoc-plugin</code> configuration, add the following elements:
-<ul>
-<li><code>&lt;link&gt;http://sis.apache.org/apidocs&lt;/link&gt;</code> inside <code>&lt;links&gt;</code> block.</li>
-<li><code>&lt;additionalOption&gt;-Xdoclint:all,-reference&lt;/additionalOption&gt;</code> inside <code>&lt;additionalOptions&gt;</code> block.</li>
-</ul>
-</li>
-<li>Commit on the release branch only.</li>
-</ul>
 <h2 id="test-branch">Test branch extensively   </h2>
 <p>Build the project with the <code>apache-release</code> profile enabled.
 This profile performs the following actions:</p>
@@ -321,7 +299,7 @@ Consequently building the <code>*.zip</code> file is an additional test worth to
 <p>Each of those additional products may cause a failure that did not happen in normal builds.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">mvn clean install --activate-profiles apache-release
 find . -name <span class="s2">&#34;sis-*.asc&#34;</span> -exec gpg --verify <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span>     <span class="c1"># Verify signatures.</span></code></pre></div>
-<p>More the <code>target</code> directory and execute all examples documented in the <a href="./command-line.html">command-line interface page</a>
+<p>Move to the <code>target</code> directory and execute all examples documented in the <a href="./command-line.html">command-line interface page</a>
 with the <code>sis</code> command replaced by the following:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">    java -classpath <span class="s2">&#34;binaries/*&#34;</span> -enableassertions org.apache.sis.console.Command</code></pre></div>
 <h2 id="maven-nonfree">Prepare non-free resources   </h2>
@@ -362,7 +340,7 @@ mvn clean deploy --activate-profiles apache-release</code></pre></div>
 <h2 id="nexus-close">Verify and close the Nexus release artifacts   </h2>
 <p>Verify the staged artifacts in the <a href="https://repository.apache.org/index.html">Nexus repository</a>.
 The artifacts can be found under <em>Build Promotion</em> → <em>Staging repositories</em>, and searching for <code>org.apache.sis</code> in the <em>Repository</em> column.
-Navigate through the artifact tree and make sure that all javadoc, source and jar files have <code>.asc</code> (GPG signature) and <code>.md5</code> files.
+Navigate through the artifact tree and make sure that all javadoc, source and jar files have <code>.asc</code> (GPG signature) and <code>.sha1</code> files.
 Select any <code>*-javadoc.jar</code> file and click on the <cite>Archive Browser</cite> tab on the right side.
 Select any <code>*.html</code> file which is known to use some of the custom taglets defined in the <code>sis-build-helper</code> module.
 Click on that file and verify that the custom elements are rendered properly.
@@ -372,6 +350,8 @@ so try to see at least one code snippet.</p>
 <ul>
 <li>Delete all <code>org/apache/sis/parent/$NEW_VERSION/parent-$NEW_VERSION-source-release.zip.*</code> files on the Nexus repository.
 They should not be there - source release will be deployed on an other repository later.</li>
+<li>Delete all <code>org/apache/sis/non-free/$NEW_VERSION/non-free-$NEW_VERSION-source-release.zip.*</code> files.</li>
+<li>Delete all <code>org/apache/sis/non-free/sis-epsg/$NEW_VERSION/sis-epsg-$NEW_VERSION-source.jar.*</code> files.</li>
 </ul>
 <p>Close the Nexus staging repository:</p>
 <ul>
@@ -440,20 +420,16 @@ mv sis-<span class="nv">$NEW_VERSION</span>-source-release.zip     apache-sis-<s
 mv sis-<span class="nv">$NEW_VERSION</span>-source-release.zip.asc apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip.asc</code></pre></div>
 <h2 id="sign">Sign and commit   </h2>
 <p>Sign the source, javadoc and binary artifacts:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">shas512um apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip.sha
-md5sum    apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip.md5
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">sha512sum apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-src.zip.sha512
 
 gpg --armor --detach-sign --default-key <span class="nv">$SIGNING_KEY</span> apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip
-sha512sum apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip.sha
-md5sum    apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip.md5
+sha512sum apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip.sha512
 
 gpg --armor --detach-sign --default-key <span class="nv">$SIGNING_KEY</span> apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip
-sha512sum apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip.sha
-md5sum    apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip.md5</code></pre></div>
+sha512sum apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip &gt; apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip.sha512</code></pre></div>
 <p>Verify checksums and signatures:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">find . -name <span class="s2">&#34;*.md5&#34;</span> -exec md5sum    --check <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span>
-find . -name <span class="s2">&#34;*.sha&#34;</span> -exec sha512sum --check <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span>
-find . -name <span class="s2">&#34;*.asc&#34;</span> -exec gpg      --verify <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span></code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">find . -name <span class="s2">&#34;*.sha512&#34;</span> -exec sha512sum --check <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span>
+find . -name <span class="s2">&#34;*.asc&#34;</span>    -exec gpg      --verify <span class="s1">&#39;{}&#39;</span> <span class="se">\;</span></code></pre></div>
 <p>Commit:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">svn add apache-sis-<span class="nv">$NEW_VERSION</span>-*
 <span class="nb">cd</span> ../..
@@ -462,8 +438,8 @@ svn commit --message <span class="s2">&#34;SIS release candidate </span><span cl
 <p>Copy the Javadoc to the web site staging directory:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> ../site/javadoc
 rm -r *
-git reset README.md
-git checkout README.md
+git reset -- README.md
+git checkout -- README.md
 unzip <span class="nv">$DIST_DIR</span>/apache-sis-<span class="nv">$NEW_VERSION</span>-doc.zip
 mv apidocs/* .
 rmdir apidocs
@@ -487,8 +463,7 @@ unzip apache-sis-<span class="nv">$NEW_VERSION</span>-bin.zip
 <span class="nb">cd</span> apache-sis-<span class="nv">$NEW_VERSION</span>
 <span class="nb">unset</span> SIS_DATA
 bin/sis about --verbose
-bin/sis metadata https://github.com/opengeospatial/geoapi/raw/master/geoapi-netcdf/src/test/resources/org/opengis/wrapper/netcdf/NCEP-SST.nc
-bin/sis crs http://svn.apache.org/repos/asf/sis/trunk/core/sis-referencing/src/test/resources/org/apache/sis/referencing/crs/ProjectedCRS.xml --format WKT</code></pre></div>
+bin/sis crs https://github.com/apache/sis/raw/master/core/sis-referencing/src/test/resources/org/apache/sis/referencing/crs/ProjectedCRS.xml --format WKT</code></pre></div>
 <h1 id="openoffice">Prepare OpenOffice add-in   </h1>
 <p>The OpenOffice add-in source code can be distributed under Apache 2 license only.
 But the binary may contain non-free resources, notably the EPSG geodetic dataset.
@@ -506,7 +481,6 @@ Add a new <code>&lt;release&gt;</code> block for the new release with the estima
 <p>Update the version numbers from the old one to <code>$NEW_VERSION</code> in the following files.</p>
 <ul>
 <li><code>content/index.mdtext</code></li>
-<li><code>content/gdal.mdtext</code></li>
 <li><code>content/downloads.mdtext</code> (need also to update <code>$NEW_VERSION-SNAPSHOT</code> to the next snapshot version)</li>
 <li><code>content/command-line.mdtext</code></li>
 <li><code>content/epsg.mdtext</code> (be aware that the version number may sometime be behind the SIS version number)</li>
diff --git a/release-notes/1.0.html b/release-notes/1.0.html
index 2907740..ca59880 100644
--- a/release-notes/1.0.html
+++ b/release-notes/1.0.html
@@ -7,7 +7,7 @@
   <body>
     <table style="border-style: solid; border-width: 1pt; background: lightgray"><tr>
       <td><a href="0.8.html">Previous release</a></td>
-      <td style="padding-left: 9pt">Next release</td>
+      <td style="padding-left: 9pt"><a href="1.1.html">Next release</a></td>
     </tr></table>
     <h1>SIS 1.0 Release notes</h1>
 
diff --git a/release-notes/1.1.html b/release-notes/1.1.html
new file mode 100644
index 0000000..0cc60da
--- /dev/null
+++ b/release-notes/1.1.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>SIS 1.1 Release notes</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+  </head>
+  <body>
+    <table style="border-style: solid; border-width: 1pt; background: lightgray"><tr>
+      <td><a href="1.0.html">Previous release</a></td>
+      <td style="padding-left: 9pt">Next release</td>
+    </tr></table>
+    <h1>SIS 1.1 Release notes</h1>
+
+<h2>Summary</h2>
+<p>Apache SIS 1.1 can read GeoTIFF images, apply raster reprojections and create isolines from rasters.
+   It can read features from a SQL database with the <code>FeatureType</code> inferred by analyzing the database schema.
+   Features can be filtered by the filter API added in this release, including with geometric operations defined by SQLMM.
+</p>
+
+<p>Some changes are listed below (non-exhaustive list):</p>
+
+<h2>New features</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-493'>SIS-493</a>] - Raster reprojection</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-117'>SIS-117</a>] - Allow definition of custom CRS by properties files</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-212'>SIS-212</a>] - Coordinate operation methods to implement</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-417'>SIS-417</a>] - Metadata panel</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-447'>SIS-447</a>] - NumericCoverage as a parent of GridCoverage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-502'>SIS-502</a>] - Allow users to define CRS for custom codes</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-505'>SIS-505</a>] - Upgrade OpenOffice/LibreOffice dependency</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-506'>SIS-506</a>] - Compute isolines from a coverage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-218'>SIS-218</a>] - Cassini-Soldner (EPSG:9806)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-219'>SIS-219</a>] - Hyperbolic Cassini-Soldner (EPSG:9833)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-223'>SIS-223</a>] - Orthographic (EPSG:9840)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-237'>SIS-237</a>] - Modified Azimuthal Equidistant (EPSG:9832)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-452'>SIS-452</a>] - Satellite-tracking projections</li>
+</ul>
+
+<h2>Improvements</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-345'>SIS-345</a>] - Upgrade JAXB binding to ISO 19115-3</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-371'>SIS-371</a>] - Compile Windows version of JNI wrappers for Proj.4</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-379'>SIS-379</a>] - Upgrade to ISO 19103:2015</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-409'>SIS-409</a>] - Take in account nested datum shift grids for smaller areas</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-462'>SIS-462</a>] - Corner cases in CoordinateOperationFinder</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-477'>SIS-477</a>] - Add GridCoverage.evaluate(DirectPosition) method</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-504'>SIS-504</a>] - Simplify the logging levels defined in PerformanceLevel</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-513'>SIS-513</a>] - When rounding grids, allow per axis strategy instead of a single global one.</li>
+</ul>
+
+<h2>Bug fixes</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-473'>SIS-473</a>] - Build failure with Java 12</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-475'>SIS-475</a>] - Md5 and SHA are deprecated</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-476'>SIS-476</a>] - Exception while reading some netCDF variables with unlimited </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-489'>SIS-489</a>] - Inaccurate result for MGI Ferro transform (see test case attached)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-491'>SIS-491</a>] - sis-embedded-data database fails to start on Apache Spark</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-495'>SIS-495</a>] - Resampling trims one pixel when transform is identity and interpolation is nearest</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-503'>SIS-503</a>] - Naming issue in setters of DefaultReleasability</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-508'>SIS-508</a>] - MD_Scope in place of DQ_Scope when generating old 2007 iso 19139 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-511'>SIS-511</a>] - build failed on AArch64, Fedora 33 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-512'>SIS-512</a>] - Can&#39;t create transformation from wkt</li>
+</ul>
+
+<h2>Tasks</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-517'>SIS-517</a>] - Update EPSG geodetic dataset to version 9.9.1</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-474'>SIS-474</a>] - Upgrade sis-gdal to Proj 6</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-510'>SIS-510</a>] - Remove sis-gdal module</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-479'>SIS-479</a>] - Change default namespace of legacy &quot;gmd&quot; metadata</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-480'>SIS-480</a>] - Change ISO schema locations from &quot;http:&quot; to &quot;https:&quot;</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-481'>SIS-481</a>] - XML.SCHEMAS configuration should apply also to xmlns:gmd</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-482'>SIS-482</a>] - Rename XML.SCHEMAS and clarify expected URL</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-483'>SIS-483</a>] - Some CoordinateOperation created from EPSG database get wrong name/identifier/remarks</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-484'>SIS-484</a>] - Avoid use of same package name in two different modules</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-485'>SIS-485</a>] - Replace GridCoverage.evaluate(DirectPosition, …) method</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-486'>SIS-486</a>] - Some map projections produce wrong results when |Δλ| &gt; 180°</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-488'>SIS-488</a>] - Handle wrap-around longitude in NADCON grid</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-492'>SIS-492</a>] - Remove support for JavaDB (JDK 8)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-496'>SIS-496</a>] - GridCoverage.forConvertedValues(true) sometime creates an image that can not store NaN values</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SIS-509'>SIS-509</a>] - Migrate the web site to another site generator tool</li>
+</ul>
+
+  </body>
+</html>
diff --git a/site-management.html b/site-management.html
index 9278f81..bd6cc99 100644
--- a/site-management.html
+++ b/site-management.html
@@ -99,11 +99,8 @@
               h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }
           </style>
           
-	<!-- TODO: remove? -->
-<p>This page explains how the Apache SIS web site is created and how to update the site.
+	<p>This page explains how the Apache SIS web site is created and how to update the site.
 The intended audiences are SIS release managers and SIS web site maintainers.</p>
-<p>General documentation about Apache Content Management System (CMS) can be found in the <a href="http://www.apache.org/dev/cmsref.html">CMS reference</a> page.
-The remaining of this page is specific to the SIS project.</p>
 <nav id="TableOfContents">
   <ul>
     <li><a href="#directory-layout">Directory layout   </a></li>
@@ -117,20 +114,21 @@ The remaining of this page is specific to the SIS project.</p>
 </nav>
 <h1 id="directory-layout">Directory layout   </h1>
 <p>The source files for the Apache SIS web site can be fetched from Subversion using the following command:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">svn checkout https://svn.apache.org/repos/asf/sis/site/trunk site</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git clone https://github.com/apache/sis-site</code></pre></div>
 <p>The directory layout is as below, omitting version numbers in file names.
 The <code>*</code> character stands for an arbitrary amount of files having the given extension.</p>
-<div class="highlight"><pre class="chroma"><code class="language-text" data-lang="text">site
-├─ css
-│  ├─ bootstrap.min.css
-│  └─ sis.css
-├─ img
-│  └─ *.png
-├─ js
-│  ├─ bootstrap.js
-│  └─ jquery.js
-├─ content
+<div class="highlight"><pre class="chroma"><code class="language-text" data-lang="text">sis-site
+├─ source
 │  └─ *.mdtext
+├─ static
+│   ├─ css
+│   │  ├─ bootstrap.min.css
+│   │  └─ sis.css
+│   ├─ img
+│   │  └─ *.png
+│   ├─ js
+│   │  ├─ bootstrap.js
+│   │  └─ jquery.js
 └─ templates
    ├─ single_narrative.html
    └─ skeleton.html</code></pre></div>
@@ -140,16 +138,13 @@ The <code>*</code> character stands for an arbitrary amount of files having the
 <li><a href="http://michelf.ca/projects/php-markdown/extra">Extension to the syntax</a></li>
 </ul>
 <p>New <code>.mdtext</code> files can be created using the <a href="http://svn.apache.org/repos/asf/sis/site/trunk/content/site-management.mdtext">site-management.mdtext</a> file as a template.
-Those files can be modified in any text editor and committed with the usual Subversion commands.
-Each commit will trig a new site build, which will be visible in the <em>staging</em> area at
+Thee files can be modified in any text editor and committed with the usual Git commands.
+The site must be built manually by executing the <code>hugo</code> comment from the project root directory.
+The web site will be written in the <code>target/content/</code> sub-directory.
+Copying those files in the <code>asf-staging</code> branch will make them visible in the <em>staging</em> area at
 <a href="https://sis.staged.apache.org/">https://sis.staged.apache.org/</a>.
-The build progress can be monitored on the <a href="http://ci.apache.org/builders/sis-site-staging">Buildbot</a> page, but they are usually very fast.
-Once a staging site has been approved, it can be published to
-<a href="https://sis.apache.org">https://sis.apache.org</a> as below:</p>
-<ul>
-<li>Login to the <a href="https://cms.apache.org/sis/">ASF Content Management System</a>.</li>
-<li>Click on <em>Publish sis site</em>.</li>
-</ul>
+Once a staging site has been approved, it can be published by merging the <code>asf-staging</code> branch
+to the <code>asf-site</code> branch.</p>
 <h1 id="content">Content   </h1>
 <p>All <code>.mdtext</code> files should start as below (replace the <code>&lt;...&gt;</code> block by the corresponding content):</p>
 <div class="highlight"><pre class="chroma"><code class="language-markdown" data-lang="markdown">Title:  <span class="p">&lt;</span><span class="nt">put</span> <span class="na">the</span> <span class="na">page</span> <span class="na">title</span> <span class="na">here</span><span class="p">&gt;</span>
diff --git a/sitemap.xml b/sitemap.xml
index 8f703d2..8235d52 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
   
   <url>
     <loc>https://sis.apache.org/downloads.html</loc>
-    <lastmod>2021-05-12T09:45:16+12:00</lastmod>
+    <lastmod>2021-09-30T16:49:14+02:00</lastmod>
   </url>
   
   <url>
@@ -13,11 +13,6 @@
   </url>
   
   <url>
-    <loc>https://sis.apache.org/gdal.html</loc>
-    <lastmod>2021-05-12T09:45:16+12:00</lastmod>
-  </url>
-  
-  <url>
     <loc>https://sis.apache.org/build.html</loc>
     <lastmod>2021-05-12T09:45:16+12:00</lastmod>
   </url>
@@ -29,7 +24,7 @@
   
   <url>
     <loc>https://sis.apache.org/command-line.html</loc>
-    <lastmod>2021-05-12T09:45:16+12:00</lastmod>
+    <lastmod>2021-09-30T16:35:04+02:00</lastmod>
   </url>
   
   <url>
@@ -39,7 +34,7 @@
   
   <url>
     <loc>https://sis.apache.org/epsg.html</loc>
-    <lastmod>2021-05-21T11:18:54+02:00</lastmod>
+    <lastmod>2021-09-30T16:35:04+02:00</lastmod>
   </url>
   
   <url>
@@ -64,7 +59,7 @@
   
   <url>
     <loc>https://sis.apache.org/release-management.html</loc>
-    <lastmod>2021-05-26T14:45:02+02:00</lastmod>
+    <lastmod>2021-09-30T16:51:29+02:00</lastmod>
   </url>
   
   <url>
@@ -74,7 +69,7 @@
   
   <url>
     <loc>https://sis.apache.org/site-management.html</loc>
-    <lastmod>2021-05-26T14:45:02+02:00</lastmod>
+    <lastmod>2021-09-27T15:31:25+02:00</lastmod>
   </url>
   
   <url>
@@ -84,7 +79,7 @@
   
   <url>
     <loc>https://sis.apache.org/</loc>
-    <lastmod>2021-05-12T09:45:16+12:00</lastmod>
+    <lastmod>2021-09-30T16:35:04+02:00</lastmod>
   </url>
   
 </urlset>
diff --git a/tables/CoordinateOperationMethods.html b/tables/CoordinateOperationMethods.html
index a25b604..9e538d2 100644
--- a/tables/CoordinateOperationMethods.html
+++ b/tables/CoordinateOperationMethods.html
@@ -15,7 +15,7 @@
     <header>
       <h1>Apache SIS™ Coordinate Operation Methods</h1>
       <p>
-        The following tables summarize the coordinate operation methods known to Apache SIS 1.1
+        The following tables summarize the coordinate operation methods known to Apache SIS 1.0
         together with the recognized parameters. There is three kinds of parameters:
       </p>
       <ul class="verbose">
@@ -23,8 +23,8 @@
           The <code>semi-major</code> and <code>semi-minor</code> parameters are needed for all map projections,
           but usually do not need to be specified explicitly since they are inferred from the ellipsoid
           (unless <a href="http://sis.apache.org/apidocs/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.html">creating parameterized transforms directly</a>).
-          For this reason, those parameters are usually not shown in <a href="https://epsg.org/">EPSG repository</a>
-          or <a href="http://docs.opengeospatial.org/is/12-063r5/12-063r5.html">Well Known Text</a> (WKT) definitions.
+          For this reason, those parameters are usually not shown in <a href="https://epsg.org/">EPSG registry</a>
+          or <a href="https://docs.ogc.org/is/12-063r5/12-063r5.html">Well Known Text</a> (WKT) definitions.
         </li><li>
           The <code>earth_radius</code> and <code>inverse_flattening</code> parameters (not shown below) are implicitly supported by all map projections.
           They are other ways to specify the ellipsoid (actually rarely used).
@@ -38,6 +38,7 @@
     <nav>
       <h2>Table of content:</h2>
       <ul>
+        <li><a href="#9825">Pseudo Plate Carree</a></li>
         <li>
           Cylindrical projections
           <ul>
@@ -71,10 +72,7 @@
         </li><li>
           Planar projections
           <ul>
-            <li><a href="#Azimuthal_Equidistant_(Spherical)">Azimuthal Equidistant (Spherical)</a></li>
-            <li><a href="#9832">Modified Azimuthal Equidistant</a></li>
             <li><a href="#9809">Oblique Stereographic</a></li>
-            <li><a href="#9840">Orthographic</a></li>
             <li><a href="#9810">Polar Stereographic (variant A)</a></li>
             <li><a href="#9829">Polar Stereographic (variant B)</a></li>
             <li><a href="#9830">Polar Stereographic (variant C)</a></li>
@@ -86,19 +84,14 @@
           <ul>
             <li><a href="#9843">Axis order reversal (2D)</a></li>
             <li><a href="#9844">Axis order reversal (geographic3D horizontal)</a></li>
-            <li><a href="#9806">Cassini-Soldner</a></li>
             <li><a href="#Geocentric_To_Ellipsoid">Geocentric_To_Ellipsoid</a></li>
             <li><a href="#9602">Geographic/geocentric conversions</a></li>
             <li><a href="#Geographic2D_to_3D_conversion">Geographic2D to 3D conversion</a></li>
             <li><a href="#9659">Geographic3D to 2D conversion</a></li>
-            <li><a href="#9833">Hyperbolic Cassini-Soldner</a></li>
             <li><a href="#Interpolation_1D">Interpolation 1D</a></li>
             <li><a href="#Mollweide">Mollweide</a></li>
-            <li><a href="#9825">Pseudo Plate Carree</a></li>
-            <li><a href="#Satellite-Tracking">Satellite-Tracking</a></li>
             <li><a href="#Sinusoidal">Sinusoidal</a></li>
             <li><a href="#9824">Transverse Mercator Zoned Grid System</a></li>
-            <li><a href="#Wraparound">Wraparound</a></li>
           </ul>
         </li><li>
           Tranformations
@@ -118,7 +111,6 @@
             <li><a href="#9601">Longitude rotation</a></li>
             <li><a href="#9604">Molodensky</a></li>
             <li><a href="#9613">NADCON</a></li>
-            <li><a href="#9614">NTv1</a></li>
             <li><a href="#9615">NTv2</a></li>
             <li><a href="#1033">Position Vector transformation (geocentric domain)</a></li>
             <li><a href="#9606">Position Vector transformation (geog2D domain)</a></li>
@@ -130,6 +122,87 @@
     </nav>
     <article>
       <header>
+        <h2 id="9825">Pseudo Plate Carree</h2>
+      </header>
+      <blockquote>
+        <table class="info">
+          <tr>
+            <th>EPSG code:</th>
+            <td>9825</td>
+          </tr>
+          <tr>
+            <th>Aliases:</th>
+            <td><span class="non-epsg">NetCDF:</span><code>latitude_longitude</code></td>
+          </tr>
+        </table>
+        <table class="param">
+          <caption>Operation parameters:</caption>
+          <tr>
+            <th>EPSG</th>
+            <th class="sep">Name</th>
+            <th class="sep">Remarks</th>
+            <th class="sep" colspan="3">Value domain</th>
+            <th class="sep">Default</th>
+          </tr><tr>
+            <td></td>
+            <td class="sep">
+              <details>
+                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
+                <table class="aliases">
+                  <tr>
+                    <th>ESRI:</th>
+                    <td>Semi_Major</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>semi_major_axis</td>
+                  </tr><tr>
+                    <th>GeoTIFF:</th>
+                    <td>SemiMajorAxis</td>
+                  </tr><tr>
+                    <th>Proj4:</th>
+                    <td>a</td>
+                  </tr>
+                </table>
+              </details>
+            </td>
+            <td class="sep"></td>
+            <td class="sep right">(0</td>
+            <td class="center">…</td>
+            <td class="left">∞) m</td>
+            <td class="sep"></td>
+          </tr><tr>
+            <td></td>
+            <td class="sep">
+              <details>
+                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
+                <table class="aliases">
+                  <tr>
+                    <th>ESRI:</th>
+                    <td>Semi_Minor</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>semi_minor_axis</td>
+                  </tr><tr>
+                    <th>GeoTIFF:</th>
+                    <td>SemiMinorAxis</td>
+                  </tr><tr>
+                    <th>Proj4:</th>
+                    <td>b</td>
+                  </tr>
+                </table>
+              </details>
+            </td>
+            <td class="sep"></td>
+            <td class="sep right">(0</td>
+            <td class="center">…</td>
+            <td class="left">∞) m</td>
+            <td class="sep"></td>
+          </tr>
+        </table>
+      </blockquote>
+    </article>
+    <article>
+      <header>
         <h2 id="1029">Equidistant Cylindrical (Spherical)</h2>
       </header>
       <blockquote>
@@ -453,13 +526,16 @@
                     <td>latitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Center</td>
+                    <td>Latitude_Of_Origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -480,13 +556,16 @@
                     <td>longitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Longitude_Of_Center</td>
+                    <td>Central_Meridian</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLong</td>
+                    <td>NatOriginLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lonc</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Longitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -549,7 +628,7 @@
             <td class="sep right">[-360</td>
             <td class="center">…</td>
             <td class="left">360]°</td>
-            <td class="sep">Azimuth of initial line</td>
+            <td class="sep"></td>
           </tr><tr>
             <td>8815</td>
             <td class="sep">
@@ -729,13 +808,16 @@
                     <td>latitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Center</td>
+                    <td>Latitude_Of_Origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -756,13 +838,16 @@
                     <td>longitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Longitude_Of_Center</td>
+                    <td>Central_Meridian</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLong</td>
+                    <td>NatOriginLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lonc</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Longitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -825,7 +910,7 @@
             <td class="sep right">[-360</td>
             <td class="center">…</td>
             <td class="left">360]°</td>
-            <td class="sep">Azimuth of initial line</td>
+            <td class="sep"></td>
           </tr><tr>
             <td>8815</td>
             <td class="sep">
@@ -1047,13 +1132,16 @@
                     <td>latitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Center</td>
+                    <td>Latitude_Of_Origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -1284,13 +1372,16 @@
                     <td>latitude_of_center</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Center</td>
+                    <td>Latitude_Of_Origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Center</td>
                   </tr>
                 </table>
               </details>
@@ -5382,10 +5473,18 @@
     </article>
     <article>
       <header>
-        <h2 id="Azimuthal_Equidistant_(Spherical)">Azimuthal Equidistant (Spherical)</h2>
+        <h2 id="9809">Oblique Stereographic</h2>
       </header>
       <blockquote>
         <table class="info">
+          <tr>
+            <th>EPSG code:</th>
+            <td>9809</td>
+          </tr>
+          <tr>
+            <th>Aliases:</th>
+            <td><span class="non-epsg">OGC:</span><code>Oblique_Stereographic</code>, <span class="non-epsg">ESRI:</span><code>Double_Stereographic</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_ObliqueStereographic</code>, <span class="non-epsg">S57:</span><code>Oblique stereographic</code>, <span class="non-epsg">S57:</span><code>OST</code>, <span class="non-epsg">Proj4:</span><code>sterea</code>, Roussilhe</td>
+          </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
@@ -5459,8 +5558,14 @@
                     <th>OGC:</th>
                     <td>latitude_of_origin</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Origin</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>latitude_of_projection_origin</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
@@ -5483,8 +5588,14 @@
                     <th>OGC:</th>
                     <td>central_meridian</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Central_Meridian</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>longitude_of_projection_origin</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLong</td>
+                    <td>NatOriginLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
@@ -5498,6 +5609,36 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
+            <td>8805</td>
+            <td class="sep">
+              <details>
+                <summary>Scale factor at natural origin</summary>
+                <table class="aliases">
+                  <tr>
+                    <th>OGC:</th>
+                    <td>scale_factor</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Scale_Factor</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>scale_factor_at_projection_origin</td>
+                  </tr><tr>
+                    <th>GeoTIFF:</th>
+                    <td>ScaleAtNatOrigin</td>
+                  </tr><tr>
+                    <th>Proj4:</th>
+                    <td>k</td>
+                  </tr>
+                </table>
+              </details>
+            </td>
+            <td class="sep"></td>
+            <td class="sep right">(0</td>
+            <td class="center">…</td>
+            <td class="left">∞)</td>
+            <td class="sep">1</td>
+          </tr><tr>
             <td>8806</td>
             <td class="sep">
               <details>
@@ -5507,6 +5648,12 @@
                     <th>OGC:</th>
                     <td>false_easting</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>False_Easting</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>false_easting</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
                     <td>FalseEasting</td>
                   </tr><tr>
@@ -5531,6 +5678,12 @@
                     <th>OGC:</th>
                     <td>false_northing</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>False_Northing</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>false_northing</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
                     <td>FalseNorthing</td>
                   </tr><tr>
@@ -5551,13 +5704,17 @@
     </article>
     <article>
       <header>
-        <h2 id="9832">Modified Azimuthal Equidistant</h2>
+        <h2 id="9810">Polar Stereographic (variant A)</h2>
       </header>
       <blockquote>
         <table class="info">
           <tr>
             <th>EPSG code:</th>
-            <td>9832</td>
+            <td>9810</td>
+          </tr>
+          <tr>
+            <th>Aliases:</th>
+            <td><span class="non-epsg">OGC:</span><code>Polar_Stereographic</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_PolarStereographic</code>, <span class="non-epsg">Proj4:</span><code>stere</code></td>
           </tr>
         </table>
         <table class="param">
@@ -5632,8 +5789,14 @@
                     <th>OGC:</th>
                     <td>latitude_of_origin</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Latitude_Of_Origin</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>latitude_of_projection_origin</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>NatOriginLat</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_0</td>
@@ -5645,7 +5808,7 @@
             <td class="sep right">[-90</td>
             <td class="center">…</td>
             <td class="left">90]°</td>
-            <td class="sep">0°</td>
+            <td class="sep"></td>
           </tr><tr>
             <td>8802</td>
             <td class="sep">
@@ -5656,8 +5819,14 @@
                     <th>OGC:</th>
                     <td>central_meridian</td>
                   </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Central_Meridian</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>longitude_of_projection_origin</td>
+                  </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLong</td>
+                    <td>StraightVertPoleLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
@@ -5671,44 +5840,56 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
-            <td>8806</td>
+            <td>8805</td>
             <td class="sep">
               <details>
-                <summary>False easting</summary>
+                <summary>Scale factor at natural origin</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>false_easting</td>
+                    <td>scale_factor</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>Scale_Factor</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>scale_factor_at_projection_origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
+                    <td>ScaleAtNatOrigin</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>x_0</td>
+                    <td>k</td>
                   </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">(−∞</td>
+            <td class="sep right">(0</td>
             <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
+            <td class="left">∞)</td>
+            <td class="sep">1</td>
           </tr><tr>
-            <td>8807</td>
+            <td>8806</td>
             <td class="sep">
               <details>
-                <summary>False northing</summary>
+                <summary>False easting</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>false_northing</td>
+                    <td>false_easting</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>False_Easting</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>false_easting</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
+                    <td>FalseEasting</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>y_0</td>
+                    <td>x_0</td>
                   </tr>
                 </table>
               </details>
@@ -5718,23 +5899,53 @@
             <td class="center">…</td>
             <td class="left">∞) m</td>
             <td class="sep">0 m</td>
-          </tr>
-        </table>
+          </tr><tr>
+            <td>8807</td>
+            <td class="sep">
+              <details>
+                <summary>False northing</summary>
+                <table class="aliases">
+                  <tr>
+                    <th>OGC:</th>
+                    <td>false_northing</td>
+                  </tr><tr>
+                    <th>ESRI:</th>
+                    <td>False_Northing</td>
+                  </tr><tr>
+                    <th>NetCDF:</th>
+                    <td>false_northing</td>
+                  </tr><tr>
+                    <th>GeoTIFF:</th>
+                    <td>FalseNorthing</td>
+                  </tr><tr>
+                    <th>Proj4:</th>
+                    <td>y_0</td>
+                  </tr>
+                </table>
+              </details>
+            </td>
+            <td class="sep"></td>
+            <td class="sep right">(−∞</td>
+            <td class="center">…</td>
+            <td class="left">∞) m</td>
+            <td class="sep">0 m</td>
+          </tr>
+        </table>
       </blockquote>
     </article>
     <article>
       <header>
-        <h2 id="9809">Oblique Stereographic</h2>
+        <h2 id="9829">Polar Stereographic (variant B)</h2>
       </header>
       <blockquote>
         <table class="info">
           <tr>
             <th>EPSG code:</th>
-            <td>9809</td>
+            <td>9829</td>
           </tr>
           <tr>
             <th>Aliases:</th>
-            <td><span class="non-epsg">OGC:</span><code>Oblique_Stereographic</code>, <span class="non-epsg">ESRI:</span><code>Double_Stereographic</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_ObliqueStereographic</code>, <span class="non-epsg">S57:</span><code>Oblique stereographic</code>, <span class="non-epsg">S57:</span><code>OST</code>, <span class="non-epsg">Proj4:</span><code>sterea</code>, Roussilhe</td>
+            <td><span class="non-epsg">S57:</span><code>Polar stereographic</code>, <span class="non-epsg">S57:</span><code>PST</code>, <span class="non-epsg">Proj4:</span><code>stere</code></td>
           </tr>
         </table>
         <table class="param">
@@ -5800,26 +6011,26 @@
             <td class="left">∞) m</td>
             <td class="sep"></td>
           </tr><tr>
-            <td>8801</td>
+            <td>8832</td>
             <td class="sep">
               <details>
-                <summary>Latitude of natural origin</summary>
+                <summary>Latitude of standard parallel</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>latitude_of_origin</td>
+                    <td>standard_parallel_1</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Origin</td>
+                    <td>Standard_Parallel_1</td>
                   </tr><tr>
                     <th>NetCDF:</th>
-                    <td>latitude_of_projection_origin</td>
+                    <td>standard_parallel</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>NatOriginLat</td>
+                    <td>StdParallel1</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>lat_0</td>
+                    <td>lat_ts</td>
                   </tr>
                 </table>
               </details>
@@ -5828,12 +6039,12 @@
             <td class="sep right">[-90</td>
             <td class="center">…</td>
             <td class="left">90]°</td>
-            <td class="sep">0°</td>
+            <td class="sep"></td>
           </tr><tr>
-            <td>8802</td>
+            <td>8833</td>
             <td class="sep">
               <details>
-                <summary>Longitude of natural origin</summary>
+                <summary>Longitude of origin</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
@@ -5846,7 +6057,7 @@
                     <td>longitude_of_projection_origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>NatOriginLong</td>
+                    <td>StraightVertPoleLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
@@ -5860,36 +6071,6 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
-            <td>8805</td>
-            <td class="sep">
-              <details>
-                <summary>Scale factor at natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>scale_factor</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Scale_Factor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>scale_factor_at_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>ScaleAtNatOrigin</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>k</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞)</td>
-            <td class="sep">1</td>
-          </tr><tr>
             <td>8806</td>
             <td class="sep">
               <details>
@@ -5955,17 +6136,13 @@
     </article>
     <article>
       <header>
-        <h2 id="9840">Orthographic</h2>
+        <h2 id="9830">Polar Stereographic (variant C)</h2>
       </header>
       <blockquote>
         <table class="info">
           <tr>
             <th>EPSG code:</th>
-            <td>9840</td>
-          </tr>
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">OGC:</span><code>Orthographic</code>, <span class="non-epsg">ESRI:</span><code>Orthographic</code>, <span class="non-epsg">NetCDF:</span><code>Orthographic</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_Orthographic</code>, <span class="non-epsg">S57:</span><code>Orthographic</code>, <span class="non-epsg">S57:</span><code>ORT</code>, <span class="non-epsg">Proj4:</span><code>ortho</code></td>
+            <td>9830</td>
           </tr>
         </table>
         <table class="param">
@@ -6031,26 +6208,26 @@
             <td class="left">∞) m</td>
             <td class="sep"></td>
           </tr><tr>
-            <td>8801</td>
+            <td>8832</td>
             <td class="sep">
               <details>
-                <summary>Latitude of natural origin</summary>
+                <summary>Latitude of standard parallel</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>latitude_of_origin</td>
+                    <td>standard_parallel_1</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Latitude_Of_Center</td>
+                    <td>Standard_Parallel_1</td>
                   </tr><tr>
                     <th>NetCDF:</th>
-                    <td>latitude_of_projection_origin</td>
+                    <td>standard_parallel</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLat</td>
+                    <td>StdParallel1</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>lat_0</td>
+                    <td>lat_ts</td>
                   </tr>
                 </table>
               </details>
@@ -6059,25 +6236,25 @@
             <td class="sep right">[-90</td>
             <td class="center">…</td>
             <td class="left">90]°</td>
-            <td class="sep">0°</td>
+            <td class="sep"></td>
           </tr><tr>
-            <td>8802</td>
+            <td>8833</td>
             <td class="sep">
               <details>
-                <summary>Longitude of natural origin</summary>
+                <summary>Longitude of origin</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>central_meridian</td>
                   </tr><tr>
                     <th>ESRI:</th>
-                    <td>Longitude_Of_Center</td>
+                    <td>Central_Meridian</td>
                   </tr><tr>
                     <th>NetCDF:</th>
                     <td>longitude_of_projection_origin</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>CenterLong</td>
+                    <td>StraightVertPoleLong</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
@@ -6091,10 +6268,10 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
-            <td>8806</td>
+            <td>8826</td>
             <td class="sep">
               <details>
-                <summary>False easting</summary>
+                <summary>Easting at false origin</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
@@ -6107,7 +6284,7 @@
                     <td>false_easting</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
+                    <td>FalseOriginEasting</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>x_0</td>
@@ -6121,10 +6298,10 @@
             <td class="left">∞) m</td>
             <td class="sep">0 m</td>
           </tr><tr>
-            <td>8807</td>
+            <td>8827</td>
             <td class="sep">
               <details>
-                <summary>False northing</summary>
+                <summary>Northing at false origin</summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
@@ -6137,7 +6314,7 @@
                     <td>false_northing</td>
                   </tr><tr>
                     <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
+                    <td>FalseOriginNorthing</td>
                   </tr><tr>
                     <th>Proj4:</th>
                     <td>y_0</td>
@@ -6156,18 +6333,10 @@
     </article>
     <article>
       <header>
-        <h2 id="9810">Polar Stereographic (variant A)</h2>
+        <h2 id="Stereographic_North_Pole">Stereographic_North_Pole</h2>
       </header>
       <blockquote>
         <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9810</td>
-          </tr>
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">OGC:</span><code>Polar_Stereographic</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_PolarStereographic</code>, <span class="non-epsg">Proj4:</span><code>stere</code></td>
-          </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
@@ -6232,54 +6401,36 @@
             <td class="left">∞) m</td>
             <td class="sep"></td>
           </tr><tr>
-            <td>8801</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>Latitude of natural origin</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_1</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>latitude_of_origin</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Latitude_Of_Origin</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>latitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>NatOriginLat</td>
+                    <td>standard_parallel_1</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>lat_0</td>
+                    <td>lat_ts</td>
                   </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">[-90</td>
+            <td class="sep right">[0</td>
             <td class="center">…</td>
             <td class="left">90]°</td>
-            <td class="sep"></td>
+            <td class="sep">90°</td>
           </tr><tr>
-            <td>8802</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>Longitude of natural origin</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>central_meridian</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Central_Meridian</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>longitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>StraightVertPoleLong</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
                   </tr>
@@ -6292,54 +6443,15 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
-            <td>8805</td>
-            <td class="sep">
-              <details>
-                <summary>Scale factor at natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>scale_factor</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Scale_Factor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>scale_factor_at_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>ScaleAtNatOrigin</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>k</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞)</td>
-            <td class="sep">1</td>
-          </tr><tr>
-            <td>8806</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>False easting</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>false_easting</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Easting</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>x_0</td>
                   </tr>
@@ -6352,24 +6464,15 @@
             <td class="left">∞) m</td>
             <td class="sep">0 m</td>
           </tr><tr>
-            <td>8807</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>False northing</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>false_northing</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Northing</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>y_0</td>
                   </tr>
@@ -6387,18 +6490,10 @@
     </article>
     <article>
       <header>
-        <h2 id="9829">Polar Stereographic (variant B)</h2>
+        <h2 id="Stereographic_South_Pole">Stereographic_South_Pole</h2>
       </header>
       <blockquote>
         <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9829</td>
-          </tr>
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">S57:</span><code>Polar stereographic</code>, <span class="non-epsg">S57:</span><code>PST</code>, <span class="non-epsg">Proj4:</span><code>stere</code></td>
-          </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
@@ -6463,24 +6558,15 @@
             <td class="left">∞) m</td>
             <td class="sep"></td>
           </tr><tr>
-            <td>8832</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>Latitude of standard parallel</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_1</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>standard_parallel_1</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Standard_Parallel_1</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>standard_parallel</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>StdParallel1</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>lat_ts</td>
                   </tr>
@@ -6490,27 +6576,18 @@
             <td class="sep"></td>
             <td class="sep right">[-90</td>
             <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep"></td>
+            <td class="left">0]°</td>
+            <td class="sep">-90°</td>
           </tr><tr>
-            <td>8833</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>Longitude of origin</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>central_meridian</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Central_Meridian</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>longitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>StraightVertPoleLong</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>lon_0</td>
                   </tr>
@@ -6523,24 +6600,15 @@
             <td class="left">180]°</td>
             <td class="sep">0°</td>
           </tr><tr>
-            <td>8806</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>False easting</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>false_easting</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Easting</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>x_0</td>
                   </tr>
@@ -6553,24 +6621,15 @@
             <td class="left">∞) m</td>
             <td class="sep">0 m</td>
           </tr><tr>
-            <td>8807</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>False northing</summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
                     <td>false_northing</td>
                   </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Northing</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
-                  </tr><tr>
                     <th>Proj4:</th>
                     <td>y_0</td>
                   </tr>
@@ -6588,18 +6647,52 @@
     </article>
     <article>
       <header>
-        <h2 id="9830">Polar Stereographic (variant C)</h2>
+        <h2 id="9843">Axis order reversal (2D)</h2>
       </header>
       <blockquote>
         <table class="info">
           <tr>
             <th>EPSG code:</th>
-            <td>9830</td>
+            <td>9843</td>
+          </tr>
+        </table>
+        <table class="param">
+          <caption>Operation parameters:</caption>
+          <tr>
+            <td>None</td>
+          </tr>
+        </table>
+      </blockquote>
+    </article>
+    <article>
+      <header>
+        <h2 id="9844">Axis order reversal (geographic3D horizontal)</h2>
+      </header>
+      <blockquote>
+        <table class="info">
+          <tr>
+            <th>EPSG code:</th>
+            <td>9844</td>
           </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
           <tr>
+            <td>None</td>
+          </tr>
+        </table>
+      </blockquote>
+    </article>
+    <article>
+      <header>
+        <h2 id="Geocentric_To_Ellipsoid">Geocentric_To_Ellipsoid</h2>
+      </header>
+      <blockquote>
+        <table class="info">
+        </table>
+        <table class="param">
+          <caption>Operation parameters:</caption>
+          <tr>
             <th>EPSG</th>
             <th class="sep">Name</th>
             <th class="sep">Remarks</th>
@@ -6660,135 +6753,37 @@
             <td class="left">∞) m</td>
             <td class="sep"></td>
           </tr><tr>
-            <td>8832</td>
-            <td class="sep">
-              <details>
-                <summary>Latitude of standard parallel</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>standard_parallel_1</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Standard_Parallel_1</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>standard_parallel</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>StdParallel1</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_ts</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td>8833</td>
-            <td class="sep">
-              <details>
-                <summary>Longitude of origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Central_Meridian</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>longitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>StraightVertPoleLong</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-180</td>
-            <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td>8826</td>
-            <td class="sep">
-              <details>
-                <summary>Easting at false origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Easting</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseOriginEasting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr><tr>
-            <td>8827</td>
+            <td></td>
             <td class="sep">
               <details>
-                <summary>Northing at false origin</summary>
+                <summary><span class="non-epsg">SIS:</span><code>dim</code></summary>
                 <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Northing</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseOriginNorthing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">(−∞</td>
+            <td class="sep right">[2</td>
             <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
+            <td class="left">3]</td>
+            <td class="sep">3</td>
           </tr>
         </table>
       </blockquote>
     </article>
     <article>
       <header>
-        <h2 id="Stereographic_North_Pole">Stereographic_North_Pole</h2>
+        <h2 id="9602">Geographic/geocentric conversions</h2>
       </header>
       <blockquote>
         <table class="info">
+          <tr>
+            <th>EPSG code:</th>
+            <td>9602</td>
+          </tr>
+          <tr>
+            <th>Aliases:</th>
+            <td><span class="non-epsg">OGC:</span><code>Ellipsoid_To_Geocentric</code></td>
+          </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
@@ -6856,1088 +6851,41 @@
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_1</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>standard_parallel_1</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_ts</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[0</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">90°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
+                <summary><span class="non-epsg">SIS:</span><code>dim</code></summary>
                 <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">[-180</td>
+            <td class="sep right">[2</td>
             <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="Stereographic_South_Pole">Stereographic_South_Pole</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_1</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>standard_parallel_1</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_ts</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">0]°</td>
-            <td class="sep">-90°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-180</td>
-            <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9843">Axis order reversal (2D)</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9843</td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <td>None</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9844">Axis order reversal (geographic3D horizontal)</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9844</td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <td>None</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9806">Cassini-Soldner</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9806</td>
-          </tr>
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">OGC:</span><code>Cassini_Soldner</code>, <span class="non-epsg">ESRI:</span><code>Cassini_Soldner</code>, <span class="non-epsg">GeoTIFF:</span><code>CT_CassiniSoldner</code>, <span class="non-epsg">Proj4:</span><code>cass</code></td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td>8801</td>
-            <td class="sep">
-              <details>
-                <summary>Latitude of natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>latitude_of_origin</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Latitude_Of_Origin</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>latitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>NatOriginLat</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td>8802</td>
-            <td class="sep">
-              <details>
-                <summary>Longitude of natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Central_Meridian</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>longitude_of_central_meridian</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>NatOriginLong</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-180</td>
-            <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td>8806</td>
-            <td class="sep">
-              <details>
-                <summary>False easting</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Easting</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr><tr>
-            <td>8807</td>
-            <td class="sep">
-              <details>
-                <summary>False northing</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Northing</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="Geocentric_To_Ellipsoid">Geocentric_To_Ellipsoid</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>dim</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[2</td>
-            <td class="center">…</td>
-            <td class="left">3]</td>
-            <td class="sep">3</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9602">Geographic/geocentric conversions</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9602</td>
-          </tr>
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">OGC:</span><code>Ellipsoid_To_Geocentric</code></td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>dim</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[2</td>
-            <td class="center">…</td>
-            <td class="left">3]</td>
-            <td class="sep">3</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="Geographic2D_to_3D_conversion">Geographic2D to 3D conversion</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>height</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9659">Geographic3D to 2D conversion</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9659</td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <td>None</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="9833">Hyperbolic Cassini-Soldner</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9833</td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td>8801</td>
-            <td class="sep">
-              <details>
-                <summary>Latitude of natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>latitude_of_origin</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Latitude_Of_Origin</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>latitude_of_projection_origin</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>NatOriginLat</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td>8802</td>
-            <td class="sep">
-              <details>
-                <summary>Longitude of natural origin</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>Central_Meridian</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>longitude_of_central_meridian</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>NatOriginLong</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-180</td>
-            <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td>8806</td>
-            <td class="sep">
-              <details>
-                <summary>False easting</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Easting</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseEasting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr><tr>
-            <td>8807</td>
-            <td class="sep">
-              <details>
-                <summary>False northing</summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>ESRI:</th>
-                    <td>False_Northing</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>FalseNorthing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="Interpolation_1D">Interpolation 1D</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>preimage</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep center" colspan="3"></td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>values</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep center" colspan="3"></td>
-            <td class="sep"></td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
-        <h2 id="Mollweide">Mollweide</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">Homalographic:</span><code>Homalographic</code>, <span class="non-epsg">Homolographic:</span><code>Homolographic</code>, <span class="non-epsg">Elliptical:</span><code>Elliptical</code>, <span class="non-epsg">Babinet:</span><code>Babinet</code></td>
+            <td class="left">3]</td>
+            <td class="sep">3</td>
           </tr>
         </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>central_meridian</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lon_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-180</td>
-            <td class="center">…</td>
-            <td class="left">180]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_easting</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>x_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(−∞</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
-            <td class="sep">0 m</td>
+      </blockquote>
+    </article>
+    <article>
+      <header>
+        <h2 id="Geographic2D_to_3D_conversion">Geographic2D to 3D conversion</h2>
+      </header>
+      <blockquote>
+        <table class="info">
+        </table>
+        <table class="param">
+          <caption>Operation parameters:</caption>
+          <tr>
+            <th>EPSG</th>
+            <th class="sep">Name</th>
+            <th class="sep">Remarks</th>
+            <th class="sep" colspan="3">Value domain</th>
+            <th class="sep">Default</th>
           </tr><tr>
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
+                <summary><span class="non-epsg">SIS:</span><code>height</code></summary>
                 <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>false_northing</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>y_0</td>
-                  </tr>
                 </table>
               </details>
             </td>
@@ -7952,19 +6900,30 @@
     </article>
     <article>
       <header>
-        <h2 id="9825">Pseudo Plate Carree</h2>
+        <h2 id="9659">Geographic3D to 2D conversion</h2>
       </header>
       <blockquote>
         <table class="info">
           <tr>
             <th>EPSG code:</th>
-            <td>9825</td>
+            <td>9659</td>
           </tr>
+        </table>
+        <table class="param">
+          <caption>Operation parameters:</caption>
           <tr>
-            <th>Aliases:</th>
-            <td><span class="non-epsg">NetCDF:</span><code>latitude_longitude</code></td>
+            <td>None</td>
           </tr>
         </table>
+      </blockquote>
+    </article>
+    <article>
+      <header>
+        <h2 id="Interpolation_1D">Interpolation 1D</h2>
+      </header>
+      <blockquote>
+        <table class="info">
+        </table>
         <table class="param">
           <caption>Operation parameters:</caption>
           <tr>
@@ -7977,55 +6936,25 @@
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_major</code></summary>
+                <summary><span class="non-epsg">SIS:</span><code>preimage</code></summary>
                 <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Major</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_major_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMajorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>a</td>
-                  </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
+            <td class="sep center" colspan="3"></td>
             <td class="sep"></td>
           </tr><tr>
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">OGC:</span><code>semi_minor</code></summary>
+                <summary><span class="non-epsg">SIS:</span><code>values</code></summary>
                 <table class="aliases">
-                  <tr>
-                    <th>ESRI:</th>
-                    <td>Semi_Minor</td>
-                  </tr><tr>
-                    <th>NetCDF:</th>
-                    <td>semi_minor_axis</td>
-                  </tr><tr>
-                    <th>GeoTIFF:</th>
-                    <td>SemiMinorAxis</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>b</td>
-                  </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) m</td>
+            <td class="sep center" colspan="3"></td>
             <td class="sep"></td>
           </tr>
         </table>
@@ -8033,10 +6962,14 @@
     </article>
     <article>
       <header>
-        <h2 id="Satellite-Tracking">Satellite-Tracking</h2>
+        <h2 id="Mollweide">Mollweide</h2>
       </header>
       <blockquote>
         <table class="info">
+          <tr>
+            <th>Aliases:</th>
+            <td><span class="non-epsg">Homalographic:</span><code>Homalographic</code>, <span class="non-epsg">Homolographic:</span><code>Homolographic</code>, <span class="non-epsg">Elliptical:</span><code>Elliptical</code>, <span class="non-epsg">Babinet:</span><code>Babinet</code></td>
+          </tr>
         </table>
         <table class="param">
           <caption>Operation parameters:</caption>
@@ -8104,27 +7037,6 @@
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Latitude_Of_Origin</code></summary>
-                <table class="aliases">
-                  <tr>
-                    <th>OGC:</th>
-                    <td>latitude_of_origin</td>
-                  </tr><tr>
-                    <th>Proj4:</th>
-                    <td>lat_0</td>
-                  </tr>
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
                 <summary><span class="non-epsg">ESRI:</span><code>Central_Meridian</code></summary>
                 <table class="aliases">
                   <tr>
@@ -8146,86 +7058,44 @@
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_1</code></summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Easting</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>standard_parallel_1</td>
+                    <td>false_easting</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>lat_1</td>
+                    <td>x_0</td>
                   </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">[-90</td>
+            <td class="sep right">(−∞</td>
             <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">0°</td>
+            <td class="left">∞) m</td>
+            <td class="sep">0 m</td>
           </tr><tr>
             <td></td>
             <td class="sep">
               <details>
-                <summary><span class="non-epsg">ESRI:</span><code>Standard_Parallel_2</code></summary>
+                <summary><span class="non-epsg">ESRI:</span><code>False_Northing</code></summary>
                 <table class="aliases">
                   <tr>
                     <th>OGC:</th>
-                    <td>standard_parallel_2</td>
+                    <td>false_northing</td>
                   </tr><tr>
                     <th>Proj4:</th>
-                    <td>lat_2</td>
+                    <td>y_0</td>
                   </tr>
                 </table>
               </details>
             </td>
             <td class="sep"></td>
-            <td class="sep right">[-90</td>
-            <td class="center">…</td>
-            <td class="left">90]°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>satellite_orbit_inclination</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
             <td class="sep right">(−∞</td>
             <td class="center">…</td>
-            <td class="left">∞)°</td>
-            <td class="sep">0°</td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>satellite_orbital_period</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) d</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>ascending_node_period</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞) d</td>
-            <td class="sep"></td>
+            <td class="left">∞) m</td>
+            <td class="sep">0 m</td>
           </tr>
         </table>
       </blockquote>
@@ -8597,67 +7467,6 @@
     </article>
     <article>
       <header>
-        <h2 id="Wraparound">Wraparound</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">OGC:</span><code>dim</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[1</td>
-            <td class="center">…</td>
-            <td class="left">∞)</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>wraparound_dim</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">[0</td>
-            <td class="center">…</td>
-            <td class="left">∞)</td>
-            <td class="sep"></td>
-          </tr><tr>
-            <td></td>
-            <td class="sep">
-              <details>
-                <summary><span class="non-epsg">SIS:</span><code>period</code></summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep right">(0</td>
-            <td class="center">…</td>
-            <td class="left">∞)</td>
-            <td class="sep"></td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
         <h2 id="9605">Abridged Molodensky</h2>
       </header>
       <blockquote>
@@ -10411,41 +9220,6 @@
     </article>
     <article>
       <header>
-        <h2 id="9614">NTv1</h2>
-      </header>
-      <blockquote>
-        <table class="info">
-          <tr>
-            <th>EPSG code:</th>
-            <td>9614</td>
-          </tr>
-        </table>
-        <table class="param">
-          <caption>Operation parameters:</caption>
-          <tr>
-            <th>EPSG</th>
-            <th class="sep">Name</th>
-            <th class="sep">Remarks</th>
-            <th class="sep" colspan="3">Value domain</th>
-            <th class="sep">Default</th>
-          </tr><tr>
-            <td>8656</td>
-            <td class="sep">
-              <details>
-                <summary>Latitude and longitude difference file</summary>
-                <table class="aliases">
-                </table>
-              </details>
-            </td>
-            <td class="sep"></td>
-            <td class="sep center" colspan="3"></td>
-            <td class="sep"></td>
-          </tr>
-        </table>
-      </blockquote>
-    </article>
-    <article>
-      <header>
         <h2 id="9615">NTv2</h2>
       </header>
       <blockquote>
diff --git a/tables/CoordinateReferenceSystems.html b/tables/CoordinateReferenceSystems.html
index 011fb0a..daa1b30 100644
--- a/tables/CoordinateReferenceSystems.html
+++ b/tables/CoordinateReferenceSystems.html
@@ -10,11 +10,11 @@
   <body>
     <div>
       <h1>Apache SIS™ Coordinate Reference System (CRS) codes</h1>
-      <p>This list is generated from the EPSG dataset version 9.9.1, together with other sources.
+      <p>This list is generated from the EPSG dataset version 9.7, together with other sources.
       All those <cite>Coordinate Reference Systems (CRS)</cite> are supported by the <a href="http://sis.apache.org">Apache SIS™</a>
-      library version 1.1 (provided that <a href="http://sis.apache.org/epsg.html">a connection to an EPSG database exists</a>),
+      library version 1.0 (provided that <a href="http://sis.apache.org/epsg.html">a connection to an EPSG database exists</a>),
       except those with a red text in the last column.
-      There is 6691 codes, 98% of them being supported.</p>
+      There is 6522 codes, 98% of them being supported.</p>
 
 <p><b>Notation:</b></p>
 <ul>
@@ -30,10 +30,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2043</code></td><td>Abidjan 1987 / UTM zone 29N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2041</code></td><td>Abidjan 1987 / UTM zone 30N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4226</del></code></td><td>Cote d'Ivoire</td><td class="warning">Superseded by 4143.</td></tr>
-<tr class="separator"><td colspan="4">AbInvA96_2020 Intermediate Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9387</code></td><td>AbInvA96_2020 Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9388</code></td><td>AbInvA96_2020 Grid + ODN height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9384</code></td><td><abbr title="AbInvA96_2020 Intermediate Reference Frame">AbInvA96_2020-IRF</abbr></td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Accra</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4168</code></td><td>Accra</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2136</code></td><td>Accra / Ghana National Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -165,12 +161,6 @@
 <tr class="separator"><td colspan="4">Australian Height Datum</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5712</code></td><td><abbr title="Australian Height Datum (Tasmania)">AHD</abbr> (Tasmania) height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5711</code></td><td><abbr title="Australian Height Datum">AHD</abbr> height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Australian Terrestrial Reference Frame 2014</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9307</code></td><td><abbr title="Australian Terrestrial Reference Frame 2014">ATRF2014</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9308</code></td><td><abbr title="Australian Terrestrial Reference Frame 2014">ATRF2014</abbr></td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9309</code></td><td><abbr title="Australian Terrestrial Reference Frame 2014">ATRF2014</abbr></td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">Australian Vertical Working Surface</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9458</code></td><td><abbr title="Australian Vertical Working Surface">AVWS</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Autonomous Regions of Portugal 2008</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5011</code></td><td>PTRA08</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5012</code></td><td>PTRA08</td><td>Geographic 3D</td></tr>
@@ -229,8 +219,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:21148</code></td><td>Batavia / UTM zone 48S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:21149</code></td><td>Batavia / UTM zone 49S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:21150</code></td><td>Batavia / UTM zone 50S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4280</del></code></td><td>Padang</td><td class="warning">Superseded by 4211.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4808</del></code></td><td>Padang (Jakarta)</td><td class="warning">Superseded by 4813.</td></tr>
 <tr class="separator"><td colspan="4">Beduaram</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4213</code></td><td>Beduaram</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2931</code></td><td>Beduaram / TM 13 NE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -393,8 +381,7 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:7799</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 34N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7803</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 34N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7800</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 35N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:7804</del></code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 35N</td><td class="warning">Superseded by 9391.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9391</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7804</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7805</code></td><td><abbr title="Bulgaria Geodetic System 2005">BGS2005</abbr> / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Cadastre 1997</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4472</code></td><td>Cadastre 1997</td><td>Geographic 3D</td></tr>
@@ -409,14 +396,12 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6179</code></td><td>Cais da Vila - Porto Santo height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6186</code></td><td>Cais da Vila do Porto height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6180</code></td><td>Cais das Velas height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Camacupa 1948</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4220</code></td><td>Camacupa 1948</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:22091</code></td><td>Camacupa 1948 / TM 11.30 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:22092</code></td><td>Camacupa 1948 / TM 12 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:22032</code></td><td>Camacupa 1948 / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:22033</code></td><td>Camacupa 1948 / UTM zone 33S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Camacupa 2015</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8694</code></td><td>Camacupa 2015</td><td>Geographic</td></tr>
+<tr class="separator"><td colspan="4">Camacupa</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4220</code></td><td>Camacupa</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:22091</code></td><td>Camacupa / TM 11.30 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:22092</code></td><td>Camacupa / TM 12 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:22032</code></td><td>Camacupa / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:22033</code></td><td>Camacupa / UTM zone 33S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Camp Area Astro</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4715</code></td><td>Camp Area Astro</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Campo Inchauspe</td></tr>
@@ -431,9 +416,8 @@
 <tr><td class="narrow"></td><td><code>EPSG:2315</code></td><td>Campo Inchauspe / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2316</code></td><td>Campo Inchauspe / UTM zone 20S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Canadian Geodetic Vertical Datum</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6647</code></td><td><abbr title="Canadian Geodetic Vertical Datum of 2013 (CGG2013)">CGVD2013</abbr>(CGG2013) height</td><td>Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9245</code></td><td><abbr title="Canadian Geodetic Vertical Datum of 2013 (CGG2013a)">CGVD2013</abbr>(CGG2013a) height</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5713</code></td><td><abbr title="Canadian Geodetic Vertical Datum of 1928">CGVD28</abbr> height</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6647</code></td><td><abbr title="Canadian Geodetic Vertical Datum of 2013">CGVD2013</abbr> height</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5713</code></td><td><abbr title="Canadian Geodetic Vertical Datum of 1928">CGVD28</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Cape</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4222</code></td><td>Cape</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:22275</code></td><td>Cape / Lo15</td><td><a href="CoordinateOperationMethods.html#9808">Transverse Mercator (South Orientated)</a></td></tr>
@@ -476,8 +460,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:3312</code></td><td><abbr title="Centre Spatial Guyanais 1967">CSG67</abbr> / UTM zone 21N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2971</code></td><td><abbr title="Centre Spatial Guyanais 1967">CSG67</abbr> / UTM zone 22N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4235</del></code></td><td>Guyane Francaise</td><td class="warning">Superseded by 4623.</td></tr>
-<tr class="separator"><td colspan="4">Ceuta 2</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9402</code></td><td>Ceuta 2 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Chatham Islands Datum</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4672</code></td><td>Chatham Islands 1971</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4673</code></td><td>Chatham Islands 1979</td><td>Geographic</td></tr>
@@ -565,7 +547,7 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:4632</code></td><td>Combani 1950</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2980</code></td><td>Combani 1950 / UTM zone 38S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Computer display</td></tr>
-<tr><td class="narrow">↷</td><td><code>CRS:1</code></td><td>1</td><td>Engineering (Computer display)</td></tr>
+<tr><td class="narrow">↷</td><td><code>CRS:1</code></td><td>Computer display</td><td>Engineering (Computer display)</td></tr>
 <tr class="separator"><td colspan="4">Conakry 1905</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4315</code></td><td>Conakry 1905</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:31528</code></td><td>Conakry 1905 / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -708,7 +690,7 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:31468</code></td><td>DHDN / 3-degree Gauss-Kruger zone 4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5679</code></td><td>DHDN / 3-degree Gauss-Kruger zone 5 (E-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31469</code></td><td>DHDN / 3-degree Gauss-Kruger zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3068</code></td><td>DHDN / Soldner Berlin</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3068</code></td><td>DHDN / Soldner Berlin</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Deutsches Haupthoehennetz</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7699</code></td><td>DHHN12 height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7837</code></td><td>DHHN2016 height</td><td>Geoidal height</td></tr>
@@ -749,8 +731,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3355</code></td><td>Egypt Gulf of Suez S-650 TL / Red Belt</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">El Cubo</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5812</code></td><td>El Cubo</td><td>Engineering (Cartesian 2D CS. Axes: northing, easting (N,E). Orientations: north, east. UoM: m.)</td></tr>
-<tr class="separator"><td colspan="4">El Hierro</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9401</code></td><td>El Hierro height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">EPSG example</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:8821</code></td><td>EPSG example wellbore local cubic CRS - grid north (ft)</td><td>Engineering (Cartesian 2D CS. Axes: local northing, local easting (n,e). Orientations: north, east. UoM: ft.) + Geoidal height</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:8820</code></td><td>EPSG example wellbore local cubic CRS - true north</td><td>Engineering (Cartesian 2D CS. Axes: local northing, local easting (n,e). Orientations: north, east. UoM: m.) + Geoidal height</td></tr>
@@ -867,257 +847,240 @@
 <tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4345</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> (3D)</td><td class="warning">Superseded by 4937.</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:4346</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> (geocentric)</td><td class="warning">Superseded by 4936.</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:8360</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Baltic 1957 height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9450</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Belfast height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9429</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Douglas height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:7409</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2000 height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:7423</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2007 height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9422</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2019 height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9423</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2019 mean-tide height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9289</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + LAT NL depth</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9427</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Lerwick height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9449</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Malin Head height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9290</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + MSL NL depth</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9286</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + NAP height</td><td>Geographic + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7409</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2000 height</td><td>Geographic + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7423</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + EVRF2007 height</td><td>Geographic + Geoidal height</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5942</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + NN2000 height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6144</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + NN54 height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9425</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + ODN (Offshore) height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9424</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + ODN height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9426</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + ODN Orkney height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9430</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + St. Marys height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9428</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + Stornoway height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6962</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Albania LCC 2010</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6870</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Albania TM 2010</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3416</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Austria Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3447</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2005</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3812</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2008</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8370</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2008 + Ostend height</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4093</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4094</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4095</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM3</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4096</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4097</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM1 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4098</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM2 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4099</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM3 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4100</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM4 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6069</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 2-22</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6070</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 3-11</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6071</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 4-26</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6072</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 4-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6073</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-11</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6074</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-13</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6125</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-47</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3126</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK19FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3127</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK20FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3128</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK21FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3129</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK22FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3130</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK23FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3131</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK24FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3132</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK25FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3133</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK26FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3134</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK27FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3135</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK28FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3136</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK29FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3137</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK30FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3138</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK31FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3145</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe Lambert</td><td><a href="CoordinateOperationMethods.html#9826">Lambert Conic Conformal (West Orientated)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5316</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe TM</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5318</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe TM + FVR09 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8395</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Gauss-Kruger CM 9E</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3873</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK19FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3874</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK20FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3875</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK21FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3876</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK22FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3877</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK23FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3878</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK24FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3879</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK25FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3880</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK26FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3881</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK27FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3882</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK28FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3883</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK29FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3884</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK30FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3885</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK31FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3108</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Guernsey Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3109</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Jersey Transverse Mercator</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:2198</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Bornholm</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7420</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Bornholm + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:2196</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Jutland</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7418</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Jutland + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:2197</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Zealand</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7419</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Zealand + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5243</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / LCC Germany (E-N)</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4839</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / LCC Germany (N-E)</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4855</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5</td><td class="warning">Superseded by 5105.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5105</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4856</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6</td><td class="warning">Superseded by 5106.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5106</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4857</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7</td><td class="warning">Superseded by 5107.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5107</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4858</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8</td><td class="warning">Superseded by 5108.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5108</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4859</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9</td><td class="warning">Superseded by 5109.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5109</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4860</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10</td><td class="warning">Superseded by 5110.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5110</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4861</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11</td><td class="warning">Superseded by 5111.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5111</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4862</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12</td><td class="warning">Superseded by 5112.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5112</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4863</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13</td><td class="warning">Superseded by 5113.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5113</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4864</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14</td><td class="warning">Superseded by 5114.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5114</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4865</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15</td><td class="warning">Superseded by 5115.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5115</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4866</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16</td><td class="warning">Superseded by 5116.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5116</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4867</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17</td><td class="warning">Superseded by 5117.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5117</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4868</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18</td><td class="warning">Superseded by 5118.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5118</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4869</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19</td><td class="warning">Superseded by 5119.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5119</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4870</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20</td><td class="warning">Superseded by 5120.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5120</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4871</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21</td><td class="warning">Superseded by 5121.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5121</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4872</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22</td><td class="warning">Superseded by 5122.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5122</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4873</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23</td><td class="warning">Superseded by 5123.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5123</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4874</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24</td><td class="warning">Superseded by 5124.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5124</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4875</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25</td><td class="warning">Superseded by 5125.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5125</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4876</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26</td><td class="warning">Superseded by 5126.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5126</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4877</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27</td><td class="warning">Superseded by 5127.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5127</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4878</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28</td><td class="warning">Superseded by 5128.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5128</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:4879</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29</td><td class="warning">Superseded by 5129.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5129</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4880</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30</td><td class="warning">Superseded by 5130.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5130</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5950</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6150</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5951</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6151</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5952</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6152</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5953</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6153</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5954</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6154</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5955</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6155</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5956</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6156</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5957</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6157</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5958</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6158</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5959</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6159</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5960</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6160</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5961</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6161</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5962</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6162</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5963</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6163</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5964</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6164</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5965</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6165</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5966</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6166</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5967</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6167</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5968</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6168</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5969</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6169</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5970</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6170</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5945</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6145</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5946</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6146</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5947</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6147</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5948</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6148</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5949</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:6149</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:2180</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS92</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2176</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2177</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:2178</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:2179</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 8</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3763</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Portugal TM06</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:2213</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM 30 NE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:3038</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM26</td><td class="warning">Superseded by (none).</td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:3039</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM27</td><td class="warning">Superseded by (none).</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:3050</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM38</td><td class="warning">Superseded by (none).</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:3051</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM39</td><td class="warning">Superseded by (none).</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3067</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(E,N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3902</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E) + N60 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3903</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E) + N2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5048</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:25884</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM Baltic93</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3040</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 28N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25828</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3041</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 29N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:25829</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 29N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3042</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 30N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25830</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 30N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3043</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5649</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5651</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25831</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3044</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4647</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5652</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25832</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3045</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5650</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5653</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25833</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3046</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:25834</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3047</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25835</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3048</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:25836</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3049</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 37N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:25837</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 37N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:25838</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 38N</td><td class="warning">Superseded by (none).</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6144</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> + NN54 height</td><td>Geographic + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6962</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Albania LCC 2010</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6870</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Albania TM 2010</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3416</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Austria Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3447</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2005</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3812</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2008</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8370</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Belgian Lambert 2008 + Ostend height</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4093</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4094</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4095</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM3</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4096</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4097</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM1 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4098</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM2 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4099</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM3 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4100</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / DKTM4 + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6069</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 2-22</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6070</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 3-11</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6071</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 4-26</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6072</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 4-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6073</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-11</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6074</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-13</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6125</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / EPSG Arctic zone 5-47</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3126</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK19FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3127</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK20FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3128</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK21FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3129</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK22FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3130</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK23FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3131</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK24FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3132</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK25FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3133</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK26FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3134</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK27FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3135</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK28FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3136</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK29FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3137</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK30FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3138</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / ETRS-GK31FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3145</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe Lambert</td><td><a href="CoordinateOperationMethods.html#9826">Lambert Conic Conformal (West Orientated)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5316</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe TM</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5318</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Faroe TM + FVR09 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8395</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Gauss-Kruger CM 9E</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3873</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK19FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3874</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK20FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3875</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK21FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3876</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK22FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3877</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK23FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3878</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK24FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3879</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK25FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3880</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK26FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3881</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK27FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3882</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK28FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3883</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK29FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3884</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK30FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3885</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / GK31FIN</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3108</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Guernsey Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3109</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Jersey Transverse Mercator</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:2198</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Bornholm</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7420</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Bornholm + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2196</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Jutland</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7418</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Jutland + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:2197</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Zealand</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7419</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Kp2000 Zealand + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5243</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / LCC Germany (E-N)</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4839</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / LCC Germany (N-E)</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4855</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5</td><td class="warning">Superseded by 5105.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5105</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4856</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6</td><td class="warning">Superseded by 5106.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5106</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4857</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7</td><td class="warning">Superseded by 5107.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5107</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4858</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8</td><td class="warning">Superseded by 5108.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5108</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4859</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9</td><td class="warning">Superseded by 5109.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5109</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4860</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10</td><td class="warning">Superseded by 5110.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5110</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4861</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11</td><td class="warning">Superseded by 5111.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5111</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4862</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12</td><td class="warning">Superseded by 5112.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5112</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4863</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13</td><td class="warning">Superseded by 5113.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5113</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4864</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14</td><td class="warning">Superseded by 5114.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5114</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4865</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15</td><td class="warning">Superseded by 5115.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5115</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4866</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16</td><td class="warning">Superseded by 5116.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5116</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4867</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17</td><td class="warning">Superseded by 5117.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5117</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4868</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18</td><td class="warning">Superseded by 5118.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5118</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4869</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19</td><td class="warning">Superseded by 5119.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5119</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4870</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20</td><td class="warning">Superseded by 5120.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5120</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4871</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21</td><td class="warning">Superseded by 5121.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5121</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4872</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22</td><td class="warning">Superseded by 5122.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5122</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4873</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23</td><td class="warning">Superseded by 5123.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5123</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4874</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24</td><td class="warning">Superseded by 5124.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5124</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4875</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25</td><td class="warning">Superseded by 5125.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5125</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4876</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26</td><td class="warning">Superseded by 5126.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5126</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4877</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27</td><td class="warning">Superseded by 5127.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5127</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4878</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28</td><td class="warning">Superseded by 5128.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5128</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4879</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29</td><td class="warning">Superseded by 5129.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5129</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4880</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30</td><td class="warning">Superseded by 5130.</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5130</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5950</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6150</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 10 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5951</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6151</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 11 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5952</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6152</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 12 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5953</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6153</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 13 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5954</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6154</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 14 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5955</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6155</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 15 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5956</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6156</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 16 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5957</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6157</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 17 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5958</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6158</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 18 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5959</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6159</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 19 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5960</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6160</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 20 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5961</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6161</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 21 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5962</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6162</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 22 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5963</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6163</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 23 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5964</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6164</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 24 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5965</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6165</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 25 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5966</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6166</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 26 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5967</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6167</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 27 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5968</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6168</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 28 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5969</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6169</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 29 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5970</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6170</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 30 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5945</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6145</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 5 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5946</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6146</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 6 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5947</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6147</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 7 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5948</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:6148</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 8 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5949</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:6149</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / NTM zone 9 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2180</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS92</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:2176</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:2177</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2178</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2179</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Poland CS2000 zone 8</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3763</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / Portugal TM06</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2213</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM 30 NE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:3038</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM26</td><td class="warning">Superseded by (none).</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:3039</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM27</td><td class="warning">Superseded by (none).</td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:3050</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM38</td><td class="warning">Superseded by (none).</td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:3051</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM39</td><td class="warning">Superseded by (none).</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3067</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(E,N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3902</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E) + N60 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3903</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E) + N2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5048</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM35FIN(N,E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:25884</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / TM Baltic93</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3040</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 28N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25828</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3041</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 29N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:25829</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 29N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3042</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 30N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25830</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 30N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3043</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5649</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5651</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25831</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3044</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4647</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5652</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25832</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3045</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5650</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (zE-N)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5653</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N (N-zE)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25833</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3046</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:25834</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3047</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25835</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3048</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:25836</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3049</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 37N (N-E)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:25837</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 37N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:25838</del></code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 38N</td><td class="warning">Superseded by (none).</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5971</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6171</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5554</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N + DHHN92 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5971</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6171</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 31N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5972</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6172</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5555</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N + DHHN92 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7416</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5972</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6172</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 32N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5973</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6173</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5556</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N + DHHN92 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7417</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N + DVR90 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5973</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6173</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 33N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5974</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6174</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5975</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6175</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5976</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6176</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36N + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3035</code></td><td>ETRS89-extended / LAEA Europe</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:3034</code></td><td>ETRS89-extended / LCC Europe</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5974</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6174</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 34 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5975</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6175</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 35 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5976</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36 + NN2000 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6176</code></td><td><abbr title="European Terrestrial Reference System 1989">ETRS89</abbr> / UTM zone 36 + NN54 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3035</code></td><td>ETRS89-extended / LAEA Europe</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:3034</code></td><td>ETRS89-extended / LCC Europe</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="separator"><td colspan="4">European Vertical Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9274</code></td><td>EVRF2000 Austria height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5730</code></td><td><abbr title="European Vertical Reference Frame 2000">EVRF2000</abbr> height</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5621</code></td><td><abbr title="European Vertical Reference Frame 2007">EVRF2007</abbr> height</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9389</code></td><td><abbr title="European Vertical Reference Frame 2019">EVRF2019</abbr> height</td><td>Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9390</code></td><td>EVRF2019 mean-tide height</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5621</code></td><td><abbr title="European Vertical Reference Frame 2007">EVRF2007</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Fahud</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4232</code></td><td>Fahud</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:23239</code></td><td>Fahud / UTM zone 39N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -1164,8 +1127,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:2969</code></td><td>Fort Marigot / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Foula</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5743</code></td><td>Foula height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Fuerteventura</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9396</code></td><td>Fuerteventura height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Gambia</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:6894</code></td><td>Gambia</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Gandajika</td></tr>
@@ -1176,10 +1137,6 @@
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4234</del></code></td><td>Garoua</td><td class="warning">Superseded by 4197.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2312</code></td><td>Garoua / UTM zone 33N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:23433</del></code></td><td>Garoua / UTM zone 33N</td><td class="warning">Superseded by 2312.</td></tr>
-<tr class="separator"><td colspan="4">GBK19 Intermediate Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9456</code></td><td>GBK19 Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9457</code></td><td>GBK19 Grid + ODN height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9453</code></td><td><abbr title="GBK19 Intermediate Reference Frame">GBK19-IRF</abbr></td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Gebrauchshohen ADRIA</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5778</code></td><td>GHA height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Genoa</td></tr>
@@ -1195,79 +1152,75 @@
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4939</code></td><td>GDA94</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4347</del></code></td><td>GDA94 (3D)</td><td class="warning">Superseded by 4939.</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:4348</del></code></td><td>GDA94 (geocentric)</td><td class="warning">Superseded by 4938.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9464</code></td><td>GDA94 + AHD height</td><td>Geographic + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3577</code></td><td>GDA94 / Australian Albers</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3577</code></td><td>GDA94 / Australian Albers</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3113</code></td><td>GDA94 / BCSG02</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6721</code></td><td>GDA94 / CIG94</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6721</code></td><td>GDA94 / CIG94</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6723</code></td><td>GDA94 / CKIG94</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3112</code></td><td>GDA94 / Geoscience Australia Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3112</code></td><td>GDA94 / Geoscience Australia Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:6732</del></code></td><td>GDA94 / MGA zone 41</td><td class="warning">Superseded by (none).</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:6733</del></code></td><td>GDA94 / MGA zone 42</td><td class="warning">Superseded by (none).</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:6733</del></code></td><td>GDA94 / MGA zone 42</td><td class="warning">Superseded by (none).</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:6734</del></code></td><td>GDA94 / MGA zone 43</td><td class="warning">Superseded by (none).</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:6735</del></code></td><td>GDA94 / MGA zone 44</td><td class="warning">Superseded by (none).</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:6735</del></code></td><td>GDA94 / MGA zone 44</td><td class="warning">Superseded by (none).</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6736</code></td><td>GDA94 / MGA zone 46</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6737</code></td><td>GDA94 / MGA zone 47</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6737</code></td><td>GDA94 / MGA zone 47</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:28348</code></td><td>GDA94 / MGA zone 48</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:28349</code></td><td>GDA94 / MGA zone 49</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:28349</code></td><td>GDA94 / MGA zone 49</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:28350</code></td><td>GDA94 / MGA zone 50</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:28351</code></td><td>GDA94 / MGA zone 51</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:28351</code></td><td>GDA94 / MGA zone 51</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:28352</code></td><td>GDA94 / MGA zone 52</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:28353</code></td><td>GDA94 / MGA zone 53</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:28353</code></td><td>GDA94 / MGA zone 53</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:28354</code></td><td>GDA94 / MGA zone 54</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:28355</code></td><td>GDA94 / MGA zone 55</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:28355</code></td><td>GDA94 / MGA zone 55</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:28356</code></td><td>GDA94 / MGA zone 56</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:28357</code></td><td>GDA94 / MGA zone 57</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:28357</code></td><td>GDA94 / MGA zone 57</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:28358</code></td><td>GDA94 / MGA zone 58</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6738</code></td><td>GDA94 / MGA zone 59</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6738</code></td><td>GDA94 / MGA zone 59</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3308</code></td><td>GDA94 / NSW Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3107</code></td><td>GDA94 / SA Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3107</code></td><td>GDA94 / SA Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3111</code></td><td>GDA94 / Vicgrid</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8391</code></td><td>GDA94 / WEIPA94</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8391</code></td><td>GDA94 / WEIPA94</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Geocentric Datum of Australia 2020</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7842</code></td><td>GDA2020</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:7843</code></td><td>GDA2020</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7844</code></td><td>GDA2020</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9463</code></td><td>GDA2020 + AHD height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9462</code></td><td>GDA2020 + AVWS height</td><td>Geographic + Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8013</code></td><td>GDA2020 / ALB2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9473</code></td><td>GDA2020 / Australian Albers</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8016</code></td><td>GDA2020 / BCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8013</code></td><td>GDA2020 / ALB2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8016</code></td><td>GDA2020 / BCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8014</code></td><td>GDA2020 / BIO2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8015</code></td><td>GDA2020 / BRO2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8015</code></td><td>GDA2020 / BRO2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8017</code></td><td>GDA2020 / CARN2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8018</code></td><td>GDA2020 / CIG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8018</code></td><td>GDA2020 / CIG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8019</code></td><td>GDA2020 / CKIG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8020</code></td><td>GDA2020 / COL2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8020</code></td><td>GDA2020 / COL2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8021</code></td><td>GDA2020 / ESP2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8022</code></td><td>GDA2020 / EXM2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8022</code></td><td>GDA2020 / EXM2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7845</code></td><td>GDA2020 / GA LCC</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8023</code></td><td>GDA2020 / GCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8023</code></td><td>GDA2020 / GCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8024</code></td><td>GDA2020 / GOLD2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8025</code></td><td>GDA2020 / JCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8025</code></td><td>GDA2020 / JCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8026</code></td><td>GDA2020 / KALB2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8027</code></td><td>GDA2020 / KAR2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8027</code></td><td>GDA2020 / KAR2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8028</code></td><td>GDA2020 / KUN2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8029</code></td><td>GDA2020 / LCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8029</code></td><td>GDA2020 / LCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7846</code></td><td>GDA2020 / MGA zone 46</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7847</code></td><td>GDA2020 / MGA zone 47</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7847</code></td><td>GDA2020 / MGA zone 47</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7848</code></td><td>GDA2020 / MGA zone 48</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7849</code></td><td>GDA2020 / MGA zone 49</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7849</code></td><td>GDA2020 / MGA zone 49</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7850</code></td><td>GDA2020 / MGA zone 50</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7851</code></td><td>GDA2020 / MGA zone 51</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7851</code></td><td>GDA2020 / MGA zone 51</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7852</code></td><td>GDA2020 / MGA zone 52</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7853</code></td><td>GDA2020 / MGA zone 53</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7853</code></td><td>GDA2020 / MGA zone 53</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7854</code></td><td>GDA2020 / MGA zone 54</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7855</code></td><td>GDA2020 / MGA zone 55</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7855</code></td><td>GDA2020 / MGA zone 55</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7856</code></td><td>GDA2020 / MGA zone 56</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7857</code></td><td>GDA2020 / MGA zone 57</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7857</code></td><td>GDA2020 / MGA zone 57</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7858</code></td><td>GDA2020 / MGA zone 58</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7859</code></td><td>GDA2020 / MGA zone 59</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7859</code></td><td>GDA2020 / MGA zone 59</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8030</code></td><td>GDA2020 / MRCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8058</code></td><td>GDA2020 / NSW Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8058</code></td><td>GDA2020 / NSW Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8031</code></td><td>GDA2020 / PCG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8032</code></td><td>GDA2020 / PHG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8032</code></td><td>GDA2020 / PHG2020</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8059</code></td><td>GDA2020 / SA Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7899</code></td><td>GDA2020 / Vicgrid</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7899</code></td><td>GDA2020 / Vicgrid</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="separator"><td colspan="4">Geocentric datum of Korea</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4737</code></td><td>Korea 2000</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4926</code></td><td>Korea 2000</td><td>Geocentric (Cartesian coordinate system)</td></tr>
@@ -1290,24 +1243,22 @@
 <tr><td class="narrow"></td><td><code>EPSG:4920</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4921</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr></td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3376</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / East Malaysia BRSO</td><td><a href="CoordinateOperationMethods.html#9812">Hotine Oblique Mercator (variant A)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3377</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Johor Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3383</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Kedah and Perlis Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3385</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Kelantan Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3379</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Pahang Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3377</code></td><td>GDM2000 / Johor Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3383</code></td><td>GDM2000 / Kedah and Perlis Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3385</code></td><td>GDM2000 / Kelantan Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3379</code></td><td>GDM2000 / Pahang Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3375</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Peninsula RSO</td><td><a href="CoordinateOperationMethods.html#9812">Hotine Oblique Mercator (variant A)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3384</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Perak Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3382</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Pinang Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3380</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Selangor Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3378</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Sembilan and Melaka Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3381</code></td><td><abbr title="Geodetic Datum of Malaysia 2000">GDM2000</abbr> / Terengganu Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3384</code></td><td>GDM2000 / Perak Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3382</code></td><td>GDM2000 / Pinang Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3380</code></td><td>GDM2000 / Selangor Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3378</code></td><td>GDM2000 / Sembilan and Melaka Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3381</code></td><td>GDM2000 / Terengganu Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Geodezicheskaya Sistema Koordinat 2011</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7681</code></td><td><abbr title="Geodezicheskaya Sistema Koordinat 2011">GSK-2011</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:7682</code></td><td><abbr title="Geodezicheskaya Sistema Koordinat 2011">GSK-2011</abbr></td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7683</code></td><td><abbr title="Geodezicheskaya Sistema Koordinat 2011">GSK-2011</abbr></td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Gisborne 1926</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5762</code></td><td>Gisborne 1926 height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Gran Canaria</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9397</code></td><td>Gran Canaria height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Grand Cayman</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4723</code></td><td><abbr title="Grand Cayman Geodetic Datum 1959">GCGD59</abbr></td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6130</code></td><td><abbr title="Grand Cayman Vertical Datum 1954">GCVD54</abbr> height (ft)</td><td>Geoidal height</td></tr>
@@ -1371,7 +1322,7 @@
 <tr class="separator"><td colspan="4">Guam</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4675</code></td><td>Guam 1963</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3993</code></td><td>Guam 1963 / Guam SPCS</td><td class="error">No operation method found for name or identifier “Guam Projection”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3295</code></td><td>Guam 1963 / Yap Islands</td><td><a href="CoordinateOperationMethods.html#9832">Modified Azimuthal Equidistant</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3295</code></td><td>Guam 1963 / Yap Islands</td><td class="error">No operation method found for name or identifier “Modified Azimuthal Equidistant”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6639</code></td><td>Guam 1963 height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6644</code></td><td><abbr title="Guam Vertical Datum of 2004">GUVD04</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Gulshan 303</td></tr>
@@ -1389,7 +1340,7 @@
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4294</del></code></td><td>Segora</td><td class="warning">Superseded by 4613.</td></tr>
 <tr class="separator"><td colspan="4">Gusterberg (Ferro)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:8042</code></td><td>Gusterberg (Ferro)</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8044</code></td><td>Gusterberg Grid (Ferro)</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8044</code></td><td>Gusterberg Grid (Ferro)</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Ha Tien 1960</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5726</code></td><td>Ha Tien 1960 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Hanoi 1972</td></tr>
@@ -1413,8 +1364,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:2053</code></td><td>Hartebeesthoek94 / Lo29</td><td><a href="CoordinateOperationMethods.html#9808">Transverse Mercator (South Orientated)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2054</code></td><td>Hartebeesthoek94 / Lo31</td><td><a href="CoordinateOperationMethods.html#9808">Transverse Mercator (South Orientated)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2055</code></td><td>Hartebeesthoek94 / Lo33</td><td><a href="CoordinateOperationMethods.html#9808">Transverse Mercator (South Orientated)</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9221</code></td><td>Hartebeesthoek94 / ZAF BSU Albers 25E</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9222</code></td><td>Hartebeesthoek94 / ZAF BSU Albers 44E</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
 <tr class="separator"><td colspan="4">Helle 1954</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4660</code></td><td>Helle 1954</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:3058</code></td><td>Helle 1954 / Jan Mayen Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -1424,7 +1373,7 @@
 <tr class="separator"><td colspan="4">Herat North</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4255</code></td><td>Herat North</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">High Water</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5872</code></td><td><abbr title="Highest Astronomical Tide">HAT</abbr> height</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5872</code></td><td><abbr title="Highest Astronomic Tide">HAT</abbr> height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5871</code></td><td><abbr title="Higher High Water Large Tide">HHWLT</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5874</code></td><td>High Water height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Hito XVIII 1963</td></tr>
@@ -1444,8 +1393,8 @@
 <tr><td class="narrow"></td><td><code>EPSG:7976</code></td><td><abbr title="Hong Kong Principal Datum">HKPD</abbr> depth</td><td>Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5738</code></td><td><abbr title="Hong Kong Principal Datum">HKPD</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4738</code></td><td>Hong Kong 1963</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:3366</del></code></td><td>Hong Kong 1963 Grid System</td><td class="warning">Superseded by 3407.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3407</code></td><td>Hong Kong 1963 Grid System</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3366</code></td><td>Hong Kong 1963 Grid System</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3407</code></td><td>Hong Kong 1963 Grid System</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4739</code></td><td>Hong Kong 1963(67)</td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4611</code></td><td>Hong Kong 1980</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:2326</code></td><td>Hong Kong 1980 Grid System</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -1454,12 +1403,6 @@
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8427</code></td><td>Hong Kong Geodetic CS</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Horta</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6181</code></td><td>Horta height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">HS2 Intermediate Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9300</code></td><td>HS2 Survey Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9306</code></td><td>HS2 Survey Grid + HS2-VRF height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9299</code></td><td><abbr title="HS2 Intermediate Reference Frame">HS2-IRF</abbr></td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">HS2 Vertical Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9303</code></td><td><abbr title="HS2 Vertical Reference Frame">HS2-VRF</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Hu Tzu Shan 1950</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4236</code></td><td>Hu Tzu Shan 1950</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3829</code></td><td>Hu Tzu Shan 1950 / UTM zone 51N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -1469,8 +1412,6 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:3819</code></td><td><abbr title="Hungarian Datum 1909">HD1909</abbr></td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4237</code></td><td><abbr title="Hungarian Datum 1972">HD72</abbr></td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:23700</code></td><td><abbr title="Hungarian Datum 1972">HD72</abbr> / EOV</td><td><a href="CoordinateOperationMethods.html#9815">Hotine Oblique Mercator (variant B)</a></td></tr>
-<tr class="separator"><td colspan="4">Ibiza</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9394</code></td><td>Ibiza height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">IGb</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:9007</code></td><td>IGb00</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9008</code></td><td>IGb00</td><td>Geographic 3D</td></tr>
@@ -1478,8 +1419,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:9015</code></td><td>IGb08</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9016</code></td><td>IGb08</td><td>Geographic 3D</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9017</code></td><td>IGb08</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9378</code></td><td>IGb14</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9379</code></td><td>IGb14</td><td>Geographic 3D</td></tr>
 <tr class="separator"><td colspan="4">IGC 1962 Arc of the 6th Parallel South</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3318</code></td><td>IGC 1962 / Congo TM zone 12</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3319</code></td><td>IGC 1962 / Congo TM zone 14</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -1523,21 +1462,20 @@
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:2979</del></code></td><td>K0 1949 / UTM zone 42S</td><td class="warning">Superseded by 3336.</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4681</del></code></td><td>Mauritania 1999</td><td class="warning">Superseded by 4700.</td></tr>
 <tr class="separator"><td colspan="4">IGS</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9380</code></td><td>IGb14</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:9004</code></td><td>IGS00</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9005</code></td><td>IGS00</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:9005</code></td><td>IGS00</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9006</code></td><td>IGS00</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9010</code></td><td>IGS05</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:9010</code></td><td>IGS05</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9011</code></td><td>IGS05</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9012</code></td><td>IGS05</td><td>Geographic</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:9012</code></td><td>IGS05</td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6934</code></td><td>IGS08</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9013</code></td><td>IGS08</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9013</code></td><td>IGS08</td><td>Geographic 3D</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9014</code></td><td>IGS08</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8227</code></td><td>IGS14</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8227</code></td><td>IGS14</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9018</code></td><td>IGS14</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9019</code></td><td>IGS14</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9019</code></td><td>IGS14</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:9001</code></td><td>IGS97</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9002</code></td><td>IGS97</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:9002</code></td><td>IGS97</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9003</code></td><td>IGS97</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Incheon</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5193</code></td><td>Incheon height</td><td>Geoidal height</td></tr>
@@ -1573,8 +1511,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:23892</code></td><td><abbr title="Indonesian Datum 1974">ID74</abbr> / UTM zone 52S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:23893</code></td><td><abbr title="Indonesian Datum 1974">ID74</abbr> / UTM zone 53S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:23894</code></td><td><abbr title="Indonesian Datum 1974">ID74</abbr> / UTM zone 54S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Indonesian Geoid 2020</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9471</code></td><td>INAGeoid2020 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Instantaneous Water Level</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5831</code></td><td>Instantaneous Water Level depth</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5829</code></td><td>Instantaneous Water Level height</td><td>Geoidal height</td></tr>
@@ -1857,29 +1793,18 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3168</code></td><td>Kertau (RSO) / RSO Malaya (m)</td><td><a href="CoordinateOperationMethods.html#9812">Hotine Oblique Mercator (variant A)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:24571</del></code></td><td>Kertau / R.S.O. Malaya (ch)</td><td class="warning">Superseded by 3167.</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4245</code></td><td>Kertau 1968</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4390</code></td><td>Kertau 1968 / Johor Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4396</code></td><td>Kertau 1968 / Kedah and Perlis Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4398</code></td><td>Kertau 1968 / Kelantan Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4392</code></td><td>Kertau 1968 / Pahang Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4397</code></td><td>Kertau 1968 / Perak Revised Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4395</code></td><td>Kertau 1968 / Pinang Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4393</code></td><td>Kertau 1968 / Selangor Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4391</code></td><td>Kertau 1968 / Sembilan and Melaka Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:24500</code></td><td>Kertau 1968 / Singapore Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:4394</code></td><td>Kertau 1968 / Terengganu Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4390</code></td><td>Kertau 1968 / Johor Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4396</code></td><td>Kertau 1968 / Kedah and Perlis Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4398</code></td><td>Kertau 1968 / Kelantan Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4392</code></td><td>Kertau 1968 / Pahang Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4397</code></td><td>Kertau 1968 / Perak Revised Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4395</code></td><td>Kertau 1968 / Pinang Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4393</code></td><td>Kertau 1968 / Selangor Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4391</code></td><td>Kertau 1968 / Sembilan and Melaka Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:24500</code></td><td>Kertau 1968 / Singapore Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4394</code></td><td>Kertau 1968 / Terengganu Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:24547</code></td><td>Kertau 1968 / UTM zone 47N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:24548</code></td><td>Kertau 1968 / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Kingdom of Saudi Arabia Geodetic Reference Frame 2017</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9331</code></td><td>KSA-GRF17</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9332</code></td><td>KSA-GRF17</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9333</code></td><td>KSA-GRF17</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9356</code></td><td>KSA-GRF17 / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9357</code></td><td>KSA-GRF17 / UTM zone 37N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9358</code></td><td>KSA-GRF17 / UTM zone 38N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9359</code></td><td>KSA-GRF17 / UTM zone 39N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9360</code></td><td>KSA-GRF17 / UTM zone 40N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Kingdom of Saudi Arabia Vertical Reference Frame Jeddah 2014</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9335</code></td><td>KSA-VRF14 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Kiunga</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7652</code></td><td>Kiunga height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">KOC Construction Datum / Well Datum</td></tr>
@@ -1934,10 +1859,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:24718</code></td><td>La Canoa / UTM zone 18N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:24719</code></td><td>La Canoa / UTM zone 19N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:24720</code></td><td>La Canoa / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">La Gomera</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9399</code></td><td>La Gomera height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">La Palma</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9400</code></td><td>La Palma height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">La Rosa</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5810</code></td><td>La Rosa Grid</td><td>Engineering (Cartesian 2D CS. Axes: northing, easting (N,E). Orientations: north, east. UoM: m.)</td></tr>
 <tr class="separator"><td colspan="4">Lagos 1955</td></tr>
@@ -1954,8 +1875,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:5728</code></td><td>LN02 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Landshaedarkerfi Islands 2004</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8089</code></td><td>ISH2004 height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Lanzarote</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9395</code></td><td>Lanzarote height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Lao</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4677</code></td><td>Lao 1993</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4990</code></td><td>Lao 1993</td><td>Geocentric (Cartesian coordinate system)</td></tr>
@@ -2031,9 +1950,8 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:4252</code></td><td>Lome</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:25231</code></td><td>Lome / UTM zone 31N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Low Water</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5861</code></td><td><abbr title="Lowest Astronomical Tide">LAT</abbr> depth</td><td>Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9287</code></td><td>LAT NL depth</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5862</code></td><td><abbr title="Lower Low Water Large Tide">LLWLT</abbr> depth</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5861</code></td><td><abbr title="Lowest Astronomic Tide">LAT</abbr> depth</td><td>Geoidal height</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5862</code></td><td><abbr title="Lower Low Water Large Tide">LLWLT</abbr> depth</td><td>Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5873</code></td><td>Low Water depth</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Luxembourg 1930</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4181</code></td><td>Luxembourg 1930</td><td>Geographic</td></tr>
@@ -2060,7 +1978,7 @@
 <tr><td class="narrow"></td><td><code>EPSG:8434</code></td><td>Macao height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Madrid 1870 (Madrid)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4903</code></td><td>Madrid 1870 (Madrid)</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:2062</code></td><td>Madrid 1870 (Madrid) / Spain LCC</td><td><a href="CoordinateOperationMethods.html#9801">Lambert Conic Conformal (1SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2062</code></td><td>Madrid 1870 (Madrid) / Spain</td><td><a href="CoordinateOperationMethods.html#9801">Lambert Conic Conformal (1SP)</a></td></tr>
 <tr class="separator"><td colspan="4">Madzansua</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4128</code></td><td>Madzansua</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Mahe 1971</td></tr>
@@ -2073,8 +1991,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:3002</code></td><td>Makassar / NEIEZ</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a></td></tr>
 <tr class="separator"><td colspan="4">Malin Head</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5731</code></td><td>Malin Head height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Mallorca</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9392</code></td><td>Mallorca height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Malongo 1987</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4259</code></td><td>Malongo 1987</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:25932</code></td><td>Malongo 1987 / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -2115,21 +2031,20 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6259</code></td><td>MAGNA-SIRGAS / Mocoa urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6260</code></td><td>MAGNA-SIRGAS / Monteria urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6261</code></td><td>MAGNA-SIRGAS / Neiva urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9377</code></td><td>MAGNA-SIRGAS / Origen-Nacional</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6262</code></td><td>MAGNA-SIRGAS / Pasto urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6263</code></td><td>MAGNA-SIRGAS / Pereira urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6263</code></td><td>MAGNA-SIRGAS / Pereira urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6264</code></td><td>MAGNA-SIRGAS / Popayan urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6265</code></td><td>MAGNA-SIRGAS / Puerto Carreno urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6265</code></td><td>MAGNA-SIRGAS / Puerto Carreno urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6266</code></td><td>MAGNA-SIRGAS / Quibdo urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6267</code></td><td>MAGNA-SIRGAS / Riohacha urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6267</code></td><td>MAGNA-SIRGAS / Riohacha urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6268</code></td><td>MAGNA-SIRGAS / San Andres urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6269</code></td><td>MAGNA-SIRGAS / San Jose del Guaviare urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6269</code></td><td>MAGNA-SIRGAS / San Jose del Guaviare urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6270</code></td><td>MAGNA-SIRGAS / Santa Marta urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6271</code></td><td>MAGNA-SIRGAS / Sucre urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6271</code></td><td>MAGNA-SIRGAS / Sucre urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6272</code></td><td>MAGNA-SIRGAS / Tunja urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6273</code></td><td>MAGNA-SIRGAS / Valledupar urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6273</code></td><td>MAGNA-SIRGAS / Valledupar urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6274</code></td><td>MAGNA-SIRGAS / Villavicencio urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6275</code></td><td>MAGNA-SIRGAS / Yopal urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6275</code></td><td>MAGNA-SIRGAS / Yopal urban grid</td><td class="error">No operation method found for name or identifier “Colombia Urban”.</td></tr>
 <tr class="separator"><td colspan="4">Marco Geodesico Nacional de Bolivia</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5352</code></td><td>MARGEN</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5353</code></td><td>MARGEN</td><td>Geographic 3D</td></tr>
@@ -2181,12 +2096,8 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5714</code></td><td><abbr title="Mean Sea Level">MSL</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8050</code></td><td><abbr title="Mean Sea Level">MSL</abbr> height (ft)</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8052</code></td><td><abbr title="Mean Sea Level">MSL</abbr> height (ftUS)</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Mean Sea Level Netherlands</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9288</code></td><td>MSL NL depth</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Mene Grande</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5811</code></td><td>Mene Grande</td><td>Engineering (Cartesian 2D CS. Axes: northing, easting (N,E). Orientations: north, east. UoM: m.)</td></tr>
-<tr class="separator"><td colspan="4">Menorca</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9393</code></td><td>Menorca height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Merchich</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4261</code></td><td>Merchich</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26191</code></td><td>Merchich / Nord Maroc</td><td><a href="CoordinateOperationMethods.html#9801">Lambert Conic Conformal (1SP)</a></td></tr>
@@ -2240,49 +2151,38 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:4727</code></td><td>Midway 1961</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Militar-Geographische Institut</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4312</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr></td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9266</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9267</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr></td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4805</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro)</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31281</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria West Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31282</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria Central Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31283</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria East Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31291</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria West Zone</td><td class="warning">Superseded by 31281.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:31292</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria Central Zone</td><td class="warning">Superseded by 31282.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:31293</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria East Zone</td><td class="warning">Superseded by 31283.</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31251</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK West Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31252</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK Central Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31253</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK East Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31288</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria zone M28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31289</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria zone M31</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31290</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria zone M34</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:31265</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 5</td><td class="warning">Superseded by 31275.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:31266</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 6</td><td class="warning">Superseded by 31276.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31267</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 7</td><td class="warning">Superseded by 31277.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31268</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 8</td><td class="warning">Superseded by 31278.</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9271</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria West</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9272</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9273</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria East</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4805</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro)</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31281</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria West Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31282</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria Central Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31283</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria East Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:31291</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria West Zone</td><td class="warning">Superseded by 31281.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31292</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria Central Zone</td><td class="warning">Superseded by 31282.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31293</del></code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria East Zone</td><td class="warning">Superseded by 31283.</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31251</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK West Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31252</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK Central Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31253</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / Austria GK East Zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31288</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / M28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31289</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / M31</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31290</code></td><td><abbr title="Militar-Geographische Institut (Ferro)">MGI</abbr> (Ferro) / M34</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31265</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 5</td><td class="warning">Superseded by 31275.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31266</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 6</td><td class="warning">Superseded by 31276.</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:31267</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 7</td><td class="warning">Superseded by 31277.</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:31268</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / 3-degree Gauss zone 8</td><td class="warning">Superseded by 31278.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31254</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK West</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31255</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31255</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:31256</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK East</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31257</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK M28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:31257</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK M28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31258</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK M31</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31259</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK M34</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31259</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria GK M34</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:31287</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31297</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria Lambert</td><td class="warning">Superseded by 31287.</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:31297</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria Lambert</td><td class="warning">Superseded by 31287.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31284</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria M28</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:31285</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria M31</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:31285</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria M31</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:31286</code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Austria M34</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:31278</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Balkans zone 8</td><td class="warning">Superseded by 31279.</td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:31278</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / Balkans zone 8</td><td class="warning">Superseded by 31279.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31294</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / M28</td><td class="warning">Superseded by 31284.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:31295</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / M31</td><td class="warning">Superseded by 31285.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:31295</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / M31</td><td class="warning">Superseded by 31285.</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:31296</del></code></td><td><abbr title="Militar-Geographische Institut">MGI</abbr> / M34</td><td class="warning">Superseded by 31286.</td></tr>
-<tr class="separator"><td colspan="4">Ministerio de Marina Norte</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9251</code></td><td><abbr title="Ministerio de Marina Norte">MMN</abbr></td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9252</code></td><td><abbr title="Ministerio de Marina Norte">MMN</abbr> / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Ministerio de Marina Sur</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9253</code></td><td><abbr title="Ministerio de Marina Sur">MMS</abbr></td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9254</code></td><td><abbr title="Ministerio de Marina Sur">MMS</abbr> / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Minna</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4263</code></td><td>Minna</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26391</code></td><td>Minna / Nigeria West Belt</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -2298,10 +2198,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:3353</code></td><td>Mhast (onshore) / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:26432</del></code></td><td>Mhast / UTM zone 32S</td><td class="warning">Superseded by 3353.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4703</code></td><td>Mhast 1951</td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">MML07 Intermediate Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9373</code></td><td>MML07 Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9374</code></td><td>MML07 Grid + ODN height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9372</code></td><td><abbr title="MML07 Intermediate Reference Frame">MML07-IRF</abbr></td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">MOLDREF99</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4000</code></td><td>MOLDREF99</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4017</code></td><td>MOLDREF99</td><td>Geographic 3D</td></tr>
@@ -2339,7 +2235,7 @@
 <tr><td class="narrow"></td><td><code>EPSG:5764</code></td><td>Moturiki 1953 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Mount Dillon</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4157</code></td><td>Mount Dillon</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:2066</code></td><td>Mount Dillon / Tobago Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2066</code></td><td>Mount Dillon / Tobago Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Moznet (ITRF94)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4130</code></td><td>Moznet</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4952</code></td><td>Moznet</td><td>Geocentric (Cartesian coordinate system)</td></tr>
@@ -2558,9 +2454,8 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5720</code></td><td><abbr title="Nivellement General de la France - IGN69">NGF-IGN69</abbr> height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5721</code></td><td><abbr title="Nivellement General de la France - IGN78">NGF-IGN78</abbr> height</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5755</code></td><td><abbr title="Nivellement General Guyanais 1977">NGG1977</abbr> height</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9351</code></td><td><abbr title="Nivellement General de Nouvelle Caledonie 2008">NGNC08</abbr> height</td><td>Geoidal height</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5753</code></td><td><abbr title="Nivellement General de Nouvelle Caledonie">NGNC69</abbr> height</td><td>Geoidal height</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5600</code></td><td><abbr title="Nivellement General de Polynesie Francaise">NGPF</abbr> height</td><td>Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5753</code></td><td><abbr title="Nivellement General de Nouvelle Caledonie">NGNC</abbr> height</td><td>Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5600</code></td><td><abbr title="Nivellement General de Polynesie Francaise">NGPF</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Nord Sahara 1959</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4307</code></td><td>Nord Sahara 1959</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4819</del></code></td><td>Nord Sahara 1959 (Paris)</td><td class="warning">Superseded by 4307.</td></tr>
@@ -2747,47 +2642,46 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7407</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Texas North + NGVD29 height (ftUS)</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a> + Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32040</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Texas South Central</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32041</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Texas South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9311</code></td><td>NAD27 / US National Atlas Equal Area</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area (Spherical)”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32043</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Utah Central</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32042</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Utah North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32042</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Utah North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32044</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Utah South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26701</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 1N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26701</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 1N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26702</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 2N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:26703</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 3N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:26703</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 3N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26704</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 4N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26705</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 5N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26705</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 5N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26706</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 6N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:26707</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 7N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:26707</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 7N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26708</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 8N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26709</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 9N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26709</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 9N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26710</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 10N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:26711</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 11N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:26711</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 11N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26712</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 12N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26713</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 13N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26713</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 13N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26714</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 14N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:26715</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 15N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:26715</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 15N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26716</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 16N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26717</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 17N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26717</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 17N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26718</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 18N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:26719</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 19N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:26719</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 19N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:26720</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:26721</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 21N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:26721</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 21N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:26722</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 22N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3370</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 59N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3370</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 59N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3371</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / UTM zone 60N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32045</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Vermont</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32045</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Vermont</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32046</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Virginia North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32047</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Virginia South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32047</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Virginia South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32048</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Washington North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32049</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Washington South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32049</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Washington South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32053</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin Central</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32052</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32052</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin North</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32054</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin South</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3069</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin Transverse Mercator</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3069</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wisconsin Transverse Mercator</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32055</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming East</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32056</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming East Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32056</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming East Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32057</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming West Central</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32058</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming West</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32058</code></td><td><abbr title="North American Datum 1927">NAD27</abbr> / Wyoming West</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4268</del></code></td><td><abbr title="North American Datum 1927">NAD27</abbr> Michigan</td><td class="warning">Superseded by 4267.</td></tr>
 <tr class="separator"><td colspan="4">North American Datum 1927 (1976)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4608</code></td><td><abbr title="North American Datum 1927 (1976)">NAD27</abbr>(76)</td><td>Geographic</td></tr>
@@ -4805,14 +4699,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6634</code></td><td>NAD83(PA11) / UTM zone 4N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6635</code></td><td>NAD83(PA11) / UTM zone 5N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6636</code></td><td>NAD83(PA11) / UTM zone 2S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">North American Datum of 1983 (MARP00)</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9070</code></td><td><abbr title="North American Datum of 1983 (MARP00)">NAD83</abbr>(MARP00)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9071</code></td><td><abbr title="North American Datum of 1983 (MARP00)">NAD83</abbr>(MARP00)</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9072</code></td><td><abbr title="North American Datum of 1983 (MARP00)">NAD83</abbr>(MARP00)</td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">North American Datum of 1983 (PACP00)</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9073</code></td><td><abbr title="North American Datum of 1983 (PACP00)">NAD83</abbr>(PACP00)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9074</code></td><td><abbr title="North American Datum of 1983 (PACP00)">NAD83</abbr>(PACP00)</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9075</code></td><td><abbr title="North American Datum of 1983 (PACP00)">NAD83</abbr>(PACP00)</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">North American Vertical Datum 1988</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6357</code></td><td><abbr title="North American Vertical Datum 1988">NAVD88</abbr> depth</td><td>Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6358</code></td><td><abbr title="North American Vertical Datum 1988">NAVD88</abbr> depth (ftUS)</td><td>Geoidal height</td></tr>
@@ -4829,9 +4715,13 @@
 <tr><td class="narrow"></td><td><code>EPSG:5776</code></td><td>NN54 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Not specified (based on GRS 1980 Authalic Sphere)</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:3786</del></code></td><td>World Equidistant Cylindrical (Sphere)</td><td class="warning">Superseded by 4088.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:4088</del></code></td><td>World Equidistant Cylindrical (Sphere)</td><td class="warning">Superseded by 4087.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:4088</code></td><td>World Equidistant Cylindrical (Sphere)</td><td><a href="CoordinateOperationMethods.html#1029">Equidistant Cylindrical (Spherical)</a></td></tr>
 <tr class="separator"><td colspan="4">Not specified (based on Hughes 1980 ellipsoid)</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:5890</del></code></td><td>JAXA Snow Depth Polar Stereographic North</td><td class="warning">Superseded by (none).</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5890</code></td><td>JAXA Snow Depth Polar Stereographic North</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3411</code></td><td>NSIDC Sea Ice Polar Stereographic North</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3412</code></td><td>NSIDC Sea Ice Polar Stereographic South</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="separator"><td colspan="4">Not specified (based on International 1924 Authalic Sphere)</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3410</code></td><td>NSIDC EASE-Grid Global</td><td><a href="CoordinateOperationMethods.html#9834">Lambert Cylindrical Equal Area (Spherical)</a></td></tr>
 <tr class="separator"><td colspan="4">Nouakchott 1965</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4680</code></td><td>Nouakchott 1965</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Nouvelle Triangulation Française</td></tr>
@@ -4893,13 +4783,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7374</code></td><td><abbr title="Oman National Geodetic Datum 2014">ONGD14</abbr> / UTM zone 39N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7375</code></td><td><abbr title="Oman National Geodetic Datum 2014">ONGD14</abbr> / UTM zone 40N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7376</code></td><td><abbr title="Oman National Geodetic Datum 2014">ONGD14</abbr> / UTM zone 41N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Oman National Geodetic Datum 2017</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9292</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9293</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr></td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9294</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr></td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9295</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr> / UTM zone 39N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9296</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr> / UTM zone 40N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9297</code></td><td><abbr title="Oman National Geodetic Datum 2017">ONGD17</abbr> / UTM zone 41N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">One Tree Point 1964</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5767</code></td><td>One Tree Point 1964 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Ordnance Datum Newlyn</td></tr>
@@ -4918,17 +4801,18 @@
 <tr><td class="narrow"></td><td><code>EPSG:29901</code></td><td>OSNI 1952 / Irish National Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Ostend</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5710</code></td><td>Ostend height</td><td>Geoidal height</td></tr>
+<tr class="separator"><td colspan="4">Padang 1884</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4280</code></td><td>Padang</td><td>Geographic</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4808</code></td><td>Padang (Jakarta)</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Palestine 1923</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4281</code></td><td>Palestine 1923</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:28193</code></td><td>Palestine 1923 / Israeli CS Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:28193</code></td><td>Palestine 1923 / Israeli CS Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:28192</code></td><td>Palestine 1923 / Palestine Belt</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:28191</code></td><td>Palestine 1923 / Palestine Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:28191</code></td><td>Palestine 1923 / Palestine Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7142</code></td><td>Palestine 1923 / Palestine Grid modified</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Pampa del Castillo</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4161</code></td><td>Pampa del Castillo</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9284</code></td><td>Pampa del Castillo / Argentina 1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:2082</code></td><td>Pampa del Castillo / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9285</code></td><td>Pampa del Castillo / Argentina 3</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:2082</code></td><td>Pampa del Castillo / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Panamá-Colón 1911</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5467</code></td><td>Panama-Colon 1911</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5469</code></td><td>Panama-Colon 1911 / Panama Lambert</td><td><a href="CoordinateOperationMethods.html#9801">Lambert Conic Conformal (1SP)</a></td></tr>
@@ -4976,14 +4860,8 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3125</code></td><td><abbr title="Philippine Reference System 1992">PRS92</abbr> / Philippines zone 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Phoenix Islands 1966</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4716</code></td><td>Phoenix Islands 1966</td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">Pico de las Nieves 1968</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9403</code></td><td><abbr title="Pico de las Nieves 1968">PN68</abbr></td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9404</code></td><td><abbr title="Pico de las Nieves 1968">PN68</abbr> / UTM zone 27N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9405</code></td><td><abbr title="Pico de las Nieves 1968">PN68</abbr> / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Pico de las Nieves 1984</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4728</code></td><td><abbr title="Pico de las Nieves 1984">PN84</abbr></td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9406</code></td><td><abbr title="Pico de las Nieves 1984">PN84</abbr> / UTM zone 27N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9407</code></td><td><abbr title="Pico de las Nieves 1984">PN84</abbr> / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4728</code></td><td>Pico de las Nieves 1984</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Piraeus Harbour 1986</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5716</code></td><td>Piraeus height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Pitcairn</td></tr>
@@ -5027,28 +4905,27 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:5347</code></td><td><abbr title="Posiciones Geodésicas Argentinas 2007">POSGAR</abbr> 2007 / Argentina 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5348</code></td><td><abbr title="Posiciones Geodésicas Argentinas 2007">POSGAR</abbr> 2007 / Argentina 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5349</code></td><td><abbr title="Posiciones Geodésicas Argentinas 2007">POSGAR</abbr> 2007 / Argentina 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9265</code></td><td><abbr title="Posiciones Geodésicas Argentinas 2007">POSGAR</abbr> 2007 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4694</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4694</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4928</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4929</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4929</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22181</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:22182</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22182</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:22183</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 3</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22184</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:22184</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22185</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:22186</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22186</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:22187</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1994">POSGAR</abbr> 94 / Argentina 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4190</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98</td><td>Geographic</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:4190</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98</td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:4960</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4961</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4961</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98</td><td>Geographic 3D</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4365</del></code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 (3D)</td><td class="warning">Superseded by 4961.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:4366</del></code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 (geocentric)</td><td class="warning">Superseded by 4960.</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:4366</del></code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 (geocentric)</td><td class="warning">Superseded by 4960.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22171</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:22172</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22172</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:22173</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 3</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22174</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:22174</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 4</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22175</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 5</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:22176</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:22176</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 6</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:22177</code></td><td><abbr title="Posiciones Geodésicas Argentinas 1998">POSGAR</abbr> 98 / Argentina 7</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Potsdam Datum/83</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4746</code></td><td><abbr title="Potsdam Datum/83">PD/83</abbr></td><td>Geographic</td></tr>
@@ -5571,7 +5448,7 @@
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:20032</code></td><td>Pulkovo 1995 / Gauss-Kruger zone 32</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Qatar</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4286</code></td><td>Qatar 1948</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:2099</code></td><td>Qatar 1948 / Qatar Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2099</code></td><td>Qatar 1948 / Qatar Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4285</code></td><td>Qatar 1974</td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:28600</code></td><td>Qatar 1974 / Qatar National Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4614</code></td><td><abbr title="Qatar National Datum 1995">QND95</abbr></td><td>Geographic</td></tr>
@@ -5622,14 +5499,6 @@
 <tr><td class="narrow"></td><td><code>EPSG:2201</code></td><td><abbr title="Red Geodesica Venezolana">REGVEN</abbr> / UTM zone 18N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2202</code></td><td><abbr title="Red Geodesica Venezolana">REGVEN</abbr> / UTM zone 19N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2203</code></td><td><abbr title="Red Geodesica Venezolana">REGVEN</abbr> / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Reference System de Angola 2013</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8697</code></td><td>RSAO13</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8698</code></td><td>RSAO13</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8699</code></td><td>RSAO13</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9159</code></td><td>RSAO13 / TM 12 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9156</code></td><td>RSAO13 / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9157</code></td><td>RSAO13 / UTM zone 33S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9158</code></td><td>RSAO13 / UTM zone 34S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Reseau de Reference des Antilles Francaises 1991</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4556</code></td><td><abbr title="Reseau de Reference des Antilles Francaises 1991">RRAF</abbr> 1991</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4557</code></td><td><abbr title="Reseau de Reference des Antilles Francaises 1991">RRAF</abbr> 1991</td><td>Geographic 3D</td></tr>
@@ -5854,8 +5723,8 @@
 <tr><td class="narrow"></td><td><code>EPSG:2218</code></td><td>Scoresbysund 1952 / Greenland zone 5 east</td><td><a href="CoordinateOperationMethods.html#9826">Lambert Conic Conformal (West Orientated)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2221</code></td><td>Scoresbysund 1952 / Greenland zone 6 east</td><td><a href="CoordinateOperationMethods.html#9826">Lambert Conic Conformal (West Orientated)</a></td></tr>
 <tr class="separator"><td colspan="4">Seismic bin grid datum</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5818</code></td><td>enter here name of I=J+90 bin grid</td><td class="error">Axis direction “J-axis plus 90 degrees” is unknown.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5859</code></td><td>enter here name of I=J-90 bin grid</td><td class="error">Axis direction “J-axis minus 90 degrees” is unknown.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5818</code></td><td>[enter here name of (I = J+90°) bin grid]</td><td class="error">Axis direction “J-axis plus 90°” is unknown.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5859</code></td><td>[enter here name of (I = J-90°) bin grid]</td><td class="error">Axis direction “J-axis minus 90°” is unknown.</td></tr>
 <tr class="separator"><td colspan="4">Selvagem Grande</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4616</code></td><td>Selvagem Grande</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2943</code></td><td>Selvagem Grande / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -5884,104 +5753,67 @@
 <tr class="separator"><td colspan="4">Singapore Height Datum</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6916</code></td><td><abbr title="Singapore Height Datum">SHD</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">SIRGAS</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:9182</del></code></td><td>SIRGAS-Chile</td><td class="warning">Superseded by (none).</td></tr>
-<tr><td class="narrow">↷</td><td><code><del>EPSG:9183</del></code></td><td>SIRGAS-Chile</td><td class="warning">Superseded by (none).</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:9184</del></code></td><td>SIRGAS-Chile</td><td class="warning">Superseded by (none).</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5358</code></td><td>SIRGAS-Chile 2002</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5359</code></td><td>SIRGAS-Chile 2002</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5360</code></td><td>SIRGAS-Chile 2002</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5362</code></td><td>SIRGAS-Chile 2002 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5361</code></td><td>SIRGAS-Chile 2002 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8947</code></td><td>SIRGAS-Chile 2010</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8948</code></td><td>SIRGAS-Chile 2010</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8949</code></td><td>SIRGAS-Chile 2010</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8950</code></td><td>SIRGAS-Chile 2010 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8951</code></td><td>SIRGAS-Chile 2010 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9146</code></td><td>SIRGAS-Chile 2013</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9147</code></td><td>SIRGAS-Chile 2013</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9148</code></td><td>SIRGAS-Chile 2013</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9149</code></td><td>SIRGAS-Chile 2013 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9150</code></td><td>SIRGAS-Chile 2013 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9151</code></td><td>SIRGAS-Chile 2016</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9152</code></td><td>SIRGAS-Chile 2016</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9153</code></td><td>SIRGAS-Chile 2016</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9154</code></td><td>SIRGAS-Chile 2016 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9155</code></td><td>SIRGAS-Chile 2016 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8915</code></td><td>SIRGAS-CON DGF00P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8916</code></td><td>SIRGAS-CON DGF00P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8972</code></td><td>SIRGAS-CON DGF00P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8917</code></td><td>SIRGAS-CON DGF01P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8918</code></td><td>SIRGAS-CON DGF01P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8973</code></td><td>SIRGAS-CON DGF01P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8919</code></td><td>SIRGAS-CON DGF01P02</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8920</code></td><td>SIRGAS-CON DGF01P02</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8974</code></td><td>SIRGAS-CON DGF01P02</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8921</code></td><td>SIRGAS-CON DGF02P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8922</code></td><td>SIRGAS-CON DGF02P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8975</code></td><td>SIRGAS-CON DGF02P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8923</code></td><td>SIRGAS-CON DGF04P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8924</code></td><td>SIRGAS-CON DGF04P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8976</code></td><td>SIRGAS-CON DGF04P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8925</code></td><td>SIRGAS-CON DGF05P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8926</code></td><td>SIRGAS-CON DGF05P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8977</code></td><td>SIRGAS-CON DGF05P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8927</code></td><td>SIRGAS-CON DGF06P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8928</code></td><td>SIRGAS-CON DGF06P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8978</code></td><td>SIRGAS-CON DGF06P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8929</code></td><td>SIRGAS-CON DGF07P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8930</code></td><td>SIRGAS-CON DGF07P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8979</code></td><td>SIRGAS-CON DGF07P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8931</code></td><td>SIRGAS-CON DGF08P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8932</code></td><td>SIRGAS-CON DGF08P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8980</code></td><td>SIRGAS-CON DGF08P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8933</code></td><td>SIRGAS-CON SIR09P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8934</code></td><td>SIRGAS-CON SIR09P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8981</code></td><td>SIRGAS-CON SIR09P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8935</code></td><td>SIRGAS-CON SIR10P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8936</code></td><td>SIRGAS-CON SIR10P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8982</code></td><td>SIRGAS-CON SIR10P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8937</code></td><td>SIRGAS-CON SIR11P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8938</code></td><td>SIRGAS-CON SIR11P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8983</code></td><td>SIRGAS-CON SIR11P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8939</code></td><td>SIRGAS-CON SIR13P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8940</code></td><td>SIRGAS-CON SIR13P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8984</code></td><td>SIRGAS-CON SIR13P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8941</code></td><td>SIRGAS-CON SIR14P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8942</code></td><td>SIRGAS-CON SIR14P01</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8985</code></td><td>SIRGAS-CON SIR14P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8943</code></td><td>SIRGAS-CON SIR15P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8944</code></td><td>SIRGAS-CON SIR15P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8986</code></td><td>SIRGAS-CON SIR15P01</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8945</code></td><td>SIRGAS-CON SIR17P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8946</code></td><td>SIRGAS-CON SIR17P01</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8987</code></td><td>SIRGAS-CON SIR17P01</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5379</code></td><td>SIRGAS-ROU98</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5380</code></td><td>SIRGAS-ROU98</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5381</code></td><td>SIRGAS-ROU98</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5382</code></td><td>SIRGAS-ROU98 / UTM zone 21S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5383</code></td><td>SIRGAS-ROU98 / UTM zone 22S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5391</code></td><td>SIRGAS_ES2007.8</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:5392</code></td><td>SIRGAS_ES2007.8</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5393</code></td><td>SIRGAS_ES2007.8</td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">Sistem Referensi Geospasial Indonesia 2013</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9468</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr></td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9469</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr></td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9470</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr></td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9476</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 46N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9477</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 47N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9478</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9479</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 49N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9480</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 50N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9481</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 51N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9482</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 52N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9487</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 47S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9488</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 48S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9489</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 49S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9490</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 50S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9491</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 51S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9492</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 52S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9493</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 53S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9494</code></td><td><abbr title="Sistem Referensi Geospasial Indonesia 2013">SRGI2013</abbr> / UTM zone 54S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5358</code></td><td>SIRGAS-Chile</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5359</code></td><td>SIRGAS-Chile</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5360</code></td><td>SIRGAS-Chile</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5362</code></td><td>SIRGAS-Chile / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5361</code></td><td>SIRGAS-Chile / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8915</code></td><td>SIRGAS-CON DGF00P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8916</code></td><td>SIRGAS-CON DGF00P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8972</code></td><td>SIRGAS-CON DGF00P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8917</code></td><td>SIRGAS-CON DGF01P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8918</code></td><td>SIRGAS-CON DGF01P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8973</code></td><td>SIRGAS-CON DGF01P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8919</code></td><td>SIRGAS-CON DGF01P02</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8920</code></td><td>SIRGAS-CON DGF01P02</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8974</code></td><td>SIRGAS-CON DGF01P02</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8921</code></td><td>SIRGAS-CON DGF02P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8922</code></td><td>SIRGAS-CON DGF02P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8975</code></td><td>SIRGAS-CON DGF02P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8923</code></td><td>SIRGAS-CON DGF04P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8924</code></td><td>SIRGAS-CON DGF04P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8976</code></td><td>SIRGAS-CON DGF04P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8925</code></td><td>SIRGAS-CON DGF05P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8926</code></td><td>SIRGAS-CON DGF05P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8977</code></td><td>SIRGAS-CON DGF05P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8927</code></td><td>SIRGAS-CON DGF06P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8928</code></td><td>SIRGAS-CON DGF06P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8978</code></td><td>SIRGAS-CON DGF06P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8929</code></td><td>SIRGAS-CON DGF07P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8930</code></td><td>SIRGAS-CON DGF07P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8979</code></td><td>SIRGAS-CON DGF07P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8931</code></td><td>SIRGAS-CON DGF08P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8932</code></td><td>SIRGAS-CON DGF08P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8980</code></td><td>SIRGAS-CON DGF08P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8933</code></td><td>SIRGAS-CON SIR09P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8934</code></td><td>SIRGAS-CON SIR09P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8981</code></td><td>SIRGAS-CON SIR09P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8935</code></td><td>SIRGAS-CON SIR10P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8936</code></td><td>SIRGAS-CON SIR10P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8982</code></td><td>SIRGAS-CON SIR10P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8937</code></td><td>SIRGAS-CON SIR11P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8938</code></td><td>SIRGAS-CON SIR11P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8983</code></td><td>SIRGAS-CON SIR11P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8939</code></td><td>SIRGAS-CON SIR13P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8940</code></td><td>SIRGAS-CON SIR13P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8984</code></td><td>SIRGAS-CON SIR13P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8941</code></td><td>SIRGAS-CON SIR14P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8942</code></td><td>SIRGAS-CON SIR14P01</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8985</code></td><td>SIRGAS-CON SIR14P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8943</code></td><td>SIRGAS-CON SIR15P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8944</code></td><td>SIRGAS-CON SIR15P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8986</code></td><td>SIRGAS-CON SIR15P01</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8945</code></td><td>SIRGAS-CON SIR17P01</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8946</code></td><td>SIRGAS-CON SIR17P01</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8987</code></td><td>SIRGAS-CON SIR17P01</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5379</code></td><td>SIRGAS-ROU98</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5380</code></td><td>SIRGAS-ROU98</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5381</code></td><td>SIRGAS-ROU98</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5382</code></td><td>SIRGAS-ROU98 / UTM zone 21S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5383</code></td><td>SIRGAS-ROU98 / UTM zone 22S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5391</code></td><td>SIRGAS_ES2007.8</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5392</code></td><td>SIRGAS_ES2007.8</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:5393</code></td><td>SIRGAS_ES2007.8</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Sistema de Referencia Geocentrico para America del Sur 1995</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4375</del></code></td><td><abbr title="Sistema de Referencia Geocentrico para America del Sur 1995">SIRGAS</abbr> (3D)</td><td class="warning">Superseded by 4975.</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:4376</del></code></td><td><abbr title="Sistema de Referencia Geocentrico para America del Sur 1995">SIRGAS</abbr> (geocentric)</td><td class="warning">Superseded by 4974.</td></tr>
@@ -6033,8 +5865,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:31984</code></td><td>SIRGAS 2000 / UTM zone 24S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:31985</code></td><td>SIRGAS 2000 / UTM zone 25S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5396</code></td><td>SIRGAS 2000 / UTM zone 26S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Sistema de Referencia Vertical Nacional 2016</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9255</code></td><td><abbr title="Sistema de Referencia Vertical Nacional 2016">SRVN16</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Sistema Geodesico Nacional de Panama MACARIO SOLIS</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5368</code></td><td>MACARIO SOLIS</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:5370</code></td><td>MACARIO SOLIS</td><td>Geographic 3D</td></tr>
@@ -6053,8 +5883,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:8690</code></td><td><abbr title="Slovenian Vertical System 2010">SVS2010</abbr> height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Solomon 1968</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4718</code></td><td>Solomon 1968</td><td>Geographic</td></tr>
-<tr class="separator"><td colspan="4">South Africa Land Levelling Datum</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9279</code></td><td>SA LLD height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">South American Datum</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4291</del></code></td><td><abbr title="South American Datum 1969">SAD69</abbr></td><td class="warning">Superseded by 4618.</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4618</code></td><td><abbr title="South American Datum 1969">SAD69</abbr></td><td>Geographic</td></tr>
@@ -6115,6 +5943,10 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:5233</code></td><td><abbr title="Sri Lanka Datum 1999">SLD99</abbr></td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5235</code></td><td><abbr title="Sri Lanka Datum 1999">SLD99</abbr> / Sri Lanka Grid 1999</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5237</code></td><td><abbr title="Sri Lanka Vertical Datum">SLVD</abbr> height</td><td>Geoidal height</td></tr>
+<tr class="separator"><td colspan="4">St Kilda</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5747</code></td><td>St Kilda height</td><td>Geoidal height</td></tr>
+<tr class="separator"><td colspan="4">St Marys</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5749</code></td><td>St Marys height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">St. George Island</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4138</code></td><td>St. George Island</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">St. Helena</td></tr>
@@ -6131,8 +5963,6 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7883</code></td><td>St. Helena Tritan / UTM zone 30S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7955</code></td><td>St. Helena Tritan / UTM zone 30S +  Tritan 2011 height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7889</code></td><td>St. Helena Tritan 2011 height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">St. Kilda</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5747</code></td><td>St. Kilda height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">St. Kitts 1955</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4605</code></td><td>St. Kitts 1955</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2005</code></td><td>St. Kitts 1955 / British West Indies Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -6141,13 +5971,11 @@
 <tr class="separator"><td colspan="4">St. Lucia 1955</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4606</code></td><td>St. Lucia 1955</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2006</code></td><td>St. Lucia 1955 / British West Indies Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">St. Marys</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5749</code></td><td>St. Marys height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">St. Paul Island</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4137</code></td><td>St. Paul Island</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">St. Stephen (Ferro)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:8043</code></td><td>St. Stephen (Ferro)</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:8045</code></td><td>St. Stephen Grid (Ferro)</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8045</code></td><td>St. Stephen Grid (Ferro)</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">St. Vincent 1945</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4607</code></td><td>St. Vincent 1945</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2007</code></td><td>St. Vincent 45 / British West Indies Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
@@ -6276,16 +6104,10 @@
 <tr><td class="narrow"></td><td><code>EPSG:8441</code></td><td>Tananarive / Laborde Grid</td><td class="error">No operation method found for name or identifier “Laborde Oblique Mercator”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:29738</code></td><td>Tananarive / UTM zone 38S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:29739</code></td><td>Tananarive / UTM zone 39S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">Tapi Aike</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9248</code></td><td>Tapi Aike</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9249</code></td><td>Tapi Aike / Argentina 1</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9250</code></td><td>Tapi Aike / Argentina 2</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Taranaki 1970</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5769</code></td><td>Taranaki 1970 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Tararu 1952</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5768</code></td><td>Tararu 1952 height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Tenerife</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9398</code></td><td>Tenerife height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Tern Island 1961</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4707</code></td><td>Tern Island 1961</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Tete</td></tr>
@@ -6345,16 +6167,12 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:5885</code></td><td><abbr title="Tonga Geodetic Datum 2005">TGD2005</abbr></td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:5886</code></td><td><abbr title="Tonga Geodetic Datum 2005">TGD2005</abbr></td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5887</code></td><td><abbr title="Tonga Geodetic Datum 2005">TGD2005</abbr> / Tonga Map Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="separator"><td colspan="4">TPEN11 Intermediate Reference Frame</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9367</code></td><td>TPEN11 Grid</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9368</code></td><td>TPEN11 Grid + ODN height</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a> + Geoidal height</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9364</code></td><td><abbr title="TPEN11 Intermediate Reference Frame">TPEN11-IRF</abbr></td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Trieste</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5195</code></td><td>Trieste height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Trinidad 1903</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4302</code></td><td>Trinidad 1903</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:30200</code></td><td>Trinidad 1903 / Trinidad Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:2314</code></td><td>Trinidad 1903 / Trinidad Grid (ftCla)</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:30200</code></td><td>Trinidad 1903 / Trinidad Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:2314</code></td><td>Trinidad 1903 / Trinidad Grid (ftCla)</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Tristan 1968</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4734</code></td><td>Tristan 1968</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Trucial Coast 1948</td></tr>
@@ -6424,7 +6242,7 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2163</code></td><td>US National Atlas Equal Area</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area (Spherical)”.</td></tr>
 <tr class="separator"><td colspan="4">Vanua Levu 1915</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4748</code></td><td>Vanua Levu 1915</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3139</code></td><td>Vanua Levu 1915 / Vanua Levu Grid</td><td><a href="CoordinateOperationMethods.html#9833">Hyperbolic Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3139</code></td><td>Vanua Levu 1915 / Vanua Levu Grid</td><td class="error">No operation method found for name or identifier “Hyperbolic Cassini-Soldner”.</td></tr>
 <tr class="separator"><td colspan="4">Vientiane 1982</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4676</code></td><td>Vientiane 1982</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Vietnam 2000</td></tr>
@@ -6432,32 +6250,18 @@
 <tr><td class="narrow"></td><td><code>EPSG:5896</code></td><td>VN-2000 / TM-3 zone 481</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5897</code></td><td>VN-2000 / TM-3 zone 482</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5898</code></td><td>VN-2000 / TM-3 zone 491</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5899</code></td><td>VN-2000 / TM-3 107-45</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5899</code></td><td>VN-2000 / TM-3 Da Nang zone</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:6956</del></code></td><td>VN-2000 / TM-3 zone 481</td><td class="warning">Superseded by 5896.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:6957</del></code></td><td>VN-2000 / TM-3 zone 482</td><td class="warning">Superseded by 5897.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:6958</del></code></td><td>VN-2000 / TM-3 zone 491</td><td class="warning">Superseded by 5898.</td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:6959</del></code></td><td>VN-2000 / TM-3 Da Nang zone</td><td class="warning">Superseded by 5899.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9205</code></td><td>VN-2000 / TM-3 103-00</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9206</code></td><td>VN-2000 / TM-3 104-00</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9207</code></td><td>VN-2000 / TM-3 104-30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9208</code></td><td>VN-2000 / TM-3 104-45</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9209</code></td><td>VN-2000 / TM-3 105-30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9210</code></td><td>VN-2000 / TM-3 105-45</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9211</code></td><td>VN-2000 / TM-3 106-00</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9212</code></td><td>VN-2000 / TM-3 106-15</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9213</code></td><td>VN-2000 / TM-3 106-30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9214</code></td><td>VN-2000 / TM-3 107-00</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9215</code></td><td>VN-2000 / TM-3 107-15</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9216</code></td><td>VN-2000 / TM-3 107-30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9217</code></td><td>VN-2000 / TM-3 108-15</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:9218</code></td><td>VN-2000 / TM-3 108-30</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3405</code></td><td>VN-2000 / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3406</code></td><td>VN-2000 / UTM zone 49N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3405</code></td><td>VN-2000 / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3406</code></td><td>VN-2000 / UTM zone 49N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="separator"><td colspan="4">Virgin Islands Vertical Datum of 2009</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6642</code></td><td>VIVD09 height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Viti Levu</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4752</code></td><td>Viti Levu 1912</td><td>Geographic</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:3140</code></td><td>Viti Levu 1912 / Viti Levu Grid</td><td><a href="CoordinateOperationMethods.html#9806">Cassini-Soldner</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3140</code></td><td>Viti Levu 1912 / Viti Levu Grid</td><td class="error">No operation method found for name or identifier “Cassini-Soldner”.</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4731</del></code></td><td>Viti Levu 1916</td><td class="warning">Superseded by 4752.</td></tr>
 <tr class="separator"><td colspan="4">Voirol</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4304</code></td><td>Voirol 1875</td><td>Geographic</td></tr>
@@ -6474,8 +6278,6 @@
 <tr><td class="narrow">↷</td><td><code>EPSG:4733</code></td><td>Wake Island 1952</td><td>Geographic</td></tr>
 <tr class="separator"><td colspan="4">Wellington 1953</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5770</code></td><td>Wellington 1953 height</td><td>Geoidal height</td></tr>
-<tr class="separator"><td colspan="4">Wiener Null</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8881</code></td><td>Vienna height</td><td>Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">World Geodetic System 1966</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4760</code></td><td><abbr title="World Geodetic System 1966">WGS</abbr> 66</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4890</code></td><td><abbr title="World Geodetic System 1966">WGS</abbr> 66</td><td>Geocentric (Cartesian coordinate system)</td></tr>
@@ -6734,121 +6536,117 @@
 <tr><td class="narrow"></td><td><code>EPSG:5819</code></td><td>EPSG topocentric example A</td><td><a href="CoordinateOperationMethods.html#9837">Geographic/topocentric conversions</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5820</code></td><td>EPSG topocentric example B</td><td class="error">No operation method found for name or identifier “Geocentric/topocentric conversions”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5821</code></td><td>EPSG vertical perspective example</td><td class="error">No operation method found for name or identifier “Vertical Perspective”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:3410</del></code></td><td>NSIDC EASE-Grid Global</td><td class="warning">Superseded by 6933.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:3411</del></code></td><td>NSIDC Sea Ice Polar Stereographic North</td><td class="warning">Superseded by 3413.</td></tr>
-<tr><td class="narrow"></td><td><code><del>EPSG:3412</del></code></td><td>NSIDC Sea Ice Polar Stereographic South</td><td class="warning">Superseded by 3976.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:3785</del></code></td><td>Popular Visualisation CRS / Mercator</td><td class="warning">Superseded by 3857.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>CRS:84</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geographic</td></tr>
+<tr><td class="narrow"></td><td><code>CRS:84</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4326</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4978</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4978</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4979</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code><del>EPSG:4329</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 (3D)</td><td class="warning">Superseded by 4979.</td></tr>
+<tr><td class="narrow">↷</td><td><code><del>EPSG:4329</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 (3D)</td><td class="warning">Superseded by 4979.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7660</code></td><td><abbr title="World Geodetic System 1984 (G1150)">WGS</abbr> 84 (G1150)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:7661</code></td><td><abbr title="World Geodetic System 1984 (G1150)">WGS</abbr> 84 (G1150)</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7661</code></td><td><abbr title="World Geodetic System 1984 (G1150)">WGS</abbr> 84 (G1150)</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9055</code></td><td><abbr title="World Geodetic System 1984 (G1150)">WGS</abbr> 84 (G1150)</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7662</code></td><td><abbr title="World Geodetic System 1984 (G1674)">WGS</abbr> 84 (G1674)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7662</code></td><td><abbr title="World Geodetic System 1984 (G1674)">WGS</abbr> 84 (G1674)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:7663</code></td><td><abbr title="World Geodetic System 1984 (G1674)">WGS</abbr> 84 (G1674)</td><td>Geographic 3D</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:9056</code></td><td><abbr title="World Geodetic System 1984 (G1674)">WGS</abbr> 84 (G1674)</td><td>Geographic</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9056</code></td><td><abbr title="World Geodetic System 1984 (G1674)">WGS</abbr> 84 (G1674)</td><td>Geographic</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7664</code></td><td><abbr title="World Geodetic System 1984 (G1762)">WGS</abbr> 84 (G1762)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7665</code></td><td><abbr title="World Geodetic System 1984 (G1762)">WGS</abbr> 84 (G1762)</td><td>Geographic 3D</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:7665</code></td><td><abbr title="World Geodetic System 1984 (G1762)">WGS</abbr> 84 (G1762)</td><td>Geographic 3D</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:9057</code></td><td><abbr title="World Geodetic System 1984 (G1762)">WGS</abbr> 84 (G1762)</td><td>Geographic</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7656</code></td><td><abbr title="World Geodetic System 1984 (G730)">WGS</abbr> 84 (G730)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7656</code></td><td><abbr title="World Geodetic System 1984 (G730)">WGS</abbr> 84 (G730)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7657</code></td><td><abbr title="World Geodetic System 1984 (G730)">WGS</abbr> 84 (G730)</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9053</code></td><td><abbr title="World Geodetic System 1984 (G730)">WGS</abbr> 84 (G730)</td><td>Geographic</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:9053</code></td><td><abbr title="World Geodetic System 1984 (G730)">WGS</abbr> 84 (G730)</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7658</code></td><td><abbr title="World Geodetic System 1984 (G873)">WGS</abbr> 84 (G873)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:7659</code></td><td><abbr title="World Geodetic System 1984 (G873)">WGS</abbr> 84 (G873)</td><td>Geographic 3D</td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7659</code></td><td><abbr title="World Geodetic System 1984 (G873)">WGS</abbr> 84 (G873)</td><td>Geographic 3D</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:9054</code></td><td><abbr title="World Geodetic System 1984 (G873)">WGS</abbr> 84 (G873)</td><td>Geographic</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code><del>EPSG:4328</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 (geocentric)</td><td class="warning">Superseded by 4978.</td></tr>
+<tr><td class="narrow"></td><td><code><del>EPSG:4328</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 (geocentric)</td><td class="warning">Superseded by 4978.</td></tr>
 <tr><td class="narrow">↷</td><td><code><del>EPSG:4327</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 (geographic 3D)</td><td class="warning">Superseded by 4329.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7815</code></td><td><abbr title="World Geodetic System 1984 (Transit)">WGS</abbr> 84 (Transit)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7815</code></td><td><abbr title="World Geodetic System 1984 (Transit)">WGS</abbr> 84 (Transit)</td><td>Geocentric (Cartesian coordinate system)</td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:7816</code></td><td><abbr title="World Geodetic System 1984 (Transit)">WGS</abbr> 84 (Transit)</td><td>Geographic 3D</td></tr>
-<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:8888</code></td><td><abbr title="World Geodetic System 1984 (Transit)">WGS</abbr> 84 (Transit)</td><td>Geographic</td></tr>
+<tr><td class="narrow">↷</td><td><code>EPSG:8888</code></td><td><abbr title="World Geodetic System 1984 (Transit)">WGS</abbr> 84 (Transit)</td><td>Geographic</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7787</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / West Bengal</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7777</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Andaman and Nicobar</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7777</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Andaman and Nicobar</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7756</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Andhra Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3031</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Antarctic Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3031</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Antarctic Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3995</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Arctic Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7757</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Arunachal Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7757</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Arunachal Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7758</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Assam</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3033</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Australian Antarctic Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3033</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Australian Antarctic Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3032</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Australian Antarctic Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:4462</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Australian Centre for Remote Sensing Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:4462</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Australian Centre for Remote Sensing Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>AUTO2:42004</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Equirectangular</td><td>Projected</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>AUTO2:42005</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Mollweide</td><td>Projected</td></tr>
+<tr><td class="narrow"></td><td><code>AUTO2:42005</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Mollweide</td><td>Projected</td></tr>
 <tr><td class="narrow"></td><td><code>AUTO2:42003</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Orthographic</td><td>Projected</td></tr>
-<tr><td class="narrow"></td><td><code>AUTO2:42002</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Tr. Mercator</td><td>Projected</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>AUTO2:42002</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto Tr. Mercator</td><td>Projected</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>AUTO2:42001</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Auto UTM</td><td>Projected</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7759</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Bihar</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7759</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Bihar</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32664</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 14N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32665</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 15N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32665</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 15N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32666</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 16N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32667</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 17N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32667</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / BLM 17N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4826</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Cape Verde National</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7778</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Chhattisgarh</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7778</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Chhattisgarh</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6720</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / CIG92</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6722</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / CKIG92</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6722</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / CKIG92</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7760</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Delhi</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3997</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Dubai Local TM</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3997</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Dubai Local TM</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5936</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Alaska Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5921</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A1</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5921</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A1</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5922</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A2</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5923</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A3</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5923</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A3</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5924</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A4</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5925</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A5</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5925</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone A5</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5926</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B1</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5927</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B2</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5927</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B2</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5928</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B3</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5929</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B4</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5929</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B4</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5930</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone B5</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5931</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C1</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5931</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C1</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5932</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C2</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5933</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C3</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5933</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C3</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5934</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C4</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5935</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C5</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5935</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic Regional zone C5</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6118</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6115</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-27</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6115</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-27</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6116</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-29</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6117</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-31</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6117</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 1-31</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6120</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-10</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6121</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6121</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6075</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-24</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6076</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-26</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6076</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-26</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6119</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 2-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6077</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-13</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6077</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-13</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6078</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-15</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6079</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-17</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6079</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-17</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6080</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-19</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6122</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6122</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6123</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 3-23</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6124</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6124</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6081</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-30</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6082</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-32</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6082</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-32</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6083</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-34</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6084</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6084</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6085</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-38</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6086</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-40</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6086</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 4-40</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6087</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-15</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6088</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-17</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6088</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-17</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6089</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-19</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6090</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6090</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6091</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-23</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6092</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-25</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6092</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-25</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6093</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Arctic zone 5-27</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5937</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Canada Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5937</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Canada Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:5938</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Greenland Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5939</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Norway Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5939</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Norway Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5940</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / EPSG Russia Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:8858</code></td><td>WGS 84 / Equal Earth Americas</td><td class="error">No operation method found for name or identifier “Equal Earth”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:8858</code></td><td>WGS 84 / Equal Earth Americas</td><td class="error">No operation method found for name or identifier “Equal Earth”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8859</code></td><td>WGS 84 / Equal Earth Asia-Pacific</td><td class="error">No operation method found for name or identifier “Equal Earth”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8857</code></td><td>WGS 84 / Equal Earth Greenwich</td><td class="error">No operation method found for name or identifier “Equal Earth”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8857</code></td><td>WGS 84 / Equal Earth Greenwich</td><td class="error">No operation method found for name or identifier “Equal Earth”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:5223</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Gabon TM</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5523</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Gabon TM 2011</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5523</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Gabon TM 2011</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7779</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Goa</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7761</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Gujarat</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7761</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Gujarat</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7762</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Haryana</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7763</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Himachal Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7763</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Himachal Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3996</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / IBCAO Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9354</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / IBCSO Polar Stereographic</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7771</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / India Northeast</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7755</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / India NSF LCC</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7764</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Jammu and Kashmir</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
@@ -6864,266 +6662,265 @@
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3994</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Mercator 41</td><td><a href="CoordinateOperationMethods.html#9805">Mercator (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7783</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Mizoram</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:7770</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Nagaland</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:9191</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NIWA Albers</td><td><a href="CoordinateOperationMethods.html#9822">Albers Equal Area</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3572</code></td><td>WGS 84 / North Pole LAEA Alaska</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3572</code></td><td>WGS 84 / North Pole LAEA Alaska</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3574</code></td><td>WGS 84 / North Pole LAEA Atlantic</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3571</code></td><td>WGS 84 / North Pole LAEA Bering Sea</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3571</code></td><td>WGS 84 / North Pole LAEA Bering Sea</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3573</code></td><td>WGS 84 / North Pole LAEA Canada</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3575</code></td><td>WGS 84 / North Pole LAEA Europe</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3575</code></td><td>WGS 84 / North Pole LAEA Europe</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3576</code></td><td>WGS 84 / North Pole LAEA Russia</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6933</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC EASE-Grid 2.0 Global</td><td><a href="CoordinateOperationMethods.html#9835">Lambert Cylindrical Equal Area</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6933</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC EASE-Grid 2.0 Global</td><td><a href="CoordinateOperationMethods.html#9835">Lambert Cylindrical Equal Area</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:6931</code></td><td>WGS 84 / NSIDC EASE-Grid 2.0 North</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:6932</code></td><td>WGS 84 / NSIDC EASE-Grid 2.0 South</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:6932</code></td><td>WGS 84 / NSIDC EASE-Grid 2.0 South</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:3975</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC EASE-Grid Global</td><td class="warning">Superseded by 6933.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3973</code></td><td>WGS 84 / NSIDC EASE-Grid North</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area (Spherical)”.</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3973</code></td><td>WGS 84 / NSIDC EASE-Grid North</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area (Spherical)”.</td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3974</code></td><td>WGS 84 / NSIDC EASE-Grid South</td><td class="error">No operation method found for name or identifier “Lambert Azimuthal Equal Area (Spherical)”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3413</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC Sea Ice Polar Stereographic North</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3413</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC Sea Ice Polar Stereographic North</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3976</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / NSIDC Sea Ice Polar Stereographic South</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7772</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Orissa</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7772</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Orissa</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:3349</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / PDC Mercator</td><td class="warning">Superseded by 3832.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3832</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / PDC Mercator</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3832</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / PDC Mercator</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code><del>EPSG:32662</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Plate Carree</td><td class="warning">Superseded by 32663.</td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3857</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Pseudo-Mercator</td><td><a href="CoordinateOperationMethods.html#1024">Popular Visualisation Pseudo Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3857</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Pseudo-Mercator</td><td><a href="CoordinateOperationMethods.html#1024">Popular Visualisation Pseudo Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code><del>EPSG:6871</del></code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Pseudo-Mercator +  EGM2008 geoid height</td><td class="warning">Superseded by 6893.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7773</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Punjab</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7773</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Punjab</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7774</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Rajasthan</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3204</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SP19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3204</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SP19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3205</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SP21-22</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3206</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SP23-24</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3206</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SP23-24</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3207</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ01-02</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3208</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3208</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3209</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ21-22</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3210</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ37-38</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3210</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ37-38</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3211</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ39-40</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3212</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ41-42</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3212</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ41-42</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3213</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ43-44</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3214</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ45-46</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3214</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ45-46</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3215</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ47-48</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3216</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ49-50</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3216</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ49-50</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3217</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ51-52</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3218</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ53-54</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3218</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ53-54</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3219</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ55-56</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3220</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ57-58</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3220</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SQ57-58</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3221</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR13-14</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3222</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR15-16</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3222</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR15-16</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3223</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR17-18</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3224</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3224</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR19-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3225</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR27-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3226</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR29-30</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3226</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR29-30</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3227</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR31-32</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3228</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR33-34</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3228</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR33-34</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3229</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR35-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3230</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR37-38</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3230</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR37-38</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3231</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR39-40</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3232</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR41-42</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3232</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR41-42</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3233</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR43-44</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3234</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR45-46</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3234</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR45-46</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3235</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR47-48</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3236</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR49-50</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3236</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR49-50</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3237</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR51-52</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3238</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR53-54</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3238</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR53-54</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3239</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR55-56</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3240</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR57-58</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3240</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR57-58</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3241</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SR59-60</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3242</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS04-06</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3242</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS04-06</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3243</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS07-09</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3244</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS10-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3244</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS10-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3245</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS13-15</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3246</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS16-18</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3246</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS16-18</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3247</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS19-21</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3248</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS25-27</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3248</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS25-27</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3249</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS28-30</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3250</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS31-33</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3250</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS31-33</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3251</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS34-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3252</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS37-39</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3252</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS37-39</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3253</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS40-42</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3254</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS43-45</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3254</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS43-45</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3255</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS46-48</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3256</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS49-51</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3256</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS49-51</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3257</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS52-54</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3258</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS55-57</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3258</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS55-57</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3259</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SS58-60</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3260</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST01-04</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3260</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST01-04</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3261</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST05-08</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3262</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST09-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3262</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST09-12</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3263</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST13-16</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3264</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST17-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3264</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST17-20</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3265</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST21-24</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3266</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST25-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3266</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST25-28</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3267</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST29-32</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3268</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST33-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3268</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST33-36</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3269</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST37-40</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3270</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST41-44</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3270</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST41-44</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3271</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST45-48</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3272</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST49-52</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3272</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST49-52</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3273</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST53-56</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3274</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST57-60</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3274</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW ST57-60</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3275</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU01-05</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3276</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU06-10</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3276</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU06-10</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3277</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU11-15</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3278</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU16-20</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3278</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU16-20</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3279</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU21-25</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3280</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU26-30</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3280</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU26-30</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3281</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU31-35</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3282</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU36-40</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3282</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU36-40</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3283</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU41-45</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3284</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU46-50</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3284</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU46-50</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3285</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU51-55</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3286</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU56-60</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3286</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SU56-60</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3287</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV01-10</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3288</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV11-20</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3288</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV11-20</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3289</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV21-30</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:3290</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV31-40</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:3290</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV31-40</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3291</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV41-50</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3292</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV51-60</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3292</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SV51-60</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:3293</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / SCAR IMW SW01-60</td><td><a href="CoordinateOperationMethods.html#9829">Polar Stereographic (variant B)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:7784</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Sikkim</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:7784</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Sikkim</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3762</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / South Georgia Lambert</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7785</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Tamil Nadu</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7785</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Tamil Nadu</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:2309</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 116 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:2310</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 132 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:2310</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 132 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:2311</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 6 NE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow">↷</td><td><code>EPSG:4037</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TMzn35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow">↷</td><td><code>EPSG:4037</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TMzn35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4038</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TMzn36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5842</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 12 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5842</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 12 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:6703</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 60 SW</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:8035</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM Zone 20N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:8035</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM Zone 20N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:8036</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM Zone 21N (ftUS)</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32766</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 36 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32766</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / TM 36 SE</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7786</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Tripura</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:5041</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS North (E,N)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:5041</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS North (E,N)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:32661</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS North (N,E)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:5042</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS South (E,N)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:5042</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS South (E,N)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
 <tr class="HL"><td class="narrow">↷</td><td><code>EPSG:32761</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UPS South (N,E)</td><td><a href="CoordinateOperationMethods.html#9810">Polar Stereographic (variant A)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:3294</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / USGS Transantarctic Mountains</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:3294</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / USGS Transantarctic Mountains</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32600</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM grid system (northern hemisphere)</td><td><a href="CoordinateOperationMethods.html#9824">Transverse Mercator Zoned Grid System</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32700</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM grid system (southern hemisphere)</td><td><a href="CoordinateOperationMethods.html#9824">Transverse Mercator Zoned Grid System</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32700</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM grid system (southern hemisphere)</td><td><a href="CoordinateOperationMethods.html#9824">Transverse Mercator Zoned Grid System</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32601</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 1N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32602</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 2N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32602</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 2N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32603</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 3N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32604</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 4N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32604</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 4N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32605</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 5N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32606</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 6N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32606</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 6N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32607</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 7N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32608</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 8N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32608</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 8N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32609</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 9N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32610</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 10N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32610</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 10N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32611</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 11N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32612</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 12N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32612</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 12N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32613</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 13N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32614</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 14N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32614</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 14N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32615</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 15N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32616</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 16N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32616</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 16N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32617</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 17N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32618</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 18N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32618</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 18N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32619</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 19N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32620</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32620</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 20N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32621</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 21N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32622</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 22N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32622</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 22N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32623</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 23N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32624</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 24N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32624</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 24N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32625</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 25N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32626</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 26N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32626</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 26N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32627</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 27N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32628</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32628</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 28N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32629</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 29N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32630</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 30N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32630</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 30N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32631</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 31N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32632</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 32N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32632</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 32N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32633</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 33N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32634</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 34N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32634</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 34N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32635</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 35N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32636</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32636</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 36N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32637</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 37N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32638</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 38N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32638</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 38N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32639</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 39N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32640</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 40N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32640</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 40N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32641</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 41N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32642</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 42N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32642</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 42N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32643</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 43N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32644</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 44N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32644</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 44N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32645</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 45N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32646</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 46N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32646</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 46N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32647</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 47N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32648</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32648</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 48N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32649</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 49N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32650</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 50N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32650</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 50N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32651</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 51N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32652</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 52N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32652</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 52N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32653</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 53N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32654</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 54N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32654</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 54N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32655</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 55N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32656</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 56N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32656</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 56N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32657</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 57N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32658</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 58N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32658</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 58N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32659</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 59N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32660</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 60N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32660</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 60N</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32701</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 1S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32702</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 2S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32702</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 2S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32703</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 3S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32704</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 4S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32704</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 4S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32705</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 5S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32706</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 6S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32706</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 6S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32707</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 7S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32708</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 8S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32708</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 8S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32709</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 9S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32710</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 10S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32710</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 10S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32711</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 11S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32712</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 12S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32712</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 12S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32713</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 13S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32714</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 14S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32714</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 14S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32715</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 15S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32716</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 16S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32716</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 16S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32717</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 17S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32718</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32718</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 18S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32719</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 19S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32720</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 20S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32720</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 20S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32721</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 21S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32722</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 22S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32722</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 22S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32723</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 23S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32724</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 24S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32724</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 24S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32725</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 25S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32726</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 26S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32726</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 26S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32727</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 27S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32728</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 28S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32728</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 28S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32729</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 29S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32730</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 30S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32730</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 30S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32731</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 31S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32732</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32732</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 32S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32733</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 33S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32734</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 34S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32734</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 34S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32735</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 35S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32736</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 36S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32736</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 36S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32737</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 37S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32738</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 38S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32738</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 38S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32739</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 39S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32740</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 40S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32740</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 40S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32741</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 41S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32742</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 42S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32742</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 42S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32743</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 43S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32744</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 44S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32744</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 44S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32745</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 45S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32746</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 46S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32746</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 46S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32747</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 47S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32748</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 48S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32748</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 48S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32749</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 49S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32750</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 50S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32750</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 50S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32751</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 51S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32752</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 52S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32752</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 52S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32753</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 53S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32754</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 54S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32754</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 54S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32755</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 55S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32756</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 56S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32756</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 56S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:32757</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 57S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:32758</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 58S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:32758</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 58S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:32759</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 59S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32760</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 60S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32760</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / UTM zone 60S</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:7775</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Uttar Pradesh</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:7776</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Uttaranchal</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:7776</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / Uttaranchal</td><td><a href="CoordinateOperationMethods.html#9802">Lambert Conic Conformal (2SP)</a></td></tr>
 <tr><td class="narrow"></td><td><code>EPSG:4087</code></td><td>WGS 84 / World Equidistant Cylindrical</td><td class="error">No operation method found for name or identifier “Equidistant Cylindrical”.</td></tr>
-<tr class="HL"><td class="narrow"></td><td><code>EPSG:32663</code></td><td>WGS 84 / World Equidistant Cylindrical</td><td class="error">No operation method found for name or identifier “Equidistant Cylindrical”.</td></tr>
+<tr><td class="narrow"></td><td><code>EPSG:32663</code></td><td>WGS 84 / World Equidistant Cylindrical</td><td class="error">No operation method found for name or identifier “Equidistant Cylindrical”.</td></tr>
 <tr class="HL"><td class="narrow"></td><td><code>EPSG:3395</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / World Mercator</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a></td></tr>
-<tr><td class="narrow"></td><td><code>EPSG:6893</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / World Mercator +  EGM2008 height</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a> + Geoidal height</td></tr>
+<tr class="HL"><td class="narrow"></td><td><code>EPSG:6893</code></td><td><abbr title="World Geodetic System 1984">WGS</abbr> 84 / World Mercator +  EGM2008 height</td><td><a href="CoordinateOperationMethods.html#9804">Mercator (variant A)</a> + Geoidal height</td></tr>
 <tr class="separator"><td colspan="4">Xian 1980</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:4610</code></td><td>Xian 1980</td><td>Geographic</td></tr>
 <tr><td class="narrow">↷</td><td><code>EPSG:2370</code></td><td>Xian 1980 / 3-degree Gauss-Kruger CM 75E</td><td><a href="CoordinateOperationMethods.html#9807">Transverse Mercator</a></td></tr>
diff --git a/templates/release-vote.txt b/templates/release-vote.txt
index 68ac68b..6e17d03 100644
--- a/templates/release-vote.txt
+++ b/templates/release-vote.txt
@@ -4,7 +4,7 @@ Subject: [VOTE] Apache SIS ${version} RC{number}
 Apache SIS PMC is pleased to call for a vote on the following Apache SIS ${version} release candidate artifacts:
 
 Detailed change log/release notes:
-http://sis.staging.apache.org/release-notes/${version}.html
+https://sis.staged.apache.org/release-notes/${version}.html
 
 All Release Artifacts:
 https://dist.apache.org/repos/dist/dev/sis/${version}/RC{number}/
@@ -22,13 +22,13 @@ https://dist.apache.org/repos/dist/dev/sis/${version}/RC{number}/apache-sis-{ver
 
 Binary Artifacts:
 https://dist.apache.org/repos/dist/dev/sis/${version}/RC{number}/apache-sis-${version}-bin.zip
-(see http://sis.staging.apache.org/command-line.html for usage)
+(see https://sis.staged.apache.org/command-line.html for usage)
 
 Maven staging repository:
 https://repository.apache.org/content/repositories/orgapachesis-{XXX}/
 
 Online Javadoc:
-http://sis.staging.apache.org/apidocs/
+https://sis.staged.apache.org/apidocs/
 
 Please verify the artifacts and vote. The vote will be open for 72 hours.