Skip to content

Commit

Permalink
Deploying to gh-pages from @ cbbbb12 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 8, 2024
1 parent e12da9e commit cbb2a87
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 15 deletions.
Binary file modified latest/.doctrees/api/crs/coordinate_operation.doctree
Binary file not shown.
Binary file modified latest/.doctrees/api/crs/crs.doctree
Binary file not shown.
Binary file modified latest/.doctrees/cli.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/history.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/_modules/pyproj/crs/coordinate_operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ <h1>Source code for pyproj.crs.coordinate_operation</h1><div class="highlight"><
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> .. versionadded:: 2.5.0</span>

<span class="sd"> Class for constructing the Vetical Perspective conversion.</span>
<span class="sd"> Class for constructing the Vertical Perspective conversion.</span>

<span class="sd"> :ref:`PROJ docs &lt;nsper&gt;`</span>
<span class="sd"> &quot;&quot;&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion latest/_modules/pyproj/crs/crs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ <h1>Source code for pyproj.crs.crs</h1><div class="highlight"><pre>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> .. versionadded:: 2.5.0</span>

<span class="sd"> This class is for building a Vetical CRS.</span>
<span class="sd"> This class is for building a Vertical CRS.</span>

<span class="sd"> .. warning:: geoid_model support only exists in PROJ &gt;= 6.3.0</span>

Expand Down
2 changes: 1 addition & 1 deletion latest/_sources/history.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Latest
* ENH: Added :ref:`network_api` (#675, #691, #695)
* ENH: Added ability to use global context (issue #661)
* ENH: Added transformation grid sync API/CLI (issue #572)
* ENH: Support obects with '__array__' method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)
* ENH: Support objects with '__array__' method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)
* ENH: Added :func:`pyproj.datadir.get_user_data_dir` (pull #636)
* ENH: Added :attr:`pyproj.transformer.Transformer.is_network_enabled` (issue #629)
* ENH: Added :meth:`pyproj.transformer.TransformerGroup.download_grids` (pull #643)
Expand Down
2 changes: 1 addition & 1 deletion latest/api/crs/coordinate_operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ <h2>VerticalPerspectiveConversion<a class="headerlink" href="#verticalperspectiv
<div class="versionadded">
<p><span class="versionmodified added">New in version 2.5.0.</span></p>
</div>
<p>Class for constructing the Vetical Perspective conversion.</p>
<p>Class for constructing the Vertical Perspective conversion.</p>
<p><a class="reference external" href="https://proj.org/en/9.4/operations/projections/nsper.html#nsper" title="(in PROJ v9.4)"><span class="xref std std-ref">PROJ docs</span></a></p>
<dl class="py method">
<dt class="sig sig-object py" id="pyproj.crs.coordinate_operation.VerticalPerspectiveConversion.__new__">
Expand Down
2 changes: 1 addition & 1 deletion latest/api/crs/crs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ <h2>VerticalCRS<a class="headerlink" href="#verticalcrs" title="Link to this hea
<div class="versionadded">
<p><span class="versionmodified added">New in version 2.5.0.</span></p>
</div>
<p>This class is for building a Vetical CRS.</p>
<p>This class is for building a Vertical CRS.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>geoid_model support only exists in PROJ &gt;= 6.3.0</p>
Expand Down
4 changes: 2 additions & 2 deletions latest/api/geod.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h2>pyproj.Geod<a class="headerlink" href="#pyproj-geod" title="Link to this hea
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down Expand Up @@ -649,7 +649,7 @@ <h2>pyproj.Geod<a class="headerlink" href="#pyproj-geod" title="Link to this hea
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down
6 changes: 3 additions & 3 deletions latest/api/proj.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2>pyproj.Proj<a class="headerlink" href="#pyproj-proj" title="Link to this hea
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down Expand Up @@ -591,7 +591,7 @@ <h2>pyproj.Proj<a class="headerlink" href="#pyproj-proj" title="Link to this hea
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down Expand Up @@ -978,7 +978,7 @@ <h2>pyproj.Proj<a class="headerlink" href="#pyproj-proj" title="Link to this hea
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down
2 changes: 1 addition & 1 deletion latest/api/transformer.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ <h2>pyproj.Transformer<a class="headerlink" href="#pyproj-transformer" title="Li
<li><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">tuple</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.python.org/3/library/array.html#array.array" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">array.array</span></code></a></p></li>
<li><p><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.2.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html#xarray.DataArray" title="(in xarray v2024.3.1.dev0)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.DataArray</span></code></a></p></li>
<li><p><a class="reference external" href="https://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series" title="(in pandas v2.2.1)"><code class="xref py py-class docutils literal notranslate"><span class="pre">pandas.Series</span></code></a></p></li>
</ul>
<dl class="field-list simple">
Expand Down
2 changes: 1 addition & 1 deletion latest/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<article role="main">
<section id="cli">
<h1>CLI<a class="headerlink" href="#cli" title="Link to this heading">#</a></h1>
<p><p>pyproj version: 3.6.2.dev0 [PROJ version: 9.3.1]</p>
<p><p>pyproj version: 3.6.2.dev0 [PROJ version: 9.4.0]</p>
</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">usage</span><span class="p">:</span> <span class="n">pyproj</span> <span class="p">[</span><span class="o">-</span><span class="n">h</span><span class="p">]</span> <span class="p">[</span><span class="o">-</span><span class="n">v</span><span class="p">]</span> <span class="p">{</span><span class="n">sync</span><span class="p">}</span> <span class="o">...</span>
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion latest/gotchas.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<dl class="simple">
<dt>Also see:</dt><dd><ul class="simple">
<li><p><a class="reference internal" href="examples.html#examples"><span class="std std-ref">Getting Started</span></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#faq" title="(in xarray v2024.2.1.dev0)"><span class="xref std std-ref">PROJ FAQ</span></a></p></li>
<li><p><a class="reference external" href="https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#faq" title="(in xarray v2024.3.1.dev0)"><span class="xref std std-ref">PROJ FAQ</span></a></p></li>
</ul>
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion latest/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h2>3.0.0<a class="headerlink" href="#id12" title="Link to this heading">#</a></
<li><p>ENH: Added <a class="reference internal" href="api/network.html#network-api"><span class="std std-ref">PROJ Network Settings</span></a> (#675, #691, #695)</p></li>
<li><p>ENH: Added ability to use global context (issue #661)</p></li>
<li><p>ENH: Added transformation grid sync API/CLI (issue #572)</p></li>
<li><p>ENH: Support obects with ‘__array__’ method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)</p></li>
<li><p>ENH: Support objects with ‘__array__’ method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)</p></li>
<li><p>ENH: Added <a class="reference internal" href="api/datadir.html#pyproj.datadir.get_user_data_dir" title="pyproj.datadir.get_user_data_dir"><code class="xref py py-func docutils literal notranslate"><span class="pre">pyproj.datadir.get_user_data_dir()</span></code></a> (pull #636)</p></li>
<li><p>ENH: Added <a class="reference internal" href="api/transformer.html#pyproj.transformer.Transformer.is_network_enabled" title="pyproj.transformer.Transformer.is_network_enabled"><code class="xref py py-attr docutils literal notranslate"><span class="pre">pyproj.transformer.Transformer.is_network_enabled</span></code></a> (issue #629)</p></li>
<li><p>ENH: Added <a class="reference internal" href="api/transformer.html#pyproj.transformer.TransformerGroup.download_grids" title="pyproj.transformer.TransformerGroup.download_grids"><code class="xref py py-meth docutils literal notranslate"><span class="pre">pyproj.transformer.TransformerGroup.download_grids()</span></code></a> (pull #643)</p></li>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit cbb2a87

Please sign in to comment.