Skip to content

Commit

Permalink
mv html files
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejgillett committed Dec 9, 2024
1 parent 90d4970 commit 9d45d71
Show file tree
Hide file tree
Showing 83 changed files with 5,850 additions and 1,482 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
**/__pycache__/
notes.txt

scrap_306.ipynb
scrap_306.ipynb
CHANGELOG.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>

# SounderPy, the vertical profile data retrieval and analysis tool for Python
LATEST VERSION: v3.0.5 | RELEASED: Sept, 2024 | COPYRIGHT Kyle J Gillett, 2023, 2024
LATEST VERSION: v3.0.6 | RELEASED: Dec, 2024 | COPYRIGHT Kyle J Gillett, 2023, 2024

A Python package that helps you to access and plot vertical profile data for meteorological analysis

Expand All @@ -21,7 +21,7 @@ A Python package that helps you to access and plot vertical profile data for met

<div align="center">

#### [VISIT SOUNDERPY DOCUMENTATION](https://kylejgillett.github.io/sounderpy/) | [CHECK OUT AN EXAMPLES & TUTORIALS](https://kylejgillett.github.io/sounderpy/examplescripts.html)
#### [VISIT SOUNDERPY DOCUMENTATION](https://kylejgillett.github.io/sounderpy/) | [CHECK OUT EXAMPLES & TUTORIALS](https://kylejgillett.github.io/sounderpy/examplescripts.html)

### [VISIT THE OPERATIONAL SOUNDERPY SOUNDING ANALYSIS SITE](https://sounderpysoundings.anvil.app/)
</div>
Expand Down Expand Up @@ -157,7 +157,7 @@ SounderPy has been used by several institutions. For example, this tool has been

in AMS format:

- Gillett, K., 2024: SounderPy: Vertical Profile Data Retrieval & Analysis Tool for Python (Version 3.0.5). Py-Pi, https://pypi.org/project/sounderpy/
- Gillett, K., 2024: SounderPy: Vertical Profile Data Retrieval & Analysis Tool for Python (Version 3.0.6). Py-Pi, https://pypi.org/project/sounderpy/

------

Expand Down
Binary file modified docs/_static/images/example-sounding_light2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<li class="toctree-l2"><a class="reference internal" href="#citing-sounderpy">Citing SounderPy</a></li>
<li class="toctree-l2"><a class="reference internal" href="#references">References</a></li>
<li class="toctree-l2"><a class="reference internal" href="#about-the-author">About the Author</a></li>
<li class="toctree-l2"><a class="reference internal" href="#useful-links">Useful Links</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="troubleshooting.html">❓ Troubleshooting</a></li>
Expand All @@ -71,6 +72,7 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">Tutorials:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="beginners_sounderpy_cookbook.html">👨‍🍳Beginner’s SounderPy Cookbook</a></li>
<li class="toctree-l1"><a class="reference internal" href="examplegallery.html">📊 Plot Gallery</a></li>
<li class="toctree-l1"><a class="reference internal" href="examplescripts.html">📝 Usage Examples</a></li>
</ul>
Expand Down Expand Up @@ -120,8 +122,7 @@ <h2>SounderPy: A sounding visualization tool for severe-weather analysis and for
durable functionality, such as NumPy, Matplotlib, xarray, Metpy, and SHARPpy. SounderPy is
available through GitHub and PyPi and is distributed under an MIT license.</p>
<a class="reference internal image-reference" href="_images/sounderpy_poster.png"><img alt="_images/sounderpy_poster.png" class="align-center" src="_images/sounderpy_poster.png" style="width: 500px;" /></a>
<p>&lt;br&gt;</p>
<p>SounderPy has been used by several institutions. For example, this tool has been implemented by the Des Moines, Columbia, Grand Forks, Little Rock, Omaha, &amp; Grand Rapids National Weather Service Offices, the State University of New York at Albany, Mississippi State University, the University of North Dakota, and others. Many students at various universities have used SounderPy in projects, posters, and papers, such as students at The University of Oklahoma, Ohio State University, Central Michigan University, Iowa State University, &amp; Rizal Technological University.</p>
<br><p>SounderPy has been used by several institutions. For example, this tool has been implemented by the Des Moines, Columbia, Grand Forks, Little Rock, Omaha, &amp; Grand Rapids National Weather Service Offices; the State University of New York at Albany, Mississippi State University, the University of North Dakota, and others. Many students at various universities have used SounderPy in projects, posters, and papers, such as students at The University of Oklahoma, Ohio State University, Central Michigan University, Iowa State University, Texas A&amp;M University, &amp; Rizal Technological University.</p>
<p>☕ SounderPy is an open-source package developed on my own time. If you would you like to support continued SounderPy development, consider “<a class="reference external" href="https://www.buymeacoffee.com/kylejgillett">Buying me a coffee</a>”! ☕</p>
</section>
<section id="installation">
Expand All @@ -139,14 +140,16 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
</pre></div>
</div>
<p>then you can install sounderpy via:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">conda install sounderpy</span>
<blockquote>
<div><div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">conda install sounderpy</span>
</pre></div>
</div>
<p>or</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">mamba install sounderpy</span>
</pre></div>
</div>
</div></blockquote>
</div></blockquote>
<p>In your Python document, its fun to import SounderPy as <code class="docutils literal notranslate"><span class="pre">spy</span></code>!:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">sounderpy</span> <span class="k">as</span> <span class="nn">spy</span>
</pre></div>
Expand Down Expand Up @@ -181,7 +184,7 @@ <h2>Citing SounderPy<a class="headerlink" href="#citing-sounderpy" title="Link t
<blockquote>
<div><a class="reference external image-reference" href="https://doi.org/10.5281/zenodo.10443609"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.10443609.svg" /></a>
<dl class="simple">
<dt>in AMS format:</dt><dd><p>Gillett, K., 2024: SounderPy: Vertical Profile Data Retrieval &amp; Analysis Tool for Python (Version 3.0.5). Py-Pi, <a class="reference external" href="https://pypi.org/project/sounderpy/">https://pypi.org/project/sounderpy/</a></p>
<dt>in AMS format:</dt><dd><p>Gillett, K., 2024: SounderPy: Vertical Profile Data Retrieval &amp; Analysis Tool for Python (Version 3.0.6). Py-Pi, <a class="reference external" href="https://pypi.org/project/sounderpy/">https://pypi.org/project/sounderpy/</a></p>
</dd>
</dl>
</div></blockquote>
Expand Down Expand Up @@ -211,16 +214,20 @@ <h2>References<a class="headerlink" href="#references" title="Link to this headi
<section id="about-the-author">
<h2>About the Author<a class="headerlink" href="#about-the-author" title="Link to this heading"></a></h2>
<p>Hey!</p>
<p>Thank you so much for checking out and using SounderPy. My name is Kyle Gillett and I’m a master’s student of Atmospheric Science at the University of North Dakota, and the developer of SounderPy. This tool started out as a way for me to internally house all of my data retrieval functions for plotting soundings. As you can see, it has since blossomed into a full-scale Python package.</p>
<p>Thanks for checking out and using SounderPy. My name is Kyle Gillett and I’m a master’s student of Atmospheric Science at the University of North Dakota, and the developer of SounderPy. This tool started out as a way for me to internally house all of my data retrieval functions for plotting soundings. As you can see, it has since blossomed into a full-scale Python package.</p>
<p>SounderPy is published on PyPi and the source code is available on GitHub – this tool is an open source project. If you have found SounderPy useful in your work, I’d love to hear about it! The coolest part of this project has been hearing how many folks have been using this software. If you’d like to support continued SounderPy development, consider “<a class="reference external" href="https://www.buymeacoffee.com/kylejgillett">Buying me a coffee</a>”! ☕.</p>
<p><em>Have an issue?</em> You can <a class="reference external" href="https://github.com/kylejgillett/sounderpy/issues">open a GitHub Issue</a> or just shoot me a DM on <a class="reference external" href="https://twitter.com/wxkylegillett">Twitter</a>!</p>
<p><strong>Useful Links</strong></p>
</section>
<hr class="docutils" />
<section id="useful-links">
<h2>Useful Links<a class="headerlink" href="#useful-links" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Check out the operational <a class="reference external" href="https://sounderpysoundings.anvil.app/">SounderPy Sounding Analysis Site!</a></p></li>
<li><p>Check out SounderPy <a class="reference external" href="https://github.com/kylejgillett/sounderpy">on GitHub</a></p></li>
<li><p>Check out SounderPy <a class="reference external" href="https://pypi.org/project/sounderpy/">on PyPi</a></p></li>
<li><p>Check out my <a class="reference external" href="https://kylegillettphoto.com">website</a></p></li>
<li><p>Check out the author’s <a class="reference external" href="https://kylegillettphoto.com">website</a></p></li>
<li><p>Get updates on SounderPy development on <a class="reference external" href="https://twitter.com/wxkylegillett">Twitter</a></p></li>
<li><p>Get updates on SounderPy development on <a class="reference external" href="https://bsky.app/profile/wxkylegillett.bsky.social">BlueSky</a></p></li>
<li><p>Support SounderPy by “<a class="reference external" href="https://www.buymeacoffee.com/kylejgillett">Buying me a coffee</a></p></li>
</ul>
<p>Thanks for using SounderPy!</p>
Expand Down
Loading

0 comments on commit 9d45d71

Please sign in to comment.