Sharppy

Latest version: v1.4.0a5

Safety actively analyzes 622205 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.4.0

**REMINDER: You must re-run the 'python setup.py install' script for the updates to take effect.**

The SHARPpy v1.4.0 "Andover" release

New Features
* User preferences
* Change units for wind, surface temperature and dewpoint
* Choice of three color schemes: standard (the usual white-on-black), inverted (black-on-white), and protanopia (white-on-black, but with colorblind-friendly colors)
* Python 3 support
* Hodograph improvements
* Can now click and drag the storm-motion vectors, updating all the other insets
* Double click to change which storm motion vector is used for storm-relative calculations
* New readout on the hodograph, coupled to the readout on the Skew-T
* Improvements for southern-hemisphere users
* Wind barbs are flipped
* Left-mover vector is used by default
* Storm motion vector is chosen if the SPC-formatted sounding file specifies the latitude and longitude of the input sounding (southern-hemisphere uses the left-mover, northern the right-mover).
* Left-mover vector is used in all other storm-motion dependent functions (e.g., STP insets, SARS).
* New data sources for international and U.S. users
* Realtime and historical U.S. and international soundings from 1946-now are accessible through the Picker. Soundings include the latitude and longitude.
* Up/down buttons on keyboard can now be used to flip through the ensemble members plotted in the SHARPpy GUI.
* Logging enabled when --debug flag is enabled.
* GUI now displays alert box when questionable data is requested to be plotted. Users now have the option to choose if they wish to still try to plot the data.
* Documentation and sphinx-generated API now available on Github Pages.
* Continuous Integration (TravisCI and Appveyor) now enabled to test changes, pull requests, deploy docs, and deploy binaries to Github.
* New versioning system now consistent with PEP-440 (thanks to versioneer).
* Included more scripting examples.

Bug Fixes
* [numerous]

v1.3.0-Xenia-beta
SHARPpy Beta v1.3.0 "Xenia" Release.

**REMINDER: You must re-run the 'python setup.py install' script for the updates to take effect.**

SHARPpy v1.3.0, Xenia Release supports multiple profiles in the Skew-T window and features improvements to the picker map and usability of the Skew-T window.

NEW FEATURES
- Ability to add and remove any data from the sounding picker in the sounding viewer and view it simultaneously.
![19740404_00z_kday_snd](https://cloud.githubusercontent.com/assets/885575/8714720/e467ec90-2b3d-11e5-9656-023b3a230c17.png)
- Can switch focus between profiles using the spacebar.
- Ability to focus and remove profiles from the Skew-T via the menus.
![sharppy_menu](https://cloud.githubusercontent.com/assets/885575/8714871/c1e49108-2b3f-11e5-8cd3-4397d310055f.png)
- Analogue profiles can be focused and removed by the same mechanisms.
![19740404_00z_kbna_snd](https://cloud.githubusercontent.com/assets/885575/8714726/00bf5c52-2b3e-11e5-862b-cb2b5675cdf5.png)
- More picker map improvements
![screen shot 2015-07-15 at 9 46 02 pm](https://cloud.githubusercontent.com/assets/885575/8714486/11c4b4aa-2b3b-11e5-964f-ee24ee450fcb.png)
- Tropics and Southern Hemisphere maps are now available.
- Ability to recenter the map projection by double-clicking.
- Ability to save map view as the default for when the program loads.
- Installable binaries are available for Mac OS X and Windows
- Interpolation: interpolate profiles to 25-mb intervals for easy graphical modification.
![image](https://cloud.githubusercontent.com/assets/885575/8715064/0543662a-2b42-11e5-8b0d-173013d5da66.png)
- Skew-T zooming improved.
- Program now loads profiles in the background, decreasing the load time for the Skew-T window.
- Ability to save sounding text to a file.
- New MBURST index added to the sounding window.

BUG FIXES
- Menus now work on Windows and Linux.
- Model profiles compute the correct inferred temperature advection for their latitude.
- Additional error handling for partial profiles.
- Various model forecast points relocated to their proper places.
- Error handling for opening the program without an Internet connection.
- Removed PySide dependency and unused imports for those using SHARPpy routines in scripts.


v1.2.0-El-Reno-beta
**SHARPpy Beta v1.2.0, "El Reno" Release**

**REMINDER: You must re-run the "python setup.py install" script for updates to take hold***

1.4.0a3

Testing notes:

* This version has issues connecting to the datasources and should not be used if you wish to access the real-time or archived soundings.

v1.4.0-Andover-Alpha1

1.2.0

**UPDATES/FIXES**
- New pan/zoom map for selecting sounding locations from observed/model data sources
- Northern hemispheric map for global data sources (tropics and southern hemisphere maps coming soon)
![image](https://cloud.githubusercontent.com/assets/885575/7196461/e7be91c4-e497-11e4-8448-26186e2de79c.png)
- County map zooming for CONUS data sources
![image](https://cloud.githubusercontent.com/assets/885575/7196467/f152bee0-e497-11e4-9e41-2e9fc8474993.png)
- Cursor readout for sounding locations includes station ID, city, and state/province or country
- Map checks the server for currently available points and only displays those that are available
- Bug fixes on selecting model initialization cycles and supports non-synoptic hour observed data
- Stations with special characters now work properly
- Mapping shapefiles have been added to the databases directory
- New XML backend for managing different data sources available to the GUI
- Allows custom configuration for data urls, initialization offset, model dt, forecast range, and point click locations for configured data sources. No tutorial has been generated for this yet.
- New SARS analogue interactivity
- SARS hail and supercell analogues can now be displayed alongside soundings by left-clicking on the analogue in the SARS inset window. It can be removed by right-clicking the skew-t window and hitting reset
![sharppy-v1-2-el-reno](https://cloud.githubusercontent.com/assets/1411265/7221532/39a9fc3a-e6b4-11e4-9a5a-ae1c134ca2c4.png)
- Improved the UI's look and feel on the Windows platform
![f0c4b56e-e5d2-11e4-8cc1-d8b46f33526c](https://cloud.githubusercontent.com/assets/7607087/7216953/597e47fa-e5d8-11e4-8f0b-123a31d3464f.png)
- Added 0-3 km MLCAPE to the thermodynamics panel
- Fixed the 0-6 km shear and 9-11 km storm-relative wind vectors that are plotted when plotting a boundary motion in the Hodograph window.
- Data decoders have been modified, consolidated, and made more customization-friendly
- Moved the existing Profile object to a BasicProfile object, and made Profile an object that makes no computations upon construction and only stores data
- The "About" menu option (currently only works on OS X) has been updated with a new description and contact info
- Removed accidental SciPy dependency
- An Issue with the PWV climatology crashing on non-US stations has been fixed
- Save image and open user sounding text file functions now default to the user's home directory.
- Microburst Composite (MBURST), Derecho Composite Parameter (DCP), Energy-Helicity Index (EHI), and Severe Weather Threat Index (SWEAT) added to params.py
- Overall stability of the program has been increased.
- Tutorial has been updated to reflect some of the internal changes of the program libraries.
- Custom user sounding text files can now be opened by pressing Ctrl+O on Windows and Linux.

1.0beta.1

SHARPpy Version 1.0 Beta (AMS 2015 Release)

Following the SHARPpy presentation in the Python Symposium at the annual American Meteorological Society meeting, SHARPpy is being released to the public in beta status. Most core functionality is present, but it is being released with a few platform specific known bugs that are still being worked on.

This release features core numerical functionality (thermodynamic and kinematic routines) for scripting and data processing, in addition to graphical user interface functionality and interactivity.

Instructions on how to install and run can be found in the readme.

![gui](https://cloud.githubusercontent.com/assets/1411265/5610691/5f6ee7dc-9470-11e4-9f31-574aec2d1eb2.png)
![skewt](https://cloud.githubusercontent.com/assets/1411265/5610695/6b385dd2-9470-11e4-8421-fd631f482e39.png)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.