Skip to content

Commit

Permalink
Merge pull request #239 from pyproj4/v2.1.3rel
Browse files Browse the repository at this point in the history
prepare for 2.1.3 release
  • Loading branch information
jswhit committed Apr 4, 2019
2 parents 38269d0 + ce834d9 commit 89baf1f
Show file tree
Hide file tree
Showing 33 changed files with 1,467 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion docs/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4cb745b54819c3a24329f2e90f171ebf
config: 37f8462110df68fbd287b239a8dbf67f
tags: 645f666f9bcd5a90fca523b33c5a78b7
19 changes: 7 additions & 12 deletions docs/html/_modules/index.html
@@ -1,12 +1,10 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; pyproj 2.1.2 documentation</title>
<meta charset="utf-8" />
<title>Overview: module code &#8212; pyproj 2.1.3 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
Expand All @@ -26,7 +24,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
</ul>
</div>

Expand All @@ -36,15 +34,14 @@ <h3>Navigation</h3>
<div class="body" role="main">

<h1>All modules for which code is available</h1>
<ul><li><a href="pyproj.html">pyproj</a></li>
<ul><li><a href="pyproj/_crs.html">pyproj._crs</a></li>
<li><a href="pyproj/crs.html">pyproj.crs</a></li>
<li><a href="pyproj/datadir.html">pyproj.datadir</a></li>
<li><a href="pyproj/exceptions.html">pyproj.exceptions</a></li>
<li><a href="pyproj/geod.html">pyproj.geod</a></li>
<li><a href="pyproj/proj.html">pyproj.proj</a></li>
<li><a href="pyproj/transformer.html">pyproj.transformer</a></li>
</ul></ul>
</ul>

</div>
</div>
Expand All @@ -57,8 +54,6 @@ <h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
Expand All @@ -76,12 +71,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2019, Jeffrey Whitaker.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0+/38269d0.
</div>
</body>
</html>
1,094 changes: 668 additions & 426 deletions docs/html/_modules/pyproj.html

Large diffs are not rendered by default.

30 changes: 12 additions & 18 deletions docs/html/_modules/pyproj/crs.html
@@ -1,12 +1,10 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pyproj.crs &#8212; pyproj 2.1.2 documentation</title>
<meta charset="utf-8" />
<title>pyproj.crs &#8212; pyproj 2.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand All @@ -26,9 +24,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" accesskey="U">pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -200,7 +197,7 @@ <h1>Source code for pyproj.crs</h1><div class="highlight"><pre>

<span class="sd"> Returns</span>
<span class="sd"> -------</span>
<span class="sd"> CRS</span>
<span class="sd"> ~CRS</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="nb">int</span><span class="p">(</span><span class="n">code</span><span class="p">)</span> <span class="o">&lt;=</span> <span class="mi">0</span><span class="p">:</span>
<span class="k">raise</span> <span class="n">CRSError</span><span class="p">(</span><span class="s2">&quot;EPSG codes are positive integers&quot;</span><span class="p">)</span>
Expand All @@ -217,7 +214,7 @@ <h1>Source code for pyproj.crs</h1><div class="highlight"><pre>

