ACT
ACT copied to clipboard
Atmospheric data Community Toolkit - A python based toolkit for exploring and analyzing time series atmospheric datasets
It would be nice to put together a blog detailing how to work with the AMDAR dataset, using profiles from the Chicago area, overlaid with some radar imagery...
We need to find a way to plot out high-res 2D datasets faster. The MPL data takes a ridiculous amount of time to plot up 3 plots. Maybe we need...
@rcjackson @kenkehoe I was looking at adding in a feature for working with a secondary y axis on the timeseries plots, but it is a little more in depth than...
Some older data might not be compatible with xarray. sgpmmcrmomC1.b1.20041107 data yielded this error: xarray.core.variable.MissingDimensionsError: 'heights' has more than 1-dimension and the same name as one of its dimensions ('mode',...
I tried to download gucceilpblhtM1.a0 but it's not available through the webservice due to it being an a0-level file. Instead the API returned text that was included in the file....
There are times when the data files are delivered in a TAR file. The DQ Office have some utilities for handling TAR data files, including creation of a temporary directory...
A number of instruments have different methods for averaging to a timestamp, some have the timestamp at the end of the averaging interval and some as the start. Two examples...
Noticed in the example, Multidimensional cross sections, there is overlap of plots and text etc. 
We have implemented a function to query the ARM Data Quality Report database to return time periods when data is flagged. There are three levels of flagging within the DQRs,...
When I read in an ICARTT file and then try and run obj.clean.cleanup() to get it to CF standards, it throws the following error. We should look at making the...