A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

ACT

The Atmospheric data Community Toolkit is an open source Python toolkit for working with atmospheric time-series datasets of varying dimensions.
https://github.com/arm-doe/act

Category: Atmosphere
Sub Category: Atmospheric Composition and Dynamics

Keywords

atmospheric-science corrections meteorological-data meteorology retrieval time-series visualization

Keywords from Contributors

closember pyart radar-processing weather-radars transforms measur archiving optimize reflectivity compose

Last synced: about 17 hours ago
JSON representation

Repository metadata

Atmospheric data Community Toolkit - A python based toolkit for exploring and analyzing time series atmospheric datasets

README.rst

          ========================================
Atmospheric data Community Toolkit (ACT)
========================================

|AnacondaCloud| |CodeCovStatus| |Build| |Docs|

|CondaDownloads| |PyPiDownloads| |Zenodo| |ARM|

.. |AnacondaCloud| image:: https://anaconda.org/conda-forge/act-atmos/badges/version.svg
    :target: https://anaconda.org/conda-forge/act-atmos

.. |CondaDownloads| image:: https://anaconda.org/conda-forge/act-atmos/badges/downloads.svg
    :target: https://anaconda.org/conda-forge/act-atmos/files

.. |PyPiDownloads| image:: https://img.shields.io/pypi/dm/act_atmos.svg
    :target: https://pypi.org/project/act-atmos/

.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3855537.svg
    :target: https://doi.org/10.5281/zenodo.3855537

.. |CodeCovStatus| image:: https://codecov.io/gh/ARM-DOE/ACT/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/ARM-DOE/ACT

.. |ARM| image:: https://img.shields.io/badge/Sponsor-ARM-blue.svg?colorA=00c1de&colorB=00539c
    :target: https://www.arm.gov/

.. |Docs| image:: https://github.com/ARM-DOE/ACT/actions/workflows/build-docs.yml/badge.svg
    :target: https://github.com/ARM-DOE/ACT/actions/workflows/build-docs.yml

.. |Build| image:: https://github.com/ARM-DOE/ACT/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/ARM-DOE/ACT/actions/workflows/ci.yml

The Atmospheric data Community Toolkit (ACT) is an open source Python toolkit for working with atmospheric time-series datasets of varying dimensions.  The toolkit has functions for every part of the scientific process; discovery, IO, quality control, corrections, retrievals, visualization, and analysis.   It is a community platform for sharing code with the goal of reducing duplication of effort and better connecting the science community with programs such as the `Atmospheric Radiation Measurement (ARM) User Facility `_.  Overarching development goals will be updated on a regular basis as part of the `Roadmap `_  .

|act|

.. |act| image:: ./docs/source/act_plots.png

Please report any issues or feature requests by sumitting an `Issue `_.  Additionally, our `discussions boards `_ are open for ideas, general discussions or questions, and show and tell!

ACT's Third Roadmap
~~~~~~~~~~~~~~~~~~~

To meet the needs of the community and stakeholders, ACT will be creating a new roadmap.
This roadmap will continue a plan forward on features to improve on and to add in newer ACT
versions. A part of this new roadmap is a survey from the community that will provide feedback
for the developers on priorities for newer ACT versions. If time permitting, and you are a user of ACT
or are considering to use ACT the survey can be found here: `ACT Roadmap Survey `_
The feedback would be much appreciated.

Important Links
~~~~~~~~~~~~~~~

* Documentation: https://arm-doe.github.io/ACT/
* Examples: https://arm-doe.github.io/ACT/source/auto_examples/index.html
* Issue Tracker: https://github.com/ARM-DOE/ACT/issues

Citing
~~~~~~

If you use ACT to prepare a publication, please cite the DOI listed in the badge above, which is updated with every version release to ensure that contributors get appropriate credit.  DOI is provided through Zenodo.

Dependencies
~~~~~~~~~~~~

* `xarray `_
* `NumPy `_
* `SciPy `_
* `matplotlib `_
* `skyfield `_
* `pandas `_
* `dask `_
* `Pint `_
* `PyProj `_
* `Six `_
* `Requests `_
* `MetPy `_
* `ffspec `_
* `lazy_loader `_
* `cmweather `_

Optional Dependencies
~~~~~~~~~~~~~~~~~~~~~

* `MPL2NC `_ Reading binary MPL data.
* `Cartopy `_  Mapping and geoplots
* `Py-ART `_ Reading radar files, plotting and corrections
* `scikit-posthocs `_ Using interquartile range or generalized Extreme Studentized Deviate quality control tests
* `icartt `_ icartt is an ICARTT file format reader and writer for Python
* `PySP2 `_ PySP2 is a python package for reading and processing Single Particle Soot Photometer (SP2) datasets.
* `MoviePy `_ MoviePy is a python package for creating movies from images

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.12 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 are using mamba::

    mamba install -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/ARM-DOE/ACT. Either download and unpack the
`zip file `_ of
the source code or use git to checkout the repository::

    git clone https://github.com/ARM-DOE/ACT.git

Once you have the directory locally, you can install ACT in
development mode using::

    pip install -e .

If you want to install the repository directly, you can use::

    pip install git+https://github.com/ARM-DOE/ACT.git

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/ARM-DOE/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
~~~~~~~
For testing, we use pytest for running the unit tests and arm-test-data for
test files that are used for the unit tests. To install pytest::

   $ conda install -c conda-forge pytest

And for matplotlib image testing with pytest::

   $ conda install -c conda-forge pytest-mpl

To install arm-test-data::

   $ conda install -c conda-forge arm-test-data

After installation of both pytest and arm-test-data, you can launch the test
suite from outside the source directory (you will need to have pytest
installed and for the mpl argument need pytest-mpl)::

   $ pytest --mpl --pyargs act

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

        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 1,493
Total Committers: 21
Avg Commits per committer: 71.095
Development Distribution Score (DDS): 0.54

Commits in past year: 68
Committers in past year: 9
Avg Commits per committer in past year: 7.556
Development Distribution Score (DDS) in past year: 0.618

Name Email Commits
Adam Theisen a****n@a****v 687
Kenneth Kehoe k****e@o****u 343
Zach Sherman z****n@a****v 216
Robert Jackson r****n@a****v 79
Max Grover m****2@g****m 47
Robert Clyde Jackson r****n@c****v 35
Corey Godine c****e@o****u 22
ajsockol 4****l 19
dependabot[bot] 4****] 13
Joe O'Brien o****j@a****v 8
jhemedin j****r@g****m 8
Jenni Kyrouac j****c@a****v 3
Maxwell Levin 2****n 2
Robert Jackson r****n@e****v 2
Robert Jackson r****n@c****v 2
Alyssa Sockol a****0@g****m 2
Israel Silber 5****r 1
Max Levin m****n 1
Robert Jackson r****n@R****l 1
Jason Hemedinger j****r@J****l 1
dennyh-ssec 1****c 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 97
Total pull requests: 282
Average time to close issues: 3 months
Average time to close pull requests: 2 days
Total issue authors: 16
Total pull request authors: 12
Average comments per issue: 3.27
Average comments per pull request: 1.94
Merged pull request: 262
Bot issues: 0
Bot pull requests: 16

Past year issues: 24
Past year pull requests: 80
Past year average time to close issues: 12 days
Past year average time to close pull requests: 2 days
Past year issue authors: 7
Past year pull request authors: 9
Past year average comments per issue: 1.71
Past year average comments per pull request: 1.29
Past year merged pull request: 74
Past year bot issues: 0
Past year bot pull requests: 12

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/arm-doe/act

Top Issue Authors

  • AdamTheisen (39)
  • kenkehoe (13)
  • mgrover1 (11)
  • zssherman (11)
  • jrobrien91 (6)
  • cgodine (3)
  • sgupta92 (2)
  • mtuftedal (2)
  • Aifang-Zhou (2)
  • caghili (2)
  • wxwolff (1)
  • isilber (1)
  • sophiaanr (1)
  • dennyh-ssec (1)
  • rcjackson (1)

Top Pull Request Authors

  • zssherman (106)
  • AdamTheisen (85)
  • kenkehoe (36)
  • mgrover1 (19)
  • dependabot[bot] (16)
  • jrobrien91 (6)
  • rcjackson (5)
  • isilber (3)
  • ajsockol (2)
  • maxwelllevin (2)
  • cgodine (1)
  • dennyh-ssec (1)

Top Issue Labels

  • enhancement (34)
  • V2.0.0 (12)
  • bug (10)
  • good first issue (7)
  • High Priority (4)
  • question (1)
  • blog-post (1)
  • dependencies (1)

Top Pull Request Labels

  • dependencies (16)
  • V2.0.0 (7)

Package metadata

pypi.org: act-atmos

Package for working with atmospheric time series datasets

  • Homepage: https://github.com/ARM-DOE/ACT
  • Documentation: https://act-atmos.readthedocs.io/
  • Licenses: BSD (3-clause)
  • Latest release: 2.2.0 (published 11 days ago)
  • Last Synced: 2025-04-25T14:34:42.503Z (1 day ago)
  • Versions: 77
  • Dependent Packages: 3
  • Dependent Repositories: 16
  • Downloads: 6,438 Last month
  • Docker Downloads: 1,095
  • Rankings:
    • Dependent packages count: 2.375%
    • Docker downloads count: 3.341%
    • Dependent repos count: 3.609%
    • Average: 4.876%
    • Downloads: 6.364%
    • Stargazers count: 6.502%
    • Forks count: 7.068%
  • Maintainers (3)
conda-forge.org: act-atmos

The Atmospheric data Community Toolkit (ACT) is an open source 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. It is meant to be a community platform for sharing code with the goal of reducing duplication of effort and better connecting the science community with programs such as the Atmospheric Radiation Measurement (ARM) User Facility.

  • Homepage: https://github.com/ARM-DOE/ACT
  • Licenses: BSD-3-Clause
  • Latest release: 1.3.0 (published over 2 years ago)
  • Last Synced: 2025-04-25T14:34:53.974Z (1 day ago)
  • Versions: 30
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Rankings:
    • Dependent repos count: 16.183%
    • Dependent packages count: 19.607%
    • Average: 25.064%
    • Forks count: 31.543%
    • Stargazers count: 32.921%
pypi.org: ncreview-plus

A tool to compare and/or summarize netCDF files

  • Homepage:
  • Documentation: https://ncreview-plus.readthedocs.io/
  • Licenses: MIT
  • Latest release: 0.0.2 (published about 1 month ago)
  • Last Synced: 2025-04-25T14:34:42.372Z (1 day ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 133 Last month
  • Rankings:
    • Dependent packages count: 9.586%
    • Average: 31.783%
    • Dependent repos count: 53.98%
  • Maintainers (1)

Dependencies

.github/workflows/antivirus.yml actions
  • actions/checkout v3 composite
  • djdefi/gitavscan main composite
.github/workflows/build-docs.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
  • peaceiris/actions-gh-pages v3.8.0 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/python-package-conda.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2.1.0 composite
  • conda-incubator/setup-miniconda v2 composite

Score: 17.16398204060335