Skip to main content

Package for working with atmospheric time series datasets

Project description

AnacondaCloud CondaDownloads

Travis

Python toolkit for working with atmospheric time-series datasets of varying dimensions. The toolkit is meant to have functions for every part of the scientific process; discovery, IO, quality control, corrections, retrievals, visualization, and analysis. Initial efforts were heavily focused on the static visualization aspect of the process, but future efforts will look to build up the other areas of interest include discovery, corrections, retirevals, and interactive plots.

  • Free software: 3-clause BSD license

Dependencies

Installation

ACT can be installed a few different ways. One way is to install using pip. When installing with pip, the ACT dependencies found in requirements.txt will also be installed. To install using pip:

pip install act-atmos

The easiest method for installing ACT is to use the conda packages from the latest release. To do this you must download and install Anaconda or Miniconda. With Anaconda or Miniconda install, it is recommended to create a new conda environment when using ACT or even other packages. To create a new environment based on the environment.yml:

conda env create -f environment.yml

Or for a basic environment and downloading optional dependencies as needed:

conda create -n act_env -c conda-forge python=3.7 act-atmos

Basic command in a terminal or command prompt to install the latest version of ACT:

conda install -c conda-forge act-atmos

To update an older version of ACT to the latest release use:

conda update -c conda-forge act-atmos

If you do not wish to use Anaconda or Miniconda as a Python environment or want to use the latest, unreleased version of ACT see the section below on Installing from source.

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

This version

0.1.7

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.1.7.tar.gz (6.3 MB view details)

Uploaded Source

Built Distribution

act_atmos-0.1.7-py3-none-any.whl (26.3 MB view details)

Uploaded Python 3

File details

Details for the file act-atmos-0.1.7.tar.gz.

File metadata

  • Download URL: act-atmos-0.1.7.tar.gz
  • Upload date:
  • Size: 6.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for act-atmos-0.1.7.tar.gz
Algorithm Hash digest
SHA256 124506888bffca27f197bccd5460d86ed75e39274bf46e9c450c7963ba2f3985
MD5 cf020cd3b727e20238fa1ba0ac048c8f
BLAKE2b-256 2e844de824cb9c51fd54abf37d3a9a01992bd83faa5083cb460d86a7fd980dd3

See more details on using hashes here.

Provenance

File details

Details for the file act_atmos-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: act_atmos-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 26.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for act_atmos-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e9e008f180faeab194a11f7a4d5d05ecea1283ba802e21c26ccd58adbfcd0b3b
MD5 5e46d0a76cc545a59a74940aa68973f6
BLAKE2b-256 88301971d220287f66e66a1c54cce040190e74b51c82c2d64cfc449c9eb84c1c

See more details on using hashes here.

Provenance

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