Skip to content

Commit

Permalink
deploy: 9819864
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 9, 2024
1 parent 65cfb5f commit 626ecf1
Show file tree
Hide file tree
Showing 12 changed files with 167 additions and 136 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions _preview/1/_sources/notebooks/tutorials/arc_path.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,14 @@
},
{
"cell_type": "code",
"execution_count": 320,
"execution_count": 354,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Distance between coordinates (geodesic) = 2862.597479914522 km\n",
"Distance between coordinates (ellipsoid) = 2862.597479914522 km\n",
"Distance between coordinates (unit sphere) = 2858.532213639344 km\n",
"Distance between coordinates (unit sphere) = 2858.5322136393447 km\n"
]
Expand All @@ -463,7 +463,7 @@
" location_df.loc[[\"boston\"]][\"longitude\"].iloc[0],\n",
" location_df.loc[[\"boston\"]][\"latitude\"].iloc[0])\n",
"\n",
"print(f\"Distance between coordinates (geodesic) = {distance_meter/1000} km\")\n",
"print(f\"Distance between coordinates (ellipsoid) = {distance_meter/1000} km\")\n",
"distance_unit_sphere_default = distance_between_points_default(\"boulder\", \"boston\")\n",
"print(f\"Distance between coordinates (unit sphere) = {distance_unit_sphere_default/1000} km\")\n",
"distance_unit_sphere_small = distance_between_points_small(\"boulder\", \"boston\")\n",
Expand Down
173 changes: 99 additions & 74 deletions _preview/1/_sources/notebooks/tutorials/arc_to_point.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion _preview/1/notebooks/foundations/coordinates.html
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,9 @@ <h3>World Map<a class="headerlink" href="#world-map" title="Link to this heading
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_0_boundary_lines_land.zip
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_1_states_provinces_lakes.zip
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_1_states_provinces_lakes.zip
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _preview/1/notebooks/notebook-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Link to this heading"><i class="fas fa-link"></i></a></h6>
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
<div class="amsmath math notranslate nohighlight" id="equation-c5e9c35e-417a-4574-8a7f-db1ade33c856">
<span class="eqno">()<a class="headerlink" href="#equation-c5e9c35e-417a-4574-8a7f-db1ade33c856" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-8db3ca5f-aeb4-400c-8cf9-2d4e9453f0d8">
<span class="eqno">()<a class="headerlink" href="#equation-8db3ca5f-aeb4-400c-8cf9-2d4e9453f0d8" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down
4 changes: 2 additions & 2 deletions _preview/1/notebooks/tutorials/arc_path.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ <h3>Determine Distance Points via Python Package <code class="docutils literal n
<span class="n">location_df</span><span class="o">.</span><span class="n">loc</span><span class="p">[[</span><span class="s2">&quot;boston&quot;</span><span class="p">]][</span><span class="s2">&quot;longitude&quot;</span><span class="p">]</span><span class="o">.</span><span class="n">iloc</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span>
<span class="n">location_df</span><span class="o">.</span><span class="n">loc</span><span class="p">[[</span><span class="s2">&quot;boston&quot;</span><span class="p">]][</span><span class="s2">&quot;latitude&quot;</span><span class="p">]</span><span class="o">.</span><span class="n">iloc</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span>

<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Distance between coordinates (geodesic) = </span><span class="si">{</span><span class="n">distance_meter</span><span class="o">/</span><span class="mi">1000</span><span class="si">}</span><span class="s2"> km&quot;</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Distance between coordinates (ellipsoid) = </span><span class="si">{</span><span class="n">distance_meter</span><span class="o">/</span><span class="mi">1000</span><span class="si">}</span><span class="s2"> km&quot;</span><span class="p">)</span>
<span class="n">distance_unit_sphere_default</span> <span class="o">=</span> <span class="n">distance_between_points_default</span><span class="p">(</span><span class="s2">&quot;boulder&quot;</span><span class="p">,</span> <span class="s2">&quot;boston&quot;</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Distance between coordinates (unit sphere) = </span><span class="si">{</span><span class="n">distance_unit_sphere_default</span><span class="o">/</span><span class="mi">1000</span><span class="si">}</span><span class="s2"> km&quot;</span><span class="p">)</span>
<span class="n">distance_unit_sphere_small</span> <span class="o">=</span> <span class="n">distance_between_points_small</span><span class="p">(</span><span class="s2">&quot;boulder&quot;</span><span class="p">,</span> <span class="s2">&quot;boston&quot;</span><span class="p">)</span>
Expand All @@ -778,7 +778,7 @@ <h3>Determine Distance Points via Python Package <code class="docutils literal n
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Distance between coordinates (geodesic) = 2862.5974799145215 km
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Distance between coordinates (ellipsoid) = 2862.5974799145215 km
Distance between coordinates (unit sphere) = 2858.532213639344 km
Distance between coordinates (unit sphere) = 2858.5322136393447 km
</pre></div>
Expand Down
Loading

0 comments on commit 626ecf1

Please sign in to comment.