<span class="sd"> Returns</span>
<span class="sd"> -------</span>
<span class="sd"> CRS</span>
<span class="sd"> ~CRS</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">proj_string</span><span class="p">:</span>
<span class="k">raise</span> <span class="n">CRSError</span><span class="p">(</span><span class="s2">&quot;CRS is empty or invalid: </span><span class="si">{!r}</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">proj_string</span><span class="p">))</span>
Expand Down Expand Up @@ -254,7 +251,7 @@ <h1>Source code for pyproj.crs</h1><div class="highlight"><pre>

<span class="sd"> Returns</span>
<span class="sd"> -------</span>
<span class="sd"> CRS</span>
<span class="sd"> ~CRS</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">value</span><span class="p">,</span> <span class="n">_CRS</span><span class="p">):</span>
<span class="k">return</span> <span class="n">value</span>
Expand All @@ -273,7 +270,7 @@ <h1>Source code for pyproj.crs</h1><div class="highlight"><pre>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Returns</span>
<span class="sd"> -------</span>
<span class="sd"> :obj:`pyproj.Geod`: Geod object based on the CRS.ellipsoid.</span>
<span class="sd"> ~pyproj.geod.Geod: Geod object based on the ellipsoid.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">ellipsoid</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">ellipsoid</span><span class="o">.</span><span class="n">ellipsoid_loaded</span><span class="p">:</span>
<span class="k">return</span> <span class="kc">None</span>
Expand Down Expand Up @@ -331,8 +328,6 @@ <h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
Expand All @@ -350,14 +345,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" >pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2019, Jeffrey Whitaker.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0+/38269d0.
</div>
</body>
</html>
26 changes: 10 additions & 16 deletions docs/html/_modules/pyproj/datadir.html
@@ -1,12 +1,10 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pyproj.datadir &#8212; pyproj 2.1.2 documentation</title>
<meta charset="utf-8" />
<title>pyproj.datadir &#8212; pyproj 2.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand All @@ -26,9 +24,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" accesskey="U">pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -75,7 +72,7 @@ <h1>Source code for pyproj.datadir</h1><div class="highlight"><pre>
<span class="sd"> proj_data_dir: str</span>
<span class="sd"> The path to rhe PROJ.4 data directory.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">set_data_dir</span><span class="p">(</span><span class="s2">&quot;;&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">get_data_dir</span><span class="p">(),</span> <span class="n">proj_data_dir</span><span class="p">]))</span></div>
<span class="n">set_data_dir</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">pathsep</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">get_data_dir</span><span class="p">(),</span> <span class="n">proj_data_dir</span><span class="p">]))</span></div>


<div class="viewcode-block" id="get_data_dir"><a class="viewcode-back" href="../../api/datadir.html#pyproj.datadir.get_data_dir">[docs]</a><span class="k">def</span> <span class="nf">get_data_dir</span><span class="p">():</span>
Expand Down Expand Up @@ -113,7 +110,7 @@ <h1>Source code for pyproj.datadir</h1><div class="highlight"><pre>
<span class="k">def</span> <span class="nf">valid_data_dirs</span><span class="p">(</span><span class="n">potential_data_dirs</span><span class="p">):</span>
<span class="k">if</span> <span class="n">potential_data_dirs</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
<span class="k">return</span> <span class="kc">False</span>
<span class="k">for</span> <span class="n">proj_data_dir</span> <span class="ow">in</span> <span class="n">potential_data_dirs</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot;;&quot;</span><span class="p">):</span>
<span class="k">for</span> <span class="n">proj_data_dir</span> <span class="ow">in</span> <span class="n">potential_data_dirs</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">pathsep</span><span class="p">):</span>
<span class="k">if</span> <span class="n">valid_data_dir</span><span class="p">(</span><span class="n">proj_data_dir</span><span class="p">):</span>
<span class="k">return</span> <span class="kc">True</span>
<span class="k">break</span>
Expand Down Expand Up @@ -154,8 +151,6 @@ <h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
Expand All @@ -173,14 +168,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" >pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2019, Jeffrey Whitaker.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0+/38269d0.
</div>
</body>
</html>
22 changes: 8 additions & 14 deletions docs/html/_modules/pyproj/exceptions.html
@@ -1,12 +1,10 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pyproj.exceptions &#8212; pyproj 2.1.2 documentation</title>
<meta charset="utf-8" />
<title>pyproj.exceptions &#8212; pyproj 2.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand All @@ -26,9 +24,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" accesskey="U">pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -84,8 +81,6 @@ <h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
Expand All @@ -103,14 +98,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" >pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2019, Jeffrey Whitaker.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0+/38269d0.
</div>
</body>
</html>
22 changes: 8 additions & 14 deletions docs/html/_modules/pyproj/geod.html
@@ -1,12 +1,10 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pyproj.geod &#8212; pyproj 2.1.2 documentation</title>
<meta charset="utf-8" />
<title>pyproj.geod &#8212; pyproj 2.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand All @@ -26,9 +24,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" accesskey="U">pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>

Expand Down Expand Up @@ -504,8 +501,6 @@ <h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
Expand All @@ -523,14 +518,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../pyproj.html" >pyproj</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">pyproj 2.1.3 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2019, Jeffrey Whitaker.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.0+/38269d0.
</div>
</body>
</html>

0 comments on commit 89baf1f

Please sign in to comment.