|
4 | 4 | </div> |
5 | 5 |
|
6 | 6 | # SounderPy: An atmospheric sounding visualization and analysis tool for Python |
7 | | -LATEST VERSION: v3.0.9 | RELEASED: Aug, 2025 | COPYRIGHT Kyle J Gillett, 2023-2025 |
| 7 | +LATEST VERSION: v3.1.0 | RELEASED: Oct, 2025 | COPYRIGHT Kyle J Gillett, 2023-2025 |
8 | 8 |
|
9 | 9 | SounderPy is an open-source Python package for retrieving, processing, and visualizing atmospheric sounding data. |
10 | 10 |
|
@@ -43,10 +43,18 @@ novices. A number of scientific Python libraries build the base of SounderPy’s |
43 | 43 | durable functionality, such as NumPy, Matplotlib, xarray, Metpy, and SHARPpy. SounderPy is |
44 | 44 | available through GitHub and PyPi and is distributed under an MIT license. |
45 | 45 |
|
46 | | -Read more about SounderPy in this article published in the Journal of Open Source Software: [SounderPy: An atmospheric sounding visualization and analysis tool for Python](https://doi.org/10.21105/joss.08087) |
| 46 | +SounderPy has been used by several institutions. For example, this tool has been implemented by the Des Moines, Columbia, and 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, & Rizal Technological University. |
47 | 47 |
|
48 | 48 |
|
49 | | -SounderPy has been used by several institutions. For example, this tool has been implemented by the Des Moines, Columbia, and 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, & Rizal Technological University. |
| 49 | + |
| 50 | +## CITING SOUNDERPY |
| 51 | + |
| 52 | +To cite this package, please cite [SounderPy's JOSS article](https://doi.org/10.21105/joss.08087) in AMS format (below) or in BibTeX (see citation file). |
| 53 | + |
| 54 | +- Gillett, K. J., 2025: SounderPy: An atmospheric sounding visualization and analysis tool for Python. J. Open Source Software, 10 (112), 8087, https://doi.org/10.21105/joss.08087 |
| 55 | + |
| 56 | +[](https://doi.org/10.21105/joss.08087) |
| 57 | +------ |
50 | 58 |
|
51 | 59 |
|
52 | 60 |
|
@@ -153,16 +161,6 @@ SounderPy has been used by several institutions. For example, this tool has been |
153 | 161 | ------ |
154 | 162 |
|
155 | 163 |
|
156 | | -## CITING SOUNDERPY |
157 | | -[](https://doi.org/10.21105/joss.08087) |
158 | | - |
159 | | - |
160 | | -in AMS format: |
161 | | - |
162 | | -- Gillett, K. J., 2025: SounderPy: An atmospheric sounding visualization and analysis tool for Python. J. Open Source Software, 10 (112), 8087, https://doi.org/10.21105/joss.08087 |
163 | | ------- |
164 | | - |
165 | | - |
166 | 164 |
|
167 | 165 | ## REFERENCES |
168 | 166 | - Harris, C.R., Millman, K.J., van der Walt, S.J. et al. Array programming with NumPy. Nature 585, 357–362 (2020). DOI: 10.1038/s41586-020-2649-2. |
|
0 commit comments