Skip to main content

Package for working with atmospheric time series datasets

Project description

https://img.shields.io/travis/ANL-DIGR/ACT.svg

Package for connecting Atmospheric data users to the data. Has the ability to download, read, and visualize multi-file datasets from multiple data sources. Currently, multi-panel timeseries plots are supported.

  • Free software: 3-clause BSD license

Dependencies

Installing from Source

Installing ACT from source is the only way to get the latest updates and enhancement to the software that have no yet made it into a release. The latest source code for ACT can be obtained from the GitHub repository, https://github.com/ANL-DIGR/ACT. Either download and unpack the zip file of the source code or use git to checkout the repository:

git clone https://github.com/ANL-DIGR/ACT.git

To install in your home directory, use:

python setup.py install --user

To install for all users on Unix/Linux:

python setup.py build
sudo python setup.py install

Contributing

ACT is an open source, community software project. Contributions to the package are welcomed from all users.

The latest source code can be obtained with the command:

git clone https://github.com/ANL-DIGR/ACT.git

If you are planning on making changes that you would like included in ACT, forking the repository is highly recommended.

We welcome contributions for all uses of ACT, provided the code can be distributed under the BSD 3-clause license. A copy of this license is available in the LICENSE.txt file in this directory. For more on contributing, see the contributor’s guide.

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have pytest installed):

$ pytest --pyargs act

In-place installs can be tested using the pytest command from within the source directory.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

act_atmos-0.0.2.tar.gz (5.9 MB view hashes)

Uploaded Source

Built Distribution

act_atmos-0.0.2-py3-none-any.whl (6.0 MB 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