\n",
" \n",
" \n",
"#### Data Discovery (act.discovery)\n",
"The [discovery](https://arm-doe.github.io/ACT/API/generated/act.discovery.html) module houses functions to download or access data from different groups. Currently it includes function to get data for ARM, NOAA, EPA, NEON, and more!\n",
"\n",
"#### Input/Output (act.io)\n",
"[io](https://arm-doe.github.io/ACT/API/generated/act.io.html) contains functions for reading and writing data from various sources and formats.\n",
"\n",
"#### Visualization (act.plotting)\n",
"[plotting](https://arm-doe.github.io/ACT/API/generated/act.plotting.html) contains various routines, built on matplotlib, to help visualize and explore data. These include \n",
"1. Time-series plots\n",
"1. Distribution plots like histograms and heatmaps\n",
"1. Geographic plots for moving systems like radiosondes or aircraft\n",
"1. Skew-T plots for radiosonde data, built off MetPy\n",
"1. Wind rose plots for wind and data roses\n",
"1. Cross-section plots for working with 3-dimensional data\n",
"\n",
"#### Corrections (act.corrections)\n",
"[corrections](https://arm-doe.github.io/ACT/API/generated/act.corrections.html) apply different corrections to data based on need. A majority of the existing corrections are for lidar data.\n",
"\n",
"#### Quality Control (act.qc)\n",
"The [qc](https://arm-doe.github.io/ACT/API/generated/act.qc.html) module has a lot of functions for working with quality control information, apply new tests, or filtering data based on existing tests. We will explore some of that functionality in this notebook.\n",
"\n",
"#### Retrievals (act.retrievals)\n",
"There are many cases in which some additional calculations are necessary to get more value from the instrument data. The [retrievals](https://arm-doe.github.io/ACT/API/generated/act.retrievals.html) module houses some functions for performing these advanced calculations. \n",
"\n",
"#### Utilities (act.utils)\n",
"The [utils](https://arm-doe.github.io/ACT/API/generated/act.utils.html) module has a lot of general utilities to help with the data. Some of these include adding in a solar variable to indicate day/night (useful in filtering data), unit conversions, decoding WMO weather codes, performing weighted averaging, etc...\n",
" | \n",
" \n",
" \n",
" \n",
" ARM and NEON data from Utquivaik, AK\n",
" \n",
" Enhanced Skew-T plot from ARM's Southern Great Plains Site (SGP)\n",
" \n",
" | \n",
"
\n",
"