ACT icon indicating copy to clipboard operation
ACT copied to clipboard

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

Results 41 ACT issues
Sort by recently updated
recently updated
newest added

There's a lot of different instruments deployed in the NOAA PSL Netowrk, developing readers for these would be beneficial, including with the upcoming AMF3 campaign coming up that will be...

enhancement

- [x] NOAA FTP/PSL Sites: https://psl.noaa.gov/data/obs/datadisplay/ (#487) - [ ] IMPROVE: http://vista.cira.colostate.edu/Improve/ - [ ] IMPROVE URL Generator: http://views.cira.colostate.edu/fed/Express/ImproveData.aspx - [ ] SPARTAN: https://www.spartan-network.org/kelowna-ca - [ ] Aeronet - [...

I think we need to pay more attention to the way we load ACT modules. Currently it takes about 8 seconds to load ACT. Also it would be better to...

There's been a request to allow for non-time plotting on the xaxis, like solar zenith or other variables. A new plotting module for x-y plots and not specifically time series...

enhancement

The DQ Office creates many movies from static plots. Another researcher is working on a project that would benefit from a simple way to create moves from plots. We should...

enhancement

Currently, we **eagerly** import every module upon importing ACT (`discovery`, `qc`, etc.). This means that when you call the ```python import act ``` line, it will run through all of...

It would be beneficial to add a function that will plot data grouped by certain periods of time. For instance, the following is fake data that's grouped and plotted by...

enhancement

There has been growing interest in reading ICARTT formatted files into xarray. There may be some options out there to pull in as optional dependencies but they would need to...

enhancement

As was raised in #468 , it would be good to exclude the data files from packaging, which would cut down the space by ~68 mb. If users are interested...

enhancement

Some additional needs were brought up with the ACT plotting examples. It would be useful to provide - Examples for working with axes returned from plotting code and modifying them...

enhancement