Giter Site home page Giter Site logo

chird / sharppy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharppy/sharppy

0.0 0.0 0.0 81.22 MB

Sounding/Hodograph Analysis and Research Program in Python

Home Page: https://sharppy.github.io/SHARPpy/index.html

License: Other

Python 72.55% BlitzMax 10.40% TeX 2.33% Haskell 5.50% C++ 2.19% PureBasic 1.22% Elm 0.47% Parrot 0.61% Mathematica 0.22% Scheme 1.58% Ada 0.21% F# 0.51% Tcl 0.41% Erlang 0.15% Shell 0.63% Augeas 0.15% PHP 0.15% LOLCODE 0.15% Coq 0.21% Lex 0.36%

sharppy's Introduction

SHARPpy

Sounding/Hodograph Analysis and Research Program in Python

Build status Build Status Anaconda-Server Badge Anaconda-Server Badge Coverage Status Anaconda-Server Badge

SHARPpy is a collection of open source sounding and hodograph analysis routines, a sounding plotting package, and an interactive, cross-platform application for analyzing real-time soundings all written in Python. It was developed to provide the atmospheric science community a free and consistent source of sounding analysis routines. SHARPpy is constantly updated and vetted by professional meteorologists and climatologists within the scientific community to help maintain a standard source of sounding routines.

Important links:

Table of Contents

=======================================================================

Developer Requests:

[Return to Top]

1.) Many people have put an immeasurable amount of time into developing this software package. If SHARPpy is used to develop a weather product or contributes to research that leads to a scientific publication, please acknowledge the SHARPpy project by citing the code. You can use this ready-made citation entry or provide a link back to this website:

Blumberg, W. G., K. T. Halbert, T. A. Supinie, P. T. Marsh, R. L. Thompson, and J. A. Hart, 2017: "SHARPpy: An Open Source Sounding Analysis Toolkit for the Atmospheric Sciences." Bull. Amer. Meteor. Soc. doi:10.1175/BAMS-D-15-00309.1, in press.

We wish to acknowledge Jeff Whitaker, who created the Basemap package, and from which we have borrowed data and code to develop the SHARPpy data Picker. We also wish to acknowledge MetPy, who we have borrowed their Matplotlib skew-t code from to illustrate some SHARPpy examples.

2.) All bug reports and feature requests should be submitted through the Github issues page in order to assist the developers in tracking the issues noted by the users. Before you open a new issue, please check to see if your issue (or a similar one) has already been opened. If your issue already exists, please add a comment to the issue comment thread explaining your bug report or feature request with as much detail as possible. More detail will help the developers fix the issue (in the case of a bug report). The issues page for the SHARPpy project can be found here:

https://github.com/sharppy/SHARPpy/issues

=======================================================================

Installing SHARPpy

[Return to Top]

SHARPpy code can be installed on Windows, Mac OS X, and Linux, as all these platforms can run Python programs. SHARPpy may run on other operating systems, but this has not been tested by the developers. Chances are if it can run Python, it can run SHARPpy.

If you would like to run SHARPpy from a binary (if you don't want to do scripting), look for the most recent release here: https://github.com/sharppy/SHARPpy/releases

For those wishing to run both the GUI and do scripting, we recommend you install the Python 3 Anaconda Python Distribution from Continuum Analytics. You can install SHARPpy from conda by using:

conda install -c conda-forge sharppy

The Anaconda Python Distribution can be downloaded here: https://www.anaconda.com/download/

Required Python Packages/Libraries:

Since SHARPpy requires the qtpy and Numpy packages, you will need to install them. If you choose to use the Anaconda distribution, Numpy comes installed by default. qtpy can be installed through the Anaconda package manager that comes with the Anaconda distribution by opening up your command line program (Terminal in Mac OS X/Linux and Command Prompt in Windows) and typing:

  • qtpy
  • NumPy v1.15
  • PySide2 v5.13
  • requests
  • python-dateutil

Since SHARPpy requires these packages, you will need to install them. If you choose to use the Anaconda distribution, Numpy comes installed by default. PySide, requests, and python-dateutil can be installed through the Anaconda package manager that comes with the Anaconda distribution by opening up your command line program (Terminal in Mac OS X/Linux and Command Prompt in Windows) and typing:

After installing all the required Python packages for SHARPpy, you now can install the SHARPpy package to your computer. You'll need to download it to your computer first and open up a command line prompt. You can download it as a ZIP file (link on the right) or clone the Git respository (you will need the git program) into a directory on your computer by typing this into your command line:

git clone https://github.com/sharppy/SHARPpy.git

If you follow the route of cloning SHARPpy, you can update to the most recent SHARPpy package by typing the following within the folder you downloaded SHARPpy to:

git pull origin master

Once the package has been downloaded to your computer, use your command line to navigate into the SHARPpy directory and type this command in to install SHARPpy:

python setup.py install

After installing the package, you can run the SHARPpy GUI and interact with the SHARPpy libraries through Python scripts.

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

=======================================================================

Running SHARPpy

[Return to Top]

To run the pre-compiled binary program, double click on the icon. It may take 20-30 seconds for the window to open so please be patient.

To run SHARPpy from the command line after installing the code, run the following command:

$ sharppy

Either of these will load the SHARPpy Sounding Picker GUI.

Known GUI Issues

[Return to Top]

Known Issues:

  • Moving through time with model profiles may be slow in the Windows binaries because of a backend bug. Running from the code should be fine.

SHARPpy Development Team

[Return to Top]

SHARPpy is currently managed by the following co-developers (in no particular order):

  • Patrick Marsh (SPC)
  • Kelton Halbert (UW-Madison)
  • Greg Blumberg (NASA GSFC)
  • Tim Supinie (OU School of Meteorology)

sharppy's People

Contributors

aarande avatar brettjrob avatar keltonhalbert avatar nguy avatar niallrobinson avatar pmarshwx avatar tsupinie avatar wblumberg avatar zflamig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.