Skip to main content

HamSCI Grape v1 Personal Space Weather Station Plotting Tools

Project description

hamsci_psws

Plotting data from Grape V1 receivers.

In terminal, clone repository and install with pip install ..

To begin, download the most recent dataset from DOI and unzip it into the scripts/data/ directory. You can then run the Jupyter notebooks in the scripts directory to produce plots.

Installation

With pip

The hamsci_psws package is distributed on the Python Package Index: https://pypi.org/project/hamsci_psws/

pip install hamsci_psws

Getting Started

Folder Structure

  • hamsci_psws - the python package
  • scripts - example analysis scripts and Jupyter notebooks
  • deprecate, scripts/deprecate, etc. - files that will be removed in future versions

Contributing

Contributions to HamSCI projects are welcome.

Releasing the Package

To upload a release, you will need an account at https://pypi.org/, and an API token for that account.

  1. Make sure you have the latest version of pip:

pip install --upgrade pip

  1. Make sure you have the latest version of build and twine:

pip install --upgrade build twine

  1. Build the package (from the root directory of the project):

python -m build

  1. Upload to PyPI:

python -m twine upload dist/*

Enter __token__ as the user name, and your token as the token, including the pypi- prefix.

  1. Test package installation, preferrably in a separate environment from where you are developing.

pip install hamsci_psws

Citing this Project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hamsci_psws-0.1.3.tar.gz (72.4 kB view hashes)

Uploaded Source

Built Distribution

hamsci_psws-0.1.3-py3-none-any.whl (61.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page