diff --git a/.buildinfo b/.buildinfo index 3d8ed3205e..5e067b73c0 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 60a09d4cc8e8e8c5f7e7760dccffcbf3 +config: 88a40db262e4e1a15c1e7d2751622264 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/API/generated/act.corrections.correct_ceil.html b/API/generated/act.corrections.correct_ceil.html index 0fc9fe995d..e9afe7e7e4 100644 --- a/API/generated/act.corrections.correct_ceil.html +++ b/API/generated/act.corrections.correct_ceil.html @@ -5,7 +5,7 @@ -
Description
The procedures in this module contain corrections for various datasets.
@@ -1739,8 +1739,7 @@Description
This module contains procedures for exploring and downloading data @@ -1761,8 +1761,7 @@
Description
This module contains procedures for reading and writing various ARM datasets.
@@ -1816,8 +1816,7 @@Description
This module contains classes for displaying data. @@ -1760,8 +1760,7 @@
Description
This module contains procedures for working with QC information @@ -1769,8 +1769,7 @@
Description
This module contains various retrievals for datasets.
@@ -1769,8 +1769,7 @@ARM Data Validator (ADV) - Checks to ensure that ARM standards are being followed +in the files or dataset passed to it. Note, this includes a minimal set of +standards that it checks against
+file (str) – Filename to check against ARM standards. Do not pass in both a file and dataset
dataset (xarray.DataSet) – Xarray dataset of an already read in file.
verbose (boolean) – Defaults to print out errors in addition to returning a list of them
err (list) – List of errors in the data
+Description
This module contains the common procedures used by all modules of the ARM @@ -1753,100 +1753,103 @@
assign_coordinates
(ds, coord_list)
arm_standards_validator
([file, dataset, verbose])
ARM Data Validator (ADV) - Checks to ensure that ARM standards are being followed in the files or dataset passed to it.
assign_coordinates
(ds, coord_list)
This procedure will create a new ACT dataset whose coordinates are designated to be the variables in a given list.
calc_cog_sog
(ds)
calc_cog_sog
(ds)
This function calculates the course and speed over ground of a moving platform using the lat/lon.
calculate_dqr_times
(ds[, variable, ...])
calculate_dqr_times
(ds[, variable, ...])
Function to retrieve start and end times of missing or bad data.
calculate_percentages
(ds, fields[, time, ...])
calculate_percentages
(ds, fields[, time, ...])
This function calculates percentages of different fields of a dataset.
cleanup_files
([dirname, files])
cleanup_files
([dirname, files])
Cleans up files and directory possibly created from unpacking TAR files with unpack_tar()
convert_2d_to_1d
(ds[, parse, variables, ...])
convert_2d_to_1d
(ds[, parse, variables, ...])
Function to convert a single 2D variable into multiple 1D variables using the second dimension in the new variable name.
convert_to_potential_temp
([ds, ...])
convert_to_potential_temp
([ds, ...])
Converts temperature to potential temperature.
convert_units
(data, in_units, out_units)
convert_units
(data, in_units, out_units)
Wrapper function around library to convert data using unit strings.
create_pyart_obj
(ds[, variables, sweep, ...])
create_pyart_obj
(ds[, variables, sweep, ...])
Produces a Py-ART radar object based on data in the ACT Xarray dataset.
date_parser
(date_string[, output_format, ...])
date_parser
(date_string[, output_format, ...])
Converts one datetime string to another or to a datetime object.
dates_between
(sdate, edate)
dates_between
(sdate, edate)
Ths procedure returns all of the dates between sdate and edate.
datetime64_to_datetime
(time)
datetime64_to_datetime
(time)
Given a numpy datetime64 array time series, return datetime (y, m, d, h, m, s)
decode_present_weather
(ds[, variable, ...])
decode_present_weather
(ds[, variable, ...])
This function is to decode codes reported from automatic weather stations such as the PWD22.
destination_azimuth_distance
(lat, lon, az, dist)
destination_azimuth_distance
(lat, lon, az, dist)
This procedure will calculate a destination lat/lon from an initial lat/lon and azimuth and distance.
determine_time_delta
(time[, default])
determine_time_delta
(time[, default])
Returns the most likely time step in seconds by analyzing the difference in time steps.
generate_movie
(images[, write_filename, fps])
generate_movie
(images[, write_filename, fps])
Creates a movie from a list of images or convert movie to different type
get_missing_value
(ds, variable[, default, ...])
get_missing_value
(ds, variable[, default, ...])
Function to get missing value from missing_value or _FillValue attribute.
get_solar_azimuth_elevation
([latitude, ...])
get_solar_azimuth_elevation
([latitude, ...])
Calculate solar azimuth, elevation and solar distance.
get_sunrise_sunset_noon
([latitude, ...])
get_sunrise_sunset_noon
([latitude, ...])
Calculate sunrise, sunset and local solar noon times.
height_adjusted_pressure
([ds, ...])
height_adjusted_pressure
([ds, ...])
Converts pressure for change in height.
height_adjusted_temperature
([ds, ...])
height_adjusted_temperature
([ds, ...])
Converts temperature for change in height.
is_gunzip_file
(filepath)
is_gunzip_file
(filepath)
Function to test if file is a gunzip file.
is_sun_visible
([latitude, longitude, ...])
is_sun_visible
([latitude, longitude, ...])
Determine if sun is above horizon at for a list of times.
numpy_to_arm_date
(_date[, returnTime])
numpy_to_arm_date
(_date[, returnTime])
Given a numpy datetime64, return an ARM standard date (yyyymmdd).
pack_gzip
(filename[, write_directory, remove])
pack_gzip
(filename[, write_directory, remove])
Creates a gunzip file from a filename path
pack_tar
(filenames[, write_filename, ...])
pack_tar
(filenames[, write_filename, ...])
Creates TAR file from list of filenames provided.
planck_converter
([wnum, radiance, ...])
planck_converter
([wnum, radiance, ...])
Planck function to convert radiance to temperature or temperature to radiance given a corresponding wavenumber value.
proc_scog
(_GEOD, lon2, lat2, lon1, lat1, ...)
proc_scog
(_GEOD, lon2, lat2, lon1, lat1, ...)
This procedure is to only be used by the calc_cog_sog function for dask delayed processing.
reduce_time_ranges
(time[, time_delta, ...])
reduce_time_ranges
(time[, time_delta, ...])
Given a time series, this function will return a list of tuples of time ranges representing the contineous times where no data is detected missing.
ts_weighted_average
(ts_dict)
ts_weighted_average
(ts_dict)
Program to take in multiple difference time-series and average them using the weights provided.
unpack_gzip
(filename[, write_directory, remove])
unpack_gzip
(filename[, write_directory, remove])
Extracts file from a gunzip file.
unpack_tar
(tar_files[, write_directory, ...])
unpack_tar
(tar_files[, write_directory, ...])
Unpacks TAR file contents into provided base directory
0.post1+g834c874
+0.post1+gc20753b
Aug 07, 2024
+Aug 12, 2024
This shows the details of the API of the Atmospheric data Community Toolkit. @@ -1752,8 +1752,7 @@
+ Source code for act.corrections.ceil
"""
This module contains functions for correcting ceilometer data
@@ -242,8 +237,7 @@ Source code for act.corrections.ceil
return ds
-
-
+
+ Source code for act.corrections.doppler_lidar
"""
This module contains functions for correcting doppler lidar data
@@ -254,8 +249,7 @@ Source code for act.corrections.doppler_lidar
return ds
-
-
+
+ Source code for act.corrections.mpl
"""
This module contains corrections for micropulse lidars
@@ -384,8 +379,7 @@ Source code for act.corrections.mpl
return ds
-
-
+
+ Source code for act.corrections.raman_lidar
"""
This module contains functions for correcting raman lidar data
@@ -283,8 +278,7 @@ Source code for act.corrections.raman_lidar
return ds
-
-
+
+ Source code for act.corrections.ship
"""
This module contains functions for correcting data for ship motion
@@ -283,8 +278,7 @@ Source code for act.corrections.ship
return ds
-
-
+
+ Source code for act.discovery.airnow
import pandas as pd
import numpy as np
import xarray as xr
@@ -537,8 +532,7 @@ Source code for act.discovery.airnow
return ds
-
-
+
+ Source code for act.discovery.arm
"""
Script for downloading data from ARM's Live Data Webservice
@@ -418,8 +413,7 @@ Source code for act.discovery.arm
return doi
-
-
+
+ Source code for act.discovery.asos
"""
Script for downloading ASOS data from the Iowa Mesonet API
@@ -485,8 +480,7 @@ Source code for act.discovery.asos
return ''
-
-
+
diff --git a/_modules/act/discovery/cropscape.html b/_modules/act/discovery/cropscape.html
index d8deee3a33..76f6aa7b81 100644
--- a/_modules/act/discovery/cropscape.html
+++ b/_modules/act/discovery/cropscape.html
@@ -4,7 +4,7 @@
- act.discovery.cropscape — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.discovery.cropscape — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.discovery.cropscape
+ Source code for act.discovery.cropscape
"""
Function for getting CropScape data based on an entered lat/lon.
@@ -307,8 +302,7 @@ Source code for act.discovery.cropscape
return category
-
-
+
diff --git a/_modules/act/discovery/neon.html b/_modules/act/discovery/neon.html
index e8a79539d8..482aad5e9f 100644
--- a/_modules/act/discovery/neon.html
+++ b/_modules/act/discovery/neon.html
@@ -4,7 +4,7 @@
- act.discovery.neon — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.discovery.neon — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.discovery.neon
+ Source code for act.discovery.neon
"""
Function for downloading data from NSF NEON program
using their API.
@@ -364,8 +359,7 @@ Source code for act.discovery.neon
return files
-
-
+
diff --git a/_modules/act/discovery/noaapsl.html b/_modules/act/discovery/noaapsl.html
index 0d5c701686..a0face9aa7 100644
--- a/_modules/act/discovery/noaapsl.html
+++ b/_modules/act/discovery/noaapsl.html
@@ -4,7 +4,7 @@
- act.discovery.noaapsl — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.discovery.noaapsl — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.discovery.noaapsl
+ Source code for act.discovery.noaapsl
"""
Function for downloading data from NOAA PSL Profiler Network
@@ -380,8 +375,7 @@ Source code for act.discovery.noaapsl
return filenames
-
-
+
diff --git a/_modules/act/discovery/surfrad.html b/_modules/act/discovery/surfrad.html
index de98eeb45a..eed15e7b0c 100644
--- a/_modules/act/discovery/surfrad.html
+++ b/_modules/act/discovery/surfrad.html
@@ -4,7 +4,7 @@
- act.discovery.surfrad — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.discovery.surfrad — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.discovery.surfrad
+ Source code for act.discovery.surfrad
"""
Function for downloading data from
NOAA Surface Radiation Budget network
@@ -312,8 +307,7 @@ Source code for act.discovery.surfrad
return filenames
-
-
+
diff --git a/_modules/act/io/ameriflux.html b/_modules/act/io/ameriflux.html
index 1ed5ffec59..ee590c6ea3 100644
--- a/_modules/act/io/ameriflux.html
+++ b/_modules/act/io/ameriflux.html
@@ -4,7 +4,7 @@
- act.io.ameriflux — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.ameriflux — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.ameriflux
+ Source code for act.io.ameriflux
"""
This module contains I/O operations for the U.S. Department of Energy
AmeriFlux program (https://ameriflux.lbl.gov/).
@@ -383,8 +378,7 @@ Source code for act.io.ameriflux
return df
-
-
+
diff --git a/_modules/act/io/arm.html b/_modules/act/io/arm.html
index 8da6fa5413..6f6802f0fc 100644
--- a/_modules/act/io/arm.html
+++ b/_modules/act/io/arm.html
@@ -4,7 +4,7 @@
- act.io.arm — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.arm — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.arm
+ Source code for act.io.arm
"""
This module contains I/O operations for loading files that were created for the
Atmospheric Radiation Measurement program supported by the Department of Energy
@@ -1095,8 +1090,7 @@ Source code for act.io.arm
return ds
-
-
+
diff --git a/_modules/act/io/hysplit.html b/_modules/act/io/hysplit.html
index e1197f2580..fa1f486d1a 100644
--- a/_modules/act/io/hysplit.html
+++ b/_modules/act/io/hysplit.html
@@ -4,7 +4,7 @@
- act.io.hysplit — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.hysplit — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.hysplit
+ Source code for act.io.hysplit
import xarray as xr
import numpy as np
import pandas as pd
@@ -338,8 +333,7 @@ Source code for act.io.hysplit
return ds
-
-
+
diff --git a/_modules/act/io/icartt.html b/_modules/act/io/icartt.html
index 3f580e48ea..fc10ecc6b3 100644
--- a/_modules/act/io/icartt.html
+++ b/_modules/act/io/icartt.html
@@ -4,7 +4,7 @@
- act.io.icartt — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.icartt — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.icartt
+ Source code for act.io.icartt
"""
Modules for Reading/Writing the International Consortium for Atmospheric
Research on Transport and Transformation (ICARTT) file format standards V2.0
@@ -370,8 +365,7 @@ Source code for act.io.icartt
return ds
-
-
+
diff --git a/_modules/act/io/mpl.html b/_modules/act/io/mpl.html
index 1d4e124d74..b6f74690a8 100644
--- a/_modules/act/io/mpl.html
+++ b/_modules/act/io/mpl.html
@@ -4,7 +4,7 @@
- act.io.mpl — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.mpl — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.mpl
+ Source code for act.io.mpl
"""
This module contains I/O operations for loading MPL files.
@@ -360,8 +355,7 @@ Source code for act.io.mpl
return ds
-
-
+
diff --git a/_modules/act/io/neon.html b/_modules/act/io/neon.html
index 158384cc93..5dc81d1119 100644
--- a/_modules/act/io/neon.html
+++ b/_modules/act/io/neon.html
@@ -4,7 +4,7 @@
- act.io.neon — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.neon — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.neon
+ Source code for act.io.neon
"""
Modules for reading in NOAA PSL data.
"""
@@ -320,8 +315,7 @@ Source code for act.io.neon
return ds
-
-
+
diff --git a/_modules/act/io/noaagml.html b/_modules/act/io/noaagml.html
index e3e58d504f..02fd60a3ac 100644
--- a/_modules/act/io/noaagml.html
+++ b/_modules/act/io/noaagml.html
@@ -4,7 +4,7 @@
- act.io.noaagml — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.noaagml — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.noaagml
+ Source code for act.io.noaagml
"""
Modules for reading in NOAA GML data
@@ -1477,8 +1472,7 @@ Source code for act.io.noaagml
return ds
-
-
+
diff --git a/_modules/act/io/noaapsl.html b/_modules/act/io/noaapsl.html
index 356a974c31..aec8b36ffb 100644
--- a/_modules/act/io/noaapsl.html
+++ b/_modules/act/io/noaapsl.html
@@ -4,7 +4,7 @@
- act.io.noaapsl — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.noaapsl — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.noaapsl
+ Source code for act.io.noaapsl
"""
Modules for reading in NOAA PSL data.
"""
@@ -1391,8 +1386,7 @@ Source code for act.io.noaapsl
return ds
-
-
+
diff --git a/_modules/act/io/pysp2.html b/_modules/act/io/pysp2.html
index a769bb8e3b..d112fddba2 100644
--- a/_modules/act/io/pysp2.html
+++ b/_modules/act/io/pysp2.html
@@ -4,7 +4,7 @@
- act.io.pysp2 — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.pysp2 — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.pysp2
+ Source code for act.io.pysp2
try:
import pysp2
@@ -285,8 +280,7 @@ Source code for act.io.pysp2
)
-
-
+
diff --git a/_modules/act/io/sodar.html b/_modules/act/io/sodar.html
index 8edba17e22..6ff52a4c3e 100644
--- a/_modules/act/io/sodar.html
+++ b/_modules/act/io/sodar.html
@@ -4,7 +4,7 @@
- act.io.sodar — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.sodar — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.sodar
+ Source code for act.io.sodar
"""
This module contains I/O operations for loading Sodar files.
@@ -405,8 +400,7 @@ Source code for act.io.sodar
return file_dict, variable_dict
-
-
+
diff --git a/_modules/act/io/text.html b/_modules/act/io/text.html
index c11293ce22..8d7f3e1726 100644
--- a/_modules/act/io/text.html
+++ b/_modules/act/io/text.html
@@ -4,7 +4,7 @@
- act.io.text — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.io.text — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.io.text
+ Source code for act.io.text
"""
This module contains I/O operations for loading csv files.
@@ -307,8 +302,7 @@ Source code for act.io.text
return ds
-
-
+
diff --git a/_modules/act/plotting/contourdisplay.html b/_modules/act/plotting/contourdisplay.html
index a974c2f049..b9de9df46f 100644
--- a/_modules/act/plotting/contourdisplay.html
+++ b/_modules/act/plotting/contourdisplay.html
@@ -4,7 +4,7 @@
- act.plotting.contourdisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.contourdisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.contourdisplay
+ Source code for act.plotting.contourdisplay
"""
Stores the class for ContourDisplay.
@@ -570,8 +565,7 @@ Source code for act.plotting.contourdisplay
return self.axes[subplot_index]
-
-
+
diff --git a/_modules/act/plotting/distributiondisplay.html b/_modules/act/plotting/distributiondisplay.html
index 8aeabc3946..f6ee69f8ca 100644
--- a/_modules/act/plotting/distributiondisplay.html
+++ b/_modules/act/plotting/distributiondisplay.html
@@ -4,7 +4,7 @@
- act.plotting.distributiondisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.distributiondisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.distributiondisplay
+ Source code for act.plotting.distributiondisplay
""" Module for Distribution Plotting. """
import matplotlib.pyplot as plt
@@ -1162,8 +1157,7 @@ Source code for act.plotting.distributiondisplay
return self.axes[subplot_index]
-
-
+
diff --git a/_modules/act/plotting/geodisplay.html b/_modules/act/plotting/geodisplay.html
index a646eb904f..4fe4908ee4 100644
--- a/_modules/act/plotting/geodisplay.html
+++ b/_modules/act/plotting/geodisplay.html
@@ -4,7 +4,7 @@
- act.plotting.geodisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.geodisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.geodisplay
+ Source code for act.plotting.geodisplay
"""
Stores the class for GeographicPlotDisplay.
@@ -477,8 +472,7 @@ Source code for act.plotting.geodisplay
return ax
-
-
+
diff --git a/_modules/act/plotting/plot.html b/_modules/act/plotting/plot.html
index 32d322e4f0..23f5faf508 100644
--- a/_modules/act/plotting/plot.html
+++ b/_modules/act/plotting/plot.html
@@ -4,7 +4,7 @@
- act.plotting.plot — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.plot — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.plot
+ Source code for act.plotting.plot
"""
Class for creating timeseries plots from ACT datasets.
@@ -634,8 +629,7 @@ Source code for act.plotting.plot
return self.display.axes
-
-
+
diff --git a/_modules/act/plotting/skewtdisplay.html b/_modules/act/plotting/skewtdisplay.html
index cc5eca28dc..bd6e98255a 100644
--- a/_modules/act/plotting/skewtdisplay.html
+++ b/_modules/act/plotting/skewtdisplay.html
@@ -4,7 +4,7 @@
- act.plotting.skewtdisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.skewtdisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.skewtdisplay
+ Source code for act.plotting.skewtdisplay
"""
Stores the class for SkewTDisplay.
@@ -1048,8 +1043,7 @@ Source code for act.plotting.skewtdisplay
return self.axes
-
-
+
diff --git a/_modules/act/plotting/timeseriesdisplay.html b/_modules/act/plotting/timeseriesdisplay.html
index a3fe61c63c..2c3bb5727b 100644
--- a/_modules/act/plotting/timeseriesdisplay.html
+++ b/_modules/act/plotting/timeseriesdisplay.html
@@ -4,7 +4,7 @@
- act.plotting.timeseriesdisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.timeseriesdisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.timeseriesdisplay
+ Source code for act.plotting.timeseriesdisplay
"""
Stores the class for TimeSeriesDisplay.
@@ -2051,8 +2046,7 @@ Source code for act.plotting.timeseriesdisplay
return self.axes[subplot_index]
-
-
+
diff --git a/_modules/act/plotting/windrosedisplay.html b/_modules/act/plotting/windrosedisplay.html
index 6225d20727..9ebf7571f4 100644
--- a/_modules/act/plotting/windrosedisplay.html
+++ b/_modules/act/plotting/windrosedisplay.html
@@ -4,7 +4,7 @@
- act.plotting.windrosedisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.windrosedisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.windrosedisplay
+ Source code for act.plotting.windrosedisplay
"""
Stores the class for WindRoseDisplay.
@@ -688,8 +683,7 @@ Source code for act.plotting.windrosedisplay
return self.axes[subplot_index]
-
-
+
diff --git a/_modules/act/plotting/xsectiondisplay.html b/_modules/act/plotting/xsectiondisplay.html
index c292e8d70b..8138736d1d 100644
--- a/_modules/act/plotting/xsectiondisplay.html
+++ b/_modules/act/plotting/xsectiondisplay.html
@@ -4,7 +4,7 @@
- act.plotting.xsectiondisplay — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.plotting.xsectiondisplay — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.plotting.xsectiondisplay
+ Source code for act.plotting.xsectiondisplay
"""
Stores the class for XSectionDisplay.
@@ -509,8 +504,7 @@ Source code for act.plotting.xsectiondisplay
return self.axes[subplot_index]
-
-
+
diff --git a/_modules/act/qc/add_supplemental_qc.html b/_modules/act/qc/add_supplemental_qc.html
index c2b7e72880..4816d3deca 100644
--- a/_modules/act/qc/add_supplemental_qc.html
+++ b/_modules/act/qc/add_supplemental_qc.html
@@ -4,7 +4,7 @@
- act.qc.add_supplemental_qc — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.add_supplemental_qc — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.add_supplemental_qc
+ Source code for act.qc.add_supplemental_qc
import yaml
import numpy as np
from pathlib import Path
@@ -555,8 +550,7 @@ Source code for act.qc.add_supplemental_qc
)
-
-
+
diff --git a/_modules/act/qc/arm.html b/_modules/act/qc/arm.html
index 0c87fc75b4..803b4815ba 100644
--- a/_modules/act/qc/arm.html
+++ b/_modules/act/qc/arm.html
@@ -4,7 +4,7 @@
- act.qc.arm — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.arm — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.arm
+ Source code for act.qc.arm
"""
Functions specifically for working with QC/DQRs from
the Atmospheric Radiation Measurement Program (ARM).
@@ -416,8 +411,7 @@ Source code for act.qc.arm
return ds
-
-
+
diff --git a/_modules/act/qc/clean.html b/_modules/act/qc/clean.html
index d93b9b97b4..fd49d03dd5 100644
--- a/_modules/act/qc/clean.html
+++ b/_modules/act/qc/clean.html
@@ -4,7 +4,7 @@
- act.qc.clean — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.clean — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.clean
+ Source code for act.qc.clean
"""
Class definitions for cleaning up QC variables to standard
cf-compliance.
@@ -1341,8 +1336,7 @@ Source code for act.qc.clean
del self._ds.attrs['Mentor_QC_Field_Information']
-
-
+
diff --git a/_modules/act/qc/comparison_tests.html b/_modules/act/qc/comparison_tests.html
index c0e9514288..855459f23b 100644
--- a/_modules/act/qc/comparison_tests.html
+++ b/_modules/act/qc/comparison_tests.html
@@ -4,7 +4,7 @@
- act.qc.comparison_tests — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.comparison_tests — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.comparison_tests
+ Source code for act.qc.comparison_tests
"""
Functions and methods for performing comparison tests.
@@ -319,8 +314,7 @@ Source code for act.qc.comparison_tests
return result
-
-
+
diff --git a/_modules/act/qc/qc_summary.html b/_modules/act/qc/qc_summary.html
index 7d6e6aad07..971a364d48 100644
--- a/_modules/act/qc/qc_summary.html
+++ b/_modules/act/qc/qc_summary.html
@@ -4,7 +4,7 @@
- act.qc.qc_summary — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.qc_summary — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.qc_summary
+ Source code for act.qc.qc_summary
"""
Method for creating Quality Control Summary variables from the embedded
quality control varialbes. The summary variable is a simplified version of
@@ -326,8 +321,7 @@ Source code for act.qc.qc_summary
return return_ds
-
-
+
diff --git a/_modules/act/qc/qcfilter.html b/_modules/act/qc/qcfilter.html
index 38dd622006..6cd52a6969 100644
--- a/_modules/act/qc/qcfilter.html
+++ b/_modules/act/qc/qcfilter.html
@@ -4,7 +4,7 @@
- act.qc.qcfilter — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.qcfilter — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.qcfilter
+ Source code for act.qc.qcfilter
"""
Functions and methods for creating ancillary quality control variables
and filters (masks) which can be used with various corrections
@@ -1479,8 +1474,7 @@ Source code for act.qc.qcfilter
return bit_number
-
-
+
diff --git a/_modules/act/qc/radiometer_tests.html b/_modules/act/qc/radiometer_tests.html
index 3f07828c02..ca3d5801d0 100644
--- a/_modules/act/qc/radiometer_tests.html
+++ b/_modules/act/qc/radiometer_tests.html
@@ -4,7 +4,7 @@
- act.qc.radiometer_tests — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.radiometer_tests — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.radiometer_tests
+ Source code for act.qc.radiometer_tests
"""
Tests specific to radiometers.
@@ -488,8 +483,7 @@ Source code for act.qc.radiometer_tests
return {'shading': shading, 'fft': fftv, 'freq': freq}
-
-
+
diff --git a/_modules/act/qc/sp2.html b/_modules/act/qc/sp2.html
index e9c75a6a1f..2ca0c1516c 100644
--- a/_modules/act/qc/sp2.html
+++ b/_modules/act/qc/sp2.html
@@ -4,7 +4,7 @@
- act.qc.sp2 — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.qc.sp2 — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.qc.sp2
+ Source code for act.qc.sp2
import warnings
import numpy as np
@@ -355,8 +350,7 @@ Source code for act.qc.sp2
raise ModuleNotFoundError('PySP2 must be installed in order to process SP2 data.')
-
-
+
diff --git a/_modules/act/retrievals/aeri.html b/_modules/act/retrievals/aeri.html
index 17fd2a97da..ef0491996c 100644
--- a/_modules/act/retrievals/aeri.html
+++ b/_modules/act/retrievals/aeri.html
@@ -4,7 +4,7 @@
- act.retrievals.aeri — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.aeri — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.aeri
+ Source code for act.retrievals.aeri
"""
Functions for aeri retrievals.
@@ -344,8 +339,7 @@ Source code for act.retrievals.aeri
return aeri_ds
-
-
+
diff --git a/_modules/act/retrievals/cbh.html b/_modules/act/retrievals/cbh.html
index 6838e2c17a..cf958245d8 100644
--- a/_modules/act/retrievals/cbh.html
+++ b/_modules/act/retrievals/cbh.html
@@ -4,7 +4,7 @@
- act.retrievals.cbh — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.cbh — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.cbh
+ Source code for act.retrievals.cbh
"""
Functions for calculated cloud base height that are instrument agnostic.
@@ -355,8 +350,7 @@ Source code for act.retrievals.cbh
return ds
-
-
+
diff --git a/_modules/act/retrievals/doppler_lidar.html b/_modules/act/retrievals/doppler_lidar.html
index d1e847fef1..8427051cb9 100644
--- a/_modules/act/retrievals/doppler_lidar.html
+++ b/_modules/act/retrievals/doppler_lidar.html
@@ -4,7 +4,7 @@
- act.retrievals.doppler_lidar — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.doppler_lidar — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.doppler_lidar
+ Source code for act.retrievals.doppler_lidar
"""
Functions for doppler lidar specific retrievals
@@ -533,8 +528,7 @@ Source code for act.retrievals.doppler_lidar
return new_ds
-
-
+
diff --git a/_modules/act/retrievals/irt.html b/_modules/act/retrievals/irt.html
index eb6cd6ccd5..7183f7d695 100644
--- a/_modules/act/retrievals/irt.html
+++ b/_modules/act/retrievals/irt.html
@@ -4,7 +4,7 @@
- act.retrievals.irt — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.irt — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.irt
+ Source code for act.retrievals.irt
"""
Functions for IRT retrievals and calculations.
@@ -1325,8 +1320,7 @@ Source code for act.retrievals.irt
return ds
-
-
+
diff --git a/_modules/act/retrievals/radiation.html b/_modules/act/retrievals/radiation.html
index b4abb24441..36d3cfbc0c 100644
--- a/_modules/act/retrievals/radiation.html
+++ b/_modules/act/retrievals/radiation.html
@@ -4,7 +4,7 @@
- act.retrievals.radiation — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.radiation — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.radiation
+ Source code for act.retrievals.radiation
"""
Functions for solar radiation related calculations and retrievals.
@@ -493,8 +488,7 @@ Source code for act.retrievals.radiation
return ds
-
-
+
diff --git a/_modules/act/retrievals/sonde.html b/_modules/act/retrievals/sonde.html
index ed27440435..9289ac0c22 100644
--- a/_modules/act/retrievals/sonde.html
+++ b/_modules/act/retrievals/sonde.html
@@ -4,7 +4,7 @@
- act.retrievals.sonde — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.sonde — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.sonde
+ Source code for act.retrievals.sonde
"""
Functions for radiosonde related calculations.
@@ -886,8 +881,7 @@ Source code for act.retrievals.sonde
return ds2
-
-
+
diff --git a/_modules/act/retrievals/sp2.html b/_modules/act/retrievals/sp2.html
index 57f000f3a9..43b2995b2e 100644
--- a/_modules/act/retrievals/sp2.html
+++ b/_modules/act/retrievals/sp2.html
@@ -4,7 +4,7 @@
- act.retrievals.sp2 — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.retrievals.sp2 — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.retrievals.sp2
+ Source code for act.retrievals.sp2
try:
import pysp2
@@ -272,8 +267,7 @@ Source code for act.retrievals.sp2
raise ModuleNotFoundError('PySP2 needs to be installed to use this feature.')
-
-
+
diff --git a/_modules/act/utils/data_utils.html b/_modules/act/utils/data_utils.html
index 0700cbafe9..4db78f1b49 100644
--- a/_modules/act/utils/data_utils.html
+++ b/_modules/act/utils/data_utils.html
@@ -4,7 +4,7 @@
- act.utils.data_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.data_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.data_utils
+ Source code for act.utils.data_utils
"""
Module containing utilities for the data.
@@ -1725,8 +1720,7 @@ Source code for act.utils.data_utils
return new_ds
-
-
+
diff --git a/_modules/act/utils/datetime_utils.html b/_modules/act/utils/datetime_utils.html
index 18195fb99e..6835dd463b 100644
--- a/_modules/act/utils/datetime_utils.html
+++ b/_modules/act/utils/datetime_utils.html
@@ -4,7 +4,7 @@
- act.utils.datetime_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.datetime_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.datetime_utils
+ Source code for act.utils.datetime_utils
"""
Module that containing utilities involving datetimes.
@@ -484,8 +479,7 @@ Source code for act.utils.datetime_utils
return ds
-
-
+
diff --git a/_modules/act/utils/geo_utils.html b/_modules/act/utils/geo_utils.html
index 98ee33964c..8ac4738815 100644
--- a/_modules/act/utils/geo_utils.html
+++ b/_modules/act/utils/geo_utils.html
@@ -4,7 +4,7 @@
- act.utils.geo_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.geo_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.geo_utils
+ Source code for act.utils.geo_utils
"""
Module containing utilities for geographic calculations,
including solar calculations
@@ -658,8 +653,7 @@ Source code for act.utils.geo_utils
return sun_up
-
-
+
diff --git a/_modules/act/utils/inst_utils.html b/_modules/act/utils/inst_utils.html
index 12a1cd2933..d2677545cf 100644
--- a/_modules/act/utils/inst_utils.html
+++ b/_modules/act/utils/inst_utils.html
@@ -4,7 +4,7 @@
- act.utils.inst_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.inst_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.inst_utils
+ Source code for act.utils.inst_utils
"""
Functions containing utilities for instruments.
@@ -366,8 +361,7 @@ Source code for act.utils.inst_utils
return ds
-
-
+
diff --git a/_modules/act/utils/io_utils.html b/_modules/act/utils/io_utils.html
index d6cade3163..cea4fd6869 100644
--- a/_modules/act/utils/io_utils.html
+++ b/_modules/act/utils/io_utils.html
@@ -4,7 +4,7 @@
- act.utils.io_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.io_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,10 +194,13 @@
-
-Source code for act.utils.io_utils
-from pathlib import Path
+ Source code for act.utils.io_utils
+import act
+import numpy as np
+import pandas as pd
+from pathlib import Path
import tarfile
+from os import sep
from os import PathLike
from shutil import rmtree
import gzip
@@ -223,8 +222,6 @@ Source code for act.utils.io_utils
Creates TAR file from list of filenames provided. Currently only works with
all files existing in the same directory.
- ...
-
Parameters
----------
filenames : str or list
@@ -283,8 +280,6 @@ Source code for act.utils.io_utils
"""
Unpacks TAR file contents into provided base directory
- ...
-
Parameters
----------
tar_files : str or list
@@ -357,8 +352,6 @@ Source code for act.utils.io_utils
"""
Cleans up files and directory possibly created from unpacking TAR files with unpack_tar()
- ...
-
Parameters
----------
dirname : str, pathlib.Path, None
@@ -411,8 +404,6 @@ Source code for act.utils.io_utils
"""
Creates a gunzip file from a filename path
- ...
-
Parameters
----------
filename : str, pathlib.Path
@@ -451,8 +442,6 @@ Source code for act.utils.io_utils
"""
Extracts file from a gunzip file.
- ...
-
Parameters
----------
filename : str, pathlib.Path
@@ -492,8 +481,6 @@ Source code for act.utils.io_utils
"""
Creates a movie from a list of images or convert movie to different type
- ...
-
Parameters
----------
images : list, PosixPath generator, path to a directory, single string/PosixPath to movie
@@ -578,10 +565,194 @@ Source code for act.utils.io_utils
clip.write_videofile(str(write_filename), **kwargs)
return str(write_filename)
+
+
+[docs]def arm_standards_validator(file=None, dataset=None, verbose=True):
+ """
+ ARM Data Validator (ADV) - Checks to ensure that ARM standards are being followed
+ in the files or dataset passed to it. Note, this includes a minimal set of
+ standards that it checks against
+
+ Parameters
+ ----------
+ file : str
+ Filename to check against ARM standards. Do not pass in both a file and dataset
+ dataset : xarray.DataSet
+ Xarray dataset of an already read in file.
+ verbose : boolean
+ Defaults to print out errors in addition to returning a list of them
+
+ Returns
+ -------
+ err : list
+ List of errors in the data
+
+ """
+
+ # Set up the error tracking list
+ err = []
+ if file is not None and isinstance(file, str):
+ # Check file naming standards
+ if len(file.split(sep)[-1]) > 60.0:
+ err.append('Filename length exceeds 60 characters')
+ try:
+ f_obj = act.utils.data_utils.DatastreamParserARM(file)
+ except Exception as e:
+ print(e)
+
+ if (
+ (f_obj.site is None)
+ or (f_obj.datastream_class is None)
+ or (f_obj.level is None)
+ or (f_obj.facility is None)
+ or (f_obj.date is None)
+ or (f_obj.time is None)
+ or (f_obj.ext is None)
+ ):
+ err.append(
+ 'Filename does not follow the normal ARM convention: '
+ + '(sss)(inst)(qualifier)(temporal)(Fn).(dl).(yyyymmdd).(hhmmss).nc'
+ )
+ else:
+ if f_obj.level[0] not in ['0', 'a', 'b', 'c', 's', 'm']:
+ err.append(f_obj.level + ' is not a standard ARM data level')
+
+ results = act.utils.arm_site_location_search(
+ site_code=f_obj.site, facility_code=f_obj.facility
+ )
+ if len(results) == 0:
+ err.append('Site and facility are not ARM standard')
+
+ # The ability to read a file from NetCDF to xarray will catch a lot of the
+ # problems with formatting. This would leave standard ARM checks
+ try:
+ if dataset is None and file is not None:
+ ds = act.io.read_arm_netcdf(file)
+ elif dataset is not None:
+ ds = dataset
+ else:
+ raise ValueError('File and dataset are both None')
+ except Exception as e:
+ return ['File is not in a standard format that is readable by xarray: ' + str(e)]
+
+ # Review time variables for errors for conformance to standards
+ if 'time' not in list(ds.dims)[0]:
+ err.append('"time" is required to be the first dimension.')
+
+ for c in list(ds.coords):
+ if c not in ds.dims:
+ err.append(c + ': Coordinate is not included in dimensions.')
+
+ if any(np.isnan(ds['time'].values)):
+ err.append('Time must not include NaNs.')
+
+ duplicates = sum(ds['time'].to_pandas().duplicated())
+ if duplicates > 0:
+ err.append('Duplicate times present in the file')
+
+ diff = ds['time'].diff('time')
+ idx = np.where(diff <= pd.Timedelta(0))
+ if len(idx[0]) > 0:
+ err.append('Time is not in increasing order')
+
+ if 'base_time' not in ds or 'time_offset' not in ds:
+ err.append('ARM requires base_time and time_offset variables.')
+
+ # Check to make sure other coordinate variables don't have nans
+ # Also check to make sure coordinate variables are not decreasing
+ if len(list(ds.coords)) > 1:
+ for d in ds.coords:
+ if d == 'time':
+ continue
+ if any(np.isnan(ds[d].values)):
+ err.append('Coordinates must not include NaNs ' + d)
+
+ diff = ds[d].diff(d)
+ idx = np.where(diff <= 0.0)
+ if len(idx[0]) > 0:
+ err.append(d + ' is not in increasing order')
+ if 'missing_value' in ds[d].encoding:
+ err.append(d + ' should not include missing value')
+
+ # Verify that each variable has a long_name and units attributes
+ for v in ds:
+ if (len(ds[v].dims) > 0) and ('time' not in list(ds[v].dims)[0]) and ('bounds' not in v):
+ err.append(v + ': "time" is required to be the first dimension.')
+ if (ds[v].size == 1) and (len(ds[v].dims) > 0):
+ err.append(v + ': is not defined as a scalar.')
+ if 'long_name' not in ds[v].attrs:
+ err.append('Required attribute long_name not in ' + v)
+ else:
+ if not ds[v].attrs['long_name'][0].isupper():
+ err.append(v + ' long_name attribute does not start with uppercase')
+
+ if (
+ ('qc_' not in v)
+ and (v not in ['time', 'time_offset', 'base_time', 'lat', 'lon', 'alt'])
+ and ('bounds' not in v)
+ ):
+ if ('missing_value' not in ds[v].encoding) and ('FillValue' not in ds[v].encoding):
+ err.append(v + ' does not include missing_value or FillValue attributes')
+
+ # QC variable checks
+ if 'qc_' in v:
+ if v[3:] not in ds:
+ err.append('QC variable does not have a corresponding variable ' + v[3:])
+ if 'ancillary_variables' not in ds[v[3:]].attrs:
+ err.append(
+ v[3:] + ' does not include ancillary_variable attribute pointing to ' + v
+ )
+ if 'description' not in ds[v].attrs:
+ err.append(v + ' does not include description attribute')
+ if 'flag_method' not in ds[v].attrs:
+ err.append(v + ' does not include flag_method attribute')
+
+ if (v not in ['base_time', 'time_offset']) and ('bounds' not in v):
+ if 'units' not in ds[v].attrs:
+ err.append('Required attribute units not in ' + v)
+
+ # Lat/Lon/Alt Checks
+ if 'lat' not in ds:
+ err.append('ARM requires the latitude variable to be named lat')
+ else:
+ if 'standard_name' in ds['lat'].attrs:
+ if ds['lat'].attrs['standard_name'] != 'latitude':
+ err.append('ARM requires the lat standard_name to be latitude')
+ else:
+ err.append('"lat" variable does not have a standard_name attribute')
+ if 'lon' not in ds:
+ err.append('ARM requires the longitude variable to be named lon')
+ else:
+ if 'standard_name' in ds['lon'].attrs:
+ if ds['lon'].attrs['standard_name'] != 'longitude':
+ err.append('ARM requires the lon standard_name to be longitude')
+ else:
+ err.append('"long" variable does not have a standard_name attribute')
+ if 'alt' not in ds:
+ err.append('ARM requires the altitude variable to be named alt')
+ else:
+ if 'standard_name' in ds['alt'].attrs:
+ if ds['alt'].attrs['standard_name'] != 'altitude':
+ err.append('ARM requires the alt standard_name to be altitude')
+ else:
+ err.append('"alt" variable does not have a standard_name attribute')
+
+ # Required global attributes
+ req_att = ['doi', 'sampling_interval', 'averaging_interval']
+ for ra in req_att:
+ if ra not in ds.attrs:
+ err.append('Global attribute is missing: ' + ra)
+
+ if verbose:
+ if len(err) > 0:
+ [print(e) for e in err]
+ else:
+ print('File is passing standards checks')
+
+ return err
-
-
+
diff --git a/_modules/act/utils/qc_utils.html b/_modules/act/utils/qc_utils.html
index 0837853520..07106a7fca 100644
--- a/_modules/act/utils/qc_utils.html
+++ b/_modules/act/utils/qc_utils.html
@@ -4,7 +4,7 @@
- act.utils.qc_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.qc_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.qc_utils
+ Source code for act.utils.qc_utils
"""
Functions containing utilities for quality control which
may or may not be program dependent
@@ -430,8 +425,7 @@ Source code for act.utils.qc_utils
text_file.write('%s \n' % et)
-
-
+
diff --git a/_modules/act/utils/radiance_utils.html b/_modules/act/utils/radiance_utils.html
index 5db37fa036..38c868bd46 100644
--- a/_modules/act/utils/radiance_utils.html
+++ b/_modules/act/utils/radiance_utils.html
@@ -4,7 +4,7 @@
- act.utils.radiance_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.radiance_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.radiance_utils
+ Source code for act.utils.radiance_utils
"""
Module containing utilities for radiance calculations
@@ -278,8 +273,7 @@ Source code for act.utils.radiance_utils
return (C1 * wnum**3) / (np.exp(C2 * wnum / temperature) - 1.0)
-
-
+
diff --git a/_modules/act/utils/ship_utils.html b/_modules/act/utils/ship_utils.html
index e1bc2d8be2..d4ac203883 100644
--- a/_modules/act/utils/ship_utils.html
+++ b/_modules/act/utils/ship_utils.html
@@ -4,7 +4,7 @@
- act.utils.ship_utils — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ act.utils.ship_utils — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-Source code for act.utils.ship_utils
+ Source code for act.utils.ship_utils
"""
Module containing utilities for ship data
@@ -308,8 +303,7 @@ Source code for act.utils.ship_utils
return sog, cog, dist
-
-
+
diff --git a/_modules/index.html b/_modules/index.html
index 27c8b0af16..8845c53672 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -4,7 +4,7 @@
- Overview: module code — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Overview: module code — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,8 +194,7 @@
-
-All modules for which code is available
+ All modules for which code is available
- act.corrections.ceil
- act.corrections.doppler_lidar
- act.corrections.mpl
@@ -256,8 +251,7 @@ All modules for which code is available
- act.utils.ship_utils
-
-
+
diff --git a/_sources/API/generated/act.utils.arm_standards_validator.rst.txt b/_sources/API/generated/act.utils.arm_standards_validator.rst.txt
new file mode 100644
index 0000000000..cd6648372a
--- /dev/null
+++ b/_sources/API/generated/act.utils.arm_standards_validator.rst.txt
@@ -0,0 +1,6 @@
+act.utils.arm\_standards\_validator
+===================================
+
+.. currentmodule:: act.utils
+
+.. autofunction:: arm_standards_validator
\ No newline at end of file
diff --git a/_sources/API/generated/act.utils.rst.txt b/_sources/API/generated/act.utils.rst.txt
index 6bdd78668b..4c06c628fa 100644
--- a/_sources/API/generated/act.utils.rst.txt
+++ b/_sources/API/generated/act.utils.rst.txt
@@ -36,6 +36,8 @@
arm_site_location_search
+ arm_standards_validator
+
assign_coordinates
calc_cog_sog
diff --git a/_sources/sg_execution_times.rst.txt b/_sources/sg_execution_times.rst.txt
index 429d593268..180506b6f1 100644
--- a/_sources/sg_execution_times.rst.txt
+++ b/_sources/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**06:36.069** total execution time for 54 files **from all galleries**:
+**06:15.235** total execution time for 54 files **from all galleries**:
.. container::
@@ -33,160 +33,160 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_qc_transforms.py` (``../../examples/workflows/plot_qc_transforms.py``)
- - 02:10.093
+ - 02:09.268
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_asos_temp.py` (``../../examples/discovery/plot_asos_temp.py``)
- - 00:53.205
+ - 00:55.620
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_multiple_dataset.py` (``../../examples/workflows/plot_multiple_dataset.py``)
- - 00:37.844
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_io_plot_convert_ameriflux.py` (``../../examples/io/plot_convert_ameriflux.py``)
- - 00:35.232
+ - 00:37.557
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_aerioe_with_cbh.py` (``../../examples/workflows/plot_aerioe_with_cbh.py``)
- - 00:25.234
+ - 00:23.424
- 0.0
- * - :ref:`sphx_glr_source_auto_examples_workflows_plot_merged_product.py` (``../../examples/workflows/plot_merged_product.py``)
- - 00:18.475
+ * - :ref:`sphx_glr_source_auto_examples_io_plot_convert_ameriflux.py` (``../../examples/io/plot_convert_ameriflux.py``)
+ - 00:20.541
- 0.0
- * - :ref:`sphx_glr_source_auto_examples_discovery_plot_neon.py` (``../../examples/discovery/plot_neon.py``)
- - 00:14.530
+ * - :ref:`sphx_glr_source_auto_examples_workflows_plot_merged_product.py` (``../../examples/workflows/plot_merged_product.py``)
+ - 00:17.907
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_ceil.py` (``../../examples/plotting/plot_ceil.py``)
- - 00:14.304
+ - 00:14.918
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_discovery_plot_neon.py` (``../../examples/discovery/plot_neon.py``)
+ - 00:11.450
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_noaa_fmcw_moment.py` (``../../examples/discovery/plot_noaa_fmcw_moment.py``)
- - 00:08.212
+ - 00:07.224
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_weighted_average.py` (``../../examples/workflows/plot_weighted_average.py``)
- - 00:05.161
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_retrievals_plot_cbh_sobel.py` (``../../examples/retrievals/plot_cbh_sobel.py``)
- - 00:04.648
+ - 00:05.036
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_hysplit.py` (``../../examples/io/plot_hysplit.py``)
- - 00:04.422
+ - 00:04.704
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_retrievals_plot_cbh_sobel.py` (``../../examples/retrievals/plot_cbh_sobel.py``)
+ - 00:04.534
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_arm_qc.py` (``../../examples/qc/plot_arm_qc.py``)
- - 00:04.220
+ - 00:03.982
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_change_units.py` (``../../examples/utils/plot_change_units.py``)
- - 00:03.820
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_corrections_plot_correct_ship_wind_data.py` (``../../examples/corrections/plot_correct_ship_wind_data.py``)
- - 00:03.564
+ - 00:03.834
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_days.py` (``../../examples/plotting/plot_days.py``)
- - 00:03.563
+ - 00:03.597
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_corrections_plot_correct_ship_wind_data.py` (``../../examples/corrections/plot_correct_ship_wind_data.py``)
+ - 00:03.143
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_data_rose.py` (``../../examples/plotting/plot_data_rose.py``)
- - 00:02.544
+ - 00:02.578
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_surfrad.py` (``../../examples/io/plot_surfrad.py``)
- - 00:02.148
+ - 00:01.981
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_create_arm_ds.py` (``../../examples/io/plot_create_arm_ds.py``)
- - 00:01.918
+ - 00:01.944
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_airnow.py` (``../../examples/discovery/plot_airnow.py``)
- - 00:01.813
+ - 00:01.795
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_xsection.py` (``../../examples/plotting/plot_xsection.py``)
- - 00:01.616
+ - 00:01.691
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_tar.py` (``../../examples/utils/plot_tar.py``)
- - 00:01.522
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_plotting_plot_wind_rose.py` (``../../examples/plotting/plot_wind_rose.py``)
- - 00:01.409
+ - 00:01.481
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_examples.py` (``../../examples/plotting/plot_examples.py``)
- - 00:01.389
+ - 00:01.395
- 0.0
- * - :ref:`sphx_glr_source_auto_examples_io_plot_icartt.py` (``../../examples/io/plot_icartt.py``)
- - 00:01.325
+ * - :ref:`sphx_glr_source_auto_examples_plotting_plot_wind_rose.py` (``../../examples/plotting/plot_wind_rose.py``)
+ - 00:01.393
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_daytime_averages.py` (``../../examples/plotting/plot_daytime_averages.py``)
- - 00:01.257
+ - 00:01.280
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_rh_timeseries.py` (``../../examples/plotting/plot_rh_timeseries.py``)
- - 00:01.152
+ - 00:01.170
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_qc_bsrn.py` (``../../examples/qc/plot_qc_bsrn.py``)
- - 00:01.115
+ - 00:01.103
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_state_variable.py` (``../../examples/plotting/plot_state_variable.py``)
- - 00:00.877
+ - 00:00.894
- 0.0
- * - :ref:`sphx_glr_source_auto_examples_io_plot_raw_minimpl.py` (``../../examples/io/plot_raw_minimpl.py``)
- - 00:00.826
+ * - :ref:`sphx_glr_source_auto_examples_io_plot_icartt.py` (``../../examples/io/plot_icartt.py``)
+ - 00:00.854
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_contour.py` (``../../examples/plotting/plot_contour.py``)
- - 00:00.750
+ - 00:00.753
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_multiple_column.py` (``../../examples/plotting/plot_multiple_column.py``)
- - 00:00.676
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_io_plot_sodar.py` (``../../examples/io/plot_sodar.py``)
- - 00:00.654
+ - 00:00.682
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_aaf_track.py` (``../../examples/plotting/plot_aaf_track.py``)
- - 00:00.630
+ - 00:00.648
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_heatmap.py` (``../../examples/plotting/plot_heatmap.py``)
- - 00:00.614
+ - 00:00.624
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_skewt.py` (``../../examples/plotting/plot_skewt.py``)
- - 00:00.554
+ - 00:00.553
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_io_plot_raw_minimpl.py` (``../../examples/io/plot_raw_minimpl.py``)
+ - 00:00.550
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_scatter.py` (``../../examples/plotting/plot_scatter.py``)
- - 00:00.543
+ - 00:00.545
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_time_height_scatter.py` (``../../examples/plotting/plot_time_height_scatter.py``)
- - 00:00.495
+ - 00:00.500
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_qc.py` (``../../examples/plotting/plot_qc.py``)
- - 00:00.485
+ - 00:00.476
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_enhanced_skewt.py` (``../../examples/plotting/plot_enhanced_skewt.py``)
- - 00:00.483
+ - 00:00.467
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_violin.py` (``../../examples/plotting/plot_violin.py``)
- - 00:00.439
+ - 00:00.459
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_io_plot_sodar.py` (``../../examples/io/plot_sodar.py``)
+ - 00:00.377
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_dqr_qc.py` (``../../examples/qc/plot_dqr_qc.py``)
- - 00:00.350
+ - 00:00.351
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_skewt_with_text.py` (``../../examples/plotting/plot_skewt_with_text.py``)
- 00:00.337
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_presentweathercode.py` (``../../examples/plotting/plot_presentweathercode.py``)
- - 00:00.275
+ - 00:00.273
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_size_distribution.py` (``../../examples/plotting/plot_size_distribution.py``)
- - 00:00.266
+ - 00:00.263
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_sonde.py` (``../../examples/plotting/plot_sonde.py``)
- - 00:00.245
+ - 00:00.247
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_secondary_y.py` (``../../examples/plotting/plot_secondary_y.py``)
- 00:00.226
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_force_line_qc.py` (``../../examples/qc/plot_force_line_qc.py``)
- - 00:00.180
+ - 00:00.184
- 0.0
* - :ref:`sphx_glr_source_auto_examples_retrievals_plot_get_stability_indices_example.py` (``../../examples/retrievals/plot_get_stability_indices_example.py``)
- - 00:00.128
+ - 00:00.132
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_hist_kwargs.py` (``../../examples/plotting/plot_hist_kwargs.py``)
- - 00:00.101
+ - 00:00.094
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_pie_chart.py` (``../../examples/plotting/plot_pie_chart.py``)
- - 00:00.077
+ - 00:00.079
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_calculated_percentages.py` (``../../examples/utils/plot_calculated_percentages.py``)
- - 00:00.072
+ - 00:00.070
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_qc_example.py` (``../../examples/qc/plot_qc_example.py``)
- 00:00.048
diff --git a/_sources/source/auto_examples/corrections/plot_correct_ship_wind_data.rst.txt b/_sources/source/auto_examples/corrections/plot_correct_ship_wind_data.rst.txt
index 4c689799fc..fbb78cd801 100644
--- a/_sources/source/auto_examples/corrections/plot_correct_ship_wind_data.rst.txt
+++ b/_sources/source/auto_examples/corrections/plot_correct_ship_wind_data.rst.txt
@@ -67,7 +67,7 @@ wind speed and direction data.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 3.564 seconds)
+ **Total running time of the script:** (0 minutes 3.143 seconds)
.. _sphx_glr_download_source_auto_examples_corrections_plot_correct_ship_wind_data.py:
diff --git a/_sources/source/auto_examples/corrections/sg_execution_times.rst.txt b/_sources/source/auto_examples/corrections/sg_execution_times.rst.txt
index d21314542e..1b3753d444 100644
--- a/_sources/source/auto_examples/corrections/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/corrections/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:03.564** total execution time for 1 file **from source/auto_examples/corrections**:
+**00:03.143** total execution time for 1 file **from source/auto_examples/corrections**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_corrections_plot_correct_ship_wind_data.py` (``plot_correct_ship_wind_data.py``)
- - 00:03.564
+ - 00:03.143
- 0.0
diff --git a/_sources/source/auto_examples/discovery/plot_airnow.rst.txt b/_sources/source/auto_examples/discovery/plot_airnow.rst.txt
index 05b6baca94..89a7ed9f33 100644
--- a/_sources/source/auto_examples/discovery/plot_airnow.rst.txt
+++ b/_sources/source/auto_examples/discovery/plot_airnow.rst.txt
@@ -146,7 +146,7 @@ a station near to SGP
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.813 seconds)
+ **Total running time of the script:** (0 minutes 1.795 seconds)
.. _sphx_glr_download_source_auto_examples_discovery_plot_airnow.py:
diff --git a/_sources/source/auto_examples/discovery/plot_asos_temp.rst.txt b/_sources/source/auto_examples/discovery/plot_asos_temp.rst.txt
index 5ed720aa6e..8a71218df6 100644
--- a/_sources/source/auto_examples/discovery/plot_asos_temp.rst.txt
+++ b/_sources/source/auto_examples/discovery/plot_asos_temp.rst.txt
@@ -68,7 +68,7 @@ Chicago O'Hare airport.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 53.205 seconds)
+ **Total running time of the script:** (0 minutes 55.620 seconds)
.. _sphx_glr_download_source_auto_examples_discovery_plot_asos_temp.py:
diff --git a/_sources/source/auto_examples/discovery/plot_neon.rst.txt b/_sources/source/auto_examples/discovery/plot_neon.rst.txt
index 51f06a6a44..96ebb27382 100644
--- a/_sources/source/auto_examples/discovery/plot_neon.rst.txt
+++ b/_sources/source/auto_examples/discovery/plot_neon.rst.txt
@@ -39,13 +39,13 @@ on the North Slope and plot them
.. code-block:: none
- [DOWNLOADING] nsametC1.b1.20221005.000000.cdf
+ [DOWNLOADING] nsametC1.b1.20221003.000000.cdf
[DOWNLOADING] nsametC1.b1.20221002.000000.cdf
[DOWNLOADING] nsametC1.b1.20221004.000000.cdf
- [DOWNLOADING] nsametC1.b1.20221003.000000.cdf
+ [DOWNLOADING] nsametC1.b1.20221005.000000.cdf
[DOWNLOADING] nsametC1.b1.20221007.000000.cdf
- [DOWNLOADING] nsametC1.b1.20221006.000000.cdf
[DOWNLOADING] nsametC1.b1.20221001.000000.cdf
+ [DOWNLOADING] nsametC1.b1.20221006.000000.cdf
If you use these data to prepare a publication, please cite:
@@ -141,7 +141,7 @@ on the North Slope and plot them
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 14.530 seconds)
+ **Total running time of the script:** (0 minutes 11.450 seconds)
.. _sphx_glr_download_source_auto_examples_discovery_plot_neon.py:
diff --git a/_sources/source/auto_examples/discovery/plot_noaa_fmcw_moment.rst.txt b/_sources/source/auto_examples/discovery/plot_noaa_fmcw_moment.rst.txt
index 441a75771c..dafb389706 100644
--- a/_sources/source/auto_examples/discovery/plot_noaa_fmcw_moment.rst.txt
+++ b/_sources/source/auto_examples/discovery/plot_noaa_fmcw_moment.rst.txt
@@ -106,7 +106,7 @@ Author: Zach Sherman, Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 8.212 seconds)
+ **Total running time of the script:** (0 minutes 7.224 seconds)
.. _sphx_glr_download_source_auto_examples_discovery_plot_noaa_fmcw_moment.py:
diff --git a/_sources/source/auto_examples/discovery/sg_execution_times.rst.txt b/_sources/source/auto_examples/discovery/sg_execution_times.rst.txt
index ce5e1dabc9..947dbd2e63 100644
--- a/_sources/source/auto_examples/discovery/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/discovery/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**01:17.759** total execution time for 4 files **from source/auto_examples/discovery**:
+**01:16.088** total execution time for 4 files **from source/auto_examples/discovery**:
.. container::
@@ -33,14 +33,14 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_asos_temp.py` (``plot_asos_temp.py``)
- - 00:53.205
+ - 00:55.620
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_neon.py` (``plot_neon.py``)
- - 00:14.530
+ - 00:11.450
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_noaa_fmcw_moment.py` (``plot_noaa_fmcw_moment.py``)
- - 00:08.212
+ - 00:07.224
- 0.0
* - :ref:`sphx_glr_source_auto_examples_discovery_plot_airnow.py` (``plot_airnow.py``)
- - 00:01.813
+ - 00:01.795
- 0.0
diff --git a/_sources/source/auto_examples/io/plot_convert_ameriflux.rst.txt b/_sources/source/auto_examples/io/plot_convert_ameriflux.rst.txt
index 02081c7b4d..d1c957d721 100644
--- a/_sources/source/auto_examples/io/plot_convert_ameriflux.rst.txt
+++ b/_sources/source/auto_examples/io/plot_convert_ameriflux.rst.txt
@@ -171,7 +171,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 35.232 seconds)
+ **Total running time of the script:** (0 minutes 20.541 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_convert_ameriflux.py:
diff --git a/_sources/source/auto_examples/io/plot_create_arm_ds.rst.txt b/_sources/source/auto_examples/io/plot_create_arm_ds.rst.txt
index 9b48f0e30c..317b2a9061 100644
--- a/_sources/source/auto_examples/io/plot_create_arm_ds.rst.txt
+++ b/_sources/source/auto_examples/io/plot_create_arm_ds.rst.txt
@@ -135,7 +135,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.918 seconds)
+ **Total running time of the script:** (0 minutes 1.944 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_create_arm_ds.py:
diff --git a/_sources/source/auto_examples/io/plot_hysplit.rst.txt b/_sources/source/auto_examples/io/plot_hysplit.rst.txt
index faf3c58cf0..1ab8a52189 100644
--- a/_sources/source/auto_examples/io/plot_hysplit.rst.txt
+++ b/_sources/source/auto_examples/io/plot_hysplit.rst.txt
@@ -59,7 +59,7 @@ Author: Robert Jackson
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 4.422 seconds)
+ **Total running time of the script:** (0 minutes 4.704 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_hysplit.py:
diff --git a/_sources/source/auto_examples/io/plot_icartt.rst.txt b/_sources/source/auto_examples/io/plot_icartt.rst.txt
index 661cc97eaf..3305619aaf 100644
--- a/_sources/source/auto_examples/io/plot_icartt.rst.txt
+++ b/_sources/source/auto_examples/io/plot_icartt.rst.txt
@@ -89,7 +89,7 @@ Author: Joe O'Brien
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.325 seconds)
+ **Total running time of the script:** (0 minutes 0.854 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_icartt.py:
diff --git a/_sources/source/auto_examples/io/plot_raw_minimpl.rst.txt b/_sources/source/auto_examples/io/plot_raw_minimpl.rst.txt
index 8f2b581d65..a0749acab2 100644
--- a/_sources/source/auto_examples/io/plot_raw_minimpl.rst.txt
+++ b/_sources/source/auto_examples/io/plot_raw_minimpl.rst.txt
@@ -94,7 +94,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.826 seconds)
+ **Total running time of the script:** (0 minutes 0.550 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_raw_minimpl.py:
diff --git a/_sources/source/auto_examples/io/plot_sodar.rst.txt b/_sources/source/auto_examples/io/plot_sodar.rst.txt
index e1a0d90c6b..2a2e460dc4 100644
--- a/_sources/source/auto_examples/io/plot_sodar.rst.txt
+++ b/_sources/source/auto_examples/io/plot_sodar.rst.txt
@@ -68,7 +68,7 @@ Author: Zachary Sherman
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.654 seconds)
+ **Total running time of the script:** (0 minutes 0.377 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_sodar.py:
diff --git a/_sources/source/auto_examples/io/plot_surfrad.rst.txt b/_sources/source/auto_examples/io/plot_surfrad.rst.txt
index d4fe75b2f3..875a50a367 100644
--- a/_sources/source/auto_examples/io/plot_surfrad.rst.txt
+++ b/_sources/source/auto_examples/io/plot_surfrad.rst.txt
@@ -88,7 +88,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 2.148 seconds)
+ **Total running time of the script:** (0 minutes 1.981 seconds)
.. _sphx_glr_download_source_auto_examples_io_plot_surfrad.py:
diff --git a/_sources/source/auto_examples/io/sg_execution_times.rst.txt b/_sources/source/auto_examples/io/sg_execution_times.rst.txt
index c4508e3cb5..45b53f1845 100644
--- a/_sources/source/auto_examples/io/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/io/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:46.525** total execution time for 7 files **from source/auto_examples/io**:
+**00:30.951** total execution time for 7 files **from source/auto_examples/io**:
.. container::
@@ -33,23 +33,23 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_io_plot_convert_ameriflux.py` (``plot_convert_ameriflux.py``)
- - 00:35.232
+ - 00:20.541
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_hysplit.py` (``plot_hysplit.py``)
- - 00:04.422
+ - 00:04.704
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_surfrad.py` (``plot_surfrad.py``)
- - 00:02.148
+ - 00:01.981
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_create_arm_ds.py` (``plot_create_arm_ds.py``)
- - 00:01.918
+ - 00:01.944
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_icartt.py` (``plot_icartt.py``)
- - 00:01.325
+ - 00:00.854
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_raw_minimpl.py` (``plot_raw_minimpl.py``)
- - 00:00.826
+ - 00:00.550
- 0.0
* - :ref:`sphx_glr_source_auto_examples_io_plot_sodar.py` (``plot_sodar.py``)
- - 00:00.654
+ - 00:00.377
- 0.0
diff --git a/_sources/source/auto_examples/plotting/plot_aaf_track.rst.txt b/_sources/source/auto_examples/plotting/plot_aaf_track.rst.txt
index f4e31b1d95..aefea4b79b 100644
--- a/_sources/source/auto_examples/plotting/plot_aaf_track.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_aaf_track.rst.txt
@@ -76,7 +76,7 @@ Author: Joe O'Brien
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.630 seconds)
+ **Total running time of the script:** (0 minutes 0.648 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_aaf_track.py:
diff --git a/_sources/source/auto_examples/plotting/plot_ceil.rst.txt b/_sources/source/auto_examples/plotting/plot_ceil.rst.txt
index e5ea782e22..e4fb0cb44b 100644
--- a/_sources/source/auto_examples/plotting/plot_ceil.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_ceil.rst.txt
@@ -40,8 +40,8 @@ over Oklahoma.
.. code-block:: none
[DOWNLOADING] sgpceilC1.b1.20220117.000010.nc
- [DOWNLOADING] sgpceilC1.b1.20220116.000013.nc
[DOWNLOADING] sgpceilC1.b1.20220115.000015.nc
+ [DOWNLOADING] sgpceilC1.b1.20220116.000013.nc
[DOWNLOADING] sgpceilC1.b1.20220114.000001.nc
[DOWNLOADING] sgpceilC1.b1.20220118.000008.nc
@@ -97,7 +97,7 @@ over Oklahoma.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 14.304 seconds)
+ **Total running time of the script:** (0 minutes 14.918 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_ceil.py:
diff --git a/_sources/source/auto_examples/plotting/plot_contour.rst.txt b/_sources/source/auto_examples/plotting/plot_contour.rst.txt
index 52964b3bc4..e735706264 100644
--- a/_sources/source/auto_examples/plotting/plot_contour.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_contour.rst.txt
@@ -98,7 +98,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.750 seconds)
+ **Total running time of the script:** (0 minutes 0.753 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_contour.py:
diff --git a/_sources/source/auto_examples/plotting/plot_data_rose.rst.txt b/_sources/source/auto_examples/plotting/plot_data_rose.rst.txt
index 07b59160e2..2eb68c0b4d 100644
--- a/_sources/source/auto_examples/plotting/plot_data_rose.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_data_rose.rst.txt
@@ -157,7 +157,7 @@ and fluxes.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 2.544 seconds)
+ **Total running time of the script:** (0 minutes 2.578 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_data_rose.py:
diff --git a/_sources/source/auto_examples/plotting/plot_days.rst.txt b/_sources/source/auto_examples/plotting/plot_days.rst.txt
index a55c514252..2d9f28dd0e 100644
--- a/_sources/source/auto_examples/plotting/plot_days.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_days.rst.txt
@@ -106,7 +106,7 @@ Author: Bobby Jackson
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 3.563 seconds)
+ **Total running time of the script:** (0 minutes 3.597 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_days.py:
diff --git a/_sources/source/auto_examples/plotting/plot_daytime_averages.rst.txt b/_sources/source/auto_examples/plotting/plot_daytime_averages.rst.txt
index f1806ad141..909f8f873e 100644
--- a/_sources/source/auto_examples/plotting/plot_daytime_averages.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_daytime_averages.rst.txt
@@ -80,7 +80,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.257 seconds)
+ **Total running time of the script:** (0 minutes 1.280 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_daytime_averages.py:
diff --git a/_sources/source/auto_examples/plotting/plot_enhanced_skewt.rst.txt b/_sources/source/auto_examples/plotting/plot_enhanced_skewt.rst.txt
index 7b195eb328..489cf3f662 100644
--- a/_sources/source/auto_examples/plotting/plot_enhanced_skewt.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_enhanced_skewt.rst.txt
@@ -73,7 +73,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.483 seconds)
+ **Total running time of the script:** (0 minutes 0.467 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_enhanced_skewt.py:
diff --git a/_sources/source/auto_examples/plotting/plot_examples.rst.txt b/_sources/source/auto_examples/plotting/plot_examples.rst.txt
index 84e86c206a..3fb5cc3ae9 100644
--- a/_sources/source/auto_examples/plotting/plot_examples.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_examples.rst.txt
@@ -77,7 +77,7 @@ of ACT's plotting tools as well as Xarray's tools.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.389 seconds)
+ **Total running time of the script:** (0 minutes 1.395 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_examples.py:
diff --git a/_sources/source/auto_examples/plotting/plot_heatmap.rst.txt b/_sources/source/auto_examples/plotting/plot_heatmap.rst.txt
index 596c48ad0a..78d704975b 100644
--- a/_sources/source/auto_examples/plotting/plot_heatmap.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_heatmap.rst.txt
@@ -79,7 +79,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.614 seconds)
+ **Total running time of the script:** (0 minutes 0.624 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_heatmap.py:
diff --git a/_sources/source/auto_examples/plotting/plot_hist_kwargs.rst.txt b/_sources/source/auto_examples/plotting/plot_hist_kwargs.rst.txt
index a8ebed662b..d63c19436b 100644
--- a/_sources/source/auto_examples/plotting/plot_hist_kwargs.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_hist_kwargs.rst.txt
@@ -60,7 +60,7 @@ Author: Zachary Sherman
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.101 seconds)
+ **Total running time of the script:** (0 minutes 0.094 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_hist_kwargs.py:
diff --git a/_sources/source/auto_examples/plotting/plot_multiple_column.rst.txt b/_sources/source/auto_examples/plotting/plot_multiple_column.rst.txt
index c36d09daed..5239e3a96f 100644
--- a/_sources/source/auto_examples/plotting/plot_multiple_column.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_multiple_column.rst.txt
@@ -75,7 +75,7 @@ Author: Maxwell Grover
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.676 seconds)
+ **Total running time of the script:** (0 minutes 0.682 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_multiple_column.py:
diff --git a/_sources/source/auto_examples/plotting/plot_pie_chart.rst.txt b/_sources/source/auto_examples/plotting/plot_pie_chart.rst.txt
index 5c230574f7..bfba44d073 100644
--- a/_sources/source/auto_examples/plotting/plot_pie_chart.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_pie_chart.rst.txt
@@ -117,7 +117,7 @@ Written: Zach Sherman
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.077 seconds)
+ **Total running time of the script:** (0 minutes 0.079 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_pie_chart.py:
diff --git a/_sources/source/auto_examples/plotting/plot_presentweathercode.rst.txt b/_sources/source/auto_examples/plotting/plot_presentweathercode.rst.txt
index bf92c15c91..f07a9d6c27 100644
--- a/_sources/source/auto_examples/plotting/plot_presentweathercode.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_presentweathercode.rst.txt
@@ -120,7 +120,7 @@ Author: Joe O'Brien
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.275 seconds)
+ **Total running time of the script:** (0 minutes 0.273 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_presentweathercode.py:
diff --git a/_sources/source/auto_examples/plotting/plot_qc.rst.txt b/_sources/source/auto_examples/plotting/plot_qc.rst.txt
index 9c929e8622..e333422422 100644
--- a/_sources/source/auto_examples/plotting/plot_qc.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_qc.rst.txt
@@ -71,7 +71,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.485 seconds)
+ **Total running time of the script:** (0 minutes 0.476 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_qc.py:
diff --git a/_sources/source/auto_examples/plotting/plot_rh_timeseries.rst.txt b/_sources/source/auto_examples/plotting/plot_rh_timeseries.rst.txt
index 8702dda799..eafca172bd 100644
--- a/_sources/source/auto_examples/plotting/plot_rh_timeseries.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_rh_timeseries.rst.txt
@@ -85,7 +85,7 @@ from multiple days worth of sounding data.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.152 seconds)
+ **Total running time of the script:** (0 minutes 1.170 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_rh_timeseries.py:
diff --git a/_sources/source/auto_examples/plotting/plot_scatter.rst.txt b/_sources/source/auto_examples/plotting/plot_scatter.rst.txt
index e45164a733..d867f619b6 100644
--- a/_sources/source/auto_examples/plotting/plot_scatter.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_scatter.rst.txt
@@ -109,7 +109,7 @@ Written: Joe O'Brien
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.543 seconds)
+ **Total running time of the script:** (0 minutes 0.545 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_scatter.py:
diff --git a/_sources/source/auto_examples/plotting/plot_size_distribution.rst.txt b/_sources/source/auto_examples/plotting/plot_size_distribution.rst.txt
index 59c4edc8f0..a1947ecada 100644
--- a/_sources/source/auto_examples/plotting/plot_size_distribution.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_size_distribution.rst.txt
@@ -73,7 +73,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.266 seconds)
+ **Total running time of the script:** (0 minutes 0.263 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_size_distribution.py:
diff --git a/_sources/source/auto_examples/plotting/plot_skewt.rst.txt b/_sources/source/auto_examples/plotting/plot_skewt.rst.txt
index 43a5fe3121..58db89c71d 100644
--- a/_sources/source/auto_examples/plotting/plot_skewt.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_skewt.rst.txt
@@ -114,7 +114,7 @@ and calculate stability indicies.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.554 seconds)
+ **Total running time of the script:** (0 minutes 0.553 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_skewt.py:
diff --git a/_sources/source/auto_examples/plotting/plot_sonde.rst.txt b/_sources/source/auto_examples/plotting/plot_sonde.rst.txt
index 49ee02da0b..5b7ac4f6c5 100644
--- a/_sources/source/auto_examples/plotting/plot_sonde.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_sonde.rst.txt
@@ -103,7 +103,7 @@ Author: Robert Jackson
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.245 seconds)
+ **Total running time of the script:** (0 minutes 0.247 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_sonde.py:
diff --git a/_sources/source/auto_examples/plotting/plot_state_variable.rst.txt b/_sources/source/auto_examples/plotting/plot_state_variable.rst.txt
index 79289b27ba..47d95f30eb 100644
--- a/_sources/source/auto_examples/plotting/plot_state_variable.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_state_variable.rst.txt
@@ -134,7 +134,7 @@ Author: Ken Kehoe
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.877 seconds)
+ **Total running time of the script:** (0 minutes 0.894 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_state_variable.py:
diff --git a/_sources/source/auto_examples/plotting/plot_time_height_scatter.rst.txt b/_sources/source/auto_examples/plotting/plot_time_height_scatter.rst.txt
index 6f7d7c3120..280ffa538d 100644
--- a/_sources/source/auto_examples/plotting/plot_time_height_scatter.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_time_height_scatter.rst.txt
@@ -58,7 +58,7 @@ plot function that's part of the TimeSeries Display.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.495 seconds)
+ **Total running time of the script:** (0 minutes 0.500 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_time_height_scatter.py:
diff --git a/_sources/source/auto_examples/plotting/plot_violin.rst.txt b/_sources/source/auto_examples/plotting/plot_violin.rst.txt
index d77c47d547..bf570a9f05 100644
--- a/_sources/source/auto_examples/plotting/plot_violin.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_violin.rst.txt
@@ -92,7 +92,7 @@ Written: Joe O'Brien
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.439 seconds)
+ **Total running time of the script:** (0 minutes 0.459 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_violin.py:
diff --git a/_sources/source/auto_examples/plotting/plot_wind_rose.rst.txt b/_sources/source/auto_examples/plotting/plot_wind_rose.rst.txt
index 424f762bd7..37fff42490 100644
--- a/_sources/source/auto_examples/plotting/plot_wind_rose.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_wind_rose.rst.txt
@@ -93,7 +93,7 @@ from multiple days worth of sounding data.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.409 seconds)
+ **Total running time of the script:** (0 minutes 1.393 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_wind_rose.py:
diff --git a/_sources/source/auto_examples/plotting/plot_xsection.rst.txt b/_sources/source/auto_examples/plotting/plot_xsection.rst.txt
index 4322e422ed..fa9b135ee1 100644
--- a/_sources/source/auto_examples/plotting/plot_xsection.rst.txt
+++ b/_sources/source/auto_examples/plotting/plot_xsection.rst.txt
@@ -111,7 +111,7 @@ multi-dimensional dataset
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.616 seconds)
+ **Total running time of the script:** (0 minutes 1.691 seconds)
.. _sphx_glr_download_source_auto_examples_plotting_plot_xsection.py:
diff --git a/_sources/source/auto_examples/plotting/sg_execution_times.rst.txt b/_sources/source/auto_examples/plotting/sg_execution_times.rst.txt
index a7cdca2a5e..d7567d65ed 100644
--- a/_sources/source/auto_examples/plotting/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/plotting/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:35.308** total execution time for 26 files **from source/auto_examples/plotting**:
+**00:36.140** total execution time for 26 files **from source/auto_examples/plotting**:
.. container::
@@ -33,80 +33,80 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_ceil.py` (``plot_ceil.py``)
- - 00:14.304
+ - 00:14.918
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_days.py` (``plot_days.py``)
- - 00:03.563
+ - 00:03.597
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_data_rose.py` (``plot_data_rose.py``)
- - 00:02.544
+ - 00:02.578
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_xsection.py` (``plot_xsection.py``)
- - 00:01.616
- - 0.0
- * - :ref:`sphx_glr_source_auto_examples_plotting_plot_wind_rose.py` (``plot_wind_rose.py``)
- - 00:01.409
+ - 00:01.691
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_examples.py` (``plot_examples.py``)
- - 00:01.389
+ - 00:01.395
+ - 0.0
+ * - :ref:`sphx_glr_source_auto_examples_plotting_plot_wind_rose.py` (``plot_wind_rose.py``)
+ - 00:01.393
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_daytime_averages.py` (``plot_daytime_averages.py``)
- - 00:01.257
+ - 00:01.280
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_rh_timeseries.py` (``plot_rh_timeseries.py``)
- - 00:01.152
+ - 00:01.170
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_state_variable.py` (``plot_state_variable.py``)
- - 00:00.877
+ - 00:00.894
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_contour.py` (``plot_contour.py``)
- - 00:00.750
+ - 00:00.753
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_multiple_column.py` (``plot_multiple_column.py``)
- - 00:00.676
+ - 00:00.682
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_aaf_track.py` (``plot_aaf_track.py``)
- - 00:00.630
+ - 00:00.648
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_heatmap.py` (``plot_heatmap.py``)
- - 00:00.614
+ - 00:00.624
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_skewt.py` (``plot_skewt.py``)
- - 00:00.554
+ - 00:00.553
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_scatter.py` (``plot_scatter.py``)
- - 00:00.543
+ - 00:00.545
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_time_height_scatter.py` (``plot_time_height_scatter.py``)
- - 00:00.495
+ - 00:00.500
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_qc.py` (``plot_qc.py``)
- - 00:00.485
+ - 00:00.476
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_enhanced_skewt.py` (``plot_enhanced_skewt.py``)
- - 00:00.483
+ - 00:00.467
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_violin.py` (``plot_violin.py``)
- - 00:00.439
+ - 00:00.459
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_skewt_with_text.py` (``plot_skewt_with_text.py``)
- 00:00.337
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_presentweathercode.py` (``plot_presentweathercode.py``)
- - 00:00.275
+ - 00:00.273
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_size_distribution.py` (``plot_size_distribution.py``)
- - 00:00.266
+ - 00:00.263
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_sonde.py` (``plot_sonde.py``)
- - 00:00.245
+ - 00:00.247
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_secondary_y.py` (``plot_secondary_y.py``)
- 00:00.226
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_hist_kwargs.py` (``plot_hist_kwargs.py``)
- - 00:00.101
+ - 00:00.094
- 0.0
* - :ref:`sphx_glr_source_auto_examples_plotting_plot_pie_chart.py` (``plot_pie_chart.py``)
- - 00:00.077
+ - 00:00.079
- 0.0
diff --git a/_sources/source/auto_examples/qc/plot_arm_qc.rst.txt b/_sources/source/auto_examples/qc/plot_arm_qc.rst.txt
index ae93a2f00f..921949e3d0 100644
--- a/_sources/source/auto_examples/qc/plot_arm_qc.rst.txt
+++ b/_sources/source/auto_examples/qc/plot_arm_qc.rst.txt
@@ -283,7 +283,7 @@ known failures to clean up the data variable.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 4.220 seconds)
+ **Total running time of the script:** (0 minutes 3.982 seconds)
.. _sphx_glr_download_source_auto_examples_qc_plot_arm_qc.py:
diff --git a/_sources/source/auto_examples/qc/plot_dqr_qc.rst.txt b/_sources/source/auto_examples/qc/plot_dqr_qc.rst.txt
index c3d752a45f..3389347413 100644
--- a/_sources/source/auto_examples/qc/plot_dqr_qc.rst.txt
+++ b/_sources/source/auto_examples/qc/plot_dqr_qc.rst.txt
@@ -74,7 +74,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.350 seconds)
+ **Total running time of the script:** (0 minutes 0.351 seconds)
.. _sphx_glr_download_source_auto_examples_qc_plot_dqr_qc.py:
diff --git a/_sources/source/auto_examples/qc/plot_force_line_qc.rst.txt b/_sources/source/auto_examples/qc/plot_force_line_qc.rst.txt
index 2511124084..5364947870 100644
--- a/_sources/source/auto_examples/qc/plot_force_line_qc.rst.txt
+++ b/_sources/source/auto_examples/qc/plot_force_line_qc.rst.txt
@@ -83,7 +83,7 @@ Author: Ken Kehoe
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.180 seconds)
+ **Total running time of the script:** (0 minutes 0.184 seconds)
.. _sphx_glr_download_source_auto_examples_qc_plot_force_line_qc.py:
diff --git a/_sources/source/auto_examples/qc/plot_qc_bsrn.rst.txt b/_sources/source/auto_examples/qc/plot_qc_bsrn.rst.txt
index 6c770b550f..7c9f00352b 100644
--- a/_sources/source/auto_examples/qc/plot_qc_bsrn.rst.txt
+++ b/_sources/source/auto_examples/qc/plot_qc_bsrn.rst.txt
@@ -129,7 +129,7 @@ Author: Ken Kehoe
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.115 seconds)
+ **Total running time of the script:** (0 minutes 1.103 seconds)
.. _sphx_glr_download_source_auto_examples_qc_plot_qc_bsrn.py:
diff --git a/_sources/source/auto_examples/qc/sg_execution_times.rst.txt b/_sources/source/auto_examples/qc/sg_execution_times.rst.txt
index 4a2079b80d..57dd271097 100644
--- a/_sources/source/auto_examples/qc/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/qc/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:05.914** total execution time for 5 files **from source/auto_examples/qc**:
+**00:05.668** total execution time for 5 files **from source/auto_examples/qc**:
.. container::
@@ -33,16 +33,16 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_qc_plot_arm_qc.py` (``plot_arm_qc.py``)
- - 00:04.220
+ - 00:03.982
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_qc_bsrn.py` (``plot_qc_bsrn.py``)
- - 00:01.115
+ - 00:01.103
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_dqr_qc.py` (``plot_dqr_qc.py``)
- - 00:00.350
+ - 00:00.351
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_force_line_qc.py` (``plot_force_line_qc.py``)
- - 00:00.180
+ - 00:00.184
- 0.0
* - :ref:`sphx_glr_source_auto_examples_qc_plot_qc_example.py` (``plot_qc_example.py``)
- 00:00.048
diff --git a/_sources/source/auto_examples/retrievals/plot_cbh_sobel.rst.txt b/_sources/source/auto_examples/retrievals/plot_cbh_sobel.rst.txt
index b067a75b59..9073efb010 100644
--- a/_sources/source/auto_examples/retrievals/plot_cbh_sobel.rst.txt
+++ b/_sources/source/auto_examples/retrievals/plot_cbh_sobel.rst.txt
@@ -86,7 +86,7 @@ Author: Adam Theisen
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 4.648 seconds)
+ **Total running time of the script:** (0 minutes 4.534 seconds)
.. _sphx_glr_download_source_auto_examples_retrievals_plot_cbh_sobel.py:
diff --git a/_sources/source/auto_examples/retrievals/plot_get_stability_indices_example.rst.txt b/_sources/source/auto_examples/retrievals/plot_get_stability_indices_example.rst.txt
index f73c1568ee..08861dcfbc 100644
--- a/_sources/source/auto_examples/retrievals/plot_get_stability_indices_example.rst.txt
+++ b/_sources/source/auto_examples/retrievals/plot_get_stability_indices_example.rst.txt
@@ -89,7 +89,7 @@ from a sounding.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.128 seconds)
+ **Total running time of the script:** (0 minutes 0.132 seconds)
.. _sphx_glr_download_source_auto_examples_retrievals_plot_get_stability_indices_example.py:
diff --git a/_sources/source/auto_examples/retrievals/sg_execution_times.rst.txt b/_sources/source/auto_examples/retrievals/sg_execution_times.rst.txt
index 354eaf5d9f..4e4559b687 100644
--- a/_sources/source/auto_examples/retrievals/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/retrievals/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:04.777** total execution time for 2 files **from source/auto_examples/retrievals**:
+**00:04.666** total execution time for 2 files **from source/auto_examples/retrievals**:
.. container::
@@ -33,8 +33,8 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_retrievals_plot_cbh_sobel.py` (``plot_cbh_sobel.py``)
- - 00:04.648
+ - 00:04.534
- 0.0
* - :ref:`sphx_glr_source_auto_examples_retrievals_plot_get_stability_indices_example.py` (``plot_get_stability_indices_example.py``)
- - 00:00.128
+ - 00:00.132
- 0.0
diff --git a/_sources/source/auto_examples/utils/plot_calculated_percentages.rst.txt b/_sources/source/auto_examples/utils/plot_calculated_percentages.rst.txt
index 331f64896b..d0680552d7 100644
--- a/_sources/source/auto_examples/utils/plot_calculated_percentages.rst.txt
+++ b/_sources/source/auto_examples/utils/plot_calculated_percentages.rst.txt
@@ -69,7 +69,7 @@ Author: Zach Sherman
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.072 seconds)
+ **Total running time of the script:** (0 minutes 0.070 seconds)
.. _sphx_glr_download_source_auto_examples_utils_plot_calculated_percentages.py:
diff --git a/_sources/source/auto_examples/utils/plot_change_units.rst.txt b/_sources/source/auto_examples/utils/plot_change_units.rst.txt
index 481e41834e..bc490a9f03 100644
--- a/_sources/source/auto_examples/utils/plot_change_units.rst.txt
+++ b/_sources/source/auto_examples/utils/plot_change_units.rst.txt
@@ -132,7 +132,7 @@ units in the xarray dataset.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 3.820 seconds)
+ **Total running time of the script:** (0 minutes 3.834 seconds)
.. _sphx_glr_download_source_auto_examples_utils_plot_change_units.py:
diff --git a/_sources/source/auto_examples/utils/plot_tar.rst.txt b/_sources/source/auto_examples/utils/plot_tar.rst.txt
index 5564ad7d4f..aae210eaa9 100644
--- a/_sources/source/auto_examples/utils/plot_tar.rst.txt
+++ b/_sources/source/auto_examples/utils/plot_tar.rst.txt
@@ -56,8 +56,8 @@ a temporary area.
Created TAR file: temporary_directory/created_tarfile.tar
New gunzip file: temporary_directory/created_tarfile.tar.gz
- Extracted filenames: ['temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190101.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190102.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190103.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190104.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190105.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190106.000000.cdf', 'temporary_directory/tmpo2pl8s4l/sgpmetE13.b1.20190107.000000.cdf']
- LS of temporary directory: [PosixPath('temporary_directory/tmpo2pl8s4l')]
+ Extracted filenames: ['temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190101.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190102.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190103.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190104.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190105.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190106.000000.cdf', 'temporary_directory/tmprbq5_sx8/sgpmetE13.b1.20190107.000000.cdf']
+ LS of temporary directory: [PosixPath('temporary_directory/tmprbq5_sx8')]
LS of temporary directory: []
@@ -168,7 +168,7 @@ a temporary area.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.522 seconds)
+ **Total running time of the script:** (0 minutes 1.481 seconds)
.. _sphx_glr_download_source_auto_examples_utils_plot_tar.py:
diff --git a/_sources/source/auto_examples/utils/sg_execution_times.rst.txt b/_sources/source/auto_examples/utils/sg_execution_times.rst.txt
index b55dea9857..aacf6066dc 100644
--- a/_sources/source/auto_examples/utils/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/utils/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:05.415** total execution time for 4 files **from source/auto_examples/utils**:
+**00:05.387** total execution time for 4 files **from source/auto_examples/utils**:
.. container::
@@ -33,13 +33,13 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_utils_plot_change_units.py` (``plot_change_units.py``)
- - 00:03.820
+ - 00:03.834
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_tar.py` (``plot_tar.py``)
- - 00:01.522
+ - 00:01.481
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_calculated_percentages.py` (``plot_calculated_percentages.py``)
- - 00:00.072
+ - 00:00.070
- 0.0
* - :ref:`sphx_glr_source_auto_examples_utils_plot_parse_filename.py` (``plot_parse_filename.py``)
- 00:00.001
diff --git a/_sources/source/auto_examples/workflows/plot_aerioe_with_cbh.rst.txt b/_sources/source/auto_examples/workflows/plot_aerioe_with_cbh.rst.txt
index f2548cbbbb..e3b702c7b1 100644
--- a/_sources/source/auto_examples/workflows/plot_aerioe_with_cbh.rst.txt
+++ b/_sources/source/auto_examples/workflows/plot_aerioe_with_cbh.rst.txt
@@ -151,7 +151,7 @@ ceilometer cloud base height(cbh).
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 25.234 seconds)
+ **Total running time of the script:** (0 minutes 23.424 seconds)
.. _sphx_glr_download_source_auto_examples_workflows_plot_aerioe_with_cbh.py:
diff --git a/_sources/source/auto_examples/workflows/plot_merged_product.rst.txt b/_sources/source/auto_examples/workflows/plot_merged_product.rst.txt
index 91f56e2a26..67f2f85d0d 100644
--- a/_sources/source/auto_examples/workflows/plot_merged_product.rst.txt
+++ b/_sources/source/auto_examples/workflows/plot_merged_product.rst.txt
@@ -136,7 +136,7 @@ data using xarray and plot/write out the results.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 18.475 seconds)
+ **Total running time of the script:** (0 minutes 17.907 seconds)
.. _sphx_glr_download_source_auto_examples_workflows_plot_merged_product.py:
diff --git a/_sources/source/auto_examples/workflows/plot_multiple_dataset.rst.txt b/_sources/source/auto_examples/workflows/plot_multiple_dataset.rst.txt
index 4d8c729849..b2af847b5a 100644
--- a/_sources/source/auto_examples/workflows/plot_multiple_dataset.rst.txt
+++ b/_sources/source/auto_examples/workflows/plot_multiple_dataset.rst.txt
@@ -52,10 +52,10 @@ plot multiple datasets at a time.
[DOWNLOADING] sgpceilC1.b1.20220106.000003.nc
[DOWNLOADING] sgpceilC1.b1.20220101.000014.nc
- [DOWNLOADING] sgpceilC1.b1.20220103.000009.nc
[DOWNLOADING] sgpceilC1.b1.20220102.000011.nc
- [DOWNLOADING] sgpceilC1.b1.20220105.000006.nc
+ [DOWNLOADING] sgpceilC1.b1.20220103.000009.nc
[DOWNLOADING] sgpceilC1.b1.20220107.000000.nc
+ [DOWNLOADING] sgpceilC1.b1.20220105.000006.nc
[DOWNLOADING] sgpceilC1.b1.20220104.000008.nc
If you use these data to prepare a publication, please cite:
@@ -66,8 +66,8 @@ plot multiple datasets at a time.
[DOWNLOADING] sgpmetE13.b1.20220107.000000.cdf
[DOWNLOADING] sgpmetE13.b1.20220101.000000.cdf
[DOWNLOADING] sgpmetE13.b1.20220104.000000.cdf
- [DOWNLOADING] sgpmetE13.b1.20220106.000000.cdf
[DOWNLOADING] sgpmetE13.b1.20220102.000000.cdf
+ [DOWNLOADING] sgpmetE13.b1.20220106.000000.cdf
[DOWNLOADING] sgpmetE13.b1.20220103.000000.cdf
[DOWNLOADING] sgpmetE13.b1.20220105.000000.cdf
@@ -145,7 +145,7 @@ plot multiple datasets at a time.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 37.844 seconds)
+ **Total running time of the script:** (0 minutes 37.557 seconds)
.. _sphx_glr_download_source_auto_examples_workflows_plot_multiple_dataset.py:
diff --git a/_sources/source/auto_examples/workflows/plot_qc_transforms.rst.txt b/_sources/source/auto_examples/workflows/plot_qc_transforms.rst.txt
index 7de4916721..eb5fe11e4c 100644
--- a/_sources/source/auto_examples/workflows/plot_qc_transforms.rst.txt
+++ b/_sources/source/auto_examples/workflows/plot_qc_transforms.rst.txt
@@ -109,7 +109,7 @@ a user should apply QC prior to performing transformations.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (2 minutes 10.093 seconds)
+ **Total running time of the script:** (2 minutes 9.268 seconds)
.. _sphx_glr_download_source_auto_examples_workflows_plot_qc_transforms.py:
diff --git a/_sources/source/auto_examples/workflows/plot_weighted_average.rst.txt b/_sources/source/auto_examples/workflows/plot_weighted_average.rst.txt
index 94a9789643..9517702379 100644
--- a/_sources/source/auto_examples/workflows/plot_weighted_average.rst.txt
+++ b/_sources/source/auto_examples/workflows/plot_weighted_average.rst.txt
@@ -142,7 +142,7 @@ accumulated precipitation and displays it
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 5.161 seconds)
+ **Total running time of the script:** (0 minutes 5.036 seconds)
.. _sphx_glr_download_source_auto_examples_workflows_plot_weighted_average.py:
diff --git a/_sources/source/auto_examples/workflows/sg_execution_times.rst.txt b/_sources/source/auto_examples/workflows/sg_execution_times.rst.txt
index 23270ff7db..6b937285de 100644
--- a/_sources/source/auto_examples/workflows/sg_execution_times.rst.txt
+++ b/_sources/source/auto_examples/workflows/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**03:36.807** total execution time for 5 files **from source/auto_examples/workflows**:
+**03:33.192** total execution time for 5 files **from source/auto_examples/workflows**:
.. container::
@@ -33,17 +33,17 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_qc_transforms.py` (``plot_qc_transforms.py``)
- - 02:10.093
+ - 02:09.268
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_multiple_dataset.py` (``plot_multiple_dataset.py``)
- - 00:37.844
+ - 00:37.557
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_aerioe_with_cbh.py` (``plot_aerioe_with_cbh.py``)
- - 00:25.234
+ - 00:23.424
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_merged_product.py` (``plot_merged_product.py``)
- - 00:18.475
+ - 00:17.907
- 0.0
* - :ref:`sphx_glr_source_auto_examples_workflows_plot_weighted_average.py` (``plot_weighted_average.py``)
- - 00:05.161
+ - 00:05.036
- 0.0
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 487a27de08..9c1006d403 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '0.post1+g834c874',
+ VERSION: '0.post1+gc20753b',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/blog.html b/blog.html
index db93407dde..ab9c466be0 100644
--- a/blog.html
+++ b/blog.html
@@ -4,7 +4,7 @@
- All Posts — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ All Posts — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -179,52 +175,47 @@
@@ -247,126 +238,77 @@
-
-
+
- All
-
- Posts
-
-
+ All Posts
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
@@ -375,95 +317,58 @@
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
@@ -472,61 +377,48 @@
-
-
-
+
01 April 2022
Hello All!
Welcome to our new documentation page! This is a new section within the docs meant for:
-
-
+
+
-
-
+
diff --git a/blog/2022.html b/blog/2022.html
index 03c614693c..126e57aab1 100644
--- a/blog/2022.html
+++ b/blog/2022.html
@@ -4,7 +4,7 @@
- Posted in 2022 — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posted in 2022 — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,114 +194,73 @@
-
-
+
- Posted in
-
- 2022
-
-
+ Posted in 2022
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
@@ -314,61 +269,48 @@
-
-
-
+
01 April 2022
Hello All!
Welcome to our new documentation page! This is a new section within the docs meant for:
-
-
+
+
-
-
+
diff --git a/blog/2024.html b/blog/2024.html
index b5424581ef..73b7da5352 100644
--- a/blog/2024.html
+++ b/blog/2024.html
@@ -4,7 +4,7 @@
- Posted in 2024 — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posted in 2024 — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posted in
-
- 2024
-
-
+ Posted in 2024
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/archive.html b/blog/archive.html
index b5675c0472..7e0db315de 100644
--- a/blog/archive.html
+++ b/blog/archive.html
@@ -4,7 +4,7 @@
- All posts — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ All posts — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,48 +194,40 @@
-
-
-
+
- Posted in
- 2024
-
+ Posted in
+ 2024
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posted in
- 2022
-
+ Posted in
+ 2022
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
@@ -247,18 +235,13 @@
-
-
-
+
diff --git a/blog/atom.xml b/blog/atom.xml
index 0d3b3c0f52..6808bcbb66 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -2,10 +2,10 @@
arm-doe.github.io/ACT/
ACT Blog
- 2024-08-07T15:16:11.311312+00:00
+ 2024-08-12T17:56:13.672481+00:00
- ABlog
+ ABlog
arm-doe.github.io/ACT/blog_posts/2024/2024_Eclipse_SGP.html
Exploration of data from the 2024 eclipse at SGP
diff --git a/blog/author.html b/blog/author.html
index f7348ada2d..37e020eb43 100644
--- a/blog/author.html
+++ b/blog/author.html
@@ -4,7 +4,7 @@
- Authors — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Authors — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,78 +194,64 @@
-
-
-
+
- Posts by
- Adam Theisen
-
+ Posts by
+ Adam Theisen
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts by
- Max Grover
-
+ Posts by
+ Max Grover
+
-
-
-
+
- Posts by
- Zach Sherman
-
+ Posts by
+ Zach Sherman
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
diff --git a/blog/author/adam-theisen.html b/blog/author/adam-theisen.html
index e4792c98ee..e6c09bb223 100644
--- a/blog/author/adam-theisen.html
+++ b/blog/author/adam-theisen.html
@@ -4,7 +4,7 @@
- Posts by Adam Theisen — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts by Adam Theisen — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts by
-
- Adam Theisen
-
-
+ Posts by Adam Theisen
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/author/max-grover.html b/blog/author/max-grover.html
index 07e5c90d3a..6874747e09 100644
--- a/blog/author/max-grover.html
+++ b/blog/author/max-grover.html
@@ -4,7 +4,7 @@
- Posts by Max Grover — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts by Max Grover — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,80 +194,63 @@
-
-
+
- Posts by
-
- Max Grover
-
-
+ Posts by Max Grover
+
-
-
+
New Docs
-
-
-
+
01 April 2022
Hello All!
Welcome to our new documentation page! This is a new section within the docs meant for:
-
-
+
+
-
-
+
diff --git a/blog/author/zach-sherman.html b/blog/author/zach-sherman.html
index 9a1650e488..223a938dca 100644
--- a/blog/author/zach-sherman.html
+++ b/blog/author/zach-sherman.html
@@ -4,7 +4,7 @@
- Posts by Zach Sherman — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts by Zach Sherman — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts by
-
- Zach Sherman
-
-
+ Posts by Zach Sherman
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/drafts.html b/blog/drafts.html
index 5e9cb82605..f9972b3881 100644
--- a/blog/drafts.html
+++ b/blog/drafts.html
@@ -4,7 +4,7 @@
- Drafts — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Drafts — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,20 +194,15 @@
-
-
+
-
-
- Drafts
-
-
+ Drafts
+
-
-
-
+
diff --git a/blog/tag.html b/blog/tag.html
index 387702aeec..04860230b4 100644
--- a/blog/tag.html
+++ b/blog/tag.html
@@ -4,7 +4,7 @@
- Tags — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Tags — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,400 +194,330 @@
-
-
-
+
- Posts tagged
- CPCUF
-
+ Posts tagged
+ CPCUF
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- DL
-
+ Posts tagged
+ DL
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- ECOR
-
+ Posts tagged
+ ECOR
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- FMCW
-
+ Posts tagged
+ FMCW
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- KAZR
-
+ Posts tagged
+ KAZR
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- MET
-
+ Posts tagged
+ MET
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- NOAA
-
+ Posts tagged
+ NOAA
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- RWP
-
+ Posts tagged
+ RWP
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- SAIL
-
+ Posts tagged
+ SAIL
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- SGP
-
+ Posts tagged
+ SGP
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- SIRS
-
+ Posts tagged
+ SIRS
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- SMPS
-
+ Posts tagged
+ SMPS
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- annoucement
-
+ Posts tagged
+ annoucement
+
-
-
-
+
- Posts tagged
- eclipse
-
+ Posts tagged
+ eclipse
+
15 April 2024
-
- -
- Exploration of data from the 2024 eclipse at SGP
+ -
+ Exploration of data from the 2024 eclipse at SGP
-
-
-
+
- Posts tagged
- parsivel
-
+ Posts tagged
+ parsivel
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- visualization
-
+ Posts tagged
+ visualization
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
- Posts tagged
- winds
-
+ Posts tagged
+ winds
+
07 October 2022
-
- -
- Visualize and compare data from the SAIL campaign and NOAA
+ -
+ Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
diff --git a/blog/tag/annoucement.html b/blog/tag/annoucement.html
index b0b724ddfe..99bebc158f 100644
--- a/blog/tag/annoucement.html
+++ b/blog/tag/annoucement.html
@@ -4,7 +4,7 @@
- Posts tagged annoucement — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged annoucement — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,80 +194,63 @@
-
-
+
- Posts tagged
-
- annoucement
-
-
+ Posts tagged annoucement
+
-
-
+
New Docs
-
-
-
+
01 April 2022
Hello All!
Welcome to our new documentation page! This is a new section within the docs meant for:
-
-
+
+
-
-
+
diff --git a/blog/tag/cpcuf.html b/blog/tag/cpcuf.html
index 0a284560a7..7c09f3d465 100644
--- a/blog/tag/cpcuf.html
+++ b/blog/tag/cpcuf.html
@@ -4,7 +4,7 @@
- Posts tagged CPCUF — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged CPCUF — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- CPCUF
-
-
+ Posts tagged CPCUF
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/dl.html b/blog/tag/dl.html
index 231e3ac421..d4233f9ad3 100644
--- a/blog/tag/dl.html
+++ b/blog/tag/dl.html
@@ -4,7 +4,7 @@
- Posts tagged DL — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged DL — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- DL
-
-
+ Posts tagged DL
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/eclipse.html b/blog/tag/eclipse.html
index 20e904b883..5c7c95893c 100644
--- a/blog/tag/eclipse.html
+++ b/blog/tag/eclipse.html
@@ -4,7 +4,7 @@
- Posts tagged eclipse — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged eclipse — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- eclipse
-
-
+ Posts tagged eclipse
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/ecor.html b/blog/tag/ecor.html
index d47e8822fd..d944677611 100644
--- a/blog/tag/ecor.html
+++ b/blog/tag/ecor.html
@@ -4,7 +4,7 @@
- Posts tagged ECOR — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged ECOR — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- ECOR
-
-
+ Posts tagged ECOR
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/fmcw.html b/blog/tag/fmcw.html
index 84e40ef200..a44d153e8c 100644
--- a/blog/tag/fmcw.html
+++ b/blog/tag/fmcw.html
@@ -4,7 +4,7 @@
- Posts tagged FMCW — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged FMCW — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- FMCW
-
-
+ Posts tagged FMCW
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/kazr.html b/blog/tag/kazr.html
index 422a0c12e9..02fdce8e90 100644
--- a/blog/tag/kazr.html
+++ b/blog/tag/kazr.html
@@ -4,7 +4,7 @@
- Posts tagged KAZR — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged KAZR — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- KAZR
-
-
+ Posts tagged KAZR
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/met.html b/blog/tag/met.html
index ee8af2b67b..3edceb2f8f 100644
--- a/blog/tag/met.html
+++ b/blog/tag/met.html
@@ -4,7 +4,7 @@
- Posts tagged MET — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged MET — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- MET
-
-
+ Posts tagged MET
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/noaa.html b/blog/tag/noaa.html
index 2f3c40b8ab..ce66d93084 100644
--- a/blog/tag/noaa.html
+++ b/blog/tag/noaa.html
@@ -4,7 +4,7 @@
- Posts tagged NOAA — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged NOAA — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- NOAA
-
-
+ Posts tagged NOAA
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/parsivel.html b/blog/tag/parsivel.html
index 27723d1b9a..5a00310fd0 100644
--- a/blog/tag/parsivel.html
+++ b/blog/tag/parsivel.html
@@ -4,7 +4,7 @@
- Posts tagged parsivel — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged parsivel — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- parsivel
-
-
+ Posts tagged parsivel
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/rwp.html b/blog/tag/rwp.html
index b8d8357b53..d9cac97ac9 100644
--- a/blog/tag/rwp.html
+++ b/blog/tag/rwp.html
@@ -4,7 +4,7 @@
- Posts tagged RWP — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged RWP — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- RWP
-
-
+ Posts tagged RWP
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/sail.html b/blog/tag/sail.html
index 2f24b2061f..7f146e45b1 100644
--- a/blog/tag/sail.html
+++ b/blog/tag/sail.html
@@ -4,7 +4,7 @@
- Posts tagged SAIL — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged SAIL — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- SAIL
-
-
+ Posts tagged SAIL
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/sgp.html b/blog/tag/sgp.html
index f15c1087a6..d12fc7465a 100644
--- a/blog/tag/sgp.html
+++ b/blog/tag/sgp.html
@@ -4,7 +4,7 @@
- Posts tagged SGP — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged SGP — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- SGP
-
-
+ Posts tagged SGP
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/sirs.html b/blog/tag/sirs.html
index 1a2b73dfda..de5ba22dce 100644
--- a/blog/tag/sirs.html
+++ b/blog/tag/sirs.html
@@ -4,7 +4,7 @@
- Posts tagged SIRS — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged SIRS — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- SIRS
-
-
+ Posts tagged SIRS
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/smps.html b/blog/tag/smps.html
index 84440fefb1..de7b6e502a 100644
--- a/blog/tag/smps.html
+++ b/blog/tag/smps.html
@@ -4,7 +4,7 @@
- Posts tagged SMPS — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged SMPS — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,129 +194,79 @@
-
-
+
- Posts tagged
-
- SMPS
-
-
+ Posts tagged SMPS
+
-
-
+
Exploration of data from the 2024 eclipse at SGP
-
-
-
+
15 April 2024
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
If you have not used the ARM Live webservice before, please take a moment to check it out and login (https://adc.arm.gov/armlive/). Please insert your own username and token after you log in below.
-
-
+
+
-
-
+
diff --git a/blog/tag/visualization.html b/blog/tag/visualization.html
index 29d74090d1..e60bee1fb7 100644
--- a/blog/tag/visualization.html
+++ b/blog/tag/visualization.html
@@ -4,7 +4,7 @@
- Posts tagged visualization — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged visualization — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- visualization
-
-
+ Posts tagged visualization
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog/tag/winds.html b/blog/tag/winds.html
index 9665225a91..e1520537b1 100644
--- a/blog/tag/winds.html
+++ b/blog/tag/winds.html
@@ -4,7 +4,7 @@
- Posts tagged winds — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Posts tagged winds — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -48,8 +48,7 @@
-
-
+
@@ -63,17 +62,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -198,117 +194,75 @@
-
-
+
- Posts tagged
-
- winds
-
-
+ Posts tagged winds
+
-
-
+
Visualize and compare data from the SAIL campaign and NOAA
-
-
-
+
07 October 2022
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
By comparing these datasets, we can see similar and differences between the two datasets, but overall the structure is comparable. We can see the usefulness of ACT to not only read ARM datasets, but datasets outside of ARM. These workflows allow for scientists to have many different tools to use different datasets for their research, as well as quality control checks which increases the confidence in the quality and calibration of the instrumentation.
-
-
+
+
-
-
+
diff --git a/blog_posts/2022/first-post.html b/blog_posts/2022/first-post.html
index aa114a3fd2..da55245749 100644
--- a/blog_posts/2022/first-post.html
+++ b/blog_posts/2022/first-post.html
@@ -5,7 +5,7 @@
- New Docs — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ New Docs — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
@@ -49,8 +49,7 @@
-
-
+
@@ -64,17 +63,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -180,99 +176,79 @@
@@ -309,8 +285,7 @@
-
-
+
New Docs¶
Hello All!
Welcome to our new documentation page! This is a new section within the docs meant for:
@@ -323,29 +298,23 @@ New Docs
-
-
-
-
+
-
-
diff --git a/blog_posts/2022/sail_campaign_arm_and_noaa.html b/blog_posts/2022/sail_campaign_arm_and_noaa.html
index a7380c1b50..b875e9835d 100644
--- a/blog_posts/2022/sail_campaign_arm_and_noaa.html
+++ b/blog_posts/2022/sail_campaign_arm_and_noaa.html
@@ -5,7 +5,7 @@
- Visualize and bring together data from the SAIL campaign and NOAA — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Visualize and bring together data from the SAIL campaign and NOAA — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
@@ -49,8 +49,7 @@
-
-
+
@@ -64,17 +63,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -180,136 +176,91 @@
@@ -376,8 +327,7 @@
-
-
+
Visualize and bring together data from the SAIL campaign and NOAA¶
When reading and analyzing data, its is useful to bring together data from different organizations. This not only expands the data available for scientists and their research, but is also useful for quality controls checks. In this notebook, we look at both the datasets produce by ARM instruments in the SAIL campaign as well as instruments provided by NOAA at their KPS site near the SAIL campaign location.
@@ -663,14 +613,10 @@ Conclusion
-
-
-
-
+
-
-
diff --git a/blog_posts/2024/2024_Eclipse_SGP.html b/blog_posts/2024/2024_Eclipse_SGP.html
index 414a9434ec..1aaa74ab07 100644
--- a/blog_posts/2024/2024_Eclipse_SGP.html
+++ b/blog_posts/2024/2024_Eclipse_SGP.html
@@ -5,7 +5,7 @@
- April 8, 2024 Eclipse - Data from ARM’s Southern Great Plains (SGP) Observatory — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ April 8, 2024 Eclipse - Data from ARM’s Southern Great Plains (SGP) Observatory — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
@@ -49,8 +49,7 @@
-
-
+
@@ -64,17 +63,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -180,148 +176,95 @@
@@ -439,8 +382,7 @@
-
-
+
April 8, 2024 Eclipse - Data from ARM’s Southern Great Plains (SGP) Observatory¶
The 2024 solar eclipse was an exciting event that saw roughly 90% coverage at ARM’s SGP observatory. The large array of instrumentation at the site provides a unique view into the atmospheric impacts of the eclipse. This notebook gathers a few of the instruments together for a close look at the data during the event.
@@ -744,14 +686,10 @@ Summary
-
-
-
-
+
-
-
+
@@ -765,8 +703,6 @@ Summary
- Index — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Index — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
@@ -351,6 +351,8 @@ A
aeri2irt() (in module act.retrievals)
arm_site_location_search() (in module act.utils)
+
+ arm_standards_validator() (in module act.utils)
assign_coordinates() (in module act.utils)
diff --git a/index.html b/index.html
index f9d2d90689..3581a8a7f1 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
- Atmospheric data Community Toolkit Documentation — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Atmospheric data Community Toolkit Documentation — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
@@ -50,8 +50,7 @@
-
-
+
@@ -65,17 +64,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -249,8 +245,7 @@
diff --git a/objects.inv b/objects.inv
index d695c8aeea..dd90ba87b0 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index 2f98e5017c..4a378d88b6 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -4,7 +4,7 @@
- Python Module Index — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Python Module Index — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/search.html b/search.html
index 0136a03a5a..f71c97afb9 100644
--- a/search.html
+++ b/search.html
@@ -4,7 +4,7 @@
- Search — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Search — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
diff --git a/searchindex.js b/searchindex.js
index 0d13639833..804f38150e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["API/generated/act.corrections", "API/generated/act.corrections.correct_ceil", "API/generated/act.corrections.correct_dl", "API/generated/act.corrections.correct_mpl", "API/generated/act.corrections.correct_rl", "API/generated/act.corrections.correct_wind", "API/generated/act.discovery", "API/generated/act.discovery.download_arm_data", "API/generated/act.discovery.download_neon_data", "API/generated/act.discovery.download_noaa_psl_data", "API/generated/act.discovery.download_surfrad_data", "API/generated/act.discovery.get_airnow_bounded_obs", "API/generated/act.discovery.get_airnow_forecast", "API/generated/act.discovery.get_airnow_obs", "API/generated/act.discovery.get_arm_doi", "API/generated/act.discovery.get_asos_data", "API/generated/act.discovery.get_crop_type", "API/generated/act.discovery.get_neon_product_avail", "API/generated/act.discovery.get_neon_site_products", "API/generated/act.io", "API/generated/act.io.WriteDataset", "API/generated/act.io.WriteDataset.write_netcdf", "API/generated/act.io.check_arm_standards", "API/generated/act.io.check_if_tar_gz_file", "API/generated/act.io.convert_to_ameriflux", "API/generated/act.io.create_ds_from_arm_dod", "API/generated/act.io.proc_sigma_mplv5_read", "API/generated/act.io.read_arm_mmcr", "API/generated/act.io.read_arm_netcdf", "API/generated/act.io.read_csv", "API/generated/act.io.read_gml", "API/generated/act.io.read_gml_co2", "API/generated/act.io.read_gml_halo", "API/generated/act.io.read_gml_met", "API/generated/act.io.read_gml_ozone", "API/generated/act.io.read_gml_radiation", "API/generated/act.io.read_hk_file", "API/generated/act.io.read_hysplit", "API/generated/act.io.read_icartt", "API/generated/act.io.read_mfas_sodar", "API/generated/act.io.read_neon_csv", "API/generated/act.io.read_psl_parsivel", "API/generated/act.io.read_psl_radar_fmcw_moment", "API/generated/act.io.read_psl_surface_met", "API/generated/act.io.read_psl_wind_profiler", "API/generated/act.io.read_psl_wind_profiler_temperature", "API/generated/act.io.read_sigma_mplv5", "API/generated/act.io.read_sp2", "API/generated/act.io.read_sp2_dat", "API/generated/act.io.read_surfrad", "API/generated/act.plotting", "API/generated/act.plotting.ContourDisplay", "API/generated/act.plotting.ContourDisplay.add_colorbar", "API/generated/act.plotting.ContourDisplay.add_subplots", "API/generated/act.plotting.ContourDisplay.assign_to_figure_axis", "API/generated/act.plotting.ContourDisplay.barbs", "API/generated/act.plotting.ContourDisplay.contour", "API/generated/act.plotting.ContourDisplay.contourf", "API/generated/act.plotting.ContourDisplay.create_contour", "API/generated/act.plotting.ContourDisplay.group_by", "API/generated/act.plotting.ContourDisplay.plot_station", "API/generated/act.plotting.ContourDisplay.plot_vectors_from_spd_dir", "API/generated/act.plotting.ContourDisplay.put_display_in_subplot", "API/generated/act.plotting.Display", "API/generated/act.plotting.Display.add_colorbar", "API/generated/act.plotting.Display.add_subplots", "API/generated/act.plotting.Display.assign_to_figure_axis", "API/generated/act.plotting.Display.group_by", "API/generated/act.plotting.Display.put_display_in_subplot", "API/generated/act.plotting.DistributionDisplay", "API/generated/act.plotting.DistributionDisplay.add_colorbar", "API/generated/act.plotting.DistributionDisplay.add_subplots", "API/generated/act.plotting.DistributionDisplay.assign_to_figure_axis", "API/generated/act.plotting.DistributionDisplay.group_by", "API/generated/act.plotting.DistributionDisplay.plot_heatmap", "API/generated/act.plotting.DistributionDisplay.plot_pie_chart", "API/generated/act.plotting.DistributionDisplay.plot_scatter", "API/generated/act.plotting.DistributionDisplay.plot_size_distribution", "API/generated/act.plotting.DistributionDisplay.plot_stacked_bar", "API/generated/act.plotting.DistributionDisplay.plot_stairstep", "API/generated/act.plotting.DistributionDisplay.plot_violin", "API/generated/act.plotting.DistributionDisplay.put_display_in_subplot", "API/generated/act.plotting.DistributionDisplay.set_ratio_line", "API/generated/act.plotting.DistributionDisplay.set_xrng", "API/generated/act.plotting.DistributionDisplay.set_yrng", "API/generated/act.plotting.GeographicPlotDisplay", "API/generated/act.plotting.GeographicPlotDisplay.add_colorbar", "API/generated/act.plotting.GeographicPlotDisplay.add_subplots", "API/generated/act.plotting.GeographicPlotDisplay.assign_to_figure_axis", "API/generated/act.plotting.GeographicPlotDisplay.geoplot", "API/generated/act.plotting.GeographicPlotDisplay.group_by", "API/generated/act.plotting.GeographicPlotDisplay.put_display_in_subplot", "API/generated/act.plotting.SkewTDisplay", "API/generated/act.plotting.SkewTDisplay.add_colorbar", "API/generated/act.plotting.SkewTDisplay.add_stability_info", "API/generated/act.plotting.SkewTDisplay.add_subplots", "API/generated/act.plotting.SkewTDisplay.assign_to_figure_axis", "API/generated/act.plotting.SkewTDisplay.group_by", "API/generated/act.plotting.SkewTDisplay.plot_enhanced_skewt", "API/generated/act.plotting.SkewTDisplay.plot_from_spd_and_dir", "API/generated/act.plotting.SkewTDisplay.plot_from_u_and_v", "API/generated/act.plotting.SkewTDisplay.plot_hodograph", "API/generated/act.plotting.SkewTDisplay.put_display_in_subplot", "API/generated/act.plotting.SkewTDisplay.set_xrng", "API/generated/act.plotting.SkewTDisplay.set_yrng", "API/generated/act.plotting.TimeSeriesDisplay", "API/generated/act.plotting.TimeSeriesDisplay.add_colorbar", "API/generated/act.plotting.TimeSeriesDisplay.add_subplots", "API/generated/act.plotting.TimeSeriesDisplay.assign_to_figure_axis", "API/generated/act.plotting.TimeSeriesDisplay.day_night_background", "API/generated/act.plotting.TimeSeriesDisplay.fill_between", "API/generated/act.plotting.TimeSeriesDisplay.group_by", "API/generated/act.plotting.TimeSeriesDisplay.plot", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v", "API/generated/act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data", "API/generated/act.plotting.TimeSeriesDisplay.put_display_in_subplot", "API/generated/act.plotting.TimeSeriesDisplay.qc_flag_block_plot", "API/generated/act.plotting.TimeSeriesDisplay.set_xrng", "API/generated/act.plotting.TimeSeriesDisplay.set_yrng", "API/generated/act.plotting.TimeSeriesDisplay.time_height_scatter", "API/generated/act.plotting.WindRoseDisplay", "API/generated/act.plotting.WindRoseDisplay.add_colorbar", "API/generated/act.plotting.WindRoseDisplay.add_subplots", "API/generated/act.plotting.WindRoseDisplay.assign_to_figure_axis", "API/generated/act.plotting.WindRoseDisplay.group_by", "API/generated/act.plotting.WindRoseDisplay.plot", "API/generated/act.plotting.WindRoseDisplay.plot_data", "API/generated/act.plotting.WindRoseDisplay.put_display_in_subplot", "API/generated/act.plotting.WindRoseDisplay.set_rrng", "API/generated/act.plotting.WindRoseDisplay.set_thetarng", "API/generated/act.plotting.XSectionDisplay", "API/generated/act.plotting.XSectionDisplay.add_colorbar", "API/generated/act.plotting.XSectionDisplay.add_subplots", "API/generated/act.plotting.XSectionDisplay.assign_to_figure_axis", "API/generated/act.plotting.XSectionDisplay.group_by", "API/generated/act.plotting.XSectionDisplay.plot_xsection", "API/generated/act.plotting.XSectionDisplay.plot_xsection_map", "API/generated/act.plotting.XSectionDisplay.put_display_in_subplot", "API/generated/act.plotting.XSectionDisplay.set_subplot_to_map", "API/generated/act.plotting.XSectionDisplay.set_xrng", "API/generated/act.plotting.XSectionDisplay.set_yrng", "API/generated/act.qc", "API/generated/act.qc.CleanDataset", "API/generated/act.qc.CleanDataset.clean_arm_qc", "API/generated/act.qc.CleanDataset.clean_arm_state_variables", "API/generated/act.qc.CleanDataset.clean_cf_qc", "API/generated/act.qc.CleanDataset.clean_seri_qc", "API/generated/act.qc.CleanDataset.clean_swats_qc", "API/generated/act.qc.CleanDataset.cleanup", "API/generated/act.qc.CleanDataset.correct_valid_minmax", "API/generated/act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes", "API/generated/act.qc.CleanDataset.get_attr_info", "API/generated/act.qc.CleanDataset.handle_missing_values", "API/generated/act.qc.CleanDataset.link_variables", "API/generated/act.qc.CleanDataset.matched_qc_variables", "API/generated/act.qc.CleanDataset.normalize_assessment", "API/generated/act.qc.QCFilter", "API/generated/act.qc.QCFilter.add_atmospheric_pressure_test", "API/generated/act.qc.QCFilter.add_delta_test", "API/generated/act.qc.QCFilter.add_difference_test", "API/generated/act.qc.QCFilter.add_equal_to_test", "API/generated/act.qc.QCFilter.add_gesd_test", "API/generated/act.qc.QCFilter.add_greater_equal_test", "API/generated/act.qc.QCFilter.add_greater_test", "API/generated/act.qc.QCFilter.add_inside_test", "API/generated/act.qc.QCFilter.add_iqr_test", "API/generated/act.qc.QCFilter.add_less_equal_test", "API/generated/act.qc.QCFilter.add_less_test", "API/generated/act.qc.QCFilter.add_missing_value_test", "API/generated/act.qc.QCFilter.add_not_equal_to_test", "API/generated/act.qc.QCFilter.add_outside_test", "API/generated/act.qc.QCFilter.add_persistence_test", "API/generated/act.qc.QCFilter.add_test", "API/generated/act.qc.QCFilter.available_bit", "API/generated/act.qc.QCFilter.bsrn_comparison_tests", "API/generated/act.qc.QCFilter.bsrn_limits_test", "API/generated/act.qc.QCFilter.check_for_ancillary_qc", "API/generated/act.qc.QCFilter.compare_time_series_trends", "API/generated/act.qc.QCFilter.create_qc_summary", "API/generated/act.qc.QCFilter.create_qc_variable", "API/generated/act.qc.QCFilter.datafilter", "API/generated/act.qc.QCFilter.get_masked_data", "API/generated/act.qc.QCFilter.get_qc_test_mask", "API/generated/act.qc.QCFilter.remove_test", "API/generated/act.qc.QCFilter.set_test", "API/generated/act.qc.QCFilter.unset_test", "API/generated/act.qc.QCFilter.update_ancillary_variable", "API/generated/act.qc.QCSummary", "API/generated/act.qc.QCSummary.create_qc_summary", "API/generated/act.qc.QCTests", "API/generated/act.qc.QCTests.compare_time_series_trends", "API/generated/act.qc.SP2ParticleCriteria", "API/generated/act.qc.add_dqr_to_qc", "API/generated/act.qc.fft_shading_test", "API/generated/act.qc.fft_shading_test_process", "API/generated/act.qc.get_waveform_statistics", "API/generated/act.qc.parse_bit", "API/generated/act.qc.read_yaml_supplemental_qc", "API/generated/act.qc.set_bit", "API/generated/act.qc.unset_bit", "API/generated/act.retrievals", "API/generated/act.retrievals.aeri2irt", "API/generated/act.retrievals.calc_sp2_diams_masses", "API/generated/act.retrievals.calculate_dsh_from_dsdh_sdn", "API/generated/act.retrievals.calculate_irradiance_stats", "API/generated/act.retrievals.calculate_longwave_radiation", "API/generated/act.retrievals.calculate_net_radiation", "API/generated/act.retrievals.calculate_pbl_heffter", "API/generated/act.retrievals.calculate_pbl_liu_liang", "API/generated/act.retrievals.calculate_precipitable_water", "API/generated/act.retrievals.calculate_stability_indicies", "API/generated/act.retrievals.compute_winds_from_ppi", "API/generated/act.retrievals.generic_sobel_cbh", "API/generated/act.retrievals.process_sp2_psds", "API/generated/act.retrievals.sst_from_irt", "API/generated/act.retrievals.sum_function_irt", "API/generated/act.utils", "API/generated/act.utils.ChangeUnits", "API/generated/act.utils.ChangeUnits.change_units", "API/generated/act.utils.DatastreamParserARM", "API/generated/act.utils.DatastreamParserARM.datastream", "API/generated/act.utils.DatastreamParserARM.datastream_class", "API/generated/act.utils.DatastreamParserARM.datastream_standard", "API/generated/act.utils.DatastreamParserARM.date", "API/generated/act.utils.DatastreamParserARM.ext", "API/generated/act.utils.DatastreamParserARM.facility", "API/generated/act.utils.DatastreamParserARM.level", "API/generated/act.utils.DatastreamParserARM.set_datastream", "API/generated/act.utils.DatastreamParserARM.site", "API/generated/act.utils.DatastreamParserARM.time", "API/generated/act.utils.accumulate_precip", "API/generated/act.utils.add_in_nan", "API/generated/act.utils.add_solar_variable", "API/generated/act.utils.adjust_timestamp", "API/generated/act.utils.arm_site_location_search", "API/generated/act.utils.assign_coordinates", "API/generated/act.utils.calc_cog_sog", "API/generated/act.utils.calculate_dqr_times", "API/generated/act.utils.calculate_percentages", "API/generated/act.utils.cleanup_files", "API/generated/act.utils.convert_2d_to_1d", "API/generated/act.utils.convert_to_potential_temp", "API/generated/act.utils.convert_units", "API/generated/act.utils.create_pyart_obj", "API/generated/act.utils.date_parser", "API/generated/act.utils.dates_between", "API/generated/act.utils.datetime64_to_datetime", "API/generated/act.utils.decode_present_weather", "API/generated/act.utils.destination_azimuth_distance", "API/generated/act.utils.determine_time_delta", "API/generated/act.utils.generate_movie", "API/generated/act.utils.get_missing_value", "API/generated/act.utils.get_solar_azimuth_elevation", "API/generated/act.utils.get_sunrise_sunset_noon", "API/generated/act.utils.height_adjusted_pressure", "API/generated/act.utils.height_adjusted_temperature", "API/generated/act.utils.is_gunzip_file", "API/generated/act.utils.is_sun_visible", "API/generated/act.utils.numpy_to_arm_date", "API/generated/act.utils.pack_gzip", "API/generated/act.utils.pack_tar", "API/generated/act.utils.planck_converter", "API/generated/act.utils.proc_scog", "API/generated/act.utils.reduce_time_ranges", "API/generated/act.utils.ts_weighted_average", "API/generated/act.utils.unpack_gzip", "API/generated/act.utils.unpack_tar", "API/index", "blog", "blog_posts/2022/first-post", "blog_posts/2022/sail_campaign_arm_and_noaa", "blog_posts/2024/2024_Eclipse_SGP", "index", "sg_execution_times", "source/auto_examples/corrections/index", "source/auto_examples/corrections/plot_correct_ship_wind_data", "source/auto_examples/corrections/sg_execution_times", "source/auto_examples/discovery/index", "source/auto_examples/discovery/plot_airnow", "source/auto_examples/discovery/plot_asos_temp", "source/auto_examples/discovery/plot_neon", "source/auto_examples/discovery/plot_noaa_fmcw_moment", "source/auto_examples/discovery/sg_execution_times", "source/auto_examples/index", "source/auto_examples/io/index", "source/auto_examples/io/plot_convert_ameriflux", "source/auto_examples/io/plot_create_arm_ds", "source/auto_examples/io/plot_hysplit", "source/auto_examples/io/plot_icartt", "source/auto_examples/io/plot_raw_minimpl", "source/auto_examples/io/plot_sodar", "source/auto_examples/io/plot_surfrad", "source/auto_examples/io/sg_execution_times", "source/auto_examples/plotting/index", "source/auto_examples/plotting/plot_aaf_track", "source/auto_examples/plotting/plot_ceil", "source/auto_examples/plotting/plot_contour", "source/auto_examples/plotting/plot_data_rose", "source/auto_examples/plotting/plot_days", "source/auto_examples/plotting/plot_daytime_averages", "source/auto_examples/plotting/plot_enhanced_skewt", "source/auto_examples/plotting/plot_examples", "source/auto_examples/plotting/plot_heatmap", "source/auto_examples/plotting/plot_hist_kwargs", "source/auto_examples/plotting/plot_multiple_column", "source/auto_examples/plotting/plot_pie_chart", "source/auto_examples/plotting/plot_presentweathercode", "source/auto_examples/plotting/plot_qc", "source/auto_examples/plotting/plot_rh_timeseries", "source/auto_examples/plotting/plot_scatter", "source/auto_examples/plotting/plot_secondary_y", "source/auto_examples/plotting/plot_size_distribution", "source/auto_examples/plotting/plot_skewt", "source/auto_examples/plotting/plot_skewt_with_text", "source/auto_examples/plotting/plot_sonde", "source/auto_examples/plotting/plot_state_variable", "source/auto_examples/plotting/plot_time_height_scatter", "source/auto_examples/plotting/plot_violin", "source/auto_examples/plotting/plot_wind_rose", "source/auto_examples/plotting/plot_xsection", "source/auto_examples/plotting/sg_execution_times", "source/auto_examples/qc/index", "source/auto_examples/qc/plot_arm_qc", "source/auto_examples/qc/plot_dqr_qc", "source/auto_examples/qc/plot_force_line_qc", "source/auto_examples/qc/plot_qc_bsrn", "source/auto_examples/qc/plot_qc_example", "source/auto_examples/qc/sg_execution_times", "source/auto_examples/retrievals/index", "source/auto_examples/retrievals/plot_cbh_sobel", "source/auto_examples/retrievals/plot_get_stability_indices_example", "source/auto_examples/retrievals/sg_execution_times", "source/auto_examples/sg_execution_times", "source/auto_examples/utils/index", "source/auto_examples/utils/plot_calculated_percentages", "source/auto_examples/utils/plot_change_units", "source/auto_examples/utils/plot_parse_filename", "source/auto_examples/utils/plot_tar", "source/auto_examples/utils/sg_execution_times", "source/auto_examples/workflows/index", "source/auto_examples/workflows/plot_aerioe_with_cbh", "source/auto_examples/workflows/plot_merged_product", "source/auto_examples/workflows/plot_multiple_dataset", "source/auto_examples/workflows/plot_qc_transforms", "source/auto_examples/workflows/plot_weighted_average", "source/auto_examples/workflows/sg_execution_times", "userguide/CONTRIBUTING", "userguide/CREATING_ENVIRONMENTS", "userguide/GUIDE_V2", "userguide/index", "userguide/installation", "userguide/usage"], "filenames": ["API/generated/act.corrections.rst", "API/generated/act.corrections.correct_ceil.rst", "API/generated/act.corrections.correct_dl.rst", "API/generated/act.corrections.correct_mpl.rst", "API/generated/act.corrections.correct_rl.rst", "API/generated/act.corrections.correct_wind.rst", "API/generated/act.discovery.rst", "API/generated/act.discovery.download_arm_data.rst", "API/generated/act.discovery.download_neon_data.rst", "API/generated/act.discovery.download_noaa_psl_data.rst", "API/generated/act.discovery.download_surfrad_data.rst", "API/generated/act.discovery.get_airnow_bounded_obs.rst", "API/generated/act.discovery.get_airnow_forecast.rst", "API/generated/act.discovery.get_airnow_obs.rst", "API/generated/act.discovery.get_arm_doi.rst", "API/generated/act.discovery.get_asos_data.rst", "API/generated/act.discovery.get_crop_type.rst", "API/generated/act.discovery.get_neon_product_avail.rst", "API/generated/act.discovery.get_neon_site_products.rst", "API/generated/act.io.rst", "API/generated/act.io.WriteDataset.rst", "API/generated/act.io.WriteDataset.write_netcdf.rst", "API/generated/act.io.check_arm_standards.rst", "API/generated/act.io.check_if_tar_gz_file.rst", "API/generated/act.io.convert_to_ameriflux.rst", "API/generated/act.io.create_ds_from_arm_dod.rst", "API/generated/act.io.proc_sigma_mplv5_read.rst", "API/generated/act.io.read_arm_mmcr.rst", "API/generated/act.io.read_arm_netcdf.rst", "API/generated/act.io.read_csv.rst", "API/generated/act.io.read_gml.rst", "API/generated/act.io.read_gml_co2.rst", "API/generated/act.io.read_gml_halo.rst", "API/generated/act.io.read_gml_met.rst", "API/generated/act.io.read_gml_ozone.rst", "API/generated/act.io.read_gml_radiation.rst", "API/generated/act.io.read_hk_file.rst", "API/generated/act.io.read_hysplit.rst", "API/generated/act.io.read_icartt.rst", "API/generated/act.io.read_mfas_sodar.rst", "API/generated/act.io.read_neon_csv.rst", "API/generated/act.io.read_psl_parsivel.rst", "API/generated/act.io.read_psl_radar_fmcw_moment.rst", "API/generated/act.io.read_psl_surface_met.rst", "API/generated/act.io.read_psl_wind_profiler.rst", "API/generated/act.io.read_psl_wind_profiler_temperature.rst", "API/generated/act.io.read_sigma_mplv5.rst", "API/generated/act.io.read_sp2.rst", "API/generated/act.io.read_sp2_dat.rst", "API/generated/act.io.read_surfrad.rst", "API/generated/act.plotting.rst", "API/generated/act.plotting.ContourDisplay.rst", "API/generated/act.plotting.ContourDisplay.add_colorbar.rst", "API/generated/act.plotting.ContourDisplay.add_subplots.rst", "API/generated/act.plotting.ContourDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.ContourDisplay.barbs.rst", "API/generated/act.plotting.ContourDisplay.contour.rst", "API/generated/act.plotting.ContourDisplay.contourf.rst", "API/generated/act.plotting.ContourDisplay.create_contour.rst", "API/generated/act.plotting.ContourDisplay.group_by.rst", "API/generated/act.plotting.ContourDisplay.plot_station.rst", "API/generated/act.plotting.ContourDisplay.plot_vectors_from_spd_dir.rst", "API/generated/act.plotting.ContourDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.Display.rst", "API/generated/act.plotting.Display.add_colorbar.rst", "API/generated/act.plotting.Display.add_subplots.rst", "API/generated/act.plotting.Display.assign_to_figure_axis.rst", "API/generated/act.plotting.Display.group_by.rst", "API/generated/act.plotting.Display.put_display_in_subplot.rst", "API/generated/act.plotting.DistributionDisplay.rst", "API/generated/act.plotting.DistributionDisplay.add_colorbar.rst", "API/generated/act.plotting.DistributionDisplay.add_subplots.rst", "API/generated/act.plotting.DistributionDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.DistributionDisplay.group_by.rst", "API/generated/act.plotting.DistributionDisplay.plot_heatmap.rst", "API/generated/act.plotting.DistributionDisplay.plot_pie_chart.rst", "API/generated/act.plotting.DistributionDisplay.plot_scatter.rst", "API/generated/act.plotting.DistributionDisplay.plot_size_distribution.rst", "API/generated/act.plotting.DistributionDisplay.plot_stacked_bar.rst", "API/generated/act.plotting.DistributionDisplay.plot_stairstep.rst", "API/generated/act.plotting.DistributionDisplay.plot_violin.rst", "API/generated/act.plotting.DistributionDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.DistributionDisplay.set_ratio_line.rst", "API/generated/act.plotting.DistributionDisplay.set_xrng.rst", "API/generated/act.plotting.DistributionDisplay.set_yrng.rst", "API/generated/act.plotting.GeographicPlotDisplay.rst", "API/generated/act.plotting.GeographicPlotDisplay.add_colorbar.rst", "API/generated/act.plotting.GeographicPlotDisplay.add_subplots.rst", "API/generated/act.plotting.GeographicPlotDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.GeographicPlotDisplay.geoplot.rst", "API/generated/act.plotting.GeographicPlotDisplay.group_by.rst", "API/generated/act.plotting.GeographicPlotDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.SkewTDisplay.rst", "API/generated/act.plotting.SkewTDisplay.add_colorbar.rst", "API/generated/act.plotting.SkewTDisplay.add_stability_info.rst", "API/generated/act.plotting.SkewTDisplay.add_subplots.rst", "API/generated/act.plotting.SkewTDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.SkewTDisplay.group_by.rst", "API/generated/act.plotting.SkewTDisplay.plot_enhanced_skewt.rst", "API/generated/act.plotting.SkewTDisplay.plot_from_spd_and_dir.rst", "API/generated/act.plotting.SkewTDisplay.plot_from_u_and_v.rst", "API/generated/act.plotting.SkewTDisplay.plot_hodograph.rst", "API/generated/act.plotting.SkewTDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.SkewTDisplay.set_xrng.rst", "API/generated/act.plotting.SkewTDisplay.set_yrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.rst", "API/generated/act.plotting.TimeSeriesDisplay.add_colorbar.rst", "API/generated/act.plotting.TimeSeriesDisplay.add_subplots.rst", "API/generated/act.plotting.TimeSeriesDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.TimeSeriesDisplay.day_night_background.rst", "API/generated/act.plotting.TimeSeriesDisplay.fill_between.rst", "API/generated/act.plotting.TimeSeriesDisplay.group_by.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data.rst", "API/generated/act.plotting.TimeSeriesDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.TimeSeriesDisplay.qc_flag_block_plot.rst", "API/generated/act.plotting.TimeSeriesDisplay.set_xrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.set_yrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.time_height_scatter.rst", "API/generated/act.plotting.WindRoseDisplay.rst", "API/generated/act.plotting.WindRoseDisplay.add_colorbar.rst", "API/generated/act.plotting.WindRoseDisplay.add_subplots.rst", "API/generated/act.plotting.WindRoseDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.WindRoseDisplay.group_by.rst", "API/generated/act.plotting.WindRoseDisplay.plot.rst", "API/generated/act.plotting.WindRoseDisplay.plot_data.rst", "API/generated/act.plotting.WindRoseDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.WindRoseDisplay.set_rrng.rst", "API/generated/act.plotting.WindRoseDisplay.set_thetarng.rst", "API/generated/act.plotting.XSectionDisplay.rst", "API/generated/act.plotting.XSectionDisplay.add_colorbar.rst", "API/generated/act.plotting.XSectionDisplay.add_subplots.rst", "API/generated/act.plotting.XSectionDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.XSectionDisplay.group_by.rst", "API/generated/act.plotting.XSectionDisplay.plot_xsection.rst", "API/generated/act.plotting.XSectionDisplay.plot_xsection_map.rst", "API/generated/act.plotting.XSectionDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.XSectionDisplay.set_subplot_to_map.rst", "API/generated/act.plotting.XSectionDisplay.set_xrng.rst", "API/generated/act.plotting.XSectionDisplay.set_yrng.rst", "API/generated/act.qc.rst", "API/generated/act.qc.CleanDataset.rst", "API/generated/act.qc.CleanDataset.clean_arm_qc.rst", "API/generated/act.qc.CleanDataset.clean_arm_state_variables.rst", "API/generated/act.qc.CleanDataset.clean_cf_qc.rst", "API/generated/act.qc.CleanDataset.clean_seri_qc.rst", "API/generated/act.qc.CleanDataset.clean_swats_qc.rst", "API/generated/act.qc.CleanDataset.cleanup.rst", "API/generated/act.qc.CleanDataset.correct_valid_minmax.rst", "API/generated/act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes.rst", "API/generated/act.qc.CleanDataset.get_attr_info.rst", "API/generated/act.qc.CleanDataset.handle_missing_values.rst", "API/generated/act.qc.CleanDataset.link_variables.rst", "API/generated/act.qc.CleanDataset.matched_qc_variables.rst", "API/generated/act.qc.CleanDataset.normalize_assessment.rst", "API/generated/act.qc.QCFilter.rst", "API/generated/act.qc.QCFilter.add_atmospheric_pressure_test.rst", "API/generated/act.qc.QCFilter.add_delta_test.rst", "API/generated/act.qc.QCFilter.add_difference_test.rst", "API/generated/act.qc.QCFilter.add_equal_to_test.rst", "API/generated/act.qc.QCFilter.add_gesd_test.rst", "API/generated/act.qc.QCFilter.add_greater_equal_test.rst", "API/generated/act.qc.QCFilter.add_greater_test.rst", "API/generated/act.qc.QCFilter.add_inside_test.rst", "API/generated/act.qc.QCFilter.add_iqr_test.rst", "API/generated/act.qc.QCFilter.add_less_equal_test.rst", "API/generated/act.qc.QCFilter.add_less_test.rst", "API/generated/act.qc.QCFilter.add_missing_value_test.rst", "API/generated/act.qc.QCFilter.add_not_equal_to_test.rst", "API/generated/act.qc.QCFilter.add_outside_test.rst", "API/generated/act.qc.QCFilter.add_persistence_test.rst", "API/generated/act.qc.QCFilter.add_test.rst", "API/generated/act.qc.QCFilter.available_bit.rst", "API/generated/act.qc.QCFilter.bsrn_comparison_tests.rst", "API/generated/act.qc.QCFilter.bsrn_limits_test.rst", "API/generated/act.qc.QCFilter.check_for_ancillary_qc.rst", "API/generated/act.qc.QCFilter.compare_time_series_trends.rst", "API/generated/act.qc.QCFilter.create_qc_summary.rst", "API/generated/act.qc.QCFilter.create_qc_variable.rst", "API/generated/act.qc.QCFilter.datafilter.rst", "API/generated/act.qc.QCFilter.get_masked_data.rst", "API/generated/act.qc.QCFilter.get_qc_test_mask.rst", "API/generated/act.qc.QCFilter.remove_test.rst", "API/generated/act.qc.QCFilter.set_test.rst", "API/generated/act.qc.QCFilter.unset_test.rst", "API/generated/act.qc.QCFilter.update_ancillary_variable.rst", "API/generated/act.qc.QCSummary.rst", "API/generated/act.qc.QCSummary.create_qc_summary.rst", "API/generated/act.qc.QCTests.rst", "API/generated/act.qc.QCTests.compare_time_series_trends.rst", "API/generated/act.qc.SP2ParticleCriteria.rst", "API/generated/act.qc.add_dqr_to_qc.rst", "API/generated/act.qc.fft_shading_test.rst", "API/generated/act.qc.fft_shading_test_process.rst", "API/generated/act.qc.get_waveform_statistics.rst", "API/generated/act.qc.parse_bit.rst", "API/generated/act.qc.read_yaml_supplemental_qc.rst", "API/generated/act.qc.set_bit.rst", "API/generated/act.qc.unset_bit.rst", "API/generated/act.retrievals.rst", "API/generated/act.retrievals.aeri2irt.rst", "API/generated/act.retrievals.calc_sp2_diams_masses.rst", "API/generated/act.retrievals.calculate_dsh_from_dsdh_sdn.rst", "API/generated/act.retrievals.calculate_irradiance_stats.rst", "API/generated/act.retrievals.calculate_longwave_radiation.rst", "API/generated/act.retrievals.calculate_net_radiation.rst", "API/generated/act.retrievals.calculate_pbl_heffter.rst", "API/generated/act.retrievals.calculate_pbl_liu_liang.rst", "API/generated/act.retrievals.calculate_precipitable_water.rst", "API/generated/act.retrievals.calculate_stability_indicies.rst", "API/generated/act.retrievals.compute_winds_from_ppi.rst", "API/generated/act.retrievals.generic_sobel_cbh.rst", "API/generated/act.retrievals.process_sp2_psds.rst", "API/generated/act.retrievals.sst_from_irt.rst", "API/generated/act.retrievals.sum_function_irt.rst", "API/generated/act.utils.rst", "API/generated/act.utils.ChangeUnits.rst", "API/generated/act.utils.ChangeUnits.change_units.rst", "API/generated/act.utils.DatastreamParserARM.rst", "API/generated/act.utils.DatastreamParserARM.datastream.rst", "API/generated/act.utils.DatastreamParserARM.datastream_class.rst", "API/generated/act.utils.DatastreamParserARM.datastream_standard.rst", "API/generated/act.utils.DatastreamParserARM.date.rst", "API/generated/act.utils.DatastreamParserARM.ext.rst", "API/generated/act.utils.DatastreamParserARM.facility.rst", "API/generated/act.utils.DatastreamParserARM.level.rst", "API/generated/act.utils.DatastreamParserARM.set_datastream.rst", "API/generated/act.utils.DatastreamParserARM.site.rst", "API/generated/act.utils.DatastreamParserARM.time.rst", "API/generated/act.utils.accumulate_precip.rst", "API/generated/act.utils.add_in_nan.rst", "API/generated/act.utils.add_solar_variable.rst", "API/generated/act.utils.adjust_timestamp.rst", "API/generated/act.utils.arm_site_location_search.rst", "API/generated/act.utils.assign_coordinates.rst", "API/generated/act.utils.calc_cog_sog.rst", "API/generated/act.utils.calculate_dqr_times.rst", "API/generated/act.utils.calculate_percentages.rst", "API/generated/act.utils.cleanup_files.rst", "API/generated/act.utils.convert_2d_to_1d.rst", "API/generated/act.utils.convert_to_potential_temp.rst", "API/generated/act.utils.convert_units.rst", "API/generated/act.utils.create_pyart_obj.rst", "API/generated/act.utils.date_parser.rst", "API/generated/act.utils.dates_between.rst", "API/generated/act.utils.datetime64_to_datetime.rst", "API/generated/act.utils.decode_present_weather.rst", "API/generated/act.utils.destination_azimuth_distance.rst", "API/generated/act.utils.determine_time_delta.rst", "API/generated/act.utils.generate_movie.rst", "API/generated/act.utils.get_missing_value.rst", "API/generated/act.utils.get_solar_azimuth_elevation.rst", "API/generated/act.utils.get_sunrise_sunset_noon.rst", "API/generated/act.utils.height_adjusted_pressure.rst", "API/generated/act.utils.height_adjusted_temperature.rst", "API/generated/act.utils.is_gunzip_file.rst", "API/generated/act.utils.is_sun_visible.rst", "API/generated/act.utils.numpy_to_arm_date.rst", "API/generated/act.utils.pack_gzip.rst", "API/generated/act.utils.pack_tar.rst", "API/generated/act.utils.planck_converter.rst", "API/generated/act.utils.proc_scog.rst", "API/generated/act.utils.reduce_time_ranges.rst", "API/generated/act.utils.ts_weighted_average.rst", "API/generated/act.utils.unpack_gzip.rst", "API/generated/act.utils.unpack_tar.rst", "API/index.rst", "blog.md", "blog_posts/2022/first-post.md", "blog_posts/2022/sail_campaign_arm_and_noaa.ipynb", "blog_posts/2024/2024_Eclipse_SGP.ipynb", "index.rst", "sg_execution_times.rst", "source/auto_examples/corrections/index.rst", "source/auto_examples/corrections/plot_correct_ship_wind_data.rst", "source/auto_examples/corrections/sg_execution_times.rst", "source/auto_examples/discovery/index.rst", "source/auto_examples/discovery/plot_airnow.rst", "source/auto_examples/discovery/plot_asos_temp.rst", "source/auto_examples/discovery/plot_neon.rst", "source/auto_examples/discovery/plot_noaa_fmcw_moment.rst", "source/auto_examples/discovery/sg_execution_times.rst", "source/auto_examples/index.rst", "source/auto_examples/io/index.rst", "source/auto_examples/io/plot_convert_ameriflux.rst", "source/auto_examples/io/plot_create_arm_ds.rst", "source/auto_examples/io/plot_hysplit.rst", "source/auto_examples/io/plot_icartt.rst", "source/auto_examples/io/plot_raw_minimpl.rst", "source/auto_examples/io/plot_sodar.rst", "source/auto_examples/io/plot_surfrad.rst", "source/auto_examples/io/sg_execution_times.rst", "source/auto_examples/plotting/index.rst", "source/auto_examples/plotting/plot_aaf_track.rst", "source/auto_examples/plotting/plot_ceil.rst", "source/auto_examples/plotting/plot_contour.rst", "source/auto_examples/plotting/plot_data_rose.rst", "source/auto_examples/plotting/plot_days.rst", "source/auto_examples/plotting/plot_daytime_averages.rst", "source/auto_examples/plotting/plot_enhanced_skewt.rst", "source/auto_examples/plotting/plot_examples.rst", "source/auto_examples/plotting/plot_heatmap.rst", "source/auto_examples/plotting/plot_hist_kwargs.rst", "source/auto_examples/plotting/plot_multiple_column.rst", "source/auto_examples/plotting/plot_pie_chart.rst", "source/auto_examples/plotting/plot_presentweathercode.rst", "source/auto_examples/plotting/plot_qc.rst", "source/auto_examples/plotting/plot_rh_timeseries.rst", "source/auto_examples/plotting/plot_scatter.rst", "source/auto_examples/plotting/plot_secondary_y.rst", "source/auto_examples/plotting/plot_size_distribution.rst", "source/auto_examples/plotting/plot_skewt.rst", "source/auto_examples/plotting/plot_skewt_with_text.rst", "source/auto_examples/plotting/plot_sonde.rst", "source/auto_examples/plotting/plot_state_variable.rst", "source/auto_examples/plotting/plot_time_height_scatter.rst", "source/auto_examples/plotting/plot_violin.rst", "source/auto_examples/plotting/plot_wind_rose.rst", "source/auto_examples/plotting/plot_xsection.rst", "source/auto_examples/plotting/sg_execution_times.rst", "source/auto_examples/qc/index.rst", "source/auto_examples/qc/plot_arm_qc.rst", "source/auto_examples/qc/plot_dqr_qc.rst", "source/auto_examples/qc/plot_force_line_qc.rst", "source/auto_examples/qc/plot_qc_bsrn.rst", "source/auto_examples/qc/plot_qc_example.rst", "source/auto_examples/qc/sg_execution_times.rst", "source/auto_examples/retrievals/index.rst", "source/auto_examples/retrievals/plot_cbh_sobel.rst", "source/auto_examples/retrievals/plot_get_stability_indices_example.rst", "source/auto_examples/retrievals/sg_execution_times.rst", "source/auto_examples/sg_execution_times.rst", "source/auto_examples/utils/index.rst", "source/auto_examples/utils/plot_calculated_percentages.rst", "source/auto_examples/utils/plot_change_units.rst", "source/auto_examples/utils/plot_parse_filename.rst", "source/auto_examples/utils/plot_tar.rst", "source/auto_examples/utils/sg_execution_times.rst", "source/auto_examples/workflows/index.rst", "source/auto_examples/workflows/plot_aerioe_with_cbh.rst", "source/auto_examples/workflows/plot_merged_product.rst", "source/auto_examples/workflows/plot_multiple_dataset.rst", "source/auto_examples/workflows/plot_qc_transforms.rst", "source/auto_examples/workflows/plot_weighted_average.rst", "source/auto_examples/workflows/sg_execution_times.rst", "userguide/CONTRIBUTING.rst", "userguide/CREATING_ENVIRONMENTS.rst", "userguide/GUIDE_V2.rst", "userguide/index.rst", "userguide/installation.rst", "userguide/usage.rst"], "titles": ["act.corrections", "act.corrections.correct_ceil", "act.corrections.correct_dl", "act.corrections.correct_mpl", "act.corrections.correct_rl", "act.corrections.correct_wind", "act.discovery", "act.discovery.download_arm_data", "act.discovery.download_neon_data", "act.discovery.download_noaa_psl_data", "act.discovery.download_surfrad_data", "act.discovery.get_airnow_bounded_obs", "act.discovery.get_airnow_forecast", "act.discovery.get_airnow_obs", "act.discovery.get_arm_doi", "act.discovery.get_asos_data", "act.discovery.get_crop_type", "act.discovery.get_neon_product_avail", "act.discovery.get_neon_site_products", "act.io", "act.io.WriteDataset", "act.io.WriteDataset.write_netcdf", "act.io.check_arm_standards", "act.io.check_if_tar_gz_file", "act.io.convert_to_ameriflux", "act.io.create_ds_from_arm_dod", "act.io.proc_sigma_mplv5_read", "act.io.read_arm_mmcr", "act.io.read_arm_netcdf", "act.io.read_csv", "act.io.read_gml", "act.io.read_gml_co2", "act.io.read_gml_halo", "act.io.read_gml_met", "act.io.read_gml_ozone", "act.io.read_gml_radiation", "act.io.read_hk_file", "act.io.read_hysplit", "act.io.read_icartt", "act.io.read_mfas_sodar", "act.io.read_neon_csv", "act.io.read_psl_parsivel", "act.io.read_psl_radar_fmcw_moment", "act.io.read_psl_surface_met", "act.io.read_psl_wind_profiler", "act.io.read_psl_wind_profiler_temperature", "act.io.read_sigma_mplv5", "act.io.read_sp2", "act.io.read_sp2_dat", "act.io.read_surfrad", "act.plotting", "act.plotting.ContourDisplay", "act.plotting.ContourDisplay.add_colorbar", "act.plotting.ContourDisplay.add_subplots", "act.plotting.ContourDisplay.assign_to_figure_axis", "act.plotting.ContourDisplay.barbs", "act.plotting.ContourDisplay.contour", "act.plotting.ContourDisplay.contourf", "act.plotting.ContourDisplay.create_contour", "act.plotting.ContourDisplay.group_by", "act.plotting.ContourDisplay.plot_station", "act.plotting.ContourDisplay.plot_vectors_from_spd_dir", "act.plotting.ContourDisplay.put_display_in_subplot", "act.plotting.Display", "act.plotting.Display.add_colorbar", "act.plotting.Display.add_subplots", "act.plotting.Display.assign_to_figure_axis", "act.plotting.Display.group_by", "act.plotting.Display.put_display_in_subplot", "act.plotting.DistributionDisplay", "act.plotting.DistributionDisplay.add_colorbar", "act.plotting.DistributionDisplay.add_subplots", "act.plotting.DistributionDisplay.assign_to_figure_axis", "act.plotting.DistributionDisplay.group_by", "act.plotting.DistributionDisplay.plot_heatmap", "act.plotting.DistributionDisplay.plot_pie_chart", "act.plotting.DistributionDisplay.plot_scatter", "act.plotting.DistributionDisplay.plot_size_distribution", "act.plotting.DistributionDisplay.plot_stacked_bar", "act.plotting.DistributionDisplay.plot_stairstep", "act.plotting.DistributionDisplay.plot_violin", "act.plotting.DistributionDisplay.put_display_in_subplot", "act.plotting.DistributionDisplay.set_ratio_line", "act.plotting.DistributionDisplay.set_xrng", "act.plotting.DistributionDisplay.set_yrng", "act.plotting.GeographicPlotDisplay", "act.plotting.GeographicPlotDisplay.add_colorbar", "act.plotting.GeographicPlotDisplay.add_subplots", "act.plotting.GeographicPlotDisplay.assign_to_figure_axis", "act.plotting.GeographicPlotDisplay.geoplot", "act.plotting.GeographicPlotDisplay.group_by", "act.plotting.GeographicPlotDisplay.put_display_in_subplot", "act.plotting.SkewTDisplay", "act.plotting.SkewTDisplay.add_colorbar", "act.plotting.SkewTDisplay.add_stability_info", "act.plotting.SkewTDisplay.add_subplots", "act.plotting.SkewTDisplay.assign_to_figure_axis", "act.plotting.SkewTDisplay.group_by", "act.plotting.SkewTDisplay.plot_enhanced_skewt", "act.plotting.SkewTDisplay.plot_from_spd_and_dir", "act.plotting.SkewTDisplay.plot_from_u_and_v", "act.plotting.SkewTDisplay.plot_hodograph", "act.plotting.SkewTDisplay.put_display_in_subplot", "act.plotting.SkewTDisplay.set_xrng", "act.plotting.SkewTDisplay.set_yrng", "act.plotting.TimeSeriesDisplay", "act.plotting.TimeSeriesDisplay.add_colorbar", "act.plotting.TimeSeriesDisplay.add_subplots", "act.plotting.TimeSeriesDisplay.assign_to_figure_axis", "act.plotting.TimeSeriesDisplay.day_night_background", "act.plotting.TimeSeriesDisplay.fill_between", "act.plotting.TimeSeriesDisplay.group_by", "act.plotting.TimeSeriesDisplay.plot", "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir", "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v", "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data", "act.plotting.TimeSeriesDisplay.put_display_in_subplot", "act.plotting.TimeSeriesDisplay.qc_flag_block_plot", "act.plotting.TimeSeriesDisplay.set_xrng", "act.plotting.TimeSeriesDisplay.set_yrng", "act.plotting.TimeSeriesDisplay.time_height_scatter", "act.plotting.WindRoseDisplay", "act.plotting.WindRoseDisplay.add_colorbar", "act.plotting.WindRoseDisplay.add_subplots", "act.plotting.WindRoseDisplay.assign_to_figure_axis", "act.plotting.WindRoseDisplay.group_by", "act.plotting.WindRoseDisplay.plot", "act.plotting.WindRoseDisplay.plot_data", "act.plotting.WindRoseDisplay.put_display_in_subplot", "act.plotting.WindRoseDisplay.set_rrng", "act.plotting.WindRoseDisplay.set_thetarng", "act.plotting.XSectionDisplay", "act.plotting.XSectionDisplay.add_colorbar", "act.plotting.XSectionDisplay.add_subplots", "act.plotting.XSectionDisplay.assign_to_figure_axis", "act.plotting.XSectionDisplay.group_by", "act.plotting.XSectionDisplay.plot_xsection", "act.plotting.XSectionDisplay.plot_xsection_map", "act.plotting.XSectionDisplay.put_display_in_subplot", "act.plotting.XSectionDisplay.set_subplot_to_map", "act.plotting.XSectionDisplay.set_xrng", "act.plotting.XSectionDisplay.set_yrng", "act.qc", "act.qc.CleanDataset", "act.qc.CleanDataset.clean_arm_qc", "act.qc.CleanDataset.clean_arm_state_variables", "act.qc.CleanDataset.clean_cf_qc", "act.qc.CleanDataset.clean_seri_qc", "act.qc.CleanDataset.clean_swats_qc", "act.qc.CleanDataset.cleanup", "act.qc.CleanDataset.correct_valid_minmax", "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes", "act.qc.CleanDataset.get_attr_info", "act.qc.CleanDataset.handle_missing_values", "act.qc.CleanDataset.link_variables", "act.qc.CleanDataset.matched_qc_variables", "act.qc.CleanDataset.normalize_assessment", "act.qc.QCFilter", "act.qc.QCFilter.add_atmospheric_pressure_test", "act.qc.QCFilter.add_delta_test", "act.qc.QCFilter.add_difference_test", "act.qc.QCFilter.add_equal_to_test", "act.qc.QCFilter.add_gesd_test", "act.qc.QCFilter.add_greater_equal_test", "act.qc.QCFilter.add_greater_test", "act.qc.QCFilter.add_inside_test", "act.qc.QCFilter.add_iqr_test", "act.qc.QCFilter.add_less_equal_test", "act.qc.QCFilter.add_less_test", "act.qc.QCFilter.add_missing_value_test", "act.qc.QCFilter.add_not_equal_to_test", "act.qc.QCFilter.add_outside_test", "act.qc.QCFilter.add_persistence_test", "act.qc.QCFilter.add_test", "act.qc.QCFilter.available_bit", "act.qc.QCFilter.bsrn_comparison_tests", "act.qc.QCFilter.bsrn_limits_test", "act.qc.QCFilter.check_for_ancillary_qc", "act.qc.QCFilter.compare_time_series_trends", "act.qc.QCFilter.create_qc_summary", "act.qc.QCFilter.create_qc_variable", "act.qc.QCFilter.datafilter", "act.qc.QCFilter.get_masked_data", "act.qc.QCFilter.get_qc_test_mask", "act.qc.QCFilter.remove_test", "act.qc.QCFilter.set_test", "act.qc.QCFilter.unset_test", "act.qc.QCFilter.update_ancillary_variable", "act.qc.QCSummary", "act.qc.QCSummary.create_qc_summary", "act.qc.QCTests", "act.qc.QCTests.compare_time_series_trends", "act.qc.SP2ParticleCriteria", "act.qc.add_dqr_to_qc", "act.qc.fft_shading_test", "act.qc.fft_shading_test_process", "act.qc.get_waveform_statistics", "act.qc.parse_bit", "act.qc.read_yaml_supplemental_qc", "act.qc.set_bit", "act.qc.unset_bit", "act.retrievals", "act.retrievals.aeri2irt", "act.retrievals.calc_sp2_diams_masses", "act.retrievals.calculate_dsh_from_dsdh_sdn", "act.retrievals.calculate_irradiance_stats", "act.retrievals.calculate_longwave_radiation", "act.retrievals.calculate_net_radiation", "act.retrievals.calculate_pbl_heffter", "act.retrievals.calculate_pbl_liu_liang", "act.retrievals.calculate_precipitable_water", "act.retrievals.calculate_stability_indicies", "act.retrievals.compute_winds_from_ppi", "act.retrievals.generic_sobel_cbh", "act.retrievals.process_sp2_psds", "act.retrievals.sst_from_irt", "act.retrievals.sum_function_irt", "act.utils", "act.utils.ChangeUnits", "act.utils.ChangeUnits.change_units", "act.utils.DatastreamParserARM", "act.utils.DatastreamParserARM.datastream", "act.utils.DatastreamParserARM.datastream_class", "act.utils.DatastreamParserARM.datastream_standard", "act.utils.DatastreamParserARM.date", "act.utils.DatastreamParserARM.ext", "act.utils.DatastreamParserARM.facility", "act.utils.DatastreamParserARM.level", "act.utils.DatastreamParserARM.set_datastream", "act.utils.DatastreamParserARM.site", "act.utils.DatastreamParserARM.time", "act.utils.accumulate_precip", "act.utils.add_in_nan", "act.utils.add_solar_variable", "act.utils.adjust_timestamp", "act.utils.arm_site_location_search", "act.utils.assign_coordinates", "act.utils.calc_cog_sog", "act.utils.calculate_dqr_times", "act.utils.calculate_percentages", "act.utils.cleanup_files", "act.utils.convert_2d_to_1d", "act.utils.convert_to_potential_temp", "act.utils.convert_units", "act.utils.create_pyart_obj", "act.utils.date_parser", "act.utils.dates_between", "act.utils.datetime64_to_datetime", "act.utils.decode_present_weather", "act.utils.destination_azimuth_distance", "act.utils.determine_time_delta", "act.utils.generate_movie", "act.utils.get_missing_value", "act.utils.get_solar_azimuth_elevation", "act.utils.get_sunrise_sunset_noon", "act.utils.height_adjusted_pressure", "act.utils.height_adjusted_temperature", "act.utils.is_gunzip_file", "act.utils.is_sun_visible", "act.utils.numpy_to_arm_date", "act.utils.pack_gzip", "act.utils.pack_tar", "act.utils.planck_converter", "act.utils.proc_scog", "act.utils.reduce_time_ranges", "act.utils.ts_weighted_average", "act.utils.unpack_gzip", "act.utils.unpack_tar", "API Reference Manual", "Blog", "New Docs", "Visualize and bring together data from the SAIL campaign and NOAA", "April 8, 2024 Eclipse - Data from ARM\u2019s Southern Great Plains (SGP) Observatory", "Atmospheric data Community Toolkit Documentation", "Computation times", "Correction examples", "Correct wind data for ship motion", "Computation times", "Discovery examples", "Airnow Data", "Query and plot ASOS data", "NEON Data", "NOAA FMCW and parsivel plot", "Computation times", "ACT Example Gallery", "Input/Output Examples", "Convert Data to AmeriFlux Format", "Create a dataset to mimic ARM file formats", "Read and plot a HYSPLIT trajectory file from a HYSPlIT run.", "Plot ICARTT Formatted Files", "Read and plot a PPI from raw mini-MPL data", "Read and plot a Sodar file", "Plot SurfRad Data", "Computation times", "Plotting examples", "Plot ARM AAF Flight Path", "Simple plot of 2D data", "Spatial contour plot", "Data rose plot", "Calculate and plot wind rose plots separated by day.", "Calculate and plot daily daytime temperature averages", "Enhanced plot of a sounding", "Xarray Plotting Examples", "Example plot using heat maps", "Plot a histogram of Met data.", "Plot a timeseries of sounding data", "Calculate and View Aerosol Percentages", "Plot Present Weather Code", "Plotting QC Flags", "Plot winds and relative humidity from sounding data", "Compare Aircraft Airspeeds", "Secondary Y-Axis Plotting", "Example Size Distribution Plots", "Skew-T plot of a sounding", "Skew-T plot of a sounding", "Plot a timeseries of sounding data", "Plotting state variables", "Time-Height Scatter Plot", "Investigate Temperature Quantiles", "Windrose and windbarb timeseries plot", "Multidimensional cross sections", "Computation times", "Quality Control Examples", "Working with and expanding embedded quality control variables", "Query the ARM DQR webservice", "Forcing line plots with 2D data and QC", "Plotting Baseline Surface Radiation Network (BSRN) QC Flags", "Working with embedded quality control variables", "Computation times", "Retrieval examples", "Cloud Base Height Retrievals", "Retrieve stability indicies from a sounding", "Computation times", "Computation times", "Utility examples", "Calculate and plot aerosol percentages.", "Changing units in dataset", "Parse the ARM datastream filename", "Working with TAR and gunzip files", "Computation times", "Workflow examples", "Plot AERIoe data with cloud base height from ceilometer", "Merge multiple datasets", "Plot multiple datasets", "Transformations and QC", "Calculate and plot weighted means", "Computation times", "Contributing", "Setting up an Environment", "ACT Version 2 Release Guide", "User Guide", "Installation", "Usage"], "terms": {"descript": [0, 6, 19, 50, 142, 147, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 198, 201, 217, 272, 327, 347], "The": [0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 24, 29, 36, 37, 42, 47, 48, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 146, 147, 148, 153, 158, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 178, 179, 181, 182, 189, 191, 193, 196, 198, 199, 202, 203, 208, 209, 211, 212, 213, 214, 220, 232, 236, 239, 242, 246, 247, 250, 255, 256, 264, 272, 273, 279, 286, 287, 296, 306, 311, 316, 323, 325, 327, 336, 337, 338, 342, 347, 349, 352], "procedur": [0, 1, 2, 3, 4, 5, 6, 19, 24, 28, 36, 38, 74, 75, 76, 77, 78, 79, 80, 113, 142, 217, 232, 236, 246, 249, 262, 263, 268], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 14, 19, 21, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 44, 48, 50, 51, 54, 59, 62, 63, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 85, 88, 89, 90, 91, 92, 94, 96, 97, 98, 99, 100, 101, 102, 105, 108, 111, 112, 113, 114, 115, 116, 119, 121, 124, 125, 126, 127, 128, 131, 134, 135, 136, 137, 138, 142, 146, 147, 149, 151, 153, 155, 158, 160, 162, 166, 172, 174, 176, 178, 181, 182, 188, 191, 193, 194, 196, 198, 201, 202, 203, 207, 211, 212, 213, 215, 217, 232, 234, 236, 237, 239, 240, 241, 242, 248, 249, 252, 255, 256, 262, 263, 264, 265, 267, 268, 269, 270, 271, 272, 273, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 296, 297, 298, 301, 302, 304, 305, 309, 311, 312, 313, 314, 315, 316, 317, 319, 320, 323, 324, 325, 327, 330, 331, 336, 337, 338, 342, 343, 344, 345, 347, 348, 349, 352], "modul": [0, 6, 19, 50, 63, 120, 142, 201, 217, 268, 271, 273, 308, 323, 347, 349, 352], "contain": [0, 1, 2, 3, 4, 5, 6, 15, 19, 28, 37, 43, 44, 47, 50, 51, 63, 69, 74, 75, 76, 78, 79, 80, 99, 100, 105, 112, 114, 142, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 182, 191, 193, 197, 198, 200, 201, 202, 203, 212, 214, 217, 232, 233, 235, 239, 241, 242, 246, 252, 255, 256, 258, 261, 265, 267, 273, 276, 306, 316, 323, 325, 327, 338, 343, 348], "variou": [0, 19, 157, 201, 284], "dataset": [0, 1, 2, 3, 4, 5, 9, 11, 12, 13, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 58, 60, 61, 63, 77, 89, 100, 112, 114, 115, 117, 120, 126, 131, 136, 144, 146, 149, 150, 153, 158, 160, 175, 176, 177, 178, 179, 180, 181, 188, 189, 191, 193, 194, 196, 198, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 218, 219, 231, 233, 234, 236, 237, 238, 239, 241, 242, 244, 248, 252, 255, 256, 265, 271, 273, 274, 276, 279, 281, 282, 284, 285, 286, 288, 289, 290, 291, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 334, 335, 338, 339, 340, 344, 345, 346, 347, 352], "function": [0, 6, 9, 10, 14, 16, 19, 29, 30, 31, 32, 33, 34, 35, 42, 49, 55, 56, 57, 58, 61, 63, 75, 100, 114, 136, 142, 145, 149, 150, 193, 194, 195, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 237, 238, 239, 241, 243, 248, 252, 257, 258, 262, 263, 264, 272, 273, 286, 289, 291, 295, 300, 302, 307, 310, 311, 314, 317, 318, 338, 342, 347, 349], "d": [1, 2, 3, 4, 5, 11, 12, 13, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 51, 63, 69, 74, 78, 79, 85, 92, 100, 105, 114, 121, 131, 143, 146, 149, 156, 157, 158, 159, 160, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 194, 196, 198, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 218, 220, 228, 231, 233, 234, 236, 237, 238, 239, 241, 242, 244, 245, 247, 248, 252, 255, 256, 265, 271, 272, 276, 281, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 306, 307, 308, 310, 311, 312, 316, 317, 318, 323, 324, 325, 326, 327, 330, 331, 335, 336, 338, 341, 342, 343, 344, 345, 347, 349], "fill_valu": [1, 2, 4, 25, 75, 182, 239, 306, 327], "1e": [1, 2, 4, 347], "07": [1, 2, 4, 268, 281, 343], "var_nam": [1, 2, 4, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 325, 327, 331, 336], "backscatt": [1, 2, 4, 5, 213, 272, 296, 302, 330, 343, 347], "sourc": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 55, 56, 57, 58, 60, 61, 63, 64, 65, 66, 67, 68, 69, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 89, 92, 94, 95, 98, 99, 100, 101, 103, 104, 105, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 121, 126, 127, 129, 130, 131, 136, 137, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 157, 173, 174, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 218, 219, 220, 228, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 273, 276, 277, 279, 280, 281, 282, 283, 284, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 330, 331, 332, 333, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 351], "ceilomet": [1, 5, 274, 284, 296, 330, 340, 343, 346], "data": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 17, 18, 21, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 56, 57, 58, 60, 61, 75, 89, 94, 99, 100, 101, 105, 112, 113, 114, 115, 117, 120, 127, 131, 136, 137, 142, 144, 146, 148, 149, 153, 154, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 198, 199, 200, 202, 203, 206, 208, 209, 210, 211, 212, 213, 218, 220, 227, 231, 232, 236, 237, 238, 239, 242, 243, 244, 248, 252, 255, 256, 262, 264, 265, 268, 274, 275, 277, 278, 282, 283, 284, 285, 287, 288, 289, 291, 293, 294, 295, 297, 299, 300, 301, 302, 303, 306, 307, 308, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 323, 324, 326, 327, 328, 329, 330, 335, 336, 337, 338, 340, 342, 343, 344, 345, 346, 347, 349, 351, 352], "fill": [1, 2, 4, 25, 57, 75, 112, 182, 213, 232, 239, 327], "all": [1, 2, 4, 7, 15, 25, 47, 50, 51, 63, 69, 74, 75, 89, 105, 115, 119, 146, 149, 152, 155, 156, 160, 175, 176, 178, 181, 185, 186, 188, 191, 193, 196, 197, 198, 210, 212, 217, 219, 235, 239, 241, 244, 246, 251, 252, 261, 265, 270, 271, 273, 274, 279, 284, 308, 323, 327, 336, 338, 342, 343, 344, 345, 347, 348, 349, 352], "zero": [1, 2, 4, 287], "neg": [1, 2, 4, 112, 234, 255, 256, 306, 342], "valu": [1, 2, 3, 4, 5, 11, 12, 13, 21, 24, 25, 28, 29, 30, 31, 33, 35, 56, 57, 58, 74, 75, 89, 94, 98, 112, 114, 117, 120, 127, 145, 149, 153, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 194, 197, 198, 199, 200, 202, 203, 208, 209, 210, 212, 213, 215, 216, 218, 232, 233, 236, 238, 239, 241, 242, 243, 247, 250, 252, 253, 254, 255, 256, 262, 264, 279, 287, 296, 306, 314, 316, 323, 327, 330, 331, 335, 336, 337, 342, 344, 345, 347], "convert": [1, 2, 3, 4, 16, 21, 24, 26, 28, 30, 31, 33, 35, 46, 146, 149, 152, 153, 156, 179, 182, 189, 193, 198, 212, 216, 219, 220, 241, 242, 243, 245, 248, 251, 252, 255, 256, 262, 274, 279, 284, 285, 290, 293, 307, 323, 326, 327, 336, 341, 345], "logarithm": [1, 2, 4], "space": [1, 2, 4, 5, 21, 100, 112, 145, 146, 271, 289, 302], "paramet": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 145, 146, 148, 149, 150, 152, 153, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 219, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 264, 265, 266, 267, 304, 306, 347], "xarrai": [1, 2, 3, 4, 5, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 131, 136, 144, 149, 150, 153, 160, 172, 178, 179, 181, 188, 189, 191, 193, 194, 196, 198, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 219, 231, 232, 233, 234, 236, 237, 238, 241, 242, 244, 248, 252, 255, 256, 271, 273, 274, 276, 279, 284, 286, 287, 294, 300, 307, 313, 314, 315, 321, 323, 327, 336, 342, 344, 345, 347, 348, 352], "should": [1, 2, 4, 5, 21, 24, 30, 149, 180, 209, 212, 240, 265, 267, 271, 287, 316, 344, 345, 347, 348], "linear": [1, 2, 4, 5], "str": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 52, 58, 59, 63, 64, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80, 86, 89, 90, 93, 94, 97, 98, 99, 100, 101, 106, 109, 110, 111, 112, 113, 114, 115, 117, 120, 122, 125, 126, 127, 132, 135, 136, 137, 145, 146, 149, 150, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 198, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 219, 220, 233, 234, 235, 238, 240, 241, 242, 243, 245, 246, 249, 251, 252, 253, 254, 255, 256, 257, 260, 261, 266, 267, 286, 347], "variabl": [1, 2, 3, 4, 5, 8, 9, 10, 17, 18, 21, 24, 25, 27, 28, 30, 31, 33, 35, 40, 63, 74, 76, 94, 98, 101, 112, 114, 115, 120, 136, 137, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 191, 193, 194, 198, 202, 204, 205, 206, 207, 208, 209, 212, 213, 214, 215, 218, 219, 220, 231, 233, 234, 236, 237, 238, 241, 242, 244, 248, 252, 255, 256, 265, 272, 274, 279, 281, 284, 286, 287, 292, 294, 300, 306, 307, 308, 314, 315, 320, 321, 322, 324, 325, 326, 328, 330, 331, 336, 338, 341, 342, 344, 345, 349], "name": [1, 2, 3, 4, 5, 7, 9, 10, 14, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 145, 146, 149, 150, 151, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 194, 198, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 219, 220, 221, 222, 223, 226, 228, 229, 231, 233, 234, 236, 240, 241, 242, 244, 248, 251, 252, 255, 256, 260, 261, 266, 273, 286, 287, 307, 323, 325, 327, 336, 338, 343, 345, 349, 352], "float": [1, 2, 4, 16, 21, 25, 28, 52, 58, 61, 64, 70, 74, 75, 86, 89, 93, 106, 112, 122, 126, 127, 132, 149, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 182, 194, 195, 202, 203, 206, 209, 212, 213, 214, 215, 216, 231, 233, 239, 242, 244, 249, 250, 252, 253, 254, 255, 256, 258, 262], "us": [1, 2, 3, 4, 7, 16, 21, 25, 26, 27, 28, 29, 30, 35, 38, 42, 43, 46, 48, 58, 60, 61, 63, 69, 74, 75, 77, 78, 79, 89, 92, 100, 101, 109, 110, 112, 113, 114, 115, 117, 119, 120, 126, 127, 131, 136, 144, 145, 146, 149, 150, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 191, 193, 194, 195, 196, 198, 199, 202, 203, 204, 206, 208, 209, 210, 211, 212, 213, 217, 218, 219, 222, 228, 231, 232, 233, 234, 237, 239, 241, 242, 243, 252, 253, 254, 255, 256, 258, 260, 261, 262, 263, 264, 265, 266, 267, 270, 272, 273, 274, 276, 279, 280, 281, 282, 284, 286, 287, 288, 290, 291, 294, 295, 296, 300, 302, 304, 306, 310, 311, 312, 316, 317, 318, 320, 321, 323, 325, 326, 327, 330, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 348, 349, 351, 352], "i": [1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 16, 21, 24, 25, 26, 28, 29, 30, 38, 43, 46, 50, 51, 55, 56, 57, 58, 60, 61, 63, 69, 74, 75, 76, 77, 78, 79, 80, 85, 89, 92, 94, 95, 98, 99, 100, 101, 105, 109, 110, 112, 113, 114, 115, 117, 119, 120, 121, 127, 131, 136, 144, 145, 146, 147, 149, 152, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 191, 193, 194, 198, 202, 208, 209, 211, 212, 213, 215, 219, 222, 231, 232, 233, 235, 237, 238, 239, 241, 245, 246, 248, 250, 251, 252, 253, 254, 256, 257, 258, 262, 263, 264, 267, 268, 269, 270, 271, 272, 273, 279, 281, 282, 287, 289, 290, 291, 292, 295, 296, 297, 298, 299, 302, 304, 305, 307, 309, 310, 314, 315, 316, 318, 319, 323, 325, 327, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 348, 349, 351, 352], "enter": [1, 2, 4, 16, 200, 254, 347], "return": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 55, 56, 57, 58, 59, 60, 61, 62, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 89, 90, 91, 93, 94, 97, 98, 99, 100, 101, 102, 106, 110, 111, 112, 113, 114, 115, 116, 122, 125, 126, 127, 128, 132, 135, 136, 137, 138, 152, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 178, 179, 180, 181, 182, 183, 189, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 272, 279, 286, 296, 298, 314, 327, 336, 337, 338, 347, 349], "attenuated_backscatt": 2, "range_norm": 2, "true": [2, 17, 18, 21, 25, 28, 29, 30, 31, 33, 35, 44, 45, 47, 61, 74, 78, 79, 80, 89, 98, 100, 101, 112, 114, 115, 117, 119, 120, 137, 144, 145, 146, 148, 149, 152, 155, 156, 158, 160, 172, 173, 174, 175, 176, 177, 182, 183, 193, 196, 198, 203, 209, 219, 233, 238, 245, 252, 258, 259, 267, 271, 272, 287, 290, 291, 296, 297, 300, 306, 307, 311, 313, 314, 316, 317, 323, 325, 326, 327, 336, 338, 341, 342, 344], "doppler": [2, 4, 212], "lidar": [2, 4, 212, 213, 330], "Will": [2, 21, 28, 29, 112, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 180, 200, 210, 220, 221, 223, 234, 241, 243, 244], "also": [2, 4, 7, 112, 114, 120, 153, 177, 181, 220, 233, 242, 271, 272, 279, 282, 302, 306, 312, 313, 316, 323, 325, 327, 336, 337, 342, 343, 345, 347, 348, 351, 352], "rang": [2, 3, 4, 8, 11, 14, 52, 55, 56, 57, 58, 60, 64, 70, 82, 83, 84, 86, 93, 98, 101, 103, 104, 106, 110, 112, 117, 118, 119, 120, 122, 129, 130, 132, 140, 141, 158, 166, 186, 199, 213, 215, 238, 244, 254, 264, 271, 272, 273, 290, 299, 304, 310, 314, 323, 330, 336], "normal": [2, 4, 25, 89, 156, 162, 175, 176, 204, 212, 272, 302, 311, 316, 324, 325, 327], "multipl": [2, 46, 48, 63, 94, 98, 101, 112, 146, 198, 235, 238, 241, 265, 274, 284, 287, 305, 309, 319, 325, 338, 340, 346, 348, 352], "2": [2, 3, 11, 15, 24, 25, 42, 74, 76, 83, 84, 103, 104, 112, 114, 115, 118, 119, 126, 127, 129, 130, 131, 140, 141, 160, 173, 175, 176, 182, 183, 185, 186, 194, 197, 199, 200, 209, 233, 238, 243, 258, 262, 264, 271, 279, 280, 282, 286, 287, 289, 292, 298, 302, 303, 305, 306, 308, 310, 312, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 332, 341, 342, 343, 344, 347, 350, 352], "default": [2, 8, 11, 12, 13, 21, 25, 28, 38, 43, 47, 58, 61, 74, 75, 76, 78, 79, 80, 89, 98, 100, 101, 112, 114, 115, 117, 119, 127, 146, 149, 152, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 181, 182, 193, 194, 203, 204, 205, 210, 215, 219, 233, 235, 238, 239, 244, 245, 250, 251, 252, 256, 262, 264, 286, 323, 327, 347, 348, 349], "unit": [2, 24, 28, 29, 30, 31, 32, 33, 34, 35, 38, 49, 59, 67, 73, 89, 90, 97, 111, 120, 125, 135, 144, 145, 148, 158, 160, 175, 176, 198, 208, 209, 213, 216, 218, 219, 231, 241, 242, 243, 249, 253, 255, 256, 262, 265, 272, 274, 284, 287, 313, 314, 327, 331, 334, 339, 345], "bool": [2, 25, 26, 29, 30, 38, 44, 45, 46, 47, 74, 78, 79, 100, 112, 114, 115, 137, 144, 145, 148, 149, 152, 173, 183, 196, 238, 245, 252, 279], "option": [2, 4, 9, 11, 21, 26, 28, 30, 31, 33, 35, 38, 40, 46, 53, 58, 61, 63, 65, 71, 74, 78, 79, 87, 94, 95, 98, 101, 107, 112, 115, 117, 123, 127, 133, 144, 145, 149, 152, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 193, 198, 212, 213, 219, 241, 242, 251, 252, 253, 254, 255, 256, 262, 264, 267, 313, 325, 342, 347], "co_pol_var_nam": 3, "signal_return_co_pol": [3, 213], "cross_pol_var_nam": 3, "signal_return_cross_pol": 3, "co_pol_afterpuls_var_nam": 3, "afterpulse_correction_co_pol": 3, "cross_pol_afterpulse_var_nam": 3, "afterpulse_correction_cross_pol": 3, "overlap_corr_var_nam": 3, "overlap_correct": 3, "overlap_corr_heights_var_nam": 3, "overlap_correction_height": 3, "range_bins_var_nam": 3, "range_bin": [3, 213], "height_var_nam": 3, "height": [3, 4, 112, 113, 114, 115, 208, 209, 213, 255, 256, 272, 274, 284, 294, 321, 329, 332, 340, 346], "ratio_var_nam": 3, "cross_co_ratio": 3, "mpl": [3, 26, 46, 213, 273, 274, 284, 285, 293], "1": [3, 11, 21, 22, 25, 29, 37, 51, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 75, 82, 83, 84, 86, 87, 92, 93, 95, 103, 104, 105, 106, 107, 109, 110, 112, 114, 117, 118, 119, 120, 121, 122, 123, 126, 127, 131, 132, 133, 140, 141, 144, 145, 158, 159, 160, 162, 166, 172, 173, 174, 182, 183, 185, 194, 195, 197, 199, 200, 202, 203, 209, 212, 215, 233, 237, 238, 241, 243, 248, 258, 265, 271, 276, 277, 279, 280, 281, 282, 286, 287, 289, 290, 291, 292, 296, 297, 298, 300, 302, 303, 305, 306, 307, 308, 309, 310, 312, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 335, 338, 341, 342, 343, 344, 345, 347, 349, 352], "throw": 3, "out": [3, 94, 98, 162, 166, 193, 203, 271, 272, 279, 286, 287, 290, 298, 301, 306, 313, 314, 323, 342, 344, 347], "befor": [3, 16, 20, 21, 149, 155, 178, 191, 194, 198, 220, 244, 272, 344, 347], "laser": 3, "fire": 3, "0": [3, 11, 15, 22, 25, 29, 52, 55, 56, 57, 58, 60, 61, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 89, 93, 100, 103, 104, 106, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 131, 132, 136, 137, 140, 141, 158, 160, 162, 172, 175, 180, 182, 183, 184, 185, 186, 194, 195, 196, 199, 200, 202, 203, 206, 208, 209, 211, 212, 213, 214, 215, 232, 233, 239, 241, 243, 244, 252, 255, 256, 258, 265, 268, 271, 272, 274, 276, 277, 279, 280, 281, 282, 283, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 330, 331, 332, 333, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 349, 352], "remov": [3, 21, 30, 35, 54, 66, 72, 74, 88, 96, 108, 124, 134, 144, 151, 153, 181, 184, 186, 198, 200, 240, 252, 260, 261, 266, 267, 311, 323, 338, 341, 347], "background": [3, 89, 109, 112, 114, 115, 137, 272, 307, 316], "signal": [3, 194, 212, 213, 272], "3": [3, 9, 10, 69, 98, 100, 105, 112, 126, 136, 158, 173, 184, 194, 197, 199, 200, 203, 206, 208, 209, 233, 243, 258, 273, 276, 279, 286, 287, 298, 299, 302, 305, 315, 323, 327, 336, 341, 342, 347, 348, 351, 352], "afterpuls": [3, 26, 46], "subtract": [3, 158], "darkcount": 3, "note": [3, 7, 16, 25, 29, 113, 194, 202, 212, 213, 237, 265, 272, 276, 279, 286, 289, 292, 295, 344, 345, 347], "current": [3, 7, 8, 9, 10, 12, 13, 16, 42, 53, 54, 65, 66, 71, 72, 87, 88, 95, 96, 107, 108, 123, 124, 133, 134, 179, 189, 193, 213, 221, 222, 226, 227, 229, 243, 251, 261, 287, 347, 349, 352], "vap": [3, 208, 209], "being": [3, 24, 28, 62, 63, 68, 81, 91, 102, 116, 128, 138, 144, 208, 287, 320, 349], "calcul": [3, 75, 94, 98, 100, 157, 172, 176, 178, 191, 195, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 233, 237, 238, 239, 244, 249, 250, 253, 254, 258, 271, 272, 274, 276, 284, 287, 288, 294, 307, 310, 313, 314, 321, 330, 334, 339, 340, 346, 347], "30km": 3, "But": [3, 292], "might": [3, 287, 347, 348], "absolut": 3, "we": [3, 63, 100, 113, 271, 272, 273, 281, 286, 298, 306, 308, 316, 323, 325, 327, 336, 337, 338, 342, 344, 347, 352], "like": [3, 55, 56, 57, 74, 77, 78, 79, 80, 113, 126, 145, 149, 250, 272, 273, 284, 298, 313, 347], "start": [3, 7, 8, 9, 10, 11, 14, 15, 21, 100, 151, 155, 174, 198, 199, 200, 234, 238, 244, 246, 264, 272, 289, 292, 327, 352], "provid": [3, 63, 69, 75, 105, 119, 136, 160, 169, 175, 176, 178, 191, 198, 219, 235, 237, 239, 241, 254, 260, 261, 265, 266, 267, 268, 271, 272, 273, 279, 280, 284, 286, 295, 306, 310, 314, 316, 318, 320, 336, 338, 352], "profil": [3, 9, 44, 45, 100, 208, 209, 271, 314, 341], "ourselv": 3, "along": [3, 28, 29, 80, 127, 212, 241, 307, 325, 352], "other": [3, 7, 21, 29, 30, 31, 32, 33, 34, 35, 49, 50, 53, 63, 65, 71, 74, 76, 78, 79, 80, 85, 87, 89, 95, 107, 120, 123, 127, 131, 133, 193, 198, 234, 262, 286, 298, 316, 323, 337, 345, 347, 348, 349], "4": [3, 15, 160, 173, 194, 200, 243, 258, 271, 272, 279, 280, 283, 286, 287, 288, 289, 323, 325, 327, 330, 339, 347], "5": [3, 24, 58, 69, 100, 105, 113, 158, 162, 166, 173, 194, 200, 208, 213, 243, 244, 272, 279, 287, 289, 291, 296, 298, 303, 304, 309, 311, 314, 318, 319, 323, 327, 328, 344, 345, 346], "overlap": [3, 26, 46], "multipli": [3, 162, 166, 203], "If": [3, 8, 12, 13, 15, 17, 18, 21, 24, 25, 28, 29, 31, 33, 35, 43, 46, 47, 50, 55, 56, 57, 58, 60, 61, 63, 69, 74, 75, 77, 78, 79, 80, 89, 98, 100, 101, 105, 109, 110, 112, 113, 114, 117, 119, 120, 144, 146, 151, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 176, 178, 180, 181, 182, 185, 186, 187, 191, 193, 196, 197, 198, 202, 203, 212, 213, 233, 235, 238, 241, 242, 244, 245, 250, 251, 252, 253, 254, 255, 256, 258, 259, 261, 270, 272, 273, 279, 281, 284, 287, 290, 296, 316, 323, 327, 341, 343, 347, 348], "chang": [3, 28, 114, 181, 219, 243, 244, 255, 256, 272, 273, 274, 284, 323, 327, 334, 339, 344, 349], "between": [3, 21, 29, 63, 74, 75, 114, 156, 165, 177, 178, 191, 202, 205, 212, 216, 239, 246, 271, 282, 287, 289, 330, 347, 348], "netcdf": [3, 7, 24, 26, 28, 31, 33, 35, 46, 145, 146, 210, 287, 338, 342, 347, 352], "file": [3, 7, 8, 9, 10, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 145, 146, 149, 156, 188, 196, 198, 214, 220, 225, 238, 240, 251, 257, 260, 261, 266, 267, 269, 271, 273, 274, 277, 279, 281, 282, 283, 284, 285, 286, 293, 295, 296, 297, 298, 299, 300, 303, 305, 309, 310, 311, 318, 319, 320, 321, 323, 325, 326, 327, 328, 332, 333, 334, 337, 339, 342, 345, 346, 348, 352], "turn": [3, 31, 33, 35, 287], "diment": [3, 159, 202, 316, 325], "from": [3, 4, 5, 6, 7, 9, 10, 12, 13, 15, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 63, 69, 74, 76, 77, 85, 89, 92, 94, 98, 99, 100, 101, 105, 114, 115, 121, 126, 127, 131, 136, 137, 144, 145, 146, 149, 152, 156, 158, 162, 169, 174, 177, 178, 180, 181, 182, 183, 184, 186, 187, 191, 193, 194, 197, 198, 199, 200, 202, 204, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 220, 224, 225, 230, 231, 232, 237, 240, 241, 242, 244, 247, 248, 249, 251, 252, 255, 256, 257, 260, 261, 262, 266, 267, 273, 274, 276, 277, 279, 280, 281, 282, 283, 284, 285, 287, 289, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 335, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347, 348, 351, 352], "1d": [3, 58, 61, 100, 110, 112, 113, 115, 126, 166, 232, 241, 279, 300, 325], "2d": [3, 18, 52, 53, 55, 56, 57, 58, 60, 63, 64, 65, 70, 71, 82, 83, 84, 86, 87, 93, 95, 103, 104, 106, 107, 109, 110, 112, 117, 118, 119, 120, 122, 123, 132, 133, 137, 140, 141, 198, 232, 241, 274, 279, 284, 294, 302, 321, 322, 328], "arrai": [3, 12, 13, 21, 39, 52, 53, 55, 56, 57, 58, 60, 61, 64, 65, 70, 71, 74, 77, 78, 79, 80, 82, 83, 84, 86, 87, 93, 95, 100, 103, 104, 106, 107, 109, 110, 112, 114, 117, 118, 119, 120, 122, 123, 126, 131, 132, 133, 140, 141, 145, 146, 153, 157, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 173, 175, 176, 180, 182, 183, 185, 186, 197, 198, 199, 200, 215, 232, 242, 243, 246, 247, 250, 253, 254, 255, 256, 258, 262, 264, 265, 272, 291, 306, 313, 315, 323, 327, 347, 349], "caus": [3, 146, 153, 162, 166, 208], "issu": [3, 21, 43, 100, 149, 153, 195, 208, 273, 347, 348], "process": [3, 7, 21, 25, 26, 48, 127, 156, 175, 176, 181, 194, 195, 196, 198, 202, 203, 213, 214, 219, 263, 273, 287, 326], "manipul": [3, 302, 327], "To": [3, 7, 16, 69, 105, 121, 273, 316, 323, 327, 347, 348, 351, 352], "fix": [3, 21, 149, 151, 348], "median": [3, 127, 298, 342], "each": [3, 43, 44, 47, 63, 112, 114, 127, 145, 147, 155, 175, 176, 193, 194, 196, 199, 203, 220, 268, 271, 299, 306, 316, 325, 335, 342, 345, 347, 349, 352], "deadtim": 3, "ar": [3, 7, 8, 11, 12, 13, 15, 21, 24, 25, 27, 29, 30, 35, 37, 46, 48, 50, 51, 53, 54, 63, 65, 66, 71, 72, 74, 75, 85, 87, 88, 89, 92, 95, 96, 105, 107, 108, 112, 113, 115, 121, 123, 124, 126, 127, 131, 133, 134, 136, 144, 146, 148, 151, 152, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 181, 193, 198, 204, 205, 206, 207, 208, 209, 212, 213, 218, 219, 231, 232, 235, 236, 237, 238, 245, 253, 267, 271, 272, 273, 279, 281, 282, 284, 286, 287, 289, 290, 292, 296, 298, 307, 313, 314, 320, 323, 325, 327, 336, 338, 342, 343, 344, 347, 348, 349, 352], "appli": [3, 58, 61, 142, 147, 148, 158, 175, 176, 181, 193, 194, 195, 207, 213, 272, 284, 287, 322, 323, 324, 326, 340, 342, 344, 347, 349], "yet": [3, 55, 56, 57, 58, 60, 61, 112], "co": [3, 5, 11, 282, 307], "polar": [3, 254, 299], "cross": [3, 50, 113, 115, 131, 136, 137, 274, 284, 294, 321], "after": [3, 28, 30, 37, 149, 162, 166, 178, 181, 191, 194, 198, 213, 260, 261, 266, 267, 272, 273, 279, 323, 338, 344, 347, 348, 349], "puls": 3, "bin": [3, 26, 46, 74, 77, 78, 79, 126, 127, 214, 287, 303, 304], "newli": [3, 260, 266, 338], "creat": [3, 4, 25, 28, 35, 55, 56, 57, 58, 60, 61, 63, 69, 76, 85, 89, 92, 98, 105, 112, 115, 117, 120, 121, 127, 131, 136, 161, 163, 164, 165, 167, 168, 170, 171, 180, 193, 207, 236, 238, 240, 251, 260, 261, 262, 266, 267, 274, 282, 284, 285, 289, 290, 291, 292, 293, 299, 300, 303, 306, 307, 308, 310, 312, 315, 316, 317, 318, 323, 324, 325, 326, 327, 338, 341, 345, 347, 352], "ratio": [3, 82, 175, 205, 212, 272, 310, 326], "set": [3, 7, 9, 10, 11, 16, 17, 18, 21, 25, 28, 31, 33, 35, 47, 52, 55, 56, 57, 58, 60, 61, 63, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 89, 93, 98, 99, 100, 101, 103, 104, 106, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 132, 136, 137, 140, 141, 144, 145, 146, 147, 148, 149, 152, 153, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 196, 197, 198, 199, 200, 202, 203, 209, 212, 219, 228, 233, 234, 237, 238, 241, 242, 252, 253, 255, 256, 258, 259, 267, 271, 272, 279, 281, 287, 296, 298, 299, 302, 303, 306, 310, 313, 316, 323, 325, 326, 327, 342, 347, 350], "none": [3, 7, 8, 9, 10, 12, 13, 15, 16, 21, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 38, 40, 43, 46, 51, 52, 53, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 85, 86, 87, 89, 92, 93, 94, 95, 98, 99, 100, 101, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117, 120, 121, 122, 123, 126, 127, 131, 132, 133, 136, 137, 145, 146, 149, 152, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 196, 198, 202, 203, 205, 206, 207, 212, 213, 216, 219, 220, 231, 233, 234, 235, 238, 239, 240, 241, 242, 244, 248, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 266, 267, 279, 281, 287, 296, 299, 307, 320, 323, 336, 337, 341, 343, 347], "do": [3, 15, 16, 21, 28, 29, 63, 69, 105, 112, 114, 115, 121, 127, 131, 188, 195, 196, 208, 209, 211, 252, 286, 287, 338, 347, 348, 351, 352], "want": [3, 8, 9, 15, 21, 30, 98, 101, 112, 113, 117, 131, 136, 185, 186, 252, 271, 272, 287, 306, 316, 323, 327, 337, 341, 347, 348, 352], "new": [3, 50, 63, 98, 131, 173, 177, 180, 193, 202, 204, 205, 206, 207, 208, 218, 219, 228, 232, 236, 241, 243, 244, 248, 249, 251, 267, 272, 273, 312, 316, 323, 325, 327, 336, 338, 344, 345, 347, 348, 349], "origin": [3, 112, 114, 344, 347], "pass": [3, 21, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 53, 63, 65, 71, 74, 75, 76, 77, 78, 79, 80, 87, 89, 95, 98, 99, 100, 107, 113, 114, 115, 120, 123, 126, 127, 131, 133, 136, 137, 145, 149, 185, 186, 206, 215, 228, 231, 251, 262, 265, 279, 281, 307, 316, 323, 338, 341, 347, 349], "modifi": [3, 21, 236, 241, 243, 311, 323, 342, 347, 352], "depolarization_counts_high": 4, "range_normalize_log_valu": 4, "fals": [4, 16, 17, 18, 21, 24, 25, 26, 28, 38, 46, 47, 53, 61, 65, 71, 74, 78, 79, 80, 87, 98, 100, 101, 107, 112, 113, 114, 115, 117, 119, 120, 123, 133, 137, 149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, 194, 196, 198, 209, 212, 213, 219, 233, 238, 241, 245, 252, 254, 258, 259, 260, 261, 264, 266, 267, 271, 279, 286, 287, 290, 314, 323, 327, 336, 342, 349], "raman": 4, "It": [4, 21, 24, 30, 51, 69, 105, 178, 191, 194, 272, 273, 279, 347, 348], "look": [4, 144, 149, 153, 174, 178, 191, 194, 195, 233, 271, 272, 284, 287, 316, 323, 327, 344, 347], "coordin": [4, 12, 13, 28, 30, 35, 55, 56, 57, 113, 114, 115, 126, 136, 202, 211, 218, 219, 235, 236, 241, 279, 287, 315, 320, 323, 327, 336], "dimens": [4, 24, 25, 28, 58, 89, 112, 114, 136, 236, 241, 273, 279, 287, 315, 320, 323, 352], "one": [4, 24, 28, 48, 54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 78, 79, 81, 88, 89, 91, 96, 98, 102, 108, 109, 110, 112, 113, 115, 116, 117, 124, 128, 134, 138, 146, 153, 162, 180, 193, 241, 244, 245, 254, 287, 298, 306, 312, 327, 336, 342, 344, 347, 348], "found": [4, 7, 8, 10, 17, 18, 27, 28, 29, 38, 39, 89, 152, 174, 177, 182, 194, 208, 252, 281, 284, 286, 289, 291, 292, 347, 348], "global": [4, 21, 147, 148, 152, 175, 176, 203, 287, 326, 337], "attribut": [4, 21, 24, 25, 28, 31, 33, 35, 51, 63, 69, 85, 92, 105, 112, 121, 131, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 159, 161, 163, 164, 165, 167, 168, 169, 170, 171, 173, 175, 187, 218, 220, 222, 242, 252, 255, 256, 287, 313, 314, 315, 316, 323, 327, 337, 343], "boolean": [4, 17, 18, 21, 24, 28, 31, 33, 35, 61, 80, 89, 98, 101, 112, 117, 119, 120, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, 198, 203, 209, 212, 219, 233, 241, 252, 254, 257, 258, 259, 260, 261, 264, 266, 267], "log": [4, 7, 272, 352], "scale": [4, 114], "count": [4, 127, 272, 298, 312], "wspd_name": 5, "wind_spe": [5, 271, 303], "wdir_nam": 5, "wind_direct": [5, 271], "heading_nam": 5, "yaw": 5, "cog_nam": 5, "course_over_ground": [5, 237], "sog_nam": 5, "speed_over_ground": [5, 237], "wind": [5, 9, 44, 45, 50, 55, 61, 94, 98, 99, 100, 101, 113, 114, 121, 126, 127, 129, 130, 209, 212, 274, 275, 277, 279, 284, 291, 294, 298, 319, 321, 347], "speed": [5, 9, 94, 98, 99, 101, 112, 113, 126, 127, 209, 212, 237, 272, 276, 291, 298, 299, 302, 310, 318], "direct": [5, 9, 94, 98, 99, 101, 113, 126, 127, 160, 175, 176, 204, 212, 272, 276, 291, 298, 327], "ship": [5, 85, 215, 274, 275, 277, 284], "motion": [5, 272, 274, 275, 277, 284], "base": [5, 16, 25, 27, 30, 50, 52, 55, 56, 57, 63, 64, 70, 86, 93, 106, 110, 112, 114, 117, 122, 132, 152, 157, 178, 191, 208, 213, 215, 234, 244, 248, 267, 272, 274, 284, 286, 287, 298, 323, 329, 332, 340, 346, 347, 352], "equat": [5, 206, 210, 287, 310], "noaa": [5, 9, 10, 30, 31, 32, 33, 34, 35, 41, 42, 43, 44, 45, 49, 262, 274, 278, 283, 284, 288, 292], "tech": 5, "memo": 5, "psd": 5, "311": 5, "A": [5, 11, 15, 42, 63, 74, 75, 78, 79, 85, 89, 92, 94, 98, 100, 112, 114, 121, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 183, 191, 202, 206, 219, 235, 239, 241, 242, 245, 248, 255, 256, 272, 281, 287, 333, 347, 349], "guid": [5, 273], "make": [5, 7, 9, 10, 21, 50, 63, 69, 74, 85, 89, 92, 94, 99, 100, 110, 112, 113, 114, 117, 126, 127, 177, 178, 188, 191, 219, 236, 251, 253, 254, 261, 271, 273, 287, 288, 301, 311, 313, 314, 316, 325, 344, 347, 348, 349, 352], "climat": [5, 21, 209, 290, 323], "qualiti": [5, 28, 112, 117, 144, 146, 147, 148, 149, 150, 151, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 189, 191, 193, 199, 200, 206, 271, 273, 274, 279, 325, 326, 328, 344], "meteorolog": [5, 33, 100, 113, 206, 242, 255, 256, 281, 304, 343], "flux": [5, 298, 342], "measur": [5, 24, 158, 175, 176, 178, 191, 194, 208, 209, 212, 273, 281, 290, 296, 323, 341, 343, 347], "sea": [5, 158, 215, 256], "http": [5, 8, 9, 10, 11, 12, 13, 17, 18, 39, 85, 89, 92, 131, 193, 202, 215, 242, 248, 255, 256, 262, 271, 272, 273, 279, 281, 282, 286, 291, 292, 296, 323, 326, 341, 343, 347, 348, 351], "www": [5, 8, 17, 18, 39, 202, 272, 279, 281, 291, 347], "go": [5, 7, 55, 56, 57, 58, 60, 61, 85, 92, 112, 131, 149, 272, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 348, 349], "org": [5, 8, 11, 12, 13, 17, 18, 85, 89, 131, 215, 272, 279, 281, 296, 323, 341, 343, 345, 347], "manual": [5, 7, 248, 286, 323], "fluxhandbook_noaa": 5, "20psd": 5, "311v3": 5, "pdf": [5, 202], "string": [5, 14, 16, 21, 25, 28, 58, 60, 61, 74, 75, 98, 112, 115, 117, 126, 144, 145, 146, 148, 151, 155, 173, 175, 193, 194, 198, 213, 215, 219, 231, 235, 238, 242, 243, 244, 245, 246, 248, 251, 253, 254, 255, 256, 259, 262, 316, 337, 347, 352], "navigi": 5, "head": [5, 284], "cours": [5, 237, 276], "over": [5, 56, 57, 112, 172, 175, 194, 202, 209, 210, 212, 231, 232, 237, 271, 276, 284, 288, 296, 326, 336, 347], "ground": [5, 237, 276, 310, 318], "refer": [5, 42, 77, 89, 100, 114, 175, 176, 194, 202, 206, 208, 209, 212, 215, 242, 248, 255, 256, 262, 287, 347], "bradlei": 5, "f": [5, 26, 74, 78, 79, 177, 297, 310, 314, 315, 323, 327, 331, 336, 337, 348], "faral": 5, "c": [5, 11, 100, 114, 148, 206, 208, 209, 215, 242, 253, 255, 256, 271, 272, 310, 318, 323, 347, 348, 351], "2007": [5, 194, 323], "boulder": 5, "earth": [5, 176], "system": [5, 16, 85, 92, 131, 286], "research": [5, 271, 289, 290], "laboratori": [5, 291], "physic": [5, 176, 206], "scienc": [5, 16, 206, 208, 209, 273, 290], "divis": 5, "44pp": 5, "appendic": 5, "technic": 5, "memorandum": 5, "oar": 5, "hdl": 5, "handl": [5, 21, 50, 52, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 66, 68, 70, 72, 74, 75, 76, 77, 78, 79, 80, 81, 86, 88, 89, 91, 93, 96, 99, 100, 102, 106, 108, 110, 112, 113, 114, 115, 116, 122, 124, 126, 127, 128, 132, 134, 136, 137, 138, 153, 172, 349, 352], "net": [5, 9, 207, 292], "11329": 5, "386": 5, "explor": [6, 8, 17, 18, 272, 281], "download": [6, 7, 8, 9, 10, 42, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 348, 352], "varieti": [6, 347, 349], "web": [6, 7, 11, 12, 13, 193, 284, 323, 343, 347], "servic": [6, 7, 193, 323, 343], "usernam": [7, 271, 272, 279, 281, 296, 323, 341, 343, 347, 352], "token": [7, 11, 12, 13, 271, 272, 279, 281, 296, 323, 341, 343, 347, 352], "datastream": [7, 9, 10, 14, 24, 28, 38, 63, 74, 75, 76, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 151, 160, 198, 220, 222, 223, 228, 265, 271, 272, 274, 284, 287, 307, 315, 334, 339, 343, 345, 347, 352], "startdat": [7, 9, 10, 14, 271, 272, 282, 292], "enddat": [7, 9, 10, 14, 271, 272, 292], "time": [7, 9, 11, 15, 21, 24, 25, 26, 27, 28, 35, 38, 46, 54, 58, 59, 60, 61, 66, 67, 72, 73, 75, 77, 88, 89, 90, 96, 97, 100, 105, 108, 111, 112, 113, 114, 115, 117, 120, 124, 125, 131, 134, 135, 159, 160, 178, 191, 194, 195, 198, 208, 212, 214, 220, 231, 232, 234, 238, 239, 241, 247, 250, 253, 254, 258, 259, 264, 265, 272, 273, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348, 352], "output": [7, 9, 10, 21, 47, 243, 245, 251, 261, 314, 352], "tool": [7, 12, 13, 238, 271, 302], "help": [7, 236, 272, 284, 307, 334, 347, 348], "user": [7, 24, 26, 28, 29, 38, 39, 41, 43, 44, 45, 46, 56, 57, 136, 234, 271, 272, 273, 281, 287, 290, 296, 315, 323, 327, 341, 343, 344, 347, 349, 352], "util": [7, 75, 119, 274, 276, 286, 290, 300, 306, 307, 308, 335, 336, 337, 338, 339, 341, 342, 345, 349], "arm": [7, 14, 19, 22, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 47, 49, 63, 92, 100, 113, 121, 145, 146, 149, 152, 155, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 193, 194, 198, 202, 206, 208, 209, 210, 213, 217, 220, 223, 235, 242, 255, 256, 259, 262, 271, 273, 274, 276, 281, 282, 284, 285, 286, 289, 290, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 325, 326, 327, 328, 330, 331, 334, 336, 338, 339, 341, 342, 343, 344, 345, 347, 348, 349, 351, 352], "live": [7, 272, 323], "webservic": [7, 272, 274, 284, 322, 323, 328, 342, 349], "adc": [7, 193, 272, 323, 347], "archiv": 7, "access": [7, 11, 12, 13, 327, 352], "acquir": [7, 9, 10, 12, 13], "date": [7, 8, 9, 10, 11, 12, 13, 14, 17, 63, 220, 246, 247, 250, 254, 259, 264, 268, 271, 279, 307, 337], "format": [7, 8, 9, 10, 11, 12, 13, 14, 24, 25, 28, 30, 38, 40, 43, 75, 146, 223, 237, 238, 245, 246, 251, 254, 258, 272, 273, 274, 279, 284, 285, 293, 295, 307, 310, 314, 316, 318, 347, 352], "accept": [7, 112, 162, 166, 245, 347], "yyyi": [7, 8, 11, 12, 13, 245, 247], "mm": [7, 8, 11, 12, 13, 14, 245, 247, 287, 307, 345], "dd": [7, 12, 13, 14, 245, 247], "yyyymmdd": [7, 9, 10, 245, 246, 247, 254, 259], "ani": [7, 21, 28, 40, 53, 65, 71, 87, 89, 95, 107, 113, 120, 123, 133, 149, 173, 193, 213, 270, 273, 323, 327, 347], "previou": [7, 254, 287], "thh": 7, "ss": 7, "ad": [7, 21, 43, 55, 56, 57, 58, 60, 61, 62, 68, 81, 91, 102, 112, 114, 116, 128, 138, 149, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 188, 193, 202, 208, 209, 211, 281, 287, 316, 323, 327], "onto": [7, 212], "end": [7, 8, 9, 10, 11, 14, 15, 198, 234, 238, 241, 244, 246, 264, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 349], "ex": 7, "2020": [7, 15, 198, 280], "09": [7, 307, 312], "15t12": 7, "00": [7, 271, 272, 274, 277, 283, 293, 297, 315, 321, 323, 328, 332, 333, 339, 346], "15t13": 7, "specif": [7, 9, 11, 16, 27, 30, 49, 51, 54, 59, 62, 66, 67, 68, 72, 73, 81, 88, 90, 91, 94, 96, 97, 101, 102, 105, 108, 111, 116, 124, 125, 128, 131, 134, 135, 136, 138, 210, 284, 323, 324, 347], "hhmmss": 7, "given": [7, 15, 16, 78, 79, 94, 99, 100, 113, 114, 126, 127, 180, 187, 197, 199, 200, 204, 206, 236, 244, 247, 259, 262, 264, 347, 352], "interv": [7, 126, 195, 208, 232, 234, 342], "directori": [7, 8, 9, 10, 198, 238, 240, 251, 260, 261, 266, 267, 273, 284, 286, 323, 338, 347, 348], "folder": [7, 9, 10, 347, 352], "work": [7, 8, 9, 10, 16, 28, 30, 31, 33, 35, 44, 100, 112, 117, 142, 194, 213, 215, 219, 234, 252, 261, 273, 274, 279, 280, 284, 286, 287, 289, 290, 292, 295, 298, 299, 301, 306, 310, 313, 314, 318, 320, 322, 328, 334, 339], "same": [7, 9, 10, 24, 69, 85, 92, 105, 112, 113, 121, 131, 149, 160, 193, 199, 200, 261, 265, 282, 286, 296, 323, 327, 336, 347, 348, 349, 352], "place": [7, 9, 10, 54, 62, 66, 68, 72, 74, 75, 76, 77, 78, 79, 80, 81, 88, 91, 96, 102, 108, 109, 112, 116, 124, 126, 127, 128, 134, 138, 179, 189, 218, 219, 260, 261, 266, 273, 281, 296, 323, 341, 343, 344], "list": [7, 8, 9, 10, 15, 17, 18, 21, 24, 27, 28, 29, 30, 40, 41, 42, 43, 49, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 70, 71, 75, 80, 82, 83, 84, 86, 87, 89, 93, 95, 103, 104, 106, 107, 109, 110, 112, 117, 118, 119, 120, 122, 123, 132, 133, 140, 141, 144, 145, 146, 147, 149, 155, 156, 160, 165, 171, 173, 179, 181, 182, 185, 186, 189, 193, 194, 195, 198, 199, 200, 219, 236, 238, 239, 240, 241, 243, 244, 247, 251, 252, 253, 254, 258, 260, 261, 262, 264, 266, 267, 287, 306, 313, 323, 327, 336, 338, 345, 347, 352], "retriev": [7, 9, 10, 16, 100, 235, 238, 255, 256, 273, 274, 301, 313, 314, 332, 341, 347], "programmat": 7, "interfac": 7, "allow": [7, 21, 28, 112, 146, 158, 182, 188, 198, 212, 241, 251, 252, 271, 272, 287, 316, 327, 348, 352], "queri": [7, 24, 25, 28, 29, 38, 193, 274, 278, 283, 284, 322, 323, 328, 347], "autom": 7, "machin": [7, 315, 323, 347], "rest": [7, 272], "url": [7, 40, 41, 42, 49, 271, 282, 292], "savedata": 7, "id": [7, 15, 193], "an": [7, 11, 12, 13, 21, 22, 26, 29, 36, 37, 40, 43, 46, 47, 55, 56, 57, 58, 60, 61, 63, 74, 89, 92, 98, 112, 114, 149, 155, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 180, 199, 207, 211, 215, 219, 231, 249, 259, 265, 272, 273, 279, 282, 286, 287, 289, 290, 291, 292, 296, 297, 298, 301, 302, 306, 307, 309, 319, 323, 325, 327, 330, 336, 337, 338, 342, 343, 344, 345, 347, 349, 350, 352], "match": [7, 21, 25, 112, 114, 119, 146, 162, 166, 178, 191, 202, 233, 237, 252, 258, 287, 311, 316], "criteria": 7, "By": [7, 271, 323], "can": [7, 8, 10, 16, 17, 18, 21, 39, 42, 43, 63, 78, 79, 89, 114, 151, 153, 157, 162, 166, 177, 181, 193, 218, 219, 234, 238, 250, 254, 258, 271, 272, 273, 279, 281, 284, 286, 287, 291, 298, 302, 306, 311, 312, 316, 320, 323, 324, 327, 330, 336, 337, 338, 341, 342, 343, 347, 348, 349, 351, 352], "setup": [7, 314, 348, 351, 352], "cron": 7, "job": [7, 323], "automat": [7, 24, 28, 74, 75, 76, 77, 78, 79, 80, 89, 99, 100, 112, 114, 126, 127, 136, 137, 149, 153, 248, 252, 324, 338, 347], "workspac": 7, "elimin": 7, "step": [7, 26, 46, 77, 79, 114, 178, 191, 212, 232, 250, 264, 347, 348], "follow": [7, 24, 47, 131, 151, 162, 213, 254, 282, 286, 287, 308, 347, 352], "link": [7, 63, 149, 154, 193, 272, 347], "email": [7, 352], "which": [7, 13, 16, 37, 50, 56, 57, 58, 60, 61, 62, 68, 74, 75, 81, 91, 102, 113, 116, 127, 128, 138, 166, 194, 212, 213, 238, 239, 240, 248, 271, 272, 289, 295, 301, 302, 310, 314, 318, 323, 325, 347], "spin": 7, "disk": [7, 21], "hpss": 7, "have": [7, 25, 27, 29, 30, 31, 32, 33, 34, 35, 40, 49, 52, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 70, 72, 77, 81, 86, 88, 89, 91, 93, 96, 100, 102, 106, 108, 112, 116, 119, 122, 124, 128, 132, 134, 136, 137, 138, 151, 179, 180, 189, 194, 211, 213, 254, 262, 265, 270, 271, 272, 273, 276, 282, 286, 287, 324, 325, 327, 337, 338, 342, 347, 348, 349, 351, 352], "through": [7, 8, 17, 18, 21, 25, 26, 28, 30, 31, 32, 33, 34, 35, 38, 46, 49, 58, 60, 61, 75, 98, 100, 131, 145, 149, 153, 193, 195, 215, 271, 281, 287, 311, 320, 345, 347], "regular": [7, 115, 273], "order": [7, 63, 78, 79, 85, 92, 100, 112, 131, 237, 251, 302, 308, 324, 327, 347, 349, 351], "more": [7, 8, 21, 39, 63, 69, 85, 89, 92, 105, 109, 110, 112, 117, 121, 131, 136, 145, 155, 162, 188, 238, 254, 270, 272, 273, 284, 286, 291, 302, 316, 323, 336, 338, 342, 343, 347, 349], "inform": [7, 8, 16, 29, 36, 39, 40, 69, 85, 92, 105, 121, 131, 136, 142, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 181, 191, 193, 198, 219, 234, 235, 244, 279, 281, 286, 291, 307, 316, 318, 323, 324, 326, 327, 341, 342, 347], "about": [7, 85, 92, 131, 193, 198, 272, 347], "api": [7, 16, 25, 279, 284, 349], "login": [7, 272, 352], "regist": [7, 188], "click": [7, 347, 352], "here": [7, 39, 85, 89, 92, 131, 272, 281, 284, 286, 291, 296, 323, 327, 336, 337, 338, 341, 343, 347, 348, 352], "author": [7, 202, 282, 286, 287, 288, 289, 290, 291, 292, 295, 297, 299, 300, 301, 303, 304, 305, 307, 308, 312, 314, 315, 316, 324, 325, 326, 330, 335], "michael": 7, "giansiracusa": 7, "giansiracumt": 7, "ornl": 7, "gov": [7, 9, 10, 193, 202, 262, 271, 272, 282, 286, 292, 323, 347], "exampl": [7, 12, 13, 15, 16, 21, 24, 25, 28, 29, 38, 69, 78, 79, 92, 105, 112, 113, 121, 131, 146, 149, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 193, 197, 198, 199, 200, 213, 220, 235, 237, 238, 241, 243, 252, 262, 265, 270, 274, 276, 277, 279, 280, 281, 282, 283, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 330, 331, 332, 333, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 352], "code": [7, 8, 12, 13, 15, 17, 18, 25, 28, 94, 98, 100, 112, 113, 126, 188, 193, 208, 212, 215, 219, 220, 235, 241, 248, 262, 271, 273, 274, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348, 349, 352], "sgpmete13": [7, 220, 265, 272, 297, 298, 299, 300, 303, 304, 305, 308, 311, 337, 338, 343, 345, 352], "b1": [7, 25, 210, 220, 265, 271, 272, 281, 287, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 307, 308, 309, 311, 312, 313, 314, 315, 316, 319, 323, 326, 330, 331, 336, 337, 338, 341, 342, 343, 344, 345, 352], "them": [7, 24, 153, 238, 265, 281, 323, 336, 342, 347, 348, 352], "14": [7, 98, 274, 281, 283, 296, 314, 321, 352], "jan": 7, "20": [7, 24, 113, 114, 115, 126, 271, 272, 279, 298, 299, 303, 306, 307, 309, 314, 319, 320, 323, 335, 341, 342, 347, 352], "2017": [7, 42, 312, 352], "replac": [7, 21, 112, 145, 149, 153, 269, 307], "xxxxxxxxxxxxxxxx": [7, 352], "your": [7, 16, 63, 85, 92, 112, 131, 136, 178, 191, 231, 272, 281, 284, 294, 296, 322, 323, 341, 343, 347, 348, 352], "see": [7, 8, 22, 28, 42, 53, 58, 61, 63, 65, 69, 71, 85, 87, 89, 92, 95, 105, 107, 121, 123, 131, 133, 136, 178, 191, 193, 212, 237, 265, 271, 272, 273, 284, 287, 306, 323, 327, 344, 347], "how": [7, 21, 25, 28, 92, 115, 136, 174, 271, 273, 276, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 296, 297, 298, 299, 300, 301, 302, 304, 305, 309, 311, 312, 313, 314, 315, 317, 319, 323, 325, 327, 330, 331, 335, 336, 337, 338, 342, 343, 344, 345, 347, 348, 349], "obtain": [7, 15, 273, 335, 347, 352], "download_data": [7, 271, 349], "01": [7, 13, 58, 61, 198, 243, 271, 274, 279, 281, 282, 283, 293, 296, 306, 315, 321, 327, 328, 339, 343, 352], "site_cod": [8, 17, 18, 235, 281], "product_cod": [8, 17, 281], "start_dat": [8, 11], "end_dat": [8, 11], "output_dir": 8, "product": [8, 17, 18, 39, 208, 209, 291, 342], "avail": [8, 14, 17, 18, 53, 63, 65, 71, 87, 89, 95, 107, 123, 133, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 234, 271, 287, 327, 343, 347, 351], "neon": [8, 17, 18, 40, 274, 278, 283, 284, 349], "site": [8, 9, 10, 17, 18, 43, 202, 220, 235, 262, 270, 271, 272, 279, 281, 282, 286, 290, 291, 296, 298, 315, 337], "pleas": [8, 50, 112, 212, 231, 265, 272, 273, 281, 284, 290, 296, 323, 341, 343, 347], "sure": [8, 117, 159, 271, 313, 314, 347, 348], "view": [8, 136, 272, 274, 284, 294, 321], "readm": [8, 281, 347], "well": [8, 21, 30, 31, 33, 35, 219, 248, 252, 271, 272, 287, 292, 298, 302, 342], "mai": [8, 21, 24, 30, 100, 112, 178, 191, 213, 242, 252, 253, 254, 255, 256, 287, 343], "number": [8, 25, 37, 63, 74, 83, 84, 89, 103, 104, 112, 114, 115, 118, 119, 126, 127, 140, 141, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 194, 197, 199, 200, 202, 208, 209, 211, 214, 215, 233, 238, 241, 244, 250, 262, 264, 272, 281, 287, 303, 310, 316, 323, 327, 345], "differ": [8, 44, 63, 159, 160, 193, 202, 205, 208, 209, 216, 238, 239, 250, 251, 255, 256, 265, 271, 272, 275, 278, 279, 284, 285, 287, 292, 294, 302, 306, 312, 322, 327, 329, 330, 334, 342, 347], "you": [8, 15, 21, 29, 30, 50, 63, 112, 117, 131, 136, 252, 270, 272, 273, 279, 281, 284, 290, 296, 312, 323, 324, 341, 343, 347, 348, 351, 352], "neonscienc": [8, 17, 18, 281], "sampl": [8, 172, 194, 234, 279, 290, 296, 299, 300, 308, 310, 324, 342, 344], "manag": [8, 188, 338, 348], "convent": [8, 21, 47, 286, 323, 349], "websit": [8, 17, 18, 272, 281, 347], "field": [8, 17, 18, 58, 60, 61, 63, 74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 110, 112, 113, 114, 115, 117, 120, 126, 127, 153, 157, 204, 208, 209, 210, 211, 213, 239, 281, 284, 287, 297, 303, 306, 310, 318, 327, 329, 335], "acknowledg": 8, "cite": [8, 212, 272, 281, 290, 296, 323, 341, 343], "program": [8, 194, 208, 209, 231, 238, 265, 273, 323], "appropri": [8, 287], "polici": 8, "citat": [8, 14, 272], "identifi": [8, 9, 10, 17, 18, 289], "requir": [8, 9, 10, 17, 18, 21, 25, 98, 175, 176, 179, 189, 219, 234, 255, 256, 320, 343, 347, 348, 352], "just": [8, 174, 177, 279, 286, 316, 327, 337, 347, 348], "local": [8, 25, 40, 43, 254, 271, 272, 347], "store": [8, 24, 26, 28, 29, 36, 38, 39, 41, 42, 43, 44, 45, 46, 48, 54, 66, 72, 77, 88, 96, 108, 124, 134, 145, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 204, 205, 206, 207, 208, 209, 213, 221, 222, 226, 227, 229, 238, 248, 287, 323, 327, 347, 348, 349, 352], "_": [8, 145, 286, 347], "were": [8, 272, 279, 280, 295, 310, 316, 318, 320, 347, 349], "instrument": [9, 30, 49, 194, 202, 271, 281, 282, 286, 323, 342, 343], "hour": [9, 11, 59, 67, 73, 90, 97, 111, 125, 135, 271, 272, 282, 342], "psl": [9, 41, 42, 43, 44, 45, 271, 282], "network": [9, 10, 175, 176, 274, 284, 322, 328], "librari": [9, 16, 28, 162, 166, 243, 248, 253, 254, 290, 323, 338, 347], "ob": 9, "datadisplai": 9, "letter": [9, 10], "includ": [9, 24, 28, 30, 75, 127, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 178, 181, 191, 193, 204, 205, 207, 213, 232, 239, 253, 254, 272, 273, 284, 289, 300, 301, 314, 325, 326, 340, 342, 347], "prior": [9, 162, 166, 302, 344], "parsivel": [9, 41, 42, 274, 278, 283, 284], "disdromet": 9, "pressur": [9, 94, 98, 99, 100, 113, 114, 115, 158, 206, 208, 209, 210, 211, 242, 253, 255, 256, 288, 289, 295, 314], "datalogg": 9, "radiat": [9, 10, 30, 35, 175, 176, 206, 207, 208, 209, 273, 274, 281, 284, 290, 292, 296, 322, 323, 328, 341, 343, 347], "temp": [9, 175, 271, 280, 303], "rh": [9, 210, 303, 309, 311, 313, 315, 317, 319], "solar": [9, 176, 233, 253, 254, 300], "surfac": [9, 10, 100, 206, 215, 253, 274, 281, 284, 322, 328, 343], "meteorologi": [9, 208, 272, 275, 281, 284], "tip": [9, 307], "bucket": [9, 307], "tbrg": [9, 307, 345], "gpstrimbl": 9, "gp": 9, "trimbl": 9, "water": [9, 209, 210, 341], "vapor": [9, 206, 210, 341], "radar": [9, 42, 213, 244, 271, 273, 282, 290, 330], "": [9, 21, 24, 27, 28, 29, 38, 41, 42, 43, 44, 45, 46, 51, 69, 74, 78, 79, 100, 105, 113, 136, 149, 208, 209, 215, 233, 234, 237, 238, 240, 242, 247, 254, 255, 256, 258, 264, 271, 273, 279, 281, 286, 287, 290, 292, 302, 306, 311, 314, 315, 317, 323, 324, 342, 344, 347, 349, 352], "band": [9, 194], "moment": [9, 271, 272, 282], "ghz": 9, "precipit": [9, 210, 286, 307, 345], "bright": 9, "449rwp": 9, "449": [9, 44], "mhz": [9, 44], "sub": [9, 26, 44], "hourli": [9, 44, 342], "temperatur": [9, 45, 78, 79, 94, 98, 99, 100, 175, 202, 206, 208, 209, 210, 211, 215, 216, 219, 242, 253, 256, 262, 272, 274, 284, 289, 294, 298, 299, 303, 308, 310, 311, 314, 321, 324, 341], "915rwp": 9, "915": [9, 44], "915wp": 9, "fmcw": [9, 42, 271, 274, 278, 283, 284], "two": [9, 44, 75, 160, 178, 191, 205, 238, 239, 241, 271, 281, 282, 298, 320, 325, 326, 349], "digit": [9, 287], "dowload": 9, "budget": 10, "gml": [10, 30, 31, 32, 33, 34, 35, 292], "grad": 10, "surfrad": [10, 49, 274, 284, 285, 293, 349], "sitepag": 10, "html": [10, 89, 92, 262, 347], "latlon_bnd": 11, "ozon": [11, 30, 34, 279], "pm25": [11, 279], "data_typ": [11, 279], "b": [11, 42, 272, 279, 296, 323, 341, 343, 345, 347], "mon_typ": 11, "get": [11, 12, 13, 14, 16, 152, 155, 169, 177, 187, 193, 241, 252, 279, 286, 298, 311, 327, 335, 338, 343, 345], "aqi": [11, 12, 13, 279], "concentr": [11, 48, 78, 79, 214, 272], "within": [11, 157, 158, 166, 172, 254, 270, 273, 279, 327, 338, 347, 348], "geograph": [11, 85, 131, 137], "area": [11, 12, 13, 194, 213, 303, 312, 338, 347, 349], "intrest": 11, "doc": [11, 12, 13, 85, 89, 131, 193, 279, 290, 296, 298, 347, 348], "airnowapi": [11, 12, 13, 279, 347], "acces": [11, 12, 13], "server": [11, 12, 13, 16], "utc": [11, 253, 258, 272, 282, 307], "request": [11, 12, 13, 16, 43, 182, 200, 273, 326, 327, 347], "ddthh": 11, "lat": [11, 12, 13, 16, 25, 50, 89, 175, 176, 204, 237, 244, 249, 276, 287, 295, 297, 306, 313, 315, 316, 323], "lon": [11, 12, 13, 16, 25, 50, 89, 175, 176, 204, 237, 244, 249, 276, 287, 295, 297, 306, 313, 315, 316, 323], "bound": [11, 112, 126, 279, 301, 306, 313, 314], "box": [11, 126, 279], "minx": 11, "mini": [11, 274, 284, 285, 293], "maxx": 11, "maxi": 11, "pm10": [11, 279], "no2": 11, "so2": 11, "int": [11, 12, 13, 16, 21, 22, 28, 37, 74, 78, 79, 89, 98, 100, 101, 112, 114, 115, 126, 127, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 178, 180, 181, 182, 183, 184, 185, 186, 191, 194, 195, 196, 197, 199, 200, 202, 207, 208, 209, 211, 214, 215, 234, 238, 242, 248, 250, 251, 252, 253, 254, 255, 256, 258, 264, 344], "type": [11, 16, 30, 31, 32, 33, 34, 35, 48, 49, 63, 89, 127, 149, 153, 175, 176, 180, 182, 193, 199, 200, 219, 243, 244, 251, 252, 272, 284, 298, 312, 316, 327, 349], "monitor": [11, 306], "perman": 11, "mobil": 11, "onlt": 11, "char": 11, "object": [11, 12, 13, 28, 50, 53, 54, 59, 62, 63, 65, 66, 67, 68, 71, 72, 73, 81, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 101, 102, 107, 108, 109, 110, 111, 112, 116, 117, 119, 121, 123, 124, 125, 128, 133, 134, 135, 138, 196, 221, 222, 226, 227, 228, 229, 241, 244, 245, 258, 271, 279, 282, 288, 290, 298, 302, 303, 306, 307, 310, 312, 318, 323, 325, 337, 338, 341, 345, 347, 352], "zipcod": [12, 13, 279], "latlon": [12, 13, 279], "distanc": [12, 13, 176, 249, 253, 279], "25": [12, 13, 94, 98, 100, 175, 215, 265, 274, 303, 309, 314, 315, 319, 341, 345, 346], "histor": [12, 13, 349], "categori": [12, 13, 16, 112, 198, 279, 325], "report": [12, 13, 172, 193, 206, 248, 273, 323], "either": [12, 13, 15, 136], "zip": [12, 13, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "locat": [12, 13, 40, 43, 112, 126, 150, 182, 193, 204, 271, 298, 307, 327, 347], "defin": [12, 13, 24, 26, 28, 29, 38, 39, 41, 43, 44, 45, 46, 98, 113, 117, 144, 147, 148, 151, 153, 174, 194, 209, 251, 307, 316, 327, 342, 345, 347, 349], "must": [12, 13, 14, 15, 48, 62, 68, 81, 89, 91, 100, 102, 112, 116, 128, 131, 138, 146, 175, 176, 183, 184, 198, 211, 218, 242, 253, 254, 255, 256, 258, 351, 352], "loaction": [12, 13], "associ": [12, 13, 287, 307, 327, 352], "specifi": [12, 13, 14, 30, 58, 63, 77, 78, 79, 109, 110, 112, 113, 117, 131, 136, 238, 271, 287, 320, 327, 345, 352], "forcast": [12, 13, 279], "nearbi": [12, 13], "mile": [12, 13, 279], "xxxxxx": [12, 13], "60440": [12, 13], "2012": 12, "05": [12, 162, 243, 265, 274, 279, 297, 314, 328, 339, 345, 346], "31": [12, 312, 314, 323], "observ": [13, 15, 209, 215, 272, 282, 318], "pull": [13, 25, 58, 279, 347], "most": [13, 127, 149, 178, 179, 189, 191, 250, 348], "recent": [13, 348], "2021": [13, 242, 255, 256, 323], "12": [13, 271, 279, 286, 287, 295, 298, 299, 303, 310, 312, 314, 315, 316, 323, 327, 345], "45": [13, 310, 314], "87": 13, "doi": [14, 100, 215, 242, 255, 256, 272, 281, 290, 296, 323, 341, 343], "standard": [14, 21, 22, 24, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 43, 44, 45, 47, 49, 63, 113, 131, 143, 146, 149, 152, 155, 172, 177, 179, 189, 193, 213, 221, 222, 223, 226, 227, 229, 253, 259, 287, 289, 298, 308, 316, 323, 326, 338, 347, 349, 352], "yy": 14, "time_window": [15, 280], "lat_rang": 15, "lon_rang": 15, "station": [15, 248, 279, 280, 281], "iowa": 15, "mesonet": 15, "latitud": [15, 16, 89, 131, 175, 176, 202, 204, 233, 244, 249, 253, 254, 258, 279, 320], "longitud": [15, 16, 89, 131, 175, 176, 233, 244, 249, 253, 254, 258, 279, 320], "window": [15, 172, 178, 191, 194, 316, 323, 325], "tupl": [15, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 68, 70, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 91, 93, 95, 98, 100, 102, 103, 104, 106, 107, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 191, 198, 199, 238, 239, 243, 253, 254, 264, 279, 280, 295, 310, 318, 320, 343], "member": [15, 220], "python": [15, 28, 29, 94, 98, 100, 113, 209, 222, 242, 255, 256, 273, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348, 351], "datetim": [15, 28, 58, 60, 61, 75, 77, 195, 239, 245, 246, 247, 253, 254, 258, 271, 280, 307], "grab": [15, 75, 239, 307, 347], "aso": [15, 274, 278, 283, 284, 349], "asos_d": 15, "dict": [15, 24, 25, 53, 58, 60, 61, 63, 65, 71, 74, 78, 79, 87, 89, 94, 95, 98, 99, 100, 107, 112, 113, 117, 123, 133, 136, 146, 152, 156, 160, 173, 235, 236, 239, 251, 265, 279, 280, 295, 310, 314, 318, 320, 345], "dictionari": [15, 24, 25, 58, 60, 61, 63, 74, 78, 79, 89, 94, 98, 112, 117, 152, 156, 160, 173, 198, 235, 236, 239, 265, 287, 316, 327, 343, 345], "whose": [15, 25, 136, 236, 289, 292, 320], "kei": [15, 24, 63, 112, 152, 160, 198, 236, 306, 307, 335, 347], "timeseri": [15, 36, 48, 50, 110, 112, 113, 114, 232, 272, 274, 279, 280, 284, 294, 309, 317, 321, 352], "chicago": [15, 280], "o": [15, 279, 280, 281, 286, 289, 295, 296, 307, 310, 318, 323, 341, 343, 347], "hare": [15, 280], "airport": [15, 280], "simpli": [15, 16, 69, 105, 121, 131, 347, 348, 352], "10": [15, 24, 58, 78, 79, 98, 100, 113, 121, 172, 186, 194, 212, 213, 214, 215, 242, 244, 251, 255, 256, 271, 272, 274, 280, 281, 282, 286, 290, 292, 295, 296, 298, 300, 302, 304, 305, 307, 308, 309, 311, 312, 313, 314, 315, 319, 323, 324, 326, 338, 341, 342, 343, 344, 346, 347, 352], "kord": [15, 280], "my_asos": [15, 280], "get_aso": [15, 349], "ord": [15, 280], "year": [16, 37, 59, 67, 73, 90, 97, 111, 125, 135], "cropscap": [16, 349], "crop": 16, "project": [16, 89, 273, 347], "pase": 16, "indic": [16, 28, 30, 74, 89, 112, 120, 149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 177, 195, 211, 213, 219, 244, 252, 287, 310, 314, 316, 327, 347], "bad": [16, 112, 156, 158, 160, 161, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 181, 182, 193, 198, 238, 286, 287, 327, 342, 344], "handshak": 16, "so": [16, 21, 22, 27, 28, 63, 98, 112, 131, 151, 172, 178, 188, 191, 193, 194, 234, 241, 286, 323, 324, 343, 347, 348, 349], "verifi": [16, 231], "unsecur": 16, "own": [16, 178, 191, 272, 327, 347], "risk": 16, "until": [16, 69, 105], "resolv": 16, "copyright": 16, "center": [16, 172, 195, 234, 307, 342], "For": [16, 21, 24, 69, 78, 79, 89, 105, 131, 136, 173, 194, 238, 272, 273, 284, 323, 336, 342, 347, 348, 352], "spatial": [16, 131, 274, 284, 294, 321], "2009": 16, "2018": [16, 318], "point": [16, 25, 43, 100, 112, 115, 194, 208, 209, 211, 238, 249, 287, 301, 313, 314, 338], "croptyp": [16, 349], "get_cropscap": [16, 349], "36": [16, 274, 279, 287, 314, 346], "8172": 16, "97": [16, 279], "1709": 16, "print_to_screen": [17, 18], "print": [17, 18, 28, 29, 38, 158, 174, 177, 180, 181, 182, 183, 187, 193, 198, 199, 200, 203, 219, 238, 252, 279, 287, 292, 306, 313, 315, 323, 327, 330, 331, 336, 337, 338, 344, 347, 352], "screen": [17, 18], "month": [17, 59, 67, 73, 90, 97, 111, 125, 135], "titl": [18, 52, 64, 70, 74, 75, 76, 77, 78, 79, 80, 86, 89, 93, 100, 106, 110, 112, 114, 115, 120, 122, 126, 127, 132, 271, 303, 307, 330], "read": [19, 21, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 151, 181, 193, 198, 210, 238, 252, 271, 273, 274, 276, 281, 282, 284, 285, 286, 289, 292, 293, 298, 299, 300, 301, 303, 305, 306, 307, 308, 309, 311, 312, 313, 314, 316, 317, 319, 323, 324, 325, 326, 327, 330, 335, 336, 337, 338, 340, 341, 342, 343, 344, 347, 352], "write": [19, 20, 21, 24, 31, 33, 35, 94, 98, 146, 261, 286, 287, 323, 342], "class": [19, 20, 50, 51, 63, 69, 85, 92, 105, 121, 131, 142, 143, 157, 188, 190, 192, 217, 218, 220, 222, 327, 337, 347], "xarray_d": 20, "clean": [20, 21, 28, 30, 31, 32, 33, 34, 35, 49, 143, 144, 145, 146, 149, 156, 177, 179, 181, 189, 193, 194, 240, 286, 287, 308, 316, 323, 324, 338, 344], "up": [20, 21, 25, 27, 30, 31, 32, 33, 34, 35, 49, 100, 112, 143, 144, 145, 149, 156, 175, 193, 237, 238, 240, 258, 265, 272, 281, 286, 287, 292, 296, 298, 300, 302, 303, 308, 312, 313, 316, 320, 323, 324, 327, 338, 342, 344, 345, 347, 350], "cleanup_global_att": 21, "cleanup_qc_att": 21, "join_char": 21, "__": [21, 146], "make_copi": 21, "cf_compliant": [21, 287], "delete_global_attr": 21, "qc_standards_vers": [21, 287], "qc_method": [21, 287], "qc_comment": [21, 287], "fillvalu": 21, "9999": [21, 24, 25, 149, 153, 252, 287, 296, 343], "cf_convent": 21, "cf": [21, 143, 144, 145, 146, 149, 152, 287, 308, 326], "8": [21, 89, 121, 131, 271, 279, 282, 287, 297, 314, 316, 319, 320, 323, 325, 327, 331, 345], "kwarg": [21, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 51, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 85, 86, 87, 89, 92, 93, 95, 99, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 121, 122, 123, 126, 127, 131, 132, 133, 136, 137, 144, 146, 149, 251], "wrapper": [21, 149, 243], "around": [21, 89, 100, 194, 243, 272, 298, 316], "to_netcdf": [21, 287, 342], "some": [21, 24, 27, 28, 30, 31, 32, 33, 34, 35, 38, 49, 63, 112, 148, 151, 154, 194, 209, 272, 287, 298, 302, 306, 323, 327, 336, 337, 342, 344, 347, 349], "thing": [21, 145, 286, 323, 347], "dure": [21, 202, 206, 272, 347], "qc": [21, 203, 219, 274, 284, 286, 287, 294, 321, 322, 323, 324, 327, 328, 336, 340, 342, 346], "cleanup": [21, 28, 177, 179, 181, 189, 193, 194, 286, 308, 323, 324], "better": [21, 178, 191, 237, 273, 287, 316], "forecast": [21, 279, 323], "underscor": [21, 146, 155, 205, 289, 292], "would": [21, 58, 113, 131, 160, 181, 238, 273, 284, 287, 298, 324, 325, 347], "written": [21, 161, 163, 164, 165, 167, 168, 170, 171, 262, 286, 306, 310, 318], "singl": [21, 24, 28, 38, 75, 145, 147, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 197, 198, 212, 239, 241, 251, 258, 287, 312, 314, 347], "charact": [21, 112, 145, 146, 198, 316], "7": [21, 98, 182, 183, 197, 199, 200, 272, 279, 293, 297, 302, 314, 317, 323, 327, 347, 348], "doe": [21, 28, 29, 42, 98, 146, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 177, 180, 193, 241, 251, 252, 261, 273, 286, 290, 327, 338, 344, 347, 348, 351], "attribur": [21, 193], "delimet": 21, "white": [21, 42, 60, 112, 316], "word": [21, 112, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 222, 327, 347], "sting": 21, "when": [21, 28, 37, 38, 89, 95, 112, 119, 120, 131, 136, 148, 180, 183, 184, 186, 198, 202, 218, 219, 232, 234, 252, 267, 271, 289, 292, 298, 302, 338, 347, 348], "copi": [21, 43, 241, 347], "larg": [21, 162, 166, 232, 272], "add": [21, 52, 53, 62, 63, 64, 65, 68, 70, 71, 81, 86, 87, 89, 91, 93, 95, 102, 106, 107, 116, 122, 123, 128, 132, 133, 138, 149, 154, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 193, 212, 232, 233, 244, 252, 265, 287, 300, 307, 312, 313, 314, 323, 324, 326, 327, 342, 345, 347, 348, 352], "memori": [21, 323], "ok": [21, 279], "try": [21, 25, 63, 100, 114, 120, 126, 127, 180, 202, 219, 244, 290, 336], "addit": [21, 29, 58, 61, 74, 77, 78, 79, 85, 92, 94, 98, 99, 100, 113, 114, 115, 121, 126, 127, 131, 136, 137, 146, 194, 207, 211, 287, 323, 352], "complient": [21, 219], "rune": 21, "method": [21, 28, 51, 69, 105, 131, 144, 146, 147, 148, 149, 151, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 184, 185, 186, 187, 188, 189, 191, 193, 194, 213, 220, 228, 251, 307, 323, 327, 330, 336, 337, 347], "first": [21, 24, 28, 37, 44, 120, 131, 155, 165, 166, 171, 173, 174, 179, 189, 196, 198, 205, 210, 238, 254, 271, 272, 279, 287, 312, 323, 327, 338, 347, 352], "best": [21, 30, 31, 33, 35, 194, 213, 287, 310, 347], "trueli": 21, "document": [21, 28, 53, 63, 65, 69, 71, 87, 89, 95, 100, 105, 107, 123, 133, 136, 193, 268, 270, 342], "delet": [21, 53, 65, 71, 87, 95, 107, 123, 133, 181, 261, 267, 347, 349], "need": [21, 25, 27, 28, 30, 35, 63, 85, 92, 94, 98, 109, 110, 112, 115, 117, 131, 153, 175, 176, 180, 182, 185, 186, 193, 194, 213, 219, 232, 241, 243, 255, 256, 273, 279, 281, 286, 287, 295, 307, 308, 316, 324, 327, 336, 344, 347], "_fillvalu": [21, 153, 252], "missing_valu": [21, 153, 169, 252, 287, 327], "upon": [21, 347], "confus": 21, "perfect": 21, "leav": [21, 323], "what": [21, 25, 27, 30, 53, 63, 65, 71, 87, 89, 95, 107, 113, 123, 127, 133, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 306, 316, 323, 327, 337, 342, 344, 347, 348], "keyword": [21, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 86, 87, 89, 93, 95, 98, 99, 100, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 122, 123, 126, 127, 131, 132, 133, 136, 137, 145, 146, 149, 173, 209, 219, 242, 251, 252, 255, 256, 296, 306, 323, 325], "path": [21, 23, 25, 26, 30, 31, 32, 33, 34, 35, 40, 43, 46, 49, 196, 198, 214, 238, 240, 251, 257, 260, 261, 266, 267, 274, 281, 284, 286, 287, 294, 321, 337, 338, 347, 348], "nc": [21, 26, 46, 121, 220, 271, 272, 276, 287, 296, 302, 306, 312, 316, 320, 323, 324, 325, 330, 335, 336, 337, 341, 342, 343, 344], "check": [22, 23, 146, 151, 155, 156, 160, 162, 174, 177, 187, 193, 209, 212, 238, 252, 271, 272, 323, 326, 327, 342, 347], "conform": [22, 63], "flag": [22, 145, 152, 158, 159, 162, 166, 174, 179, 180, 183, 189, 193, 194, 198, 219, 233, 238, 274, 284, 294, 316, 321, 322, 323, 324, 327, 328, 342, 348], "correspond": [22, 25, 63, 89, 98, 99, 101, 117, 126, 127, 136, 137, 160, 166, 177, 195, 232, 239, 262, 272, 325, 326, 344, 347, 349], "whether": [22, 24, 26, 46, 58, 238, 272, 347], "bit": [22, 144, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 181, 182, 183, 193, 197, 199, 200, 238, 287, 327, 347], "pack": [22, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 197, 200, 287, 338], "ye": 22, "filenam": [23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 43, 46, 49, 220, 224, 225, 230, 251, 260, 261, 266, 267, 274, 284, 286, 288, 306, 334, 338, 339, 345, 347], "unpack": [23, 240, 267, 327, 338], "gunzip": [23, 257, 260, 266, 274, 284, 334, 339], "tar": [23, 240, 261, 267, 274, 284, 334, 339], "content": [23, 267, 341], "pathlib": [23, 27, 28, 30, 31, 32, 33, 34, 35, 43, 198, 240, 251, 257, 260, 261, 266, 267, 338], "extract": [23, 58, 60, 61, 220, 240, 261, 266, 267, 323, 337, 338], "variable_map": 24, "soil_map": 24, "depth_profil": 24, "15": [24, 69, 105, 131, 194, 280, 289, 291, 292, 296, 299, 300, 305, 308, 313, 314, 315, 323, 324, 326, 338, 342, 343, 344, 345, 352], "30": [24, 127, 185, 194, 212, 238, 271, 272, 279, 286, 314, 319, 342], "35": [24, 158, 274, 279, 286, 293, 314, 321], "50": [24, 25, 58, 100, 271, 272, 279, 287, 297, 314], "75": [24, 100, 311], "100": [24, 58, 100, 178, 186, 191, 241, 272, 279, 309, 319], "include_missing_vari": 24, "metadata": [24, 26, 28, 29, 38, 39, 40, 41, 42, 43, 44, 45, 46, 337, 347], "ha": [24, 28, 38, 56, 57, 63, 85, 92, 112, 114, 121, 131, 158, 178, 191, 193, 194, 241, 244, 252, 273, 282, 287, 311, 323, 325, 327, 347, 348, 349, 352], "ensur": [24, 28, 38, 46, 74, 177, 193, 194, 287, 338, 347], "correctli": [24, 28, 38, 117, 144, 147, 151, 153, 172], "fomat": [24, 28, 38], "ameriflux": [24, 274, 284, 285, 293], "map": [24, 89, 114, 120, 137, 273, 274, 284, 286, 287, 294, 321, 349], "var_map": 24, "co2_flux": [24, 272, 286], "fc": 24, "umol": 24, "m": [24, 42, 100, 113, 175, 176, 198, 206, 208, 209, 212, 213, 215, 242, 243, 245, 247, 249, 255, 256, 262, 272, 281, 307, 336, 343, 347], "soil": [24, 286], "understood": 24, "script": [24, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 349], "attempt": [24, 89, 99, 100, 113, 136, 137, 152, 169, 178, 187, 191, 193, 219, 241, 243], "depth": [24, 58, 194, 208, 347], "nor": 24, "sensor_height": 24, "assum": [24, 55, 56, 57, 58, 60, 61, 112, 144, 160, 178, 191, 206, 237, 240, 265, 286, 325, 347], "index": [24, 29, 52, 55, 56, 57, 58, 60, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 92, 93, 100, 103, 104, 106, 109, 110, 112, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 132, 136, 137, 140, 141, 173, 182, 183, 185, 186, 241, 271, 279, 286, 313, 314, 325, 327, 331], "chosen": [24, 89, 173, 174, 195, 235], "closest": 24, "complet": 24, "miss": [24, 30, 31, 33, 35, 43, 149, 153, 169, 175, 176, 177, 193, 238, 252, 264, 327, 342, 347], "chose": 24, "datafram": [24, 36, 279, 286], "df": [24, 286], "panda": [24, 28, 29, 36, 273, 279, 348], "easi": [24, 292, 296, 302, 352], "csv": [24, 29, 30, 35, 40, 279, 281, 286, 349], "proc": 25, "set_dim": 25, "version": [25, 260, 287, 347, 348, 350], "scalar_fill_dim": [25, 287], "local_fil": 25, "dod": [25, 287], "build": [25, 157, 351], "size": [25, 77, 98, 112, 214, 258, 272, 274, 279, 284, 287, 294, 313, 315, 316, 321, 323, 327, 335, 349], "off": [25, 31, 33, 35, 352], "inst": [25, 148], "level": [25, 42, 100, 112, 115, 127, 144, 158, 162, 179, 189, 210, 220, 221, 223, 256, 297, 337], "e": [25, 42, 58, 100, 112, 114, 163, 164, 165, 167, 168, 171, 194, 202, 206, 208, 209, 212, 241, 242, 255, 256, 272, 287, 289, 347, 348], "vdi": [25, 287], "kazrg": 25, "a1": [25, 271, 276, 324], "dim": [25, 58, 241, 279], "unless": [25, 347], "exactli": 25, "drop_diamet": [25, 287], "1440": [25, 287], "ingest": [25, 315, 323], "latest": [25, 85, 89, 92, 131, 273, 347], "non": [25, 28, 63, 166, 241, 325], "cannot": [25, 272], "duplic": [25, 273, 314], "increment": 25, "depend": [25, 26, 46, 80, 202, 238, 272, 345, 347, 348], "sometim": [25, 287], "scalar": [25, 199, 200, 243, 247, 252, 253, 254, 258], "main": [25, 206, 347, 352], "wai": [25, 278, 279, 284, 285, 287, 294, 322, 329, 345, 347, 348], "similarli": [25, 347], "load": [25, 28, 29, 38, 47, 48, 63, 198, 288, 347, 352], "pcm": 25, "popul": [25, 287], "save_nc": [26, 46], "out_nc_path": [26, 46], "dead_tim": [26, 46], "sigma": [26, 46], "v5": [26, 46], "mpl2nc": [26, 46, 273], "dask": [26, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 175, 176, 196, 215, 237, 263, 273, 296, 306, 315, 323, 326, 348], "routin": [26, 30, 31, 32, 33, 34, 35, 49, 51, 63, 105, 114, 264, 349, 352], "save": [26, 46, 48, 215, 238, 284, 285, 341], "intermedi": [26, 46, 48], "correct": [26, 28, 30, 31, 32, 33, 34, 35, 46, 49, 144, 150, 151, 177, 202, 213, 251, 273, 274, 277, 289, 290, 296, 316, 340, 343, 347], "dead": [26, 46], "open_dataset": [26, 46], "mmcr": 27, "split": [27, 112, 126, 127, 146, 241, 307], "mode": [27, 44, 232, 272, 347, 348], "interleav": 27, "readabl": [27, 145, 188], "modif": 27, "ahead": [27, 194, 302], "posixpath": [27, 28, 251, 338], "concat_dim": 28, "return_non": [28, 38], "combin": [28, 193, 347], "by_coord": 28, "decode_tim": 28, "use_cftim": 28, "use_base_tim": 28, "combine_attr": 28, "overrid": [28, 114, 117, 234, 238, 276, 286, 342], "cleanup_qc": [28, 146, 156, 174, 175, 176, 177, 179, 189, 193, 198, 323, 326, 344], "keep_vari": [28, 316, 323], "concaten": [28, 29, 352], "catch": [28, 38, 252], "ioerror": [28, 38], "except": [28, 38, 175, 176, 177, 290], "open_mfdataset": 28, "determin": [28, 74, 75, 76, 77, 78, 79, 80, 89, 99, 100, 114, 115, 126, 127, 162, 174, 181, 212, 232, 258, 310, 347], "decod": [28, 248, 307], "appear": [28, 272], "anywai": 28, "usag": [28, 350], "cftime": 28, "pars": [28, 197, 198, 220, 241, 245, 274, 284, 334, 339], "establish": 28, "timezon": [28, 253, 254, 258], "offset": [28, 234, 286, 342], "becaus": [28, 149, 219, 336, 348], "parser": [28, 337], "recogn": [28, 242, 255, 256], "zone": 28, "detect": [28, 136, 137, 162, 178, 191, 194, 213, 264, 316, 323, 330], "datetime64": [28, 198, 232, 247, 250, 253, 254, 258, 259, 264, 271, 272, 279, 306, 312, 315, 323, 327], "base_tim": [28, 287, 306, 313, 315], "time_offset": [28, 287, 306, 313, 315], "older": 28, "incorrectli": [28, 148, 149, 150, 151], "second": [28, 44, 59, 67, 73, 90, 97, 111, 120, 125, 135, 160, 165, 171, 178, 191, 198, 205, 208, 214, 234, 237, 238, 241, 250, 251, 264, 272, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "sinc": [28, 145, 146, 181, 222, 316, 323, 327], "epoch": 28, "attr": [28, 38, 187, 213, 272, 287, 289, 316, 327, 331, 336, 342, 345], "merg": [28, 271, 274, 276, 284, 286, 340, 345, 346, 347], "call": [28, 30, 69, 105, 113, 131, 146, 149, 177, 179, 183, 189, 193, 199, 276, 279, 289, 291, 292, 295, 302, 310, 311, 318, 323, 324, 327, 337, 338, 347, 348], "ancillari": [28, 159, 161, 163, 164, 165, 167, 168, 170, 171, 175, 176, 179, 189, 193, 323, 326], "control": [28, 112, 117, 144, 146, 147, 148, 149, 150, 151, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 189, 191, 193, 199, 200, 271, 273, 274, 325, 328, 344], "behavior": [28, 327], "desir": [28, 75, 76, 219, 238, 239, 243, 352], "exclud": [28, 156, 181, 182, 193, 213, 336], "via": [28, 236, 310], "drop_vari": 28, "still": [28, 29, 173, 347], "sound": [28, 29, 38, 94, 99, 100, 208, 209, 211, 274, 284, 294, 319, 321, 329, 332, 347], "test": [28, 29, 38, 92, 113, 142, 144, 146, 147, 149, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 198, 199, 208, 213, 257, 286, 287, 303, 312, 316, 317, 323, 325, 326, 327, 343, 352], "import": [28, 29, 38, 174, 177, 180, 181, 182, 183, 187, 193, 197, 198, 199, 200, 220, 252, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 352], "sample_fil": [28, 29, 38, 92, 113, 149, 286, 317, 347, 352], "example_sonde_wildcard": [28, 347, 352], "sep": [29, 146], "engin": [29, 296], "column_nam": 29, "skipfoot": 29, "ignore_index": 29, "separ": [29, 145, 146, 193, 238, 274, 284, 294, 321, 348, 349], "column": [29, 35, 63, 305], "verbos": [29, 47, 181, 219, 347], "concat": [29, 46], "axi": [29, 54, 55, 56, 57, 58, 60, 61, 62, 66, 68, 69, 72, 74, 75, 76, 77, 78, 79, 80, 81, 88, 89, 91, 96, 99, 100, 102, 105, 108, 110, 112, 113, 114, 115, 116, 117, 120, 124, 126, 127, 128, 134, 136, 137, 138, 232, 274, 284, 294, 298, 299, 302, 303, 307, 310, 316, 318, 321, 349], "result": [29, 30, 74, 151, 158, 161, 163, 164, 165, 167, 168, 170, 171, 173, 175, 176, 182, 183, 198, 205, 208, 209, 252, 253, 254, 257, 258, 279, 281, 287, 292, 296, 314, 323, 324, 327, 341, 342, 343, 347], "label": [29, 89, 112, 115, 120, 233, 241, 248, 279, 281, 289, 292, 307, 318, 325, 335, 341, 342, 344, 345], "n": [29, 175, 176, 271, 279, 287, 298, 306, 307, 310, 315, 323, 327, 333, 348], "where": [29, 112, 113, 114, 127, 149, 158, 159, 160, 169, 172, 182, 183, 204, 205, 206, 207, 212, 213, 232, 238, 264, 272, 300, 307, 323, 327, 347], "meaning": 29, "ax": [29, 54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 76, 77, 80, 81, 88, 89, 91, 94, 96, 98, 99, 100, 101, 102, 108, 110, 112, 114, 115, 116, 117, 119, 124, 126, 127, 128, 134, 136, 137, 138, 271, 272, 280, 282, 286, 299, 302, 307, 310, 311, 312, 314, 318, 335, 345, 349, 352], "respect": [29, 235, 295], "join": [29, 155, 271, 281, 307], "argument": [29, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 76, 77, 78, 79, 80, 86, 87, 89, 93, 95, 98, 99, 100, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 122, 123, 126, 127, 131, 132, 133, 136, 137, 149, 289, 292, 306, 347], "example_csv_wildcard": 29, "datatyp": [30, 182], "remove_time_var": [30, 35], "convert_miss": [30, 31, 33, 35], "guess": [30, 152, 241], "daga": 30, "tri": 30, "mostli": 30, "full": [30, 31, 32, 33, 34, 35, 43, 49, 127, 193, 194, 198, 231, 238, 240, 251, 260, 261, 266, 267, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345], "In": [30, 85, 92, 112, 131, 208, 213, 271, 272, 273, 302, 308, 320, 323, 324, 336, 347, 349, 351, 352], "theori": 30, "expect": [30, 31, 33, 35, 146, 152, 232, 272, 298], "bypass": 30, "goe": [30, 242, 255, 256], "directli": [30, 272, 327, 338], "met": [30, 198, 220, 274, 281, 284, 294, 299, 300, 303, 305, 307, 308, 311, 321, 337, 338, 343, 345, 352], "co2": [30, 78, 79, 272], "halo": 30, "converet": [30, 149], "convers": [30, 219, 242, 255, 256], "those": [30, 75, 112, 148, 151, 181, 239, 262, 307, 323, 327, 348, 349], "nan": [30, 31, 33, 35, 112, 149, 153, 162, 166, 169, 172, 181, 182, 183, 202, 212, 213, 232, 252, 323, 327, 342], "long_nam": [30, 31, 32, 33, 34, 35, 49, 89, 120, 151, 160, 287, 313, 327], "stuff": [30, 31, 32, 33, 34, 35, 49], "carbon": [31, 272], "dioxid": [31, 272], "preserv": [31, 33, 35, 146, 243], "read_csv": [31, 32, 33, 34, 35], "halocarbon": 32, "returend": 35, "onc": [35, 48, 272, 338, 347, 348, 352], "file_nam": [36, 47, 48, 214, 347], "sp2": [36, 47, 196, 203], "housekeep": [36, 214], "hk_d": [36, 214], "base_year": 37, "2000": 37, "skiprow": 37, "input": [37, 234, 237, 241, 243, 289, 295, 310, 318], "hysplit": [37, 274, 284, 285, 293], "trajectori": [37, 274, 284, 285, 293], "plot": [37, 232, 264, 273, 274, 278, 279, 281, 283, 285, 286, 293, 306, 310, 318, 320, 321, 322, 323, 324, 328, 330, 334, 338, 339, 340, 342, 344, 346, 347, 352], "centuri": 37, "skip": [37, 219, 347], "row": [37, 53, 63, 65, 69, 71, 87, 95, 105, 107, 123, 133], "header": 37, "ffi1001": 38, "icartt": [38, 273, 274, 284, 285, 293, 295, 310, 318], "ffi2110": 38, "aaf_sample_fil": 38, "_datastream": [38, 289, 315, 323], "filepath": [39, 40, 44, 45, 257], "flat": [39, 291], "mfa": [39, 291], "sodar": [39, 274, 284, 285, 293], "scintec": [39, 291], "com": [39, 242, 255, 256, 273, 291, 347, 348, 351], "variable_fil": [40, 281], "position_fil": [40, 281], "sensor": 40, "posit": [40, 80, 112, 120, 181, 182, 194, 197, 202, 234, 253, 254, 255, 256, 258, 281, 318, 342], "section": [42, 50, 113, 115, 131, 136, 137, 270, 274, 284, 294, 321, 347], "detail": [42, 53, 65, 71, 87, 89, 95, 107, 123, 133, 268, 347, 349], "support": [42, 48, 131, 272, 289, 290, 295, 310, 318, 347, 352], "easili": [42, 147, 272, 292, 298], "discoveri": [42, 271, 272, 273, 274, 279, 280, 281, 282, 283, 292, 296, 323, 341, 342, 343, 352], "download_noaa_psl_data": [42, 271, 282, 349], "johnston": 42, "paul": 42, "jame": [42, 212], "r": [42, 100, 215, 242, 255, 256, 272, 310], "jordan": 42, "allen": 42, "david": 42, "carter": 42, "costa": 42, "thoma": 42, "ayer": 42, "fm": 42, "cw": 42, "snow": 42, "journal": [42, 206, 209], "atmospher": [42, 99, 100, 158, 175, 208, 209, 210, 212, 253, 268, 272, 281, 289, 290, 296, 323, 341, 343, 347, 351, 352], "ocean": [42, 215, 288], "technologi": 42, "34": [42, 314], "249": 42, "267": 42, "conf_fil": 43, "surfacemet": 43, "conf": 43, "noaapsl_surfacemet": 43, "yaml": [43, 198, 323], "rel": [43, 202, 210, 274, 284, 287, 294, 311, 321, 347], "configur": [43, 196, 349], "describ": [43, 89, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 231], "Then": [43, 286, 311, 338, 347], "updat": [43, 145, 147, 148, 173, 177, 179, 181, 189, 193, 218, 219, 248, 262, 270, 271, 273, 287, 297, 307, 311, 318, 323, 336, 347, 349], "open": [43, 48, 273, 290, 347, 348], "github": [43, 92, 242, 255, 256, 270, 273, 284, 348, 351], "transpos": [44, 45], "both": [44, 120, 159, 193, 271, 282, 327, 336, 347], "weber": 44, "wuertz": 44, "mode_one_d": 44, "mode_two_d": 44, "thei": [46, 181, 206, 287, 347], "sort": [46, 78, 79, 126, 271], "otherwis": [46, 63, 77, 219], "properli": [46, 347], "debug": [47, 203], "arm_convent": 47, "binari": [47, 195, 196, 273, 287], "raw": [47, 196, 271, 274, 282, 284, 285, 293, 327], "wave": [47, 202, 206, 207, 262], "form": [47, 94, 98, 127, 292, 327], "sp2b": 47, "waveform": [47, 77, 196], "particl": [47, 48, 196, 203, 214], "dat": [48, 292], "gener": [48, 74, 78, 79, 162, 196, 213, 214, 251, 270, 273, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "igor": 48, "wildcard": [48, 352], "individu": [48, 146, 202, 287], "conc": 48, "displai": [50, 51, 53, 54, 59, 62, 69, 71, 72, 73, 75, 76, 80, 81, 85, 87, 88, 90, 91, 92, 95, 96, 97, 102, 105, 107, 108, 109, 110, 111, 112, 116, 117, 119, 121, 123, 124, 125, 127, 128, 131, 133, 134, 135, 138, 271, 272, 279, 280, 281, 282, 286, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 305, 306, 307, 308, 309, 310, 311, 312, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 330, 338, 341, 342, 343, 344, 345, 347, 349, 352], "inherit": [50, 51, 63, 69, 85, 92, 105, 121, 131], "contourdisplai": [50, 297], "contour": [50, 51, 57, 58, 60, 61, 127, 274, 284, 294, 298, 321], "distributiondisplai": [50, 303, 304, 306, 310, 312, 318, 349], "distribut": [50, 69, 77, 162, 212, 214, 272, 273, 274, 284, 294, 321], "relat": [50, 69, 194, 272, 347], "geographicplotdisplai": [50, 288, 295], "skewtdisplai": [50, 301, 313, 314], "skew": [50, 92, 98, 100, 274, 284, 294, 301, 321], "t": [50, 92, 98, 100, 181, 198, 208, 209, 215, 238, 250, 274, 284, 294, 301, 321, 324, 327, 341, 347], "diagram": 50, "timeseriesdisplai": [50, 63, 271, 272, 279, 280, 281, 282, 286, 289, 291, 292, 296, 300, 302, 305, 307, 308, 309, 311, 312, 315, 316, 317, 319, 323, 324, 325, 326, 330, 338, 341, 342, 343, 344, 345, 349, 352], "windrosedisplai": [50, 63, 298, 299, 319], "rose": [50, 121, 126, 127, 129, 130, 274, 284, 294, 309, 319, 321, 347], "xsectiondisplai": [50, 320], "subplot_shap": [51, 53, 63, 65, 69, 71, 87, 92, 95, 98, 105, 107, 121, 123, 131, 133, 271, 272, 280, 282, 286, 289, 291, 292, 296, 298, 299, 303, 308, 312, 316, 317, 319, 320, 323, 324, 325, 326, 330, 338, 341, 342, 343, 344, 345], "ds_name": [51, 63, 69, 85, 92, 105, 121, 131, 289], "subclass": [51, 62, 63, 68, 81, 91, 102, 105, 116, 128, 138], "therefor": [51, 69, 85, 92, 105, 121, 131, 352], "mappabl": [52, 64, 70, 86, 93, 106, 122, 132], "subplot_index": [52, 55, 56, 57, 58, 60, 61, 62, 64, 68, 70, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 91, 93, 100, 102, 103, 104, 106, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 126, 127, 128, 129, 130, 132, 136, 137, 138, 139, 140, 141, 271, 272, 280, 282, 286, 289, 291, 292, 296, 298, 303, 305, 308, 312, 315, 317, 319, 320, 323, 324, 325, 326, 330, 338, 341, 342, 343, 344, 352], "pad": [52, 64, 70, 86, 93, 106, 122, 132, 299], "width": [52, 64, 70, 86, 93, 106, 122, 132, 214, 307], "colorbar": [52, 63, 64, 70, 76, 86, 89, 93, 106, 112, 114, 115, 120, 122, 132, 316], "matplotlib": [52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 105, 106, 107, 108, 110, 112, 113, 114, 115, 116, 117, 122, 123, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 271, 272, 273, 279, 280, 281, 282, 286, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 330, 335, 338, 341, 342, 343, 344, 345, 348, 352], "subplot": [52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 91, 92, 93, 95, 100, 102, 103, 104, 105, 106, 107, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 271, 289, 302, 307, 335, 352], "x": [52, 55, 56, 57, 58, 60, 61, 64, 70, 74, 76, 80, 82, 83, 84, 86, 93, 103, 104, 106, 110, 112, 114, 117, 118, 120, 122, 127, 131, 132, 136, 140, 141, 175, 176, 271, 302, 303, 307, 310, 316, 320], "right": [52, 64, 70, 86, 93, 98, 106, 112, 122, 132, 234, 270, 311, 316, 342, 349], "placement": [52, 64, 70, 86, 93, 106, 122, 132, 316], "plt": [52, 55, 56, 57, 58, 60, 61, 63, 64, 69, 70, 86, 92, 93, 105, 106, 110, 112, 114, 115, 117, 122, 126, 127, 132, 271, 272, 279, 280, 281, 282, 286, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 330, 335, 338, 341, 342, 343, 344, 345, 352], "cbar": [52, 64, 70, 86, 93, 106, 122, 132], "secondary_i": [53, 65, 71, 87, 107, 123, 133, 311], "subplot_kw": [53, 63, 65, 71, 87, 95, 107, 123, 133], "figur": [53, 54, 63, 65, 66, 69, 71, 72, 87, 88, 89, 94, 95, 96, 98, 101, 105, 107, 108, 120, 123, 124, 133, 134, 307, 312, 316, 335, 352], "overwritten": [53, 65, 71, 87, 95, 107, 123, 133], "structur": [53, 65, 71, 87, 95, 107, 123, 133, 203, 271], "col": [53, 65, 71, 87, 95, 107, 123, 133], "fig": [53, 54, 63, 65, 66, 71, 72, 87, 88, 95, 96, 107, 108, 123, 124, 133, 134, 302, 307, 312, 316, 335, 352], "pyplot": [53, 65, 71, 74, 75, 76, 77, 78, 79, 80, 87, 89, 95, 107, 123, 131, 133, 264, 271, 272, 279, 280, 281, 282, 286, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 330, 335, 338, 341, 342, 343, 344, 345], "further": [53, 65, 71, 87, 89, 95, 107, 123, 133, 281, 349, 352], "assign": [54, 66, 72, 88, 96, 108, 124, 134, 236, 307, 312], "onli": [54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 81, 88, 91, 95, 96, 102, 108, 109, 110, 112, 116, 117, 124, 128, 131, 134, 136, 138, 149, 159, 160, 162, 179, 182, 189, 196, 213, 239, 241, 261, 263, 271, 276, 300, 316, 323, 347], "seri": [54, 66, 72, 88, 89, 96, 105, 108, 112, 114, 117, 120, 124, 134, 147, 159, 160, 178, 191, 231, 247, 264, 265, 271, 273, 279, 292, 325, 352], "y": [55, 56, 57, 58, 60, 61, 74, 76, 84, 104, 112, 114, 115, 119, 120, 131, 136, 141, 245, 247, 271, 272, 274, 281, 284, 294, 303, 307, 310, 316, 318, 320, 321, 343, 345, 349], "u": [55, 61, 98, 100, 101, 114, 210, 270, 280, 286, 290, 298, 306, 327], "v": [55, 61, 98, 100, 101, 114, 262, 280, 296, 303, 341, 342, 343, 345, 347], "been": [55, 56, 57, 58, 60, 61, 112, 193, 194, 213, 262, 271, 273, 276, 287, 311, 347, 349], "grid": [55, 56, 57, 58, 60, 61, 115, 208, 307], "z": [55, 56, 57, 58, 60, 61, 100, 242, 255, 256, 310], "compon": [55, 100, 114, 220], "vector": [55, 253, 254], "alreadi": [56, 57, 149, 188, 193, 271], "cubic": [58, 61], "contourf": 58, "grid_delta": [58, 61, 297], "grid_buff": [58, 61], "twod_dim_valu": 58, "slice": [58, 60, 61, 131, 136, 232, 236, 298, 299, 306, 320, 325], "interpol": [58, 61, 115, 209, 301, 313, 314], "scipi": [58, 61, 273, 310, 347, 348], "rbf": [58, 61], "delta": [58, 61, 231], "buffer": [58, 61, 89], "group": [59, 67, 73, 90, 97, 111, 112, 125, 135, 299], "One": [59, 67, 73, 90, 97, 111, 125, 135, 313, 347, 348], "dai": [59, 67, 73, 90, 97, 109, 111, 112, 114, 115, 125, 135, 254, 272, 274, 284, 294, 307, 309, 316, 319, 321], "minut": [59, 67, 73, 90, 97, 111, 125, 135, 237, 238, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "etc": [59, 67, 73, 90, 97, 111, 125, 135, 194, 213], "groupbi": [59, 67, 73, 90, 97, 111, 119, 125, 135, 299], "displaygroupbi": [59, 67, 73, 90, 97, 111, 125, 135], "retun": [59, 67, 73, 90, 97, 111, 125, 135], "text_color": 60, "color": [60, 89, 112, 114, 117, 120, 127, 272, 291, 297, 305, 310, 311, 316, 326, 330, 341, 345], "text": [60, 89, 112, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 279, 282, 307, 310, 314, 316], "mesh": [61, 297], "barb": [61, 100, 113, 114, 271, 291, 309, 319], "clear": [62, 68, 81, 91, 102, 112, 116, 128, 138, 202, 206, 272], "common": [63, 178, 191, 217, 250], "recommend": [63, 113, 115, 175, 176, 273, 347, 348], "instead": [63, 74, 78, 79, 94, 98, 112, 114, 177, 179, 180, 182, 183, 189, 198, 212, 241, 242, 252, 255, 256, 258, 259, 264, 279, 316, 323, 337, 347, 348], "howev": [63, 287], "ask": [63, 316, 348], "anoth": [63, 98, 101, 245, 298, 348], "basic": [63, 213, 272, 281], "insid": [63, 137, 299], "dataarrai": [63, 136, 160, 202, 213, 232, 313, 325, 327, 345, 347], "file_d": 63, "initi": [63, 157, 180, 188, 202, 213, 220, 249, 272, 316, 326], "plot_var": 63, "cb": 63, "than": [63, 89, 109, 110, 112, 117, 159, 162, 163, 164, 165, 167, 168, 171, 172, 173, 175, 178, 191, 193, 194, 202, 232, 238, 254, 287, 316, 327, 336, 341, 348], "suppli": [63, 234, 316], "abil": [63, 348], "repres": [63, 126, 127, 264], "compliant": [63, 144, 145], "io": [69, 89, 92, 105, 113, 121, 146, 149, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 198, 271, 272, 273, 274, 276, 281, 282, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 338, 341, 342, 343, 344, 345, 348, 352], "read_arm_netcdf": [69, 92, 105, 113, 121, 146, 149, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 198, 271, 272, 276, 281, 286, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 314, 315, 316, 317, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 338, 341, 342, 343, 344, 345, 347, 349, 352], "the_fil": [69, 105], "disp": [69, 105, 288], "distsributiondisplai": 69, "figsiz": [69, 98, 105, 113, 121, 131, 271, 272, 280, 282, 286, 289, 291, 292, 295, 296, 297, 298, 299, 300, 302, 303, 305, 307, 308, 309, 311, 312, 313, 314, 315, 316, 317, 319, 320, 323, 324, 325, 326, 330, 338, 341, 342, 343, 344, 345, 352], "constructor": [69, 105, 220], "take": [69, 74, 78, 79, 100, 105, 112, 113, 215, 265, 272, 300, 316, 336, 344, 347, 352], "add_subplot": [69, 105, 305, 315, 352], "x_field": [74, 76], "y_field": [74, 76], "dsname": [74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 271, 272, 282, 341, 344, 345], "x_bin": [74, 303], "y_bin": [74, 303], "set_titl": [74, 75, 76, 77, 78, 79, 80, 100, 110, 112, 114, 115, 120, 126, 127, 271, 272, 303, 307, 318, 330], "densiti": [74, 78, 79], "set_shad": [74, 112, 115, 117, 341], "auto": [74, 112, 115, 117], "hist_kwarg": [74, 78, 79, 304], "threshold": [74, 75, 126, 127, 178, 191, 194, 195, 205, 209, 212, 213, 238, 239, 303, 306, 335, 347], "heatmap": [74, 127, 303], "histogram": [74, 78, 79, 274, 284, 294, 299, 321], "let": [74, 75, 76, 78, 79, 80, 126, 127, 270, 272, 287, 306, 323, 342, 344, 347, 348], "boundari": [74, 78, 79, 126, 208, 209, 213], "numpi": [74, 78, 79, 153, 173, 182, 183, 185, 186, 197, 198, 199, 200, 232, 242, 243, 247, 250, 253, 254, 255, 256, 258, 259, 262, 264, 265, 271, 272, 273, 298, 304, 310, 312, 314, 319, 327, 330, 336, 347, 348], "p": [74, 78, 79, 100, 206, 212, 242, 255, 256, 272, 310, 314], "frequenc": [74, 78, 79, 194, 195, 272], "pcolormesh": [74, 110, 112, 115, 117, 131], "shade": [74, 98, 100, 101, 112, 115, 117, 175, 176, 194, 195, 303, 323], "easier": [74, 236, 287, 347], "distringuish": 74, "low": [74, 202, 215], "func": [74, 76, 77, 78, 79, 80, 126, 127, 296, 349], "return_dict": [74, 78, 79], "time_slic": [75, 131, 239, 335], "autopct": [75, 335], "1f": [75, 335], "produc": [75, 76, 80, 202, 208, 244, 271, 347], "pie": [75, 306, 335], "chart": [75, 306, 335], "select": [75, 80, 193, 272, 302, 307, 335], "percentag": [75, 239, 274, 284, 294, 321, 334, 339], "calculate_percentag": [75, 306, 335], "anyth": [75, 239, 347], "below": [75, 126, 127, 166, 212, 239, 271, 272, 287, 347, 352], "consid": [75, 126, 127, 166, 194, 239], "invalid": [75, 239, 296, 306], "decim": [75, 287], "m_field": [76, 303, 310], "cbar_label": [76, 89, 112, 115, 310], "scatter": [76, 89, 203, 214, 274, 284, 294, 303, 310, 321], "marker": [76, 112, 281, 299, 310, 341], "stairstep": [77, 79], "spectrum": 77, "spectra": [77, 271, 282], "period": [77, 115, 131, 279, 286], "sortby_field": [78, 79], "sortby_bin": [78, 79], "stack": [78, 347], "bar": [78, 120, 126, 127], "graph": [78, 290], "vert": 80, "showmean": 80, "showmedian": 80, "showextrema": 80, "violin": [80, 318], "tick": [80, 126, 299, 307, 318], "vertic": [80, 211, 212, 272, 289, 307, 325, 330], "horizont": [80, 112, 212, 316], "mean": [80, 127, 145, 146, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 202, 238, 274, 284, 287, 298, 299, 300, 306, 316, 336, 340, 342, 344, 346], "medium": 80, "extrem": [80, 162, 176, 273, 326], "violinplot": 80, "line": [82, 112, 127, 193, 271, 272, 274, 284, 298, 299, 310, 311, 313, 314, 316, 322, 328, 347, 348], "xrng": [83, 103, 118, 140], "limit": [83, 84, 103, 104, 112, 114, 117, 118, 119, 140, 141, 150, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 170, 171, 172, 176, 195, 202, 212, 271, 272, 323, 327], "yrng": [84, 104, 119, 141], "tracer": 85, "aircraft": [85, 274, 284, 294, 318, 321], "move": [85, 112, 144, 172, 208, 209, 211, 237, 290, 323, 349], "platform": [85, 237, 273, 290], "There": [85, 92, 121, 131, 151, 208, 209, 272, 323, 341, 342, 348], "cartopi": [85, 89, 131, 273, 295, 348], "packag": [85, 92, 100, 131, 242, 255, 256, 273, 290, 296, 298, 347, 348, 349], "instal": [85, 92, 131, 273, 348, 349, 350], "scitool": [85, 89, 131], "uk": [85, 89, 131], "data_field": [89, 115, 117, 120, 127, 299], "lat_field": [89, 295], "lon_field": [89, 295], "plot_buff": 89, "08": [89, 271, 272, 274, 279, 283, 316], "img_til": 89, "img_tile_arg": 89, "tile": [89, 349], "cartopy_featur": [89, 288], "cmap": [89, 112, 114, 120, 126, 127, 131, 271, 272, 282, 290, 296, 298, 309, 319, 320, 341], "rainbow": [89, 120, 298], "gridlin": [89, 307], "degre": [89, 98, 99, 101, 113, 126, 127, 130, 148, 160, 249, 253, 254, 258, 298], "north": [89, 98, 99, 101, 113, 253, 254, 258, 281], "90": [89, 272, 307], "east": [89, 253, 254, 258], "180": [89, 274, 325, 328], "cr": 89, "highlight": 89, "imag": [89, 137, 251, 349], "v0": 89, "16": [89, 272, 287, 298, 314, 327, 330], "These": [89, 157, 271, 281, 286, 287, 302, 347, 349], "empti": [89, 197, 198, 254, 287, 298, 299], "zoom": 89, "higher": [89, 98, 159, 179, 189, 341], "resolut": [89, 112, 238, 287, 302], "typic": [89, 157, 158, 272, 348], "sond": [89, 301, 309, 313, 314, 315, 317, 319], "featur": [89, 273, 300], "made": [89, 95, 113, 120, 347, 349], "set_fig": [92, 94, 95, 101], "metpi": [92, 94, 98, 100, 101, 242, 255, 256, 273], "unidata": [92, 100, 242, 255, 256], "sonde_d": [92, 113, 121, 309, 313, 314, 315, 319, 331], "example_sonde1": [92, 317], "skewt": [92, 95, 100, 313, 314], "plot_from_u_and_v": [92, 99, 313, 314], "u_wind": [92, 313, 314], "v_wind": [92, 313, 314], "pre": [92, 94, 98, 113, 208, 209, 210, 309, 313, 314, 315, 319, 331, 347], "tdry": [92, 94, 98, 208, 209, 210, 313, 314, 315, 317, 331], "dp": [92, 94, 98, 313, 314, 331], "show": [92, 238, 268, 271, 272, 273, 275, 276, 278, 279, 280, 281, 282, 284, 285, 286, 287, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 322, 323, 324, 325, 326, 329, 330, 331, 334, 335, 338, 340, 341, 342, 343, 344, 345, 347, 352], "temp_nam": [94, 98, 210, 211, 313, 314, 331], "td_name": [94, 98, 211, 313, 314, 331], "p_name": [94, 98, 211, 313, 314, 331], "overwrite_data": [94, 98], "add_data": [94, 98], "set_ax": [94, 101], "dewpoint": [94, 98, 99, 100, 211, 289], "disctionari": [94, 98], "ones": [94, 98, 347], "block": [94, 98, 113, 344, 347, 352], "lcl": [94, 98, 100], "234": [94, 98, 274, 341, 346], "cape": [94, 98, 100, 331], "self": [94, 98, 101, 160, 178, 191, 347], "properti": [95, 155, 221, 222, 223, 224, 225, 226, 227, 229, 230, 327, 337, 352], "spd_name": 98, "wspd": [98, 113, 209, 309, 313, 315, 319], "dir_nam": 98, "deg": [98, 113, 309, 313, 319], "color_field": [98, 101, 301], "component_rang": [98, 101], "80": [98, 101], "uv_flag": [98, 101], "layout": 98, "constrain": 98, "enhanc": [98, 274, 284, 294, 321], "hodograph": [98, 101, 301], "top": [98, 270, 308, 314, 316, 324, 325, 326, 347], "stabil": [98, 211, 274, 284, 301, 313, 314, 329, 332], "lower": [98, 112, 158, 165, 166, 171, 176, 194, 195, 202, 212, 213, 220, 221, 222, 227, 229, 272, 289, 298], "spd_field": [98, 99, 101, 126, 127, 299], "dir_field": [98, 99, 101, 126, 127, 299], "treat": [98, 101], "choic": 98, "compress": [98, 289], "tight": 98, "p_field": [99, 100], "t_field": [99, 100], "td_field": [99, 100], "u_field": [100, 114, 280], "v_field": [100, 114, 280], "p_levels_to_plot": 100, "show_parcel": 100, "shade_cap": 100, "shade_cin": [100, 314], "smooth_p": 100, "plot_dry_adiabat": [100, 313], "plot_moist_adiabat": [100, 313], "plot_mixing_lin": [100, 313], "plot_barbs_kwarg": 100, "plot_kwarg": 100, "dry_adiabats_kwarg": 100, "moist_adiabats_kwarg": 100, "mixing_lines_kwarg": 100, "neatli": 100, "150": [100, 202], "200": [100, 202, 320], "250": [100, 215], "300": [100, 131, 175, 262, 347], "400": [100, 325], "500": [100, 215, 272], "600": 100, "700": 100, "750": [100, 274, 297, 321], "800": [100, 325], "850": 100, "900": [100, 178, 191], "950": 100, "1000": [100, 213, 330], "hpa": [100, 314], "parcel": [100, 211], "calc": 100, "parcel_profil": [100, 314], "lift": [100, 313, 331], "dry": [100, 202], "adiabat": [100, 313], "moist": 100, "red": [100, 112, 117, 297, 305, 316], "cin": [100, 331], "blue": [100, 112, 316], "descend": 100, "smooth": [100, 194, 207], "mani": [100, 115, 119, 212, 219, 271, 272, 273, 327, 347, 348], "inth": 100, "pbl": [100, 208, 209], "plot_barb": 100, "marsh": [100, 242, 255, 256], "brune": [100, 242, 255, 256], "leeman": [100, 242, 255, 256], "j": [100, 206, 215, 242, 255, 256, 272, 281, 298, 299, 331, 343], "goebbert": [100, 242, 255, 256], "k": [100, 212, 242, 255, 256, 330, 345], "thielen": [100, 242, 255, 256], "bruick": [100, 242, 255, 256], "camron": 100, "2023": [100, 292, 306, 335, 349], "5065": [100, 242, 255, 256], "d6ww7g29": [100, 242, 255, 256], "radiosond": [101, 208, 209, 317], "colorcod": 109, "accord": [109, 112], "sunris": [109, 195, 254], "sunset": [109, 195, 254], "sole": [109, 110, 112, 117], "night": [109, 114, 115, 233, 254, 258, 272, 307, 316], "add_nan": [112, 341], "day_night_background": [112, 114, 115, 120, 272, 281, 286, 300, 307, 311, 316, 317, 323, 326, 338, 343, 344, 345], "invert_y_axi": [112, 113, 114, 115, 271], "abs_limit": 112, "time_rng": [112, 117], "y_rng": 112, "use_var_for_i": [112, 114], "assessment_overplot": [112, 326], "overplot_mark": 112, "overplot_behind": 112, "overplot_markers": 112, "6": [112, 173, 199, 200, 243, 271, 272, 279, 311, 314, 317, 323, 330, 347, 351], "assessment_overplot_categori": 112, "incorrect": [112, 156, 181, 193, 286, 323, 342], "suspect": [112, 156, 181, 193, 286, 323, 327, 342], "indetermin": [112, 156, 159, 162, 166, 175, 181, 182, 193, 286, 287, 342, 344], "assessment_overplot_category_color": 112, "4240129715562796": 112, "9285714285714286": 112, "7130901016453677": 112, "Not": [112, 159, 255, 256, 272, 311], "fail": [112, 166, 181, 182, 200, 219, 287, 323, 347], "orang": [112, 311, 316], "force_line_plot": [112, 325], "cbar_h_adjust": [112, 316], "y_axis_flag_mean": [112, 316], "colorbar_label": [112, 316], "cvd_friendli": [112, 117, 120, 291, 296, 317, 326], "match_line_label_color": [112, 311], "high": [112, 202, 233, 302], "volum": [112, 248, 335], "creation": [112, 182, 260, 338], "resampl": [112, 237, 276, 286, 300, 302, 342, 344, 345], "colormap": [112, 117, 120, 126, 127, 291, 296], "gap": [112, 232], "even": [112, 146, 153, 160, 347, 348], "exce": [112, 287], "ymin": [112, 307], "ymax": 112, "minimum": [112, 165, 167, 168, 171, 172, 216, 272, 307], "maximum": [112, 163, 164, 165, 171, 202, 209, 244, 323], "22": [112, 206, 271, 272, 282, 314], "min": [112, 117, 238, 271, 342, 345], "max": [112, 117, 215, 272, 342], "instanc": [112, 114, 149, 347], "shape": [112, 114, 310], "revert": [112, 114, 153], "back": [112, 114, 149, 153, 231, 272, 336], "ydata": [112, 114], "overplot": [112, 182, 330], "symbol": 112, "flag_assess": [112, 146, 152, 173, 175, 181, 327], "behind": 112, "doubl": [112, 146, 194], "visibl": [112, 272], "lookup": [112, 117], "categor": 112, "assess": [112, 117, 149, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 179, 181, 182, 189, 193, 198, 206, 325, 327], "term": [112, 156, 193], "failur": [112, 323], "overwrit": [112, 115, 144, 145], "legend": [112, 126, 279, 289, 292, 325, 342, 344, 345], "adjust": [112, 158, 234, 255, 256, 272, 282, 286, 289, 296, 307, 316, 342], "left": [112, 198, 234, 287, 289, 316, 342, 349], "state": [112, 145, 149, 153, 179, 189, 208, 209, 274, 284, 287, 288, 294, 321], "flag_valu": [112, 144, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 180, 183, 184, 185, 186, 316], "flag_mean": [112, 144, 145, 146, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 316, 327], "numer": 112, "larger": [112, 162, 178, 191, 208, 232, 287], "length": [112, 316, 336], "longer": [112, 316, 336, 349], "sky": [112, 202, 206, 215], "liquid": 112, "green": [112, 117, 305, 316], "ic": 112, "mix": [112, 313], "phase": 112, "purpl": [112, 272], "integr": [112, 117, 202, 210, 323], "vision": [112, 117, 291], "defici": [112, 117, 291], "cvd": [112, 117, 291, 296], "friendli": [112, 117, 296, 326], "homey": [112, 117, 120], "speed_field": 113, "direction_field": 113, "pres_field": [113, 114, 115], "occur": [113, 127, 202, 208], "rawinsond": 113, "plot_barbs_from_u_v": [113, 280], "increas": [113, 145, 255, 256, 271, 302, 347], "clockwis": 113, "notat": 113, "autodetect": 113, "plot_barbs_from_u_and_v": 113, "the_ax": 113, "wa": [113, 149, 177, 182, 183, 194, 200, 202, 208, 212, 213, 215, 239, 262, 272, 279, 286, 323, 327, 342, 349], "example_twp_sonde_wildcard": 113, "barbdisplai": [113, 309, 319], "sonde_darwin": [113, 309, 319], "num_barbs_x": [113, 114, 309, 319], "num_barbs_i": 114, "barb_step_x": 114, "barb_step_i": 114, "invert": [114, 115, 182, 202, 216], "linearsegmentedcolormap": 114, "sqrt": 114, "sum": [114, 175, 286, 287, 326, 342], "squar": 114, "done": [114, 149, 287, 296, 338, 347, 348], "clim": 114, "black": [114, 316, 341], "construct": 114, "num_time_period": [115, 309, 319], "num_y_level": 115, "nearest": [115, 302, 307, 341, 342], "neighbor": [115, 302], "per": [115, 251, 287, 316], "assessment_color": 117, "edgecolor": 117, "face": 117, "embed": [117, 156, 179, 189, 193, 274, 284, 286, 322, 326, 328], "broken": 117, "barh": 117, "case": [117, 149, 220, 221, 222, 226, 227, 229, 272, 284, 323, 324, 336, 347], "syntax": [117, 273], "broken_barh": [117, 264], "match_axes_ylimit": 119, "ignor": [119, 183, 184, 186, 193, 267, 289, 292, 331], "ylim": [119, 282], "especi": [119, 202, 272], "alt_field": 120, "alt": [120, 158, 208, 209, 244, 287, 301, 306, 313, 315, 316, 336, 352], "alt_label": 120, "cb_label": 120, "plot_alt_field": [120, 317], "altitud": [120, 158, 209, 244, 295], "serv": 120, "intens": [120, 212], "secondari": [120, 274, 284, 294, 321, 349], "hand": 121, "sonde_data": 121, "winddisplai": [121, 319], "num_dir": [126, 127, 298, 299, 319], "spd_bin": [126, 319], "tick_interv": [126, 319], "legend_loc": 126, "legend_bbox": 126, "legend_titl": 126, "calm_threshold": [126, 127], "radial": [126, 212, 272], "calm": [126, 127], "plot_typ": [127, 298, 299], "line_color": 127, "num_data_bin": [127, 298], "line_plot_calc": [127, 298], "clevel": [127, 298], "contour_typ": [127, 298], "boxplot": [127, 298], "stdev": [127, 298], "dir": [127, 291], "rrng": 129, "radiu": 129, "trng": 130, "360": [130, 160, 248], "theta": [130, 299], "multidimension": [131, 274, 284, 294, 321], "abl": [131, 352], "dimension": [131, 232, 241, 320], "sel": [131, 136, 307, 341], "isel": [131, 136], "command": [131, 273, 348], "3d": 131, "ir_temperatur": [131, 320], "my_d": [131, 320], "xsection": 131, "plot_xsection_map": [131, 320], "vmin": [131, 271, 272, 290, 298, 309, 319, 320], "220": [131, 274, 323, 328], "vmax": [131, 271, 272, 290, 298, 309, 319, 320], "grei": [131, 320], "isel_kwarg": [131, 136], "taken": [131, 180, 272], "varnam": [136, 137, 213], "sel_kwarg": 136, "plane": [136, 272], "coastlin": 137, "stock": 137, "plot_xsect": [137, 274, 320, 321], "complianc": 143, "override_cf_flag": [144, 145, 316], "clean_units_str": [144, 145], "correct_valid_min_max": 144, "remove_unset_global_test": 144, "flag_mask": [144, 152, 173, 174, 177, 180, 327], "exist": [144, 145, 161, 163, 164, 165, 167, 168, 170, 171, 177, 193, 198, 238, 240, 251, 252, 261, 279, 286, 287, 296, 302, 323, 327, 338, 347, 349], "unitless": [144, 145, 287], "udunit": [144, 145, 148, 219], "valid_min": [144, 150, 287], "valid_max": [144, 150, 287], "varibl": [144, 149, 177, 181, 218, 252, 316, 323, 327, 336], "renam": [144, 342, 349], "fail_min": [144, 327], "fail_max": 144, "fail_detla": 144, "valid_delta": [144, 287], "discript": 144, "globali": 144, "integer_flag": 145, "replace_in_flag_mean": 145, "style": [145, 323], "bit_": [145, 152], "_descript": [145, 151, 152], "get_attr_info": 145, "search": [145, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 238, 251], "alow": 145, "intern": [146, 202, 287, 289, 316, 323], "though": 146, "netcdf4": [146, 296], "separat": 146, "connect": [146, 232, 273], "argumnt": 146, "without": [146, 161, 163, 164, 167, 168, 170], "unexpect": 146, "error": [146, 212, 219, 252], "temp_mean": [146, 156, 193, 252, 272, 281, 297, 298, 299, 300, 303, 304, 305, 308, 311, 338, 343, 352], "definit": [147, 148, 152, 209, 342], "parsabl": 147, "fix_data_unit": 148, "swat": 148, "celsiu": 148, "degc": [148, 314], "cleanup_arm_qc": 149, "clean_arm_state_var": 149, "handle_missing_valu": 149, "link_qc_vari": 149, "normalize_assess": [149, 193], "cleanup_cf_qc": 149, "cleanup_incorrect_qc_attribut": 149, "np": [149, 183, 199, 243, 271, 272, 298, 299, 304, 306, 310, 312, 314, 315, 319, 323, 327, 330, 336, 347], "xarri": 149, "mask_and_scal": 149, "integ": [149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 179, 180, 183, 184, 185, 186, 189, 197, 199, 200, 287], "ancillary_vari": [149, 187, 193, 342], "terminologi": 149, "dqr": [149, 156, 193, 238, 274, 284, 286, 322, 323, 328, 342, 349], "clean_arm_qc": 149, "example_met1": [149, 181, 198], "qc_variabl": [150, 323, 327], "qc_": [151, 180, 323, 336, 344], "prepend": [151, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 180, 241], "cleanqc": 151, "pattern": 151, "qc_bit_": 151, "part": [151, 213, 272, 273, 282, 290, 312, 317, 327, 337, 342, 347], "bitpack": [152, 180, 199], "contian": 152, "flag_test": 152, "arm_attribut": 152, "default_missing_valu": 153, "great": [153, 323], "loop": [153, 212, 271, 336, 345], "upconvert": [153, 182, 243], "put": [153, 289, 292, 347], "explain": [154, 273, 281, 316, 347], "relationship": 154, "find": [155, 162, 178, 191, 198, 213, 216, 238, 244, 323], "check_arm_syntax": 155, "ues": 155, "robust": 155, "standard_nam": [155, 327], "exclude_vari": 156, "qc_lookup": 156, "consist": [156, 172, 272, 286, 349], "filter": [157, 160, 162, 166, 173, 182, 184, 185, 186, 213, 323, 325], "condit": [157, 202, 206], "algorithm": 157, "alt_nam": 158, "test_limit": [158, 172], "sea_level_pressur": 158, "101": [158, 256, 274, 304, 321], "325": [158, 256, 274, 289, 293], "bia": [158, 202], "test_mean": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 182, 183, 191, 323, 327], "test_assess": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 178, 181, 191, 327], "test_numb": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 183, 184, 185, 186, 191, 327], "prepend_text": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172], "use_dask": [158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 175, 176, 326], "perform": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 175, 176, 178, 181, 191, 202, 287, 344], "deriv": [158, 204], "upper": [158, 165, 166, 171, 176, 194, 195, 212, 226], "outsid": [158, 254, 271, 273, 347], "kpa": [158, 256], "slight": [158, 209], "next": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 254, 287, 323, 327, 347], "institut": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172], "test_info": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 178, 191], "atmos_pressur": [158, 177, 181, 193, 297], "94": [158, 316], "41": [158, 279, 314], "qc_variable_nam": [158, 183, 327], "qc_atmos_pressur": [158, 174], "variable_nam": [158, 327], "diff_limit": [159, 160], "limit_attr_nam": [159, 161, 163, 164, 165, 167, 168, 170, 171], "adjac": 159, "greater": [159, 163, 164, 165, 171, 175, 194, 287, 327], "equal": [159, 160, 161, 163, 167, 170, 287, 327], "happen": [159, 338, 344], "limit_valu": [159, 161, 163, 164, 165, 167, 168, 170, 171], "under": [159, 161, 163, 164, 165, 167, 168, 170, 171, 181, 202, 242, 255, 256, 273, 327, 347], "dataset2_dict": 160, "ds2_var_nam": 160, "toler": [160, 178, 191, 202, 215], "1m": 160, "set_test_regardless": 160, "apply_assessment_to_dataset2": 160, "apply_tests_to_dataset2": 160, "comparison": [160, 175, 178, 191, 216, 262, 326], "compens": [160, 253], "transit": [160, 254], "containg": 160, "compar": [160, 178, 191, 202, 216, 237, 274, 284, 294, 303, 306, 318, 321, 347], "correspons": 160, "align": [160, 234], "setttin": [161, 163, 167, 170], "ue": [161, 163, 164, 165, 167, 168, 169, 170, 171, 172], "outlier": [162, 166, 323], "alpha": [162, 314], "student": [162, 273], "deviat": [162, 172, 273, 298], "univari": 162, "approxim": 162, "overestim": 162, "grubb": 162, "run": [162, 166, 177, 193, 194, 195, 215, 220, 274, 276, 279, 280, 281, 282, 284, 285, 286, 287, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 347, 348], "slower": [162, 166], "less": [162, 165, 167, 168, 171, 172, 173, 175, 202, 272, 287, 323, 327], "calcualt": 162, "9": [162, 271, 279, 287, 314], "signific": [162, 287], "hypothesi": 162, "limit_value_low": [165, 171], "limit_value_upp": [165, 171], "coef": 166, "interquartil": [166, 273], "lie": 166, "li": 166, "iqr": 166, "quartil": 166, "abov": [166, 258, 311, 341, 345, 348, 352], "third": [166, 198, 327, 347], "coeffici": [166, 203, 206, 310], "missing_value_att_nam": 169, "outid": 171, "0001": 172, "min_period": 172, "persist": 172, "trigger": [172, 238], "roll": [172, 276], "std": 172, "recycl": [173, 174], "element": [173, 199, 238, 325], "append": [173, 175, 180, 213, 231, 241, 271, 287, 298, 299, 336, 345], "capit": 173, "switch": [173, 183, 184, 185, 186, 342, 347], "recyl": 173, "highest": [173, 174], "els": [173, 174, 252, 287, 296, 307, 323, 341, 343, 345], "test_dict": 173, "bird": [173, 182, 183], "qc_var_nam": [174, 177, 180, 183, 184, 186, 187], "drive": 174, "lowest": [174, 179, 189, 208], "test_num": 174, "example_mete40": [174, 177], "gbl_sw_dn_name": [175, 176, 326], "glb_diffuse_sw_dn_nam": [175, 176, 326], "direct_normal_sw_dn_nam": [175, 176, 326], "glb_sw_up_nam": [175, 176, 326], "glb_lw_dn_name": [175, 176, 326], "glb_lw_up_nam": [175, 176, 326], "air_temp_nam": 175, "lat_nam": [175, 176], "lon_nam": [175, 176], "lwdn_lt_lwup_compon": 175, "lwdn_gt_lwup_compon": 175, "bsrn": [175, 176, 274, 284, 322, 328], "w": [175, 176, 212, 215, 262], "sw": [175, 326], "diffus": [175, 176, 204, 323, 326, 338], "lw": 175, "down": 175, "air": [175, 208, 272, 279, 289, 318, 335], "shortwav": [175, 176, 204, 207, 272], "downwel": [175, 176, 202, 204, 207, 272, 292], "unshad": [175, 176], "pyranomet": [175, 176], "upwel": [175, 176, 207, 272, 292], "longwav": [175, 176, 206, 207, 272], "long": [175, 176, 206, 207, 316], "charl": [175, 176], "ellsworth": [175, 176], "g": [175, 176, 202, 215, 323, 345], "dutton": [175, 176], "v2": [175, 176, 273, 289, 295, 310, 318, 347], "2010": [175, 176, 209], "example_br": [175, 176], "down_short_hemisp": [175, 176, 207, 326], "down_short_diffuse_hemisp": [175, 176, 204, 326], "short_direct_norm": [175, 176, 204, 272, 326], "up_short_hemisp": [175, 176, 207, 326], "down_long_hemisp_shad": [175, 176, 207, 326], "up_long_hemisp": [175, 176, 207, 326], "possibl": [176, 326, 347], "direct_sw_dn_nam": 176, "sw_min_limit": 176, "lw_min_dn_limit": 176, "lw_min_up_limit": 176, "lw_max_dn_limit": 176, "lw_max_up_limit": 176, "solar_const": 176, "1366": 176, "rare": [176, 326], "pyrgeomet": 176, "constant": [176, 262], "sun": [176, 233, 253, 258, 300], "add_if_miss": 177, "flag_typ": [177, 180], "create_qc_vari": [177, 187], "update_ancillary_vari": 177, "linkag": 177, "teh": 177, "rais": [177, 219], "the_greatest_variable_ev": 177, "comp_dataset": [178, 191], "comp_var_nam": [178, 191], "time_match_threshhold": [178, 191], "60": [178, 191, 238, 250, 264, 286, 314, 342], "time_shift": [178, 191], "3600": [178, 191], "time_step": [178, 191], "time_qc_threshold": [178, 191], "shift": [178, 191, 272, 342], "similar": [178, 191, 213, 271, 349], "forward": [178, 191, 349], "backward": [178, 191], "accur": [178, 191, 202, 231], "fool": [178, 191], "noisi": [178, 191], "discret": [178, 191], "reindex": [178, 191], "analysi": [178, 181, 191, 194, 273, 287], "trip": [178, 191], "summari": [179, 189, 325], "utilz": [179, 189], "mask": [179, 180, 181, 182, 183, 189, 327], "summar": [179, 189, 325], "few": [179, 189, 272, 347, 348], "sever": [179, 189], "return_d": [179, 189, 212], "flag_values_set_valu": 180, "destroi": 180, "conflict": [180, 348], "example_aosmet": [180, 187], "temperature_ambi": [180, 187, 324], "rm_assess": [181, 182, 286, 327, 342, 344], "rm_test": [181, 182, 323, 327], "del_qc_var": [181, 286, 323, 342, 349], "don": [181, 324, 327], "ds_1": 181, "nanmean": [181, 298, 299, 330, 336], "add_less_test": [181, 327], "99": [181, 286, 290], "ds_2": 181, "all_data": 181, "98": [181, 279, 314], "86098": 181, "bad_remov": 181, "15148": 181, "return_nan_arrai": [182, 327], "ma_fill_valu": 182, "return_invers": 182, "return_mask_onli": 182, "example_irt25m20": [182, 183], "inst_up_long_dome_resist": [182, 183, 327], "add_test": [182, 183, 327], "masked_arrai": 182, "670499801635742": 182, "689199924468994": 182, "1e20": 182, "dtype": [182, 183, 197, 198, 298, 327], "float32": [182, 183, 306, 315, 323], "return_index": 183, "particular": [183, 287, 352], "test_mask": 183, "84": [183, 330], "8777": [183, 327], "8965": [183, 327], "6705": [183, 327], "6892": [183, 327], "flag_values_reset_valu": [184, 186], "reset": [184, 186, 228], "unset": [185, 186], "del": [187, 338], "mixin": 188, "qcfilter": [188, 197, 199, 200, 286, 323, 326, 327, 342, 344, 349], "spread": 188, "across": [188, 287], "dqr_link": 193, "skip_location_var": 193, "anicllari": [193, 323], "onlin": 193, "offic": [193, 194, 208, 209, 290], "dqrw": 193, "wiki": 193, "home": [193, 279, 280, 286, 287, 289, 290, 292, 295, 296, 298, 299, 301, 306, 310, 313, 314, 318, 320, 323, 327, 347], "avaibl": 193, "comma": 193, "while": [193, 272, 291, 304, 312, 348], "littl": [193, 323, 347], "overhead": 193, "event": [193, 272, 282], "submitt": 193, "erron": [193, 287], "diffuse_hemisp_narrowband_filter4": [194, 323, 344], "fft_window": 194, "shad_freq_low": [194, 195], "008": [194, 212, 271], "017": 194, "shad_freq_upp": [194, 195], "0105": 194, "0195": 194, "ratio_thresh": [194, 195], "time_interv": [194, 195], "smooth_window": 194, "shading_thresh": 194, "shadowband": [194, 323], "radiomet": [194, 215, 323], "mfrsr": [194, 344], "rss": 194, "problem": [194, 195, 212], "adapt": [194, 212, 215, 323], "adam": [194, 215, 282, 286, 287, 290, 292, 297, 300, 301, 303, 308, 312, 324, 330], "theisen": [194, 215, 282, 286, 287, 290, 292, 297, 300, 301, 303, 308, 312, 324, 330], "alexandrov": [194, 323], "et": [194, 215, 323], "al": [194, 215, 323], "basi": [194, 273], "fft": [194, 195], "narrowband": 194, "filter4": 194, "dq": 194, "know": [194, 270, 306, 342], "proper": 194, "peak": [194, 272], "freq": 194, "surround": 194, "rate": [194, 231], "mikhail": 194, "kiedron": 194, "peter": 194, "michalski": 194, "joseph": 194, "hodg": [194, 323], "gari": 194, "flynn": 194, "connor": 194, "laci": 194, "andrew": [194, 272], "optic": 194, "shadow": [194, 306], "uncertainti": [194, 287], "46": [194, 293, 314], "8027": 194, "38": [194, 314, 335], "1364": 194, "ao": [194, 272, 306], "008027": 194, "is_sunni": 195, "freqenc": 195, "config_fil": [196, 214], "parallel": 196, "num_record": 196, "statist": [196, 203, 214], "fit": [196, 310, 344], "channel": 196, "configpars": 196, "ini": [196, 214], "enabl": [196, 287], "datapoint": 196, "record": 196, "wave_d": 196, "gaussian": 196, "qc_bit": [197, 238], "bit_numb": [197, 199, 200], "int32": [197, 306, 315, 323, 327], "fullpath": 198, "time_delim": 198, "none_if_empti": 198, "quiet": 198, "converst": 198, "last": [198, 254, 271, 338], "yml": [198, 347, 348], "keep": [198, 316, 323, 336, 347, 348], "nat": [198, 327], "delimit": 198, "suppress": 198, "exaple_met_yaml": 198, "add_supplemental_qc": [198, 323], "rh_mean": [198, 297, 303, 305, 311, 338, 352], "01t00": [198, 279], "02": [198, 243, 274, 293, 321, 341, 346], "000": [198, 281, 333], "03": [198, 243, 274, 277, 287, 321, 323, 339, 346], "44": [198, 314], "02t00": 198, "gracefulli": 200, "set_bit": 200, "aeri_d": 202, "wnum_nam": 202, "wnum": [202, 262], "rad_nam": 202, "mean_rad": 202, "hatch_nam": 202, "hatchopen": 202, "temp_low": 202, "temp_high": 202, "320": [202, 320], "maxit": [202, 215], "wavenumb": [202, 262], "effect": [202, 287], "irt": [202, 215, 262, 272], "As": [202, 272, 298, 324, 347], "handbook": [202, 342], "exhibit": 202, "aeri": [202, 262, 341], "180k": 202, "characterist": 202, "greatest": 202, "veri": [202, 302], "cold": [202, 311], "ambient": [202, 289, 310, 318], "hot": 202, "maxim": 202, "calibr": [202, 203, 271], "223k": 202, "appar": 202, "nsa": [202, 203], "oli": 202, "awr": 202, "public": [202, 272, 281, 290, 296, 323, 341, 343, 347], "tech_report": 202, "irt_handbook": 202, "ken": [202, 316, 325, 326], "keho": [202, 212, 215, 316, 325, 326], "hatch": 202, "statu": [202, 316, 347], "opent": 202, "radianc": [202, 216, 262], "zbren": 202, "iter": [202, 215], "prevent": [202, 211, 347], "runawai": 202, "aeri_irt_equiv_temperatur": 202, "factor": 203, "incandesc": 203, "diamet": [203, 272], "bc": [203, 214], "mass": [203, 214], "reject": 203, "soot": 203, "aquadag": 203, "calib": 203, "sp2particlecriteria": 203, "dmtglobal": 203, "mosaic": 203, "diam_d": 203, "incadesc": 203, "dsdh": 204, "sdn": 204, "hemispher": [204, 207], "irradi": [204, 205, 207, 272], "downwelling_sw_diffuse_hemisp_irradi": 204, "shortwave_direct_normal_irradi": 204, "longitu": 204, "variable2": 205, "diff_output_vari": 205, "ratio_output_vari": 205, "diff": [205, 327, 330], "temperature_var": 206, "vapor_pressure_var": 206, "met_d": [206, 304, 305, 343], "emiss_a": 206, "61": [206, 314], "emiss_b": 206, "06": [206, 243, 274, 327], "cloudi": 206, "monteith": 206, "unsworth": 206, "2013": [206, 208, 209], "prata": 206, "1996": 206, "splitt": 206, "bahrmann": 206, "1999": 206, "emiss": [206, 215], "bt": 206, "monteith_clear": 206, "monteith_cloudi": 206, "prata_clear": 206, "john": 206, "l": [206, 338], "mike": 206, "h": [206, 247, 307, 342], "principl": 206, "environment": [206, 347], "edit": [206, 347], "boston": 206, "academ": 206, "press": 206, "formula": 206, "estim": [206, 212, 237], "downward": 206, "quarterli": 206, "royal": 206, "societi": 206, "122": 206, "533": 206, "1127": 206, "51": [206, 279, 306, 314], "improv": [206, 237], "sir": 206, "broadband": [206, 272], "ninth": 206, "team": [206, 347], "meet": [206, 347], "proceed": 206, "san": 206, "antonio": 206, "texa": 206, "march": 206, "26": [206, 314, 321], "ush": 207, "ulh": 207, "dsh": 207, "dlh": 207, "short": [207, 272, 316, 347], "hemisper": 207, "smooth_height": [208, 209], "heffter": 208, "techniqu": [208, 209, 212], "due": [208, 289, 347, 348], "averag": [208, 209, 211, 214, 265, 274, 279, 284, 286, 294, 321, 330, 344, 345], "scheme": 208, "unknown": 208, "investig": [208, 274, 284, 294, 321], "potenti": [208, 242], "hous": [208, 209, 284, 349], "reduc": [208, 209, 211, 273, 279, 320, 349], "nois": [208, 209, 211, 212, 272], "mb": [208, 274, 277, 283, 293, 321, 328, 332, 333, 339, 346], "rm": 208, "pblht_liu_liang": [208, 209], "jl": 208, "1980": 208, "transport": [208, 289], "layer": [208, 209, 213, 272], "joint": 208, "confer": 208, "applic": [208, 347], "pollut": 208, "orlean": 208, "louisiana": 208, "sivaraman": [208, 209], "mcfarlan": [208, 209], "chapman": [208, 209], "jensen": [208, 209], "toto": [208, 209], "liu": [208, 209], "fischer": [208, 209], "planetari": [208, 209, 272], "depart": [208, 209, 290], "energi": [208, 209, 272, 290], "windspe": 209, "land_paramet": 209, "llj_max_alt": 209, "1500": [209, 272, 302], "llj_max_wspd": 209, "liang": 209, "descrep": 209, "implement": [209, 349], "impos": 209, "1500m": 209, "llj": 209, "slightli": [209, 311], "land": [209, 288], "against": 209, "shuyan": 209, "xin": 209, "zhong": 209, "diurnal": 209, "cycl": 209, "climatologi": 209, "23": [209, 271, 282, 287, 314], "21": [209, 279, 298, 314], "5790": 209, "5809": 209, "rh_name": 210, "pres_nam": 210, "sondewnpn": [210, 315], "satur": 210, "arden": 210, "buck": 210, "humid": [210, 274, 284, 294, 311, 321], "give": [210, 279, 306, 323, 336], "centimet": 210, "reader": [210, 273, 281, 323, 338], "dewpoint_temperatur": [211, 289], "moving_ave_window": 211, "comput": [211, 271, 307], "indici": [211, 274, 284, 301, 313, 314, 329, 332], "ascent": 211, "elevation_nam": 212, "elev": [212, 244, 253, 290], "azimuth_nam": 212, "azimuth": [212, 244, 249, 253, 290], "radial_velocity_nam": 212, "radial_veloc": [212, 272], "snr_name": 212, "signal_to_noise_ratio": [212, 272], "intensity_nam": 212, "snr_threshold": [212, 271], "remove_all_miss": [212, 271], "condition_limit": 212, "10000": [212, 271], "ppi": [212, 244, 274, 284, 285, 293], "scan": [212, 244], "kenneth": [212, 215], "develop": [212, 215, 273, 347, 348], "rob": 212, "newsom": [212, 272], "accordingli": 212, "veloc": [212, 272], "decid": 212, "ration": 212, "concatin": 212, "break": [212, 349], "alan": 212, "brewer": 212, "wilczak": 212, "daniel": 212, "wolf": 212, "steven": 212, "onclei": 212, "juli": 212, "lundquist": 212, "valid": [212, 245, 347], "precis": 212, "discuss": [212, 273, 279, 284], "2016": [212, 290], "height_dim": [213, 330], "var_thresh": [213, 330], "fill_na": [213, 330], "return_thresh": 213, "filter_typ": 213, "uniform": 213, "edge_thresh": 213, "cloud": [213, 272, 274, 284, 316, 329, 332, 340, 346, 348], "sobel": [213, 330], "publish": [213, 272], "lit": 213, "review": [213, 298], "emploi": 213, "now": [213, 241, 271, 272, 323, 327, 342], "cbh": [213, 330, 341], "cbh_sobel_": 213, "3x3": 213, "edg": [213, 330], "strong": 213, "new_d": [213, 236, 241, 336], "kazr": 213, "tend": 213, "reflectivity_copol": 213, "correct_mpl": 213, "ceil": [213, 272, 296, 341, 343, 347], "particle_d": 214, "deltas": 214, "005": 214, "num_bin": 214, "199": 214, "avg_interv": 214, "calc_sp2_diams_mass": 214, "micron": 214, "psd_d": 214, "sky_irt": 215, "sky_ir_temp": 215, "sfc_irt": 215, "sfc_ir_temp": 215, "emi": 215, "986": 215, "templow": 215, "temphigh": 215, "350": [215, 274, 324, 328], "tol": 215, "sst_variabl": 215, "sea_surface_temperatur": 215, "meant": [215, 270, 273], "advantag": 215, "multiprocess": 215, "donlon": 215, "2008": 215, "ir": [215, 272, 292], "seawat": 215, "brentq": 215, "optim": 215, "minim": 215, "sst": 215, "insert": [215, 231, 272], "robinson": 215, "wimmer": 215, "fisher": 215, "reynold": 215, "edward": 215, "nightingal": 215, "infrar": 215, "autonom": 215, "isar": 215, "deploy": 215, "aboard": 215, "volunt": [215, 347], "vo": 215, "atmo": [215, 291, 351], "technol": 215, "93": 215, "113": 215, "1175": 215, "2007jtecho505": 215, "intot": 216, "cm": [216, 243, 262], "rf": 216, "rf_wnum": 216, "temperatru": 216, "commun": [217, 268, 282, 287, 347, 348, 351, 352], "toolkit": [217, 268, 290, 347, 351, 352], "coordinag": [218, 219, 336], "desired_unit": [219, 336, 341], "skip_vari": [219, 336], "skip_standard": 219, "raise_error": 219, "faster": 219, "statement": [219, 347], "varialb": [219, 327], "eg": 219, "lot": [219, 272], "unecessari": 219, "success": 219, "variabel": 219, "its": [220, 271, 308, 337, 348], "datastream_class": [220, 337], "facil": [220, 223, 235, 272, 273, 281, 289, 290, 295, 296, 310, 318, 323, 337, 341, 343, 347], "datastram": 220, "ext": [220, 337], "extens": [220, 225, 251, 337, 338, 352], "data_util": [220, 306, 337, 345], "20190501": [220, 337], "024254": [220, 337], "fn_obj": [220, 337], "sgp": [220, 235, 279, 296, 315, 323, 330, 337], "parse_datastream": 220, "datastrem": 221, "unavail": [221, 223], "could": [222, 279, 280, 282, 287, 295, 296, 310, 313, 318, 320, 323, 347], "reserv": 222, "cap": 223, "time_delta": [231, 250, 264], "accumul": [231, 307, 345], "rain": [231, 307], "_accumul": 231, "cacul": 231, "precip": [231, 286, 307, 345], "variable_accumul": 231, "stop": 232, "samp": 232, "multi": [232, 241, 320, 352], "timestep": 232, "indsert": 232, "solar_angl": 233, "dawn_dusk": [233, 258], "denot": 233, "dawk_dusk": 233, "dawn": [233, 300], "dusk": [233, 300], "twilight": [233, 258], "dark": [233, 258], "degress": 233, "time_bound": [234, 286, 306], "timestamp": [234, 342], "prefer": [234, 327, 347], "reli": 234, "middl": 234, "facility_cod": 235, "a4": 235, "i5": 235, "coord_dict": 235, "coord_list": 236, "design": 236, "visual": [236, 273, 284, 286, 294, 340, 349], "effici": [237, 338], "nativ": 237, "cog": 237, "sog": 237, "txt_path": 238, "return_miss": 238, "submiss": 238, "consol": 238, "txt": [238, 271, 281, 282], "doesn": 238, "interpret": [238, 287], "apart": 238, "choos": [238, 327, 348], "time_str": 238, "datatim": 239, "dirnam": 240, "possibli": 240, "unpack_tar": [240, 338], "pahtlib": [240, 260, 266], "keep_name_if_on": 241, "use_dim_value_in_nam": 241, "dim_label": 241, "essenti": 241, "custom": [241, 271, 302, 309, 314, 319, 343, 352], "hard": 241, "parse_dim": 241, "temp_var_nam": [242, 256], "press_var_nam": [242, 255, 256], "temp_var_unit": [242, 256], "press_var_unit": [242, 255, 256], "pint": [242, 243, 255, 256, 273], "potential_temperatur": 242, "someth": [242, 255, 256, 343, 347], "wrong": [242, 255, 256], "in_unit": 243, "out_unit": [243, 345], "float64": [243, 279, 287], "04": [243, 272, 274, 279, 293, 306, 318, 327, 328, 332, 335], "sweep": [244, 290], "range_var": [244, 290], "sweep_start": 244, "sweep_end": 244, "sweep_mod": 244, "sweep_az_thresh": 244, "sweep_el_thresh": 244, "py": [244, 271, 273, 274, 276, 277, 279, 280, 281, 282, 283, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 330, 331, 332, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 351, 352], "art": [244, 273, 290, 347], "date_str": 245, "output_format": 245, "return_datetim": 245, "strftime": 245, "datetime_str": 245, "datetime_obj": 245, "sdate": 246, "edat": 246, "th": [246, 327], "all_dat": 246, "decoded_nam": 248, "weather": [248, 274, 284, 290, 294, 321], "pwd22": 248, "wmo": 248, "tabl": 248, "4680": 248, "supplement": 248, "4677": 248, "doc_num": 248, "php": 248, "explnum_id": 248, "10235": 248, "az": 249, "dist": 249, "dist_unit": 249, "destin": 249, "lat2": [249, 263], "lon2": [249, 263], "analyz": [250, 271, 272, 300], "unabl": 250, "write_filenam": [251, 260, 261, 266], "fp": 251, "movi": 251, "glob": [251, 271, 281, 286, 338, 347], "alpanumer": 251, "mp4": 251, "frame": 251, "moviepi": 251, "imagesequenceclip": 251, "write_videofil": 251, "add_if_missing_in_d": 252, "use_fillvalu": 252, "nodefault": 252, "strang": 252, "becau": 252, "dq_d": 252, "skyfield": [253, 254, 258, 273], "temperature_c": 253, "pressure_mbar": 253, "awar": [253, 344], "positon": 253, "model": [253, 288], "milibar": 253, "astronom": [253, 258], "noon": [254, 272], "spane": 254, "three": 254, "span": 254, "height_differ": [255, 256], "height_unit": [255, 256], "decreas": [255, 256, 272, 347], "adjusted_pressur": 255, "eas": [256, 352], "adjusted_temperatur": 256, "date_tim": 258, "horizon": 258, "dark_twilight_dai": 258, "nautic": 258, "civil": 258, "_date": 259, "returntim": 259, "arm_dat": 259, "write_directori": [260, 261, 266, 267, 338], "created_tarfil": [261, 338], "direcotri": [261, 267], "planck": 262, "reflect": [262, 271], "ncc": 262, "nesdi": 262, "sr": 262, "degk": 262, "f77": 262, "orgin": [262, 323, 336], "jim": 262, "liligren": 262, "dqo": 262, "mentor": [262, 272, 287], "1100": 262, "81": [262, 279, 280, 295, 310, 318, 320], "49372361846207": 262, "49": [262, 287, 314], "299": 262, "9974150039702": 262, "_geod": 263, "lon1": 263, "lat1": 263, "time1": 263, "time2": 263, "calc_cog_sog": [263, 276], "delai": 263, "contin": 264, "durat": 264, "time_rang": 264, "ts_dict": 265, "weight": [265, 274, 284, 340, 346], "galleri": [265, 274, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "t_dict": 265, "sgpvdisc1": 265, "rain_rat": 265, "tbrg_precip_tot": [265, 307, 345], "org_precip_rate_mean": [265, 345], "pwd_precip_rate_mean_1min": [265, 345], "0125": 265, "tar_fil": [267, 338], "temp_dir": 267, "random": [267, 287, 338], "return_fil": [267, 338], "temporari": [267, 338], "releas": [268, 270, 273, 350], "post1": 268, "g834c874": 268, "aug": 268, "2024": 268, "page": [269, 270, 284, 347], "built": [269, 272, 344], "hello": 270, "welcom": [270, 273, 347], "our": [270, 273, 327], "overview": 270, "narr": 270, "orient": 270, "feedback": [270, 272], "feel": 270, "free": 270, "button": [270, 347, 352], "corner": 270, "organ": [271, 347], "expand": [271, 274, 281, 284, 322, 328], "scientist": 271, "notebook": [271, 272, 276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348], "kp": [271, 282], "dt": 271, "xr": [271, 276, 286, 313, 314, 342, 345, 347], "result_22_kp": 271, "20220801": [271, 282], "result_23_kp": 271, "dkps2221322a": 271, "mom": 271, "hkps2221322a": 271, "kps2221322": [271, 282], "dkps2221323a": 271, "hkps2221323a": 271, "kps2221323": [271, 282], "ds1_kp": 271, "noaapsl": [271, 282, 349], "read_psl_radar_fmcw_mo": [271, 282], "webpag": [271, 272], "psd2": [271, 282], "realtim": [271, 282], "disdrometerparsivel": [271, 282], "stat": [271, 282, 310], "2022": [271, 279, 281, 282, 296, 341, 343], "213": [271, 282], "kps2221322_stat": [271, 282], "kps2221323_stat": [271, 282], "ds2_kp": 271, "read_psl_parsivel": [271, 282], "kps_ds1": 271, "kps_ds2": 271, "reflectivity_uncalibr": [271, 282], "act_homeyerrainbow": 271, "number_density_drop": [271, 282], "set_ylim": [271, 272, 280, 282, 286, 302], "comment": 271, "arm_token": 271, "arm_usernam": [271, 281, 296, 323, 341, 343, 347], "ds_kazr": 271, "guckazrcfrgem1": 271, "timefram": [271, 272], "kazr_fil": 271, "kazr_d": 271, "ds_ld": 271, "gucldm1": 271, "ld_file": 271, "cdf": [271, 272, 281, 297, 298, 299, 300, 301, 303, 304, 305, 307, 308, 309, 311, 313, 314, 315, 319, 326, 327, 331, 338, 342, 343, 345], "ld_d": 271, "four": [271, 272], "set_yticklabel": [271, 311], "set_ylabel": [271, 272, 307, 311, 318], "km": [271, 336, 341], "sherm": 271, "appdata": 271, "ipykernel_10268": 271, "1307396719": 271, "29": [271, 279, 314, 323, 335], "userwarn": [271, 279, 280, 286, 287, 289, 290, 292, 295, 301, 306, 310, 313, 314, 318, 320], "fixedformatt": 271, "fixedloc": 271, "33": [271, 279, 314], "ds_dl": [271, 272], "gucdlppim1": 271, "dl_ppi_fil": 271, "multi_d": 271, "gucdlppi": 271, "wind_d": 271, "compute_winds_from_ppi": 271, "guc": 271, "dlppi": 271, "overlai": [271, 291, 341], "plot_barbs_from_spd_dir": [271, 291, 309, 319], "shown": [271, 272, 342], "set_xlim": 271, "01t22": 271, "01t23": [271, 327], "2500": 271, "overal": 271, "workflow": [271, 274, 346, 347], "confid": 271, "excit": 272, "saw": 272, "roughli": 272, "coverag": [272, 347], "uniqu": 272, "impact": [272, 347], "gather": 272, "togeth": [272, 276, 286, 312], "close": [272, 276, 299, 300, 301, 313, 314, 317, 320, 330, 335, 341, 343], "act": [272, 276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348, 350, 351, 352], "armliv": [272, 323, 347], "re": [272, 323, 347], "continu": 272, "half": [272, 347], "turbul": 272, "momentum": 272, "sensibl": 272, "heat": [272, 274, 284, 289, 294, 321, 342], "latent": [272, 342], "transmit": 272, "electromagnet": 272, "five": 272, "tilt": 272, "oppos": 272, "strength": 272, "cpc": 272, "3000": 272, "nanomet": 272, "fine": 272, "aerosol": [272, 274, 284, 294, 298, 321, 334, 339], "smp": 272, "spectromet": 272, "electr": 272, "differenti": 272, "dma": 272, "yourusernam": [272, 347], "yourtoken": 272, "sgpdlfpte13": 272, "08t17": 272, "08t21": 272, "watch": 272, "expert": 272, "dl_file": 272, "download_arm_data": [272, 281, 296, 323, 341, 343, 349], "drop": [272, 279, 287], "sgpecorsfe14": 272, "ecor_fil": [272, 342], "ds_ecor": [272, 286, 342], "met_fil": [272, 338], "ds_met": 272, "sgpsirse13": 272, "sirs_fil": 272, "ds_sir": 272, "sgpaoscpcufe13": 272, "cpcuf_fil": 272, "ds_cpcuf": 272, "sgpaossmpse13": 272, "smps_file": 272, "ds_smp": 272, "sgp915rwpwindmomloc1": 272, "a0": [272, 327], "rwp_file": 272, "ds_rwp": 272, "20240408": 272, "190019": 272, "180018": 272, "200019": 272, "170018": 272, "prepar": [272, 273, 281, 290, 296, 297, 323, 341, 343, 349], "shi": [272, 281, 343], "krishnamurthi": 272, "dlfpt": 272, "5439": [272, 281, 296, 323, 341, 343], "1025185": 272, "000000": [272, 276, 281, 287, 296, 297, 298, 299, 300, 302, 303, 304, 305, 307, 308, 311, 312, 316, 324, 326, 327, 330, 336, 338, 342, 343, 345], "sullivan": 272, "cook": 272, "keeler": 272, "pal": 272, "ecorsf": 272, "1494128": 272, "kyrouac": [272, 281, 343], "tufted": [272, 281, 343], "1786358": [272, 281, 343], "sengupta": 272, "xie": 272, "jaker": 272, "yang": 272, "reda": 272, "andrea": 272, "habt": 272, "1475460": 272, "koontz": 272, "bullard": 272, "kuang": 272, "hay": 272, "singh": 272, "salwen": 272, "aoscpcuf": 272, "1378933": 272, "howi": 272, "aossmp": 272, "1476898": 272, "000011": [272, 343], "muradyan": 272, "ermold": [272, 296, 323, 341, 343], "915rwpwindmomlo": 272, "1573768": 272, "beam": 272, "beam_azimuth": 272, "104": 272, "dash": 272, "ds_ceil": 272, "18": [272, 274, 314, 316, 342, 346], "set_xrng": [272, 310], "set_yrng": [272, 310], "sharex": 272, "latent_flux": [272, 286], "sensible_heat_flux": [272, 286], "ecor_ax": 272, "twinx": [272, 311], "balanc": 272, "radial_velocity_snr": 272, "cb_friendli": 272, "dn_dlogdp": 272, "nipy_spectr": 272, "norm": 272, "lognorm": 272, "20000": 272, "set_yscal": 272, "subplots_adjust": [272, 286, 289, 307, 316], "wspace": 272, "hspace": [272, 286, 289, 307], "panel": [272, 282, 352], "tsi": 272, "video": 272, "With": [272, 344], "reach": [272, 347], "meter": [272, 336], "shortli": 272, "total": [272, 274, 276, 277, 279, 280, 281, 282, 283, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 330, 331, 332, 333, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346], "notic": [272, 338], "plant": 272, "respons": 272, "uptak": 272, "ryan": 272, "thermal": 272, "bouldari": 272, "burst": 272, "npf": 272, "photochem": 272, "activ": [272, 348], "post": [272, 284, 347], "conclud": 272, "ashish": 272, "had": [272, 348], "springtim": 272, "recur": 272, "region": [272, 282], "paper": 272, "later": [272, 323, 327], "coincid": [272, 342], "17": [272, 283, 314], "beyond": 272, "nsmp": 272, "unclear": 272, "fluctuat": 272, "insol": 272, "onset": 272, "concern": 272, "nm": 272, "interest": 272, "learn": 272, "visit": 272, "thank": 272, "staff": 272, "contribut": [272, 284, 350], "idea": [272, 273, 347], "blog": [272, 284, 347], "grover": [272, 305, 314], "janek": 272, "uin": 272, "paytsar": 272, "jenni": 272, "vari": [273, 347], "everi": [273, 347], "scientif": [273, 287], "share": 273, "goal": 273, "effort": 273, "overarch": 273, "roadmap": 273, "submit": 273, "addition": [273, 349], "board": 273, "question": 273, "tell": [273, 298, 323], "soon": 273, "pyproj": 273, "proj": 273, "six": 273, "geoplot": [273, 288, 295], "scikit": 273, "posthoc": 273, "writer": 273, "softwar": [273, 290], "git": [273, 351], "clone": [273, 351], "plan": [273, 323], "fork": 273, "repositori": [273, 349], "highli": 273, "bsd": 273, "claus": 273, "licens": 273, "contributor": [273, 349], "launch": 273, "suit": 273, "pytest": [273, 347], "pyarg": [273, 347], "069": [274, 279], "execut": [274, 277, 283, 293, 321, 328, 332, 333, 339, 346], "54": [274, 314], "mem": [274, 277, 283, 293, 321, 328, 332, 333, 339, 346], "transform": [274, 284, 289, 314, 323, 340, 346], "plot_qc_transform": [274, 344, 346], "093": [274, 344, 346], "plot_asos_temp": [274, 280, 283], "53": [274, 280, 283, 314], "205": [274, 280, 283], "plot_multiple_dataset": [274, 343, 346], "37": [274, 279, 314, 343, 346], "844": [274, 343, 346], "plot_convert_ameriflux": [274, 286, 293], "232": [274, 286, 293], "aerio": [274, 284, 340, 346], "plot_aerioe_with_cbh": [274, 341, 346], "plot_merged_product": [274, 342, 346], "475": [274, 342, 346], "plot_neon": [274, 281, 283, 342], "530": [274, 281, 283], "simpl": [274, 284, 294, 304, 305, 308, 315, 316, 321, 324, 326], "plot_ceil": [274, 296, 321], "304": [274, 296, 321], "plot_noaa_fmcw_mo": [274, 282, 283], "212": [274, 282, 283], "plot_weighted_averag": [274, 345, 346], "161": [274, 345, 346], "plot_cbh_sobel": [274, 330, 332], "648": [274, 330, 332], "plot_hysplit": [274, 288, 293], "422": [274, 288, 293], "plot_arm_qc": [274, 323, 328], "plot_change_unit": [274, 336, 339], "820": [274, 336, 339], "plot_correct_ship_wind_data": [274, 276, 277], "564": [274, 276, 277], "plot_dai": [274, 299, 321], "563": [274, 299, 321], "plot_data_ros": [274, 298, 321], "544": [274, 298, 321], "plot_surfrad": [274, 292, 293], "148": [274, 292, 293], "mimic": [274, 284, 285, 293], "plot_create_arm_d": [274, 287, 293], "918": [274, 287, 293], "airnow": [274, 278, 283, 284, 347, 349], "plot_airnow": [274, 279, 283], "813": [274, 279, 283], "616": [274, 320, 321], "plot_tar": [274, 338, 339], "522": [274, 338, 339], "windros": [274, 284, 294, 321], "windbarb": [274, 284, 294, 321], "plot_wind_ros": [274, 319, 321], "409": [274, 319, 321], "plot_exampl": [274, 302, 321], "389": [274, 302, 321], "plot_icartt": [274, 289, 293], "daili": [274, 279, 284, 294, 321], "daytim": [274, 284, 294, 321], "plot_daytime_averag": [274, 300, 321], "257": [274, 300, 321], "plot_rh_timeseri": [274, 309, 321], "152": [274, 309, 321], "baselin": [274, 284, 322, 328], "plot_qc_bsrn": [274, 326, 328], "115": [274, 326, 328], "plot_state_vari": [274, 316, 321], "877": [274, 316, 321], "plot_raw_minimpl": [274, 290, 293], "826": [274, 290, 293], "plot_contour": [274, 297, 321], "plot_multiple_column": [274, 305, 321], "676": [274, 305, 321], "plot_sodar": [274, 291, 293], "654": [274, 291, 293], "aaf": [274, 284, 289, 294, 321], "flight": [274, 284, 294, 321], "plot_aaf_track": [274, 295, 321], "630": [274, 295, 321], "plot_heatmap": [274, 303, 321], "614": [274, 303, 321], "plot_skewt": [274, 313, 321], "554": [274, 313, 321], "airspe": [274, 284, 294, 321], "plot_scatt": [274, 303, 310, 321], "543": [274, 310, 321], "plot_time_height_scatt": [274, 317, 321], "495": [274, 317, 321], "plot_qc": [274, 308, 321], "485": [274, 308, 321], "plot_enhanced_skewt": [274, 301, 321], "483": [274, 301, 321], "quantil": [274, 284, 294, 321], "plot_violin": [274, 318, 321], "439": [274, 318, 321], "plot_dqr_qc": [274, 324, 328], "plot_skewt_with_text": [274, 314, 321], "337": [274, 314, 321], "present": [274, 284, 294, 321], "plot_presentweathercod": [274, 307, 321], "275": [274, 307, 321], "plot_size_distribut": [274, 312, 321], "266": [274, 312, 321], "plot_sond": [274, 315, 321], "245": [274, 315, 321], "plot_secondary_i": [274, 311, 321], "226": [274, 311, 321], "forc": [274, 284, 322, 328], "plot_force_line_qc": [274, 325, 328], "plot_get_stability_indices_exampl": [274, 331, 332], "128": [274, 331, 332], "plot_hist_kwarg": [274, 304, 321], "plot_pie_chart": [274, 306, 321], "077": [274, 306, 321], "plot_calculated_percentag": [274, 335, 339], "072": [274, 335, 339], "plot_qc_exampl": [274, 327, 328], "048": [274, 327, 328], "plot_parse_filenam": [274, 337, 339], "001": [274, 281, 287, 337, 339], "arm_test_data": [276, 288, 289, 290, 291, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 338, 342, 343, 344, 345], "navig": [276, 289, 295, 310, 318], "mainli": 276, "filename_nav": 276, "fetch": [276, 288, 289, 290, 291, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 338, 342, 343, 344, 345, 347], "marnavm1": 276, "20180201": [276, 324], "nav_d": 276, "nav": 276, "ship_util": 276, "filename_aosmet": [276, 324], "maraosmetm1": [276, 324], "aosmet_d": 276, "previous": [276, 349], "compat": [276, 286, 342], "pitch": 276, "correct_wind": 276, "jupyt": [276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345, 348], "ipynb": [276, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "sphinx": [276, 279, 280, 281, 282, 284, 286, 287, 288, 289, 290, 291, 292, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 323, 324, 325, 326, 327, 330, 331, 335, 336, 337, 338, 341, 342, 343, 344, 345], "auto_exampl": [277, 283, 293, 321, 328, 332, 333, 339, 346], "discov": [278, 284], "epa": 279, "aq": 279, "74630": 279, "api_kei": 279, "fe5abc2b": 279, "529d": 279, "4ca7": 279, "ac8d": 279, "d1095dd2804d": 279, "776b": 279, "int64": [279, 287], "64b": 279, "dateissu": 279, "dateforecast": 279, "reportingarea": 279, "oklahoma": [279, 296, 315], "citi": 279, "statecod": 279, "47": [279, 312, 314, 335], "parameternam": 279, "o3": 279, "pm2": 279, "40": [279, 289, 304, 310, 314, 327], "categorynumb": 279, "categorynam": 279, "good": [279, 323, 347], "actiondai": 279, "8b": [279, 306, 313, 315], "southerli": 279, "todai": 279, "bring": 279, "moi": 279, "288b": 279, "24b": 279, "dateobserv": 279, "hourobserv": 279, "localtimezon": 279, "cst": 279, "39": [279, 314], "moder": 279, "584b": 279, "13": [279, 314], "u10": 279, "40b": 279, "ponca": 279, "104b": 279, "01t1": 279, "aqs_id": 279, "400710604": 279, "24": [279, 314], "42": [279, 314], "43": [279, 314, 315], "raw_concentr": 279, "runner": [279, 280, 286, 287, 289, 290, 292, 295, 296, 298, 299, 301, 306, 310, 313, 314, 318, 320, 323, 327], "discern": [279, 280, 295, 310, 318, 320], "datastreamnam": [279, 280, 295, 310, 318, 320], "defaultnam": [279, 280, 295, 310, 318, 320], "act_datastream": [279, 280, 295, 310, 318, 320], "warn": [279, 280, 286, 287, 290, 295, 306, 310, 318, 320, 327, 331], "account": [279, 352], "getenv": [279, 281, 296, 323, 341, 343], "airnow_api": [279, 347], "len": [279, 281, 296, 307, 314, 323, 341, 343, 345], "get_airnow_forecast": 279, "958": 279, "88": [279, 316], "rudimentari": 279, "get_airnow_ob": 279, "squeez": 279, "lat_lon": 279, "172": 279, "879": 279, "96": 279, "76": 279, "get_airnow_bounded_ob": 279, "01t12": 279, "get_asos_data": [280, 347, 349], "2m": 281, "slope": 281, "nsametc1": 281, "20221005": 281, "20221002": 281, "20221004": 281, "20221003": 281, "20221007": 281, "20221006": 281, "20221001": 281, "d18": 281, "barr": 281, "dp1": 281, "00002": 281, "20230220t172200z": 281, "sensor_posit": 281, "010": 281, "030": 281, "saat_30min": 281, "eml": 281, "20221101": 281, "20240127t000425z": 281, "xml": 281, "saat_1min": 281, "020": 281, "arm_password": [281, 296, 323, 341, 343, 347], "download_neon_data": [281, 349], "barr_dp1": 281, "ds2": [281, 282], "read_neon_csv": 281, "tempsinglemean": 281, "campaign": 282, "crest": [282, 307], "butt": [282, 307], "deploi": 282, "benefit": 282, "broader": 282, "zach": [282, 306, 335], "sherman": [282, 291, 304, 306, 335], "kettl": 282, "pond": 282, "2200": 282, "2300": 282, "result_22": 282, "result_23": 282, "ds1": 282, "homeyerrainbow": [282, 296, 341], "759": 283, "templat": 284, "tutori": 284, "utili": [284, 334], "auto_examples_python": 284, "auto_examples_jupyt": 284, "lbl": 286, "57": [286, 314], "ecor": [286, 342], "example_ecorsf_e39": 286, "stamp": 286, "datetime_util": [286, 342], "adjust_timestamp": [286, 342], "add_dqr_to_qc": [286, 323, 324, 342], "datafilt": [286, 323, 342, 344, 349], "seb": [286, 342], "example_sebs_e39": 286, "ds_seb": [286, 342], "example_stamp_e39": 286, "ds_stamp": 286, "example_stamppcp_e39": 286, "ds_stamppcp": 286, "30min": 286, "amc": 286, "example_amc_e39": 286, "ds_amc": 286, "convert_to_ameriflux": 286, "a14": 286, "mergedflux": 286, "makedir": 286, "_hh_": 286, "timestamp_start": 286, "iloc": 286, "timestamp_end": 286, "to_csv": 286, "surface_soil_heat_flux_1": [286, 342], "surface_soil_heat_flux_2": 286, "surface_soil_heat_flux_3": 286, "soil_specific_water_content_west": 286, "get_ylim": 286, "458": 287, "3mb": 287, "12kb": 287, "1438": 287, "1439": 287, "400b": 287, "48": [287, 314], "999e": 287, "num_drop": 287, "576kb": 287, "qc_num_drop": 287, "num_dens": 287, "qc_num_dens": 287, "moment5": 287, "moment6": 287, "radar_reflect": 287, "command_lin": [287, 315, 323], "process_vers": [287, 315, 323], "dod_vers": [287, 315, 323], "site_id": [287, 315, 323], "facility_id": [287, 315], "input_sourc": [287, 323], "qc_bit_3_descript": 287, "qc_bit_3_assess": 287, "qc_bit_4_descript": 287, "qc_bit_4_assess": 287, "histori": [287, 315, 323], "resolution_descript": 287, "fewer": 287, "thu": 287, "unnecessari": 287, "lead": 287, "mislead": 287, "conclus": 287, "nresolut": 287, "sampling_interv": 287, "serial_numb": 287, "bin_width": 287, "represent": 287, "nthe": 287, "logic": 287, "bitwis": 287, "oper": 287, "examin": 287, "equival": 287, "nbit_1": 287, "00000001": 287, "0x01": 287, "nbit_2": 287, "00000010": 287, "0x02": 287, "nbit_3": 287, "00000100": 287, "0x04": 287, "nbit_4": 287, "00001000": 287, "0x08": 287, "nbit_5": 287, "00010000": 287, "0x10": 287, "qc_bit_1_descript": 287, "qc_bit_1_assess": 287, "qc_bit_2_descript": 287, "qc_bit_2_assess": 287, "workbench": 287, "1234253sdgfadf": 287, "create_ds_from_arm_dod": 287, "easiest": [287, 347], "coorespond": 287, "attribuet": 287, "att": 287, "sgpvdisx1": 287, "20230101": 287, "write_netcdf": 287, "backtrajectori": 288, "houston": 288, "robert": [288, 315], "jackson": [288, 299, 315], "houstonaug300": 288, "0summer2010080100": 288, "read_hysplit": 288, "consortium": 289, "joe": [289, 295, 307, 310, 318], "brien": [289, 295, 307, 310, 318], "No": [289, 292, 306, 344], "artist": [289, 292], "loc": 289, "read_icartt": [289, 295, 310, 318], "aerial": [289, 295, 310, 318], "filename_icartt": [289, 295, 310, 318], "aafnav_cor_20181104_r0": [289, 295, 310, 318], "ict": [289, 295, 310, 318], "ambient_temp": [289, 310, 318], "static": 289, "total_temp": [289, 318], "static_pressur": 289, "pyart": [290, 347], "partli": 290, "jj": 290, "helmu": 290, "sm": 290, "colli": 290, "jor": 290, "5334": 290, "119": 290, "micromamba": [290, 296, 298], "env": [290, 296, 298, 347, 348], "lib": [290, 296, 298], "python3": [290, 296, 298], "11": [290, 296, 298, 314, 318, 327, 341], "radardisplai": 290, "pyart_avail": 290, "importerror": 290, "filename_mpl": 290, "201509021500": 290, "bi": 290, "read_sigma_mplv5": 290, "create_pyart_obj": 290, "azimuth_angl": 290, "elevation_angl": 290, "nrb_copol": 290, "title_flag": 290, "jet": 290, "argonn": 291, "nation": 291, "anl": 291, "zachari": [291, 304], "read_sodar": 291, "filename_sodar": 291, "20230404": 291, "mnd": 291, "read_mfas_sodar": 291, "shear": 291, "tbl23152": 292, "tbl23153": 292, "boulder_co_surfrad": 292, "32": [292, 314, 315], "download_surfrad_data": [292, 349], "tbl": 292, "20230601": 292, "20230602": 292, "enough": 292, "aftp": 292, "boulder_co": 292, "tbl23008": 292, "tbl23009": 292, "read_surfrad": 292, "upwelling_glob": 292, "downwelling_glob": 292, "net_radi": 292, "net_ir": 292, "total_net": 292, "525": 293, "referenc": 295, "track": 295, "press_alt": 295, "ceiliomet": [296, 343], "sgpceilc1": [296, 302, 316, 330, 336, 341, 343], "20220117": 296, "000010": 296, "20220116": 296, "000013": 296, "20220115": 296, "000015": 296, "20220114": 296, "000001": 296, "20220118": 296, "000008": [296, 343], "zhang": [296, 341, 343], "morri": [296, 341, 343], "1181954": [296, 341, 343], "core": [296, 327], "127": 296, "runtimewarn": [296, 298, 299], "encount": [296, 301, 313, 314], "log10": 296, "_execute_task": 296, "cach": 296, "arg": 296, "filename_ceil": [296, 302, 316, 330, 336, 343], "20190101": [296, 298, 299, 300, 301, 302, 303, 304, 305, 308, 311, 313, 315, 316, 330, 331, 336, 338, 343, 345], "ceil_d": [296, 341, 343], "19": [296, 314], "correct_ceil": [296, 343, 347], "met_contour_list": 297, "sgpmete15": 297, "20190508": 297, "sgpmete31": 297, "sgpmete32": 297, "sgpmete33": 297, "sgpmete34": 297, "sgpmete35": 297, "sgpmete36": 297, "sgpmete37": 297, "sgpmete38": 297, "sgpmete39": 297, "sgpmete40": 297, "sgpmete9": 297, "met_contour_filenam": 297, "2019": [297, 315, 327], "08t04": 297, "000000000": [297, 335], "wind_field": 297, "station_field": 297, "wspd_vec_mean": [297, 298, 299], "wdir_vec_mean": [297, 298, 299, 305], "vapor_pressure_mean": 297, "create_contour": 297, "plot_vectors_from_spd_dir": 297, "plot_stat": 297, "markers": 297, "seen": [298, 324, 347], "final": [298, 352], "major": [298, 349], "bullsey": 298, "0\u00bac": 298, "northeast": 298, "15\u00bac": 298, "south": 298, "ne": 298, "extend": [298, 323], "358": [298, 299], "arr": [298, 299, 327], "idx": [298, 299], "nanfunct": 298, "1215": 298, "keepdim": 298, "1879": 298, "freedom": 298, "var": 298, "nanvar": 298, "ddof": 298, "429": 298, "mean_data": 298, "met_wildcard_list": [298, 299, 300, 303, 305, 338, 345], "20190102": [298, 299, 300, 303, 305, 338, 345], "20190103": [298, 299, 300, 303, 305, 338, 345], "20190104": [298, 299, 300, 303, 305, 338, 345], "20190105": [298, 299, 300, 303, 305, 338, 345], "20190106": [298, 299, 300, 303, 305, 338, 345], "20190107": [298, 299, 300, 303, 305, 338, 345], "met_filenam": [298, 299, 300, 303, 305, 345], "plot_data": [298, 299], "bobbi": 299, "group_bi": 299, "plot_group": 299, "tick_param": 299, "add_solar_vari": 300, "geo_util": 300, "sun_vari": 300, "skipna": 300, "linestyl": 300, "solid": 300, "179": [301, 313, 314], "lfc": [301, 313, 314], "mpcalc": [301, 313, 314], "p_sort": [301, 313, 314], "t_sort": [301, 313, 314], "td_sort": [301, 313, 314], "filename_sond": [301, 313, 314, 315, 331], "sgpsondewnpnc1": [301, 313, 315, 331], "053200": [301, 313, 315, 331], "aspect": 302, "tempor": 302, "slow": 302, "courser": 302, "greatli": [302, 347], "1min": [302, 345], "quick": 302, "assign_to_figure_axi": [302, 307, 312], "person": 302, "filename_met": [304, 307, 308, 311, 343], "histdisplai": 304, "plot_stacked_bar": [304, 349], "arang": 304, "maxwel": [305, 314], "tab": 305, "temp_std": 305, "rh_std": 305, "wdir_vec_std": 305, "chemic": 306, "speciat": 306, "keysview": 306, "408b": 306, "20t00": 306, "816b": 306, "chunksiz": [306, 315, 323], "meta": [306, 315, 323], "ndarrai": [306, 315, 323, 327], "total_organ": 306, "204b": 306, "qc_total_organ": 306, "sulfat": [306, 335], "qc_sulfat": 306, "ammonium": [306, 335], "qc_ammonium": 306, "nitrat": [306, 335], "qc_nitrat": 306, "chlorid": [306, 335], "qc_chlorid": 306, "airbeam_normalization_factor": 306, "inlet_pressur": 306, "4b": [306, 323], "1397": 306, "whole": 306, "sgpaosacsme13": [306, 335], "b2": [306, 335], "20230420": [306, 335], "000109": [306, 335], "data_var": [306, 336], "avoid": [306, 348], "explod": 306, "nice": 306, "dateformatt": 307, "num2dat": 307, "gucmetm1": 307, "20230301": 307, "inst_util": 307, "decode_present_weath": 307, "pwd_pw_code_inst": 307, "pre_accum": 307, "accumulate_precip": [307, 345], "qc_tbrg_precip_tot": 307, "tbrg_precip_total_accumul": [307, 345], "accum": 307, "tbrg_accum": 307, "date_form": 307, "accumual": 307, "gaug": 307, "xaxi": 307, "set_major_formatt": 307, "set_xlabel": 307, "pwd": [307, 345], "xtick": 307, "get_xtick": 307, "ndate": 307, "ncode": 307, "pwd_pw_code_inst_decod": 307, "tzinfo": 307, "tolist": 307, "pwd_code": 307, "mark": 307, "get_ytick": 307, "enumer": 307, "rotat": [307, 323], "va": 307, "bottom": [307, 316, 325, 326], "qc_flag_block_plot": [308, 323, 324, 325, 326, 342], "worth": [309, 319], "twp_sonde_wildcard_list": [309, 319], "twpsondewnpnc3": [309, 314, 319], "20060119": [309, 319], "050300": [309, 319], "112000": [309, 319], "163300": [309, 319], "231600": [309, 314, 319], "20060120": [309, 319], "043800": [309, 319], "111900": [309, 319], "170800": [309, 319], "231500": [309, 319], "20060121": [309, 314, 319], "051500": [309, 319], "111600": [309, 319], "171600": [309, 319], "20060122": [309, 319], "052600": [309, 319], "111500": [309, 319], "171800": [309, 319], "232600": [309, 319], "20060123": [309, 319], "052500": [309, 319], "111700": [309, 319], "20060124": [309, 319], "111800": [309, 319], "171700": [309, 319], "sonde_filenam": [309, 319], "plot_time_height_xsection_from_1d_data": [309, 319], "ylgn": 309, "mstat": 310, "pearsonr": 310, "true_airspe": 310, "ground_spe": 310, "circ": 310, "noqa": [310, 323], "w605": 310, "140": 310, "ma": [310, 327, 347], "polyfit": 310, "poly1d": 310, "linewidth": [310, 341], "135": 310, "3f": 310, "fontsiz": [310, 314], "pearson": 310, "correl": 310, "cc_conc": 310, "cc": 310, "130": 310, "2f": 310, "125": 310, "0f": 310, "set_ratio_lin": 310, "ax2": 311, "set_ytick": 311, "That": [311, 344], "freez": 311, "65": 311, "85": 311, "tight_layout": [311, 317], "ccn": 312, "droplet": 312, "filename_ccn": 312, "sgpaosccn2colae13": 312, "20170903": 312, "t_ind": 312, "03t15": 312, "n_ccn_dn": 312, "droplet_s": 312, "display2": 312, "qc_time": [313, 315], "qc_pre": [313, 315], "qc_tdry": 313, "qc_dp": 313, "qc_wspd": 313, "qc_deg": 313, "qc_rh": 313, "qc_u_wind": 313, "qc_v_wind": 313, "wstat": [313, 315], "asc": [313, 315], "qc_asc": [313, 315], "lifted_index": [313, 314, 331], "28": [313, 314, 331], "47592111": 313, "kelvin": [313, 331], "retain": [313, 314], "set_opt": [313, 314], "keep_attr": [313, 314, 342], "calculate_stability_indici": [313, 314, 331], "168": 314, "800000190734863": 314, "900000095367432": 314, "099999904632568": 314, "199999809265137": 314, "300000190734863": 314, "400000095367432": 314, "599999904632568": 314, "699999809265137": 314, "100000381469727": 314, "399999618530273": 314, "600000381469727": 314, "899999618530273": 314, "200000762939453": 314, "299999237060547": 314, "700000762939453": 314, "799999237060547": 314, "27": 314, "20000076293945": 314, "29999923706055": 314, "599998474121094": 314, "79999923706055": 314, "900001525878906": 314, "099998474121094": 314, "400001525878906": 314, "70000076293945": 314, "52": 314, "55": 314, "56": 314, "58": 314, "59": [314, 327], "62": 314, "t_profil": 314, "175": 314, "sbcape": 314, "sbcin": 314, "surface_based_cape_cin": 314, "183": 314, "mucap": 314, "mucin": 314, "most_unstable_cape_cin": 314, "419": 314, "prof": 314, "td": 314, "surface_based_cap": [314, 331], "surface_based_cin": [314, 331], "most_unstable_cap": [314, 331], "most_unstable_cin": [314, 331], "lifted_condensation_level_temperatur": [314, 331], "lifted_condensation_level_pressur": [314, 331], "helper": 314, "def": [314, 331, 336, 347], "format_vari": 314, "rounding_digit": 314, "round": 314, "prop": 314, "boxstyl": 314, "facecolor": 314, "wheat": 314, "transax": 314, "verticalalign": 314, "bbox": 314, "451kb": 315, "4176": 315, "33kb": 315, "01t05": 315, "17kb": [315, 323, 327], "sonde_ingest": 315, "c1": [315, 316, 320, 325, 341], "el6": 315, "ingest_softwar": 315, "lamont": 315, "dsmgr": [315, 323], "rubi": 315, "_file_d": [315, 323], "_file_tim": [315, 323], "_arm_standards_flag": [315, 323], "detection_statu": 316, "rewritten": 316, "pretti": 316, "clean_arm_state_vari": 316, "wrap": 316, "classificaiton": 316, "cloud_phase_hsrl": 316, "filename_cloud": 316, "nsacloudphasec1": 316, "20180601": 316, "y_axis_label": 316, "flag_color": 316, "cyan": 316, "yellow": 316, "grai": 316, "colorbar_l": 316, "locaiton": 316, "room": 316, "margin": 316, "time_height_scatt": 317, "set_xtick": 318, "ntemp": 318, "ntemperatur": 318, "set_xticklabel": 318, "linspac": 319, "put_display_in_subplot": 319, "coolwarm_r": 319, "visst": 320, "filename_visst": 320, "twpvisstgridirtemp": 320, "20050705": 320, "002500": 320, "308": 321, "extern": 323, "configuraiton": 323, "known": [323, 347], "sgpmfrsr7nche11": [323, 344], "20210329": [323, 344], "070000": [323, 344], "herrera": 323, "multifilt": 323, "mfrsr7nch": 323, "1429369": 323, "69kb": 323, "4320": [323, 327], "35kb": [323, 327], "qc_diffuse_hemisp_narrowband_filter4": 323, "mfrsr7nch_ingest": 323, "e11": 323, "el7": 323, "collect": [323, 348], "mfr": 323, "flint": 323, "ll": 323, "prepen": 323, "everyth": [323, 347], "stanard": 323, "keep_var": 323, "appi": 323, "misalign": 323, "actual": 323, "archiveservic": 323, "dqrservic": 323, "dqrid": 323, "d210405": 323, "add_greater_test": 323, "grow": 323, "fast": 323, "fourier": 323, "approach": 323, "fft_shading_test": 323, "plu": 323, "did": 323, "inspect": 323, "hardcod": 323, "apply_supplemental_qc": 323, "reappli": 323, "aosmet": 324, "obj": 324, "infom": 325, "filename_surf": 325, "nsasurfspecalb1mlawerc1": 325, "20160609": 325, "080000": 325, "wish": [325, 327], "surface_albedo_mfr_narrowband_10m": 325, "pixel": 325, "rather": 325, "cateori": 325, "colorblind": 326, "awi": 326, "de": 326, "filename_br": 326, "sgpbrsc1": 326, "20190705": 326, "varialbl": 326, "defualt": 326, "physical": 326, "bsrn_limits_test": 326, "bsrn_comparison_test": 326, "qctest": 327, "qc_inst_up_long_dome_resist": 327, "maskedarrai": 327, "877699851989746": 327, "896500110626221": 327, "82": 327, "deprecationwarn": 327, "nonzero": 327, "0d": 327, "deprec": 327, "behav": 327, "surprisingli": 327, "atleast_1d": 327, "cond": 327, "old": 327, "intend": 327, "context": 327, "instantan": 327, "upwellin": 327, "quality_flag": 327, "warn_max": 327, "At": 327, "least": 327, "parse_bit": 327, "come": [327, 352], "filename_irt": 327, "sgpirt25m20sc1": 327, "20190601": [327, 342], "simul": 327, "add_missing_value_test": 327, "Or": 327, "nresult": 327, "add_greater_equal_test": 327, "get_masked_data": 327, "ndata": 327, "pick": 327, "wan": 327, "demonstr": 327, "max_differ": 327, "masked_great": 327, "nqc": 327, "pake": 327, "nmask": 327, "nnormal": 327, "914": 328, "ceilomt": 330, "37419": 330, "generic_sobel_cbh": 330, "first_cbh": [330, 336, 341], "cbh_sobel_backscatt": 330, "475921106085877": 331, "963130013251858": 331, "kg": 331, "078224529338513": 331, "degree_celsiu": 331, "927": 331, "1638157194121": 331, "hectopasc": 331, "filterwarn": 331, "print_summari": [331, 336], "777": 332, "composit": 335, "20t17": 335, "20t20": 335, "677": 336, "3226928710938": 336, "second_cbh": 336, "872": 336, "345703125": 336, "318": 336, "6773227453231812": 336, "8723457455635071": 336, "retur": 336, "7800002098083496": 336, "change_unit": [336, 341], "faset": 336, "ii": 336, "startswith": 336, "explicitli": 336, "requri": 336, "dataet": 336, "constitu": 337, "e13": 337, "datastreamparserarm": 337, "nsite": 337, "independ": 338, "temporary_directori": 338, "gz": 338, "tmpo2pl8s4l": 338, "io_util": 338, "cleanup_fil": 338, "pack_gzip": 338, "pack_tar": 338, "bundl": 338, "new_dir": 338, "unlink": 338, "often": 338, "untar": 338, "directroi": 338, "simultan": 338, "collid": 338, "rmdir": 338, "415": 339, "sgpaerioe1turnc1": 341, "20220211": 341, "000354": 341, "shippert": 341, "thermodynam": 341, "aerioe1turn": 341, "1483830": 341, "000005": 341, "aerioe_d": 341, "isn": [341, 347], "coord": 341, "markeredgewidth": 341, "viridi": 341, "watervapor": 341, "savefig": 341, "png": 341, "altern": 342, "ebbr_fil": 342, "sgp30ebbre13": 342, "sgp30ecore14": 342, "sebs_fil": 342, "sgpsebse14": 342, "ds_ebbr": 342, "ebbr": 342, "lv_e": 342, "purpos": [342, 347, 349], "latent_heat_flux_ecor": 342, "qc_latent_heat_flux_ecor": 342, "qc_lv_e": 342, "begin": 342, "latent_heat_flux": 342, "sgpecor_ebbr_seb": 342, "20220106": 343, "000003": 343, "20220101": 343, "000014": 343, "20220103": 343, "000009": 343, "20220102": 343, "20220105": 343, "000006": 343, "20220107": 343, "20220104": 343, "26666667": 344, "93333333": 344, "00013936": 344, "0001885": 344, "filename_mfrsr": 344, "ds_5min": 344, "5min": 344, "sens": 344, "naverag": 344, "ds_5minb": 344, "average_qcd": 344, "cf_d": 345, "hr": 345, "new_da": 345, "da": 345, "convert_unit": 345, "to_dataset": 345, "ts_weighted_averag": 345, "weighted_mean": 345, "org_precip_rate_mean_accumul": 345, "pwd_precip_rate_mean_1min_accumul": 345, "weighted_mean_accumul": 345, "avg": 345, "807": 346, "appreci": 347, "credit": 347, "alwai": [347, 349], "troubleshoot": 347, "reproduc": 347, "tag": 347, "whoever": 347, "offici": 347, "docstr": 347, "articl": 347, "send": 347, "propos": 347, "scope": 347, "narrow": 347, "rememb": 347, "driven": 347, "readi": 347, "repo": 347, "anaconda": [347, 351], "commit": 347, "hook": 347, "push": 347, "icon": 347, "master": [347, 348], "remot": 347, "upstream": 347, "ssh": 347, "miniconda": 347, "pip": [347, 348, 351], "conda": [347, 348, 351], "creating_environ": 347, "sai": 347, "wind_rose_plot": 347, "admin": 347, "branch_nam": 347, "checkout": 347, "task": 347, "mind": 347, "untrack": 347, "__init__": 347, "submodul": 347, "introduct": 347, "pep8": 347, "parti": 347, "actaccessor": 347, "numpydoc": 347, "readthedoc": 347, "en": 347, "act_obj": 347, "the_d": [347, 352], "the_flag": 347, "explan": 347, "mention": [347, 348], "why": 347, "privat": 347, "smaller": 347, "_get_valu": 347, "lint": 347, "rule": 347, "dev": 347, "pep": 347, "0008": 347, "afterward": 347, "neccessari": 347, "adher": 347, "portal": 347, "filler": 347, "clearli": 347, "read_netcdf": [347, 349], "password": 347, "credenti": 347, "protect": 347, "agenc": 347, "secur": 347, "action": 347, "amount": 347, "coveral": 347, "quirk": 347, "assert": 347, "futur": 347, "ran": 347, "rerun": 347, "test_correct_ceil": 347, "fake": 347, "fake_data": 347, "arm_obj": 347, "forg": [347, 348, 351], "test_correct": 347, "cd": [347, 351], "gitignor": 347, "caught": 347, "acronym": 347, "maint": 347, "finish": [347, 348], "quotat": 347, "hit": 347, "termin": [347, 348], "acronymn": 347, "gitwash": 347, "development_workflow": 347, "editor": [347, 348], "sty": 347, "whitespac": 347, "linux": 347, "usual": 347, "vim": 347, "ff": 347, "rebas": 347, "upsteam": 347, "guidelin": 347, "rst": 347, "pypi": [347, 351], "travi": 347, "ci": 347, "checker": 347, "travisci": 347, "past": 347, "sit": 347, "scm": 347, "book": 347, "root": 348, "exit": 348, "led": 348, "prioriti": 348, "config": 348, "blob": 348, "act_env": 348, "deactiv": 348, "enviro": 348, "scratch": 348, "astral": 348, "ipython": 348, "spyder": 348, "gitter": 348, "im": 348, "streamlin": 349, "get_armfil": 349, "get_arm_doi": 349, "get_airnow": 349, "get_crop_typ": 349, "get_noaapsl": 349, "get_neon": 349, "get_site_product": 349, "get_neon_site_product": 349, "get_product_avail": 349, "get_neon_product_avail": 349, "get_surfrad": 349, "download_surfrad": 349, "reason": 349, "armfil": 349, "read_mmcr": 349, "read_arm_mmcr": 349, "csvfile": 349, "difficult": 349, "simpler": 349, "histogramdisplai": 349, "inclus": 349, "plot_stacked_bar_graph": 349, "plot_stairstep_graph": 349, "plot_stairstep": 349, "stamen": 349, "geoographicplotdisplai": 349, "retir": 349, "availab": 349, "octob": 349, "behaviour": 349, "upgrad": 349, "environ": 350, "datasetaccessor": 352, "sphx_glr_source_auto_examples_plot_sond": 352, "multipanel": 352, "snippet": 352, "instruct": 352, "receiv": 352, "get_data": 352, "preced": 352}, "objects": {"act": [[0, 0, 0, "-", "corrections"], [6, 0, 0, "-", "discovery"], [19, 0, 0, "-", "io"], [50, 0, 0, "-", "plotting"], [142, 0, 0, "-", "qc"], [201, 0, 0, "-", "retrievals"], [217, 0, 0, "-", "utils"]], "act.corrections": [[1, 1, 1, "", "correct_ceil"], [2, 1, 1, "", "correct_dl"], [3, 1, 1, "", "correct_mpl"], [4, 1, 1, "", "correct_rl"], [5, 1, 1, "", "correct_wind"]], "act.discovery": [[7, 1, 1, "", "download_arm_data"], [8, 1, 1, "", "download_neon_data"], [9, 1, 1, "", "download_noaa_psl_data"], [10, 1, 1, "", "download_surfrad_data"], [11, 1, 1, "", "get_airnow_bounded_obs"], [12, 1, 1, "", "get_airnow_forecast"], [13, 1, 1, "", "get_airnow_obs"], [14, 1, 1, "", "get_arm_doi"], [15, 1, 1, "", "get_asos_data"], [16, 1, 1, "", "get_crop_type"], [17, 1, 1, "", "get_neon_product_avail"], [18, 1, 1, "", "get_neon_site_products"]], "act.io": [[20, 2, 1, "", "WriteDataset"], [22, 1, 1, "", "check_arm_standards"], [23, 1, 1, "", "check_if_tar_gz_file"], [24, 1, 1, "", "convert_to_ameriflux"], [25, 1, 1, "", "create_ds_from_arm_dod"], [26, 1, 1, "", "proc_sigma_mplv5_read"], [27, 1, 1, "", "read_arm_mmcr"], [28, 1, 1, "", "read_arm_netcdf"], [29, 1, 1, "", "read_csv"], [30, 1, 1, "", "read_gml"], [31, 1, 1, "", "read_gml_co2"], [32, 1, 1, "", "read_gml_halo"], [33, 1, 1, "", "read_gml_met"], [34, 1, 1, "", "read_gml_ozone"], [35, 1, 1, "", "read_gml_radiation"], [36, 1, 1, "", "read_hk_file"], [37, 1, 1, "", "read_hysplit"], [38, 1, 1, "", "read_icartt"], [39, 1, 1, "", "read_mfas_sodar"], [40, 1, 1, "", "read_neon_csv"], [41, 1, 1, "", "read_psl_parsivel"], [42, 1, 1, "", "read_psl_radar_fmcw_moment"], [43, 1, 1, "", "read_psl_surface_met"], [44, 1, 1, "", "read_psl_wind_profiler"], [45, 1, 1, "", "read_psl_wind_profiler_temperature"], [46, 1, 1, "", "read_sigma_mplv5"], [47, 1, 1, "", "read_sp2"], [48, 1, 1, "", "read_sp2_dat"], [49, 1, 1, "", "read_surfrad"]], "act.io.WriteDataset": [[21, 3, 1, "", "write_netcdf"]], "act.plotting": [[51, 2, 1, "", "ContourDisplay"], [63, 2, 1, "", "Display"], [69, 2, 1, "", "DistributionDisplay"], [85, 2, 1, "", "GeographicPlotDisplay"], [92, 2, 1, "", "SkewTDisplay"], [105, 2, 1, "", "TimeSeriesDisplay"], [121, 2, 1, "", "WindRoseDisplay"], [131, 2, 1, "", "XSectionDisplay"]], "act.plotting.ContourDisplay": [[52, 3, 1, "", "add_colorbar"], [53, 3, 1, "", "add_subplots"], [54, 3, 1, "", "assign_to_figure_axis"], [55, 3, 1, "", "barbs"], [56, 3, 1, "", "contour"], [57, 3, 1, "", "contourf"], [58, 3, 1, "", "create_contour"], [59, 3, 1, "", "group_by"], [60, 3, 1, "", "plot_station"], [61, 3, 1, "", "plot_vectors_from_spd_dir"], [62, 3, 1, "", "put_display_in_subplot"]], "act.plotting.Display": [[64, 3, 1, "", "add_colorbar"], [65, 3, 1, "", "add_subplots"], [66, 3, 1, "", "assign_to_figure_axis"], [67, 3, 1, "", "group_by"], [68, 3, 1, "", "put_display_in_subplot"]], "act.plotting.DistributionDisplay": [[70, 3, 1, "", "add_colorbar"], [71, 3, 1, "", "add_subplots"], [72, 3, 1, "", "assign_to_figure_axis"], [73, 3, 1, "", "group_by"], [74, 3, 1, "", "plot_heatmap"], [75, 3, 1, "", "plot_pie_chart"], [76, 3, 1, "", "plot_scatter"], [77, 3, 1, "", "plot_size_distribution"], [78, 3, 1, "", "plot_stacked_bar"], [79, 3, 1, "", "plot_stairstep"], [80, 3, 1, "", "plot_violin"], [81, 3, 1, "", "put_display_in_subplot"], [82, 3, 1, "", "set_ratio_line"], [83, 3, 1, "", "set_xrng"], [84, 3, 1, "", "set_yrng"]], "act.plotting.GeographicPlotDisplay": [[86, 3, 1, "", "add_colorbar"], [87, 3, 1, "", "add_subplots"], [88, 3, 1, "", "assign_to_figure_axis"], [89, 3, 1, "", "geoplot"], [90, 3, 1, "", "group_by"], [91, 3, 1, "", "put_display_in_subplot"]], "act.plotting.SkewTDisplay": [[93, 3, 1, "", "add_colorbar"], [94, 3, 1, "", "add_stability_info"], [95, 3, 1, "", "add_subplots"], [96, 3, 1, "", "assign_to_figure_axis"], [97, 3, 1, "", "group_by"], [98, 3, 1, "", "plot_enhanced_skewt"], [99, 3, 1, "", "plot_from_spd_and_dir"], [100, 3, 1, "", "plot_from_u_and_v"], [101, 3, 1, "", "plot_hodograph"], [102, 3, 1, "", "put_display_in_subplot"], [103, 3, 1, "", "set_xrng"], [104, 3, 1, "", "set_yrng"]], "act.plotting.TimeSeriesDisplay": [[106, 3, 1, "", "add_colorbar"], [107, 3, 1, "", "add_subplots"], [108, 3, 1, "", "assign_to_figure_axis"], [109, 3, 1, "", "day_night_background"], [110, 3, 1, "", "fill_between"], [111, 3, 1, "", "group_by"], [112, 3, 1, "", "plot"], [113, 3, 1, "", "plot_barbs_from_spd_dir"], [114, 3, 1, "", "plot_barbs_from_u_v"], [115, 3, 1, "", "plot_time_height_xsection_from_1d_data"], [116, 3, 1, "", "put_display_in_subplot"], [117, 3, 1, "", "qc_flag_block_plot"], [118, 3, 1, "", "set_xrng"], [119, 3, 1, "", "set_yrng"], [120, 3, 1, "", "time_height_scatter"]], "act.plotting.WindRoseDisplay": [[122, 3, 1, "", "add_colorbar"], [123, 3, 1, "", "add_subplots"], [124, 3, 1, "", "assign_to_figure_axis"], [125, 3, 1, "", "group_by"], [126, 3, 1, "", "plot"], [127, 3, 1, "", "plot_data"], [128, 3, 1, "", "put_display_in_subplot"], [129, 3, 1, "", "set_rrng"], [130, 3, 1, "", "set_thetarng"]], "act.plotting.XSectionDisplay": [[132, 3, 1, "", "add_colorbar"], [133, 3, 1, "", "add_subplots"], [134, 3, 1, "", "assign_to_figure_axis"], [135, 3, 1, "", "group_by"], [136, 3, 1, "", "plot_xsection"], [137, 3, 1, "", "plot_xsection_map"], [138, 3, 1, "", "put_display_in_subplot"], [139, 3, 1, "", "set_subplot_to_map"], [140, 3, 1, "", "set_xrng"], [141, 3, 1, "", "set_yrng"]], "act.qc": [[143, 2, 1, "", "CleanDataset"], [157, 2, 1, "", "QCFilter"], [188, 2, 1, "", "QCSummary"], [190, 2, 1, "", "QCTests"], [192, 2, 1, "", "SP2ParticleCriteria"], [193, 1, 1, "", "add_dqr_to_qc"], [194, 1, 1, "", "fft_shading_test"], [195, 1, 1, "", "fft_shading_test_process"], [196, 1, 1, "", "get_waveform_statistics"], [197, 1, 1, "", "parse_bit"], [198, 1, 1, "", "read_yaml_supplemental_qc"], [199, 1, 1, "", "set_bit"], [200, 1, 1, "", "unset_bit"]], "act.qc.CleanDataset": [[144, 3, 1, "", "clean_arm_qc"], [145, 3, 1, "", "clean_arm_state_variables"], [146, 3, 1, "", "clean_cf_qc"], [147, 3, 1, "", "clean_seri_qc"], [148, 3, 1, "", "clean_swats_qc"], [149, 3, 1, "", "cleanup"], [150, 3, 1, "", "correct_valid_minmax"], [151, 3, 1, "", "fix_incorrect_variable_bit_description_attributes"], [152, 3, 1, "", "get_attr_info"], [153, 3, 1, "", "handle_missing_values"], [154, 3, 1, "", "link_variables"], [155, 4, 1, "", "matched_qc_variables"], [156, 3, 1, "", "normalize_assessment"]], "act.qc.QCFilter": [[158, 3, 1, "", "add_atmospheric_pressure_test"], [159, 3, 1, "", "add_delta_test"], [160, 3, 1, "", "add_difference_test"], [161, 3, 1, "", "add_equal_to_test"], [162, 3, 1, "", "add_gesd_test"], [163, 3, 1, "", "add_greater_equal_test"], [164, 3, 1, "", "add_greater_test"], [165, 3, 1, "", "add_inside_test"], [166, 3, 1, "", "add_iqr_test"], [167, 3, 1, "", "add_less_equal_test"], [168, 3, 1, "", "add_less_test"], [169, 3, 1, "", "add_missing_value_test"], [170, 3, 1, "", "add_not_equal_to_test"], [171, 3, 1, "", "add_outside_test"], [172, 3, 1, "", "add_persistence_test"], [173, 3, 1, "", "add_test"], [174, 3, 1, "", "available_bit"], [175, 3, 1, "", "bsrn_comparison_tests"], [176, 3, 1, "", "bsrn_limits_test"], [177, 3, 1, "", "check_for_ancillary_qc"], [178, 3, 1, "", "compare_time_series_trends"], [179, 3, 1, "", "create_qc_summary"], [180, 3, 1, "", "create_qc_variable"], [181, 3, 1, "", "datafilter"], [182, 3, 1, "", "get_masked_data"], [183, 3, 1, "", "get_qc_test_mask"], [184, 3, 1, "", "remove_test"], [185, 3, 1, "", "set_test"], [186, 3, 1, "", "unset_test"], [187, 3, 1, "", "update_ancillary_variable"]], "act.qc.QCSummary": [[189, 3, 1, "", "create_qc_summary"]], "act.qc.QCTests": [[191, 3, 1, "", "compare_time_series_trends"]], "act.retrievals": [[202, 1, 1, "", "aeri2irt"], [203, 1, 1, "", "calc_sp2_diams_masses"], [204, 1, 1, "", "calculate_dsh_from_dsdh_sdn"], [205, 1, 1, "", "calculate_irradiance_stats"], [206, 1, 1, "", "calculate_longwave_radiation"], [207, 1, 1, "", "calculate_net_radiation"], [208, 1, 1, "", "calculate_pbl_heffter"], [209, 1, 1, "", "calculate_pbl_liu_liang"], [210, 1, 1, "", "calculate_precipitable_water"], [211, 1, 1, "", "calculate_stability_indicies"], [212, 1, 1, "", "compute_winds_from_ppi"], [213, 1, 1, "", "generic_sobel_cbh"], [214, 1, 1, "", "process_sp2_psds"], [215, 1, 1, "", "sst_from_irt"], [216, 1, 1, "", "sum_function_irt"]], "act.utils": [[218, 2, 1, "", "ChangeUnits"], [220, 2, 1, "", "DatastreamParserARM"], [231, 1, 1, "", "accumulate_precip"], [232, 1, 1, "", "add_in_nan"], [233, 1, 1, "", "add_solar_variable"], [234, 1, 1, "", "adjust_timestamp"], [235, 1, 1, "", "arm_site_location_search"], [236, 1, 1, "", "assign_coordinates"], [237, 1, 1, "", "calc_cog_sog"], [238, 1, 1, "", "calculate_dqr_times"], [239, 1, 1, "", "calculate_percentages"], [240, 1, 1, "", "cleanup_files"], [241, 1, 1, "", "convert_2d_to_1d"], [242, 1, 1, "", "convert_to_potential_temp"], [243, 1, 1, "", "convert_units"], [244, 1, 1, "", "create_pyart_obj"], [245, 1, 1, "", "date_parser"], [246, 1, 1, "", "dates_between"], [247, 1, 1, "", "datetime64_to_datetime"], [248, 1, 1, "", "decode_present_weather"], [249, 1, 1, "", "destination_azimuth_distance"], [250, 1, 1, "", "determine_time_delta"], [251, 1, 1, "", "generate_movie"], [252, 1, 1, "", "get_missing_value"], [253, 1, 1, "", "get_solar_azimuth_elevation"], [254, 1, 1, "", "get_sunrise_sunset_noon"], [255, 1, 1, "", "height_adjusted_pressure"], [256, 1, 1, "", "height_adjusted_temperature"], [257, 1, 1, "", "is_gunzip_file"], [258, 1, 1, "", "is_sun_visible"], [259, 1, 1, "", "numpy_to_arm_date"], [260, 1, 1, "", "pack_gzip"], [261, 1, 1, "", "pack_tar"], [262, 1, 1, "", "planck_converter"], [263, 1, 1, "", "proc_scog"], [264, 1, 1, "", "reduce_time_ranges"], [265, 1, 1, "", "ts_weighted_average"], [266, 1, 1, "", "unpack_gzip"], [267, 1, 1, "", "unpack_tar"]], "act.utils.ChangeUnits": [[219, 3, 1, "", "change_units"]], "act.utils.DatastreamParserARM": [[221, 4, 1, "", "datastream"], [222, 4, 1, "", "datastream_class"], [223, 4, 1, "", "datastream_standard"], [224, 4, 1, "", "date"], [225, 4, 1, "", "ext"], [226, 4, 1, "", "facility"], [227, 4, 1, "", "level"], [228, 3, 1, "", "set_datastream"], [229, 4, 1, "", "site"], [230, 4, 1, "", "time"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:property"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"]}, "titleterms": {"act": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 271, 273, 284, 347, 349], "correct": [0, 1, 2, 3, 4, 5, 275, 276, 284], "correct_ceil": 1, "correct_dl": 2, "correct_mpl": 3, "correct_rl": 4, "correct_wind": 5, "discoveri": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 278, 284, 347, 349], "download_arm_data": 7, "download_neon_data": 8, "download_noaa_psl_data": 9, "download_surfrad_data": 10, "get_airnow_bounded_ob": 11, "get_airnow_forecast": 12, "get_airnow_ob": 13, "get_arm_doi": 14, "get_asos_data": 15, "get_crop_typ": 16, "get_neon_product_avail": 17, "get_neon_site_product": 18, "io": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 347, 349], "writedataset": [20, 21], "write_netcdf": 21, "check_arm_standard": 22, "check_if_tar_gz_fil": 23, "convert_to_ameriflux": 24, "create_ds_from_arm_dod": 25, "proc_sigma_mplv5_read": 26, "read_arm_mmcr": 27, "read_arm_netcdf": 28, "read_csv": 29, "read_gml": 30, "read_gml_co2": 31, "read_gml_halo": 32, "read_gml_met": 33, "read_gml_ozon": 34, "read_gml_radi": 35, "read_hk_fil": 36, "read_hysplit": 37, "read_icartt": 38, "read_mfas_sodar": 39, "read_neon_csv": 40, "read_psl_parsivel": 41, "read_psl_radar_fmcw_mo": 42, "read_psl_surface_met": 43, "read_psl_wind_profil": 44, "read_psl_wind_profiler_temperatur": 45, "read_sigma_mplv5": 46, "read_sp2": 47, "read_sp2_dat": 48, "read_surfrad": 49, "plot": [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 271, 272, 280, 282, 284, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 307, 308, 309, 311, 312, 313, 314, 315, 316, 317, 319, 325, 326, 335, 341, 343, 345, 349], "contourdisplai": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "add_colorbar": [52, 64, 70, 86, 93, 106, 122, 132], "add_subplot": [53, 65, 71, 87, 95, 107, 123, 133], "assign_to_figure_axi": [54, 66, 72, 88, 96, 108, 124, 134], "barb": 55, "contour": [56, 297], "contourf": 57, "create_contour": 58, "group_bi": [59, 67, 73, 90, 97, 111, 125, 135], "plot_stat": 60, "plot_vectors_from_spd_dir": 61, "put_display_in_subplot": [62, 68, 81, 91, 102, 116, 128, 138], "displai": [63, 64, 65, 66, 67, 68], "distributiondisplai": [69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], "plot_heatmap": 74, "plot_pie_chart": 75, "plot_scatt": 76, "plot_size_distribut": 77, "plot_stacked_bar": 78, "plot_stairstep": 79, "plot_violin": 80, "set_ratio_lin": 82, "set_xrng": [83, 103, 118, 140], "set_yrng": [84, 104, 119, 141], "geographicplotdisplai": [85, 86, 87, 88, 89, 90, 91], "geoplot": 89, "skewtdisplai": [92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104], "add_stability_info": 94, "plot_enhanced_skewt": 98, "plot_from_spd_and_dir": 99, "plot_from_u_and_v": 100, "plot_hodograph": 101, "timeseriesdisplai": [105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "day_night_background": 109, "fill_between": 110, "plot_barbs_from_spd_dir": 113, "plot_barbs_from_u_v": 114, "plot_time_height_xsection_from_1d_data": 115, "qc_flag_block_plot": 117, "time_height_scatt": 120, "windrosedisplai": [121, 122, 123, 124, 125, 126, 127, 128, 129, 130], "plot_data": 127, "set_rrng": 129, "set_thetarng": 130, "xsectiondisplai": [131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141], "plot_xsect": 136, "plot_xsection_map": 137, "set_subplot_to_map": 139, "qc": [142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 308, 325, 326, 344, 349], "cleandataset": [143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156], "clean_arm_qc": 144, "clean_arm_state_vari": 145, "clean_cf_qc": 146, "clean_seri_qc": 147, "clean_swats_qc": 148, "cleanup": 149, "correct_valid_minmax": 150, "fix_incorrect_variable_bit_description_attribut": 151, "get_attr_info": 152, "handle_missing_valu": 153, "link_vari": 154, "matched_qc_vari": 155, "normalize_assess": 156, "qcfilter": [157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "add_atmospheric_pressure_test": 158, "add_delta_test": 159, "add_difference_test": 160, "add_equal_to_test": 161, "add_gesd_test": 162, "add_greater_equal_test": 163, "add_greater_test": 164, "add_inside_test": 165, "add_iqr_test": 166, "add_less_equal_test": 167, "add_less_test": 168, "add_missing_value_test": 169, "add_not_equal_to_test": 170, "add_outside_test": 171, "add_persistence_test": 172, "add_test": 173, "available_bit": 174, "bsrn_comparison_test": 175, "bsrn_limits_test": 176, "check_for_ancillary_qc": 177, "compare_time_series_trend": [178, 191], "create_qc_summari": [179, 189], "create_qc_vari": 180, "datafilt": 181, "get_masked_data": 182, "get_qc_test_mask": 183, "remove_test": 184, "set_test": 185, "unset_test": 186, "update_ancillary_vari": 187, "qcsummari": [188, 189], "qctest": [190, 191], "sp2particlecriteria": 192, "add_dqr_to_qc": 193, "fft_shading_test": 194, "fft_shading_test_process": 195, "get_waveform_statist": 196, "parse_bit": 197, "read_yaml_supplemental_qc": 198, "set_bit": 199, "unset_bit": 200, "retriev": [201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 271, 284, 329, 330, 331], "aeri2irt": 202, "calc_sp2_diams_mass": 203, "calculate_dsh_from_dsdh_sdn": 204, "calculate_irradiance_stat": 205, "calculate_longwave_radi": 206, "calculate_net_radi": 207, "calculate_pbl_hefft": 208, "calculate_pbl_liu_liang": 209, "calculate_precipitable_wat": 210, "calculate_stability_indici": 211, "compute_winds_from_ppi": 212, "generic_sobel_cbh": 213, "process_sp2_psd": 214, "sst_from_irt": 215, "sum_function_irt": 216, "util": [217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 284, 334], "changeunit": [218, 219], "change_unit": 219, "datastreamparserarm": [220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "datastream": [221, 337], "datastream_class": 222, "datastream_standard": 223, "date": 224, "ext": 225, "facil": 226, "level": 227, "set_datastream": 228, "site": 229, "time": [230, 274, 277, 283, 293, 317, 321, 328, 332, 333, 339, 346], "accumulate_precip": 231, "add_in_nan": 232, "add_solar_vari": 233, "adjust_timestamp": 234, "arm_site_location_search": 235, "assign_coordin": 236, "calc_cog_sog": 237, "calculate_dqr_tim": 238, "calculate_percentag": 239, "cleanup_fil": 240, "convert_2d_to_1d": 241, "convert_to_potential_temp": 242, "convert_unit": 243, "create_pyart_obj": 244, "date_pars": 245, "dates_between": 246, "datetime64_to_datetim": 247, "decode_present_weath": 248, "destination_azimuth_dist": 249, "determine_time_delta": 250, "generate_movi": 251, "get_missing_valu": 252, "get_solar_azimuth_elev": 253, "get_sunrise_sunset_noon": 254, "height_adjusted_pressur": 255, "height_adjusted_temperatur": 256, "is_gunzip_fil": 257, "is_sun_vis": 258, "numpy_to_arm_d": 259, "pack_gzip": 260, "pack_tar": 261, "planck_convert": 262, "proc_scog": 263, "reduce_time_rang": 264, "ts_weighted_averag": 265, "unpack_gzip": 266, "unpack_tar": 267, "api": 268, "refer": 268, "manual": 268, "blog": 269, "new": 270, "doc": 270, "visual": [271, 272], "bring": 271, "togeth": 271, "data": [271, 272, 273, 276, 279, 280, 281, 286, 290, 292, 296, 298, 304, 305, 309, 315, 325, 341], "from": [271, 272, 288, 290, 309, 331, 341], "sail": 271, "campaign": 271, "noaa": [271, 282], "import": [271, 272], "download": [271, 272], "our": [271, 272], "us": [271, 303], "creat": [271, 287, 348], "multipanel": 271, "compar": [271, 310], "kazr": 271, "parsivel": [271, 282], "add": 271, "doppler": [271, 272], "lidar": [271, 272], "wind": [271, 272, 276, 299, 309], "conclus": 271, "april": 272, "8": 272, "2024": 272, "eclips": 272, "arm": [272, 287, 295, 324, 337], "": 272, "southern": 272, "great": 272, "plain": 272, "sgp": 272, "observatori": 272, "step": 272, "1": 272, "librari": 272, "2": [272, 273, 349], "instrument": 272, "dl": 272, "solar": 272, "infrar": 272, "radiat": [272, 326], "station": 272, "sir": 272, "surfac": [272, 326], "meteorolog": 272, "met": [272, 304], "eddi": 272, "correl": 272, "flux": 272, "measur": 272, "system": 272, "ecor": 272, "radar": 272, "profil": 272, "rwp": 272, "ultrafin": 272, "condens": 272, "particl": 272, "counter": 272, "cpcuf": 272, "scan": 272, "mobil": 272, "sizer": 272, "transform": [272, 344], "dataset": [272, 287, 336, 342, 343], "easi": 272, "3": 272, "summari": 272, "atmospher": 273, "commun": 273, "toolkit": 273, "document": [273, 347], "version": [273, 349], "0": 273, "depend": 273, "option": 273, "contribut": [273, 347], "test": [273, 347, 349], "comput": [274, 277, 283, 293, 321, 328, 332, 333, 339, 346], "exampl": [275, 278, 284, 285, 294, 302, 303, 312, 322, 329, 334, 340], "ship": 276, "motion": 276, "airnow": 279, "queri": [280, 324], "aso": 280, "neon": 281, "fmcw": 282, "galleri": 284, "input": [284, 285], "output": [284, 285], "qualiti": [284, 322, 323, 327], "control": [284, 322, 323, 327], "workflow": [284, 340], "convert": 286, "ameriflux": 286, "format": [286, 287, 289], "mimic": 287, "file": [287, 288, 289, 291, 338, 347], "read": [288, 290, 291], "hysplit": 288, "trajectori": 288, "run": 288, "icartt": 289, "ppi": 290, "raw": 290, "mini": 290, "mpl": 290, "sodar": 291, "surfrad": 292, "aaf": 295, "flight": 295, "path": 295, "simpl": 296, "2d": [296, 325], "spatial": 297, "rose": [298, 299], "calcul": [299, 300, 306, 335, 345], "separ": 299, "dai": 299, "daili": 300, "daytim": 300, "temperatur": [300, 318], "averag": 300, "enhanc": 301, "sound": [301, 305, 309, 313, 314, 315, 331], "xarrai": 302, "heat": 303, "map": 303, "histogram": 304, "timeseri": [305, 315, 319], "view": 306, "aerosol": [306, 335], "percentag": [306, 335], "present": 307, "weather": 307, "code": [307, 347], "flag": [308, 326], "rel": 309, "humid": 309, "aircraft": 310, "airspe": 310, "secondari": 311, "y": 311, "axi": 311, "size": 312, "distribut": 312, "skew": [313, 314], "t": [313, 314], "state": 316, "variabl": [316, 323, 327, 347], "height": [317, 330, 341], "scatter": 317, "investig": 318, "quantil": 318, "windros": 319, "windbarb": 319, "multidimension": 320, "cross": 320, "section": 320, "work": [323, 327, 338, 347], "expand": 323, "embed": [323, 327], "dqr": 324, "webservic": 324, "forc": 325, "line": 325, "baselin": 326, "network": 326, "bsrn": 326, "cloud": [330, 341], "base": [330, 341], "stabil": 331, "indici": 331, "chang": [336, 347], "unit": [336, 347], "pars": 337, "filenam": 337, "tar": 338, "gunzip": 338, "aerio": 341, "ceilomet": 341, "merg": 342, "multipl": [342, 343], "weight": 345, "mean": 345, "type": 347, "report": 347, "bug": 347, "fix": 347, "implement": 347, "featur": 347, "write": 347, "submit": 347, "feedback": 347, "get": 347, "start": 347, "fork": 347, "clone": 347, "repositori": 347, "instal": [347, 351], "git": 347, "branch": 347, "python": 347, "setup": 347, "style": 347, "name": 347, "convent": 347, "ad": 347, "secret": 347, "environ": [347, 348], "github": 347, "set": 348, "up": 348, "an": 348, "anaconda": 348, "channel": 348, "more": 348, "inform": 348, "releas": 349, "guid": [349, 350], "user": 350, "usag": 352}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 58}, "alltitles": {"act.corrections": [[0, "act-corrections"]], "act.corrections.correct_ceil": [[1, "act-corrections-correct-ceil"]], "act.corrections.correct_dl": [[2, "act-corrections-correct-dl"]], "act.corrections.correct_mpl": [[3, "act-corrections-correct-mpl"]], "act.corrections.correct_rl": [[4, "act-corrections-correct-rl"]], "act.corrections.correct_wind": [[5, "act-corrections-correct-wind"]], "act.discovery": [[6, "act-discovery"]], "act.discovery.download_arm_data": [[7, "act-discovery-download-arm-data"]], "act.discovery.download_neon_data": [[8, "act-discovery-download-neon-data"]], "act.discovery.download_noaa_psl_data": [[9, "act-discovery-download-noaa-psl-data"]], "act.discovery.download_surfrad_data": [[10, "act-discovery-download-surfrad-data"]], "act.discovery.get_airnow_bounded_obs": [[11, "act-discovery-get-airnow-bounded-obs"]], "act.discovery.get_airnow_forecast": [[12, "act-discovery-get-airnow-forecast"]], "act.discovery.get_airnow_obs": [[13, "act-discovery-get-airnow-obs"]], "act.discovery.get_arm_doi": [[14, "act-discovery-get-arm-doi"]], "act.discovery.get_asos_data": [[15, "act-discovery-get-asos-data"]], "act.discovery.get_crop_type": [[16, "act-discovery-get-crop-type"]], "act.discovery.get_neon_product_avail": [[17, "act-discovery-get-neon-product-avail"]], "act.discovery.get_neon_site_products": [[18, "act-discovery-get-neon-site-products"]], "act.io": [[19, "act-io"]], "act.io.WriteDataset": [[20, "act-io-writedataset"]], "act.io.WriteDataset.write_netcdf": [[21, "act-io-writedataset-write-netcdf"]], "act.io.check_arm_standards": [[22, "act-io-check-arm-standards"]], "act.io.check_if_tar_gz_file": [[23, "act-io-check-if-tar-gz-file"]], "act.io.convert_to_ameriflux": [[24, "act-io-convert-to-ameriflux"]], "act.io.create_ds_from_arm_dod": [[25, "act-io-create-ds-from-arm-dod"]], "act.io.proc_sigma_mplv5_read": [[26, "act-io-proc-sigma-mplv5-read"]], "act.io.read_arm_mmcr": [[27, "act-io-read-arm-mmcr"]], "act.io.read_arm_netcdf": [[28, "act-io-read-arm-netcdf"]], "act.io.read_csv": [[29, "act-io-read-csv"]], "act.io.read_gml": [[30, "act-io-read-gml"]], "act.io.read_gml_co2": [[31, "act-io-read-gml-co2"]], "act.io.read_gml_halo": [[32, "act-io-read-gml-halo"]], "act.io.read_gml_met": [[33, "act-io-read-gml-met"]], "act.io.read_gml_ozone": [[34, "act-io-read-gml-ozone"]], "act.io.read_gml_radiation": [[35, "act-io-read-gml-radiation"]], "act.io.read_hk_file": [[36, "act-io-read-hk-file"]], "act.io.read_hysplit": [[37, "act-io-read-hysplit"]], "act.io.read_icartt": [[38, "act-io-read-icartt"]], "act.io.read_mfas_sodar": [[39, "act-io-read-mfas-sodar"]], "act.io.read_neon_csv": [[40, "act-io-read-neon-csv"]], "act.io.read_psl_parsivel": [[41, "act-io-read-psl-parsivel"]], "act.io.read_psl_radar_fmcw_moment": [[42, "act-io-read-psl-radar-fmcw-moment"]], "act.io.read_psl_surface_met": [[43, "act-io-read-psl-surface-met"]], "act.io.read_psl_wind_profiler": [[44, "act-io-read-psl-wind-profiler"]], "act.io.read_psl_wind_profiler_temperature": [[45, "act-io-read-psl-wind-profiler-temperature"]], "act.io.read_sigma_mplv5": [[46, "act-io-read-sigma-mplv5"]], "act.io.read_sp2": [[47, "act-io-read-sp2"]], "act.io.read_sp2_dat": [[48, "act-io-read-sp2-dat"]], "act.io.read_surfrad": [[49, "act-io-read-surfrad"]], "act.plotting": [[50, "act-plotting"]], "act.plotting.ContourDisplay": [[51, "act-plotting-contourdisplay"]], "act.plotting.ContourDisplay.add_colorbar": [[52, "act-plotting-contourdisplay-add-colorbar"]], "act.plotting.ContourDisplay.add_subplots": [[53, "act-plotting-contourdisplay-add-subplots"]], "act.plotting.ContourDisplay.assign_to_figure_axis": [[54, "act-plotting-contourdisplay-assign-to-figure-axis"]], "act.plotting.ContourDisplay.barbs": [[55, "act-plotting-contourdisplay-barbs"]], "act.plotting.ContourDisplay.contour": [[56, "act-plotting-contourdisplay-contour"]], "act.plotting.ContourDisplay.contourf": [[57, "act-plotting-contourdisplay-contourf"]], "act.plotting.ContourDisplay.create_contour": [[58, "act-plotting-contourdisplay-create-contour"]], "act.plotting.ContourDisplay.group_by": [[59, "act-plotting-contourdisplay-group-by"]], "act.plotting.ContourDisplay.plot_station": [[60, "act-plotting-contourdisplay-plot-station"]], "act.plotting.ContourDisplay.plot_vectors_from_spd_dir": [[61, "act-plotting-contourdisplay-plot-vectors-from-spd-dir"]], "act.plotting.ContourDisplay.put_display_in_subplot": [[62, "act-plotting-contourdisplay-put-display-in-subplot"]], "act.plotting.Display": [[63, "act-plotting-display"]], "act.plotting.Display.add_colorbar": [[64, "act-plotting-display-add-colorbar"]], "act.plotting.Display.add_subplots": [[65, "act-plotting-display-add-subplots"]], "act.plotting.Display.assign_to_figure_axis": [[66, "act-plotting-display-assign-to-figure-axis"]], "act.plotting.Display.group_by": [[67, "act-plotting-display-group-by"]], "act.plotting.Display.put_display_in_subplot": [[68, "act-plotting-display-put-display-in-subplot"]], "act.plotting.DistributionDisplay": [[69, "act-plotting-distributiondisplay"]], "act.plotting.DistributionDisplay.add_colorbar": [[70, "act-plotting-distributiondisplay-add-colorbar"]], "act.plotting.DistributionDisplay.add_subplots": [[71, "act-plotting-distributiondisplay-add-subplots"]], "act.plotting.DistributionDisplay.assign_to_figure_axis": [[72, "act-plotting-distributiondisplay-assign-to-figure-axis"]], "act.plotting.DistributionDisplay.group_by": [[73, "act-plotting-distributiondisplay-group-by"]], "act.plotting.DistributionDisplay.plot_heatmap": [[74, "act-plotting-distributiondisplay-plot-heatmap"]], "act.plotting.DistributionDisplay.plot_pie_chart": [[75, "act-plotting-distributiondisplay-plot-pie-chart"]], "act.plotting.DistributionDisplay.plot_scatter": [[76, "act-plotting-distributiondisplay-plot-scatter"]], "act.plotting.DistributionDisplay.plot_size_distribution": [[77, "act-plotting-distributiondisplay-plot-size-distribution"]], "act.plotting.DistributionDisplay.plot_stacked_bar": [[78, "act-plotting-distributiondisplay-plot-stacked-bar"]], "act.plotting.DistributionDisplay.plot_stairstep": [[79, "act-plotting-distributiondisplay-plot-stairstep"]], "act.plotting.DistributionDisplay.plot_violin": [[80, "act-plotting-distributiondisplay-plot-violin"]], "act.plotting.DistributionDisplay.put_display_in_subplot": [[81, "act-plotting-distributiondisplay-put-display-in-subplot"]], "act.plotting.DistributionDisplay.set_ratio_line": [[82, "act-plotting-distributiondisplay-set-ratio-line"]], "act.plotting.DistributionDisplay.set_xrng": [[83, "act-plotting-distributiondisplay-set-xrng"]], "act.plotting.DistributionDisplay.set_yrng": [[84, "act-plotting-distributiondisplay-set-yrng"]], "act.plotting.GeographicPlotDisplay": [[85, "act-plotting-geographicplotdisplay"]], "act.plotting.GeographicPlotDisplay.add_colorbar": [[86, "act-plotting-geographicplotdisplay-add-colorbar"]], "act.plotting.GeographicPlotDisplay.add_subplots": [[87, "act-plotting-geographicplotdisplay-add-subplots"]], "act.plotting.GeographicPlotDisplay.assign_to_figure_axis": [[88, "act-plotting-geographicplotdisplay-assign-to-figure-axis"]], "act.plotting.GeographicPlotDisplay.geoplot": [[89, "act-plotting-geographicplotdisplay-geoplot"]], "act.plotting.GeographicPlotDisplay.group_by": [[90, "act-plotting-geographicplotdisplay-group-by"]], "act.plotting.GeographicPlotDisplay.put_display_in_subplot": [[91, "act-plotting-geographicplotdisplay-put-display-in-subplot"]], "act.plotting.SkewTDisplay": [[92, "act-plotting-skewtdisplay"]], "act.plotting.SkewTDisplay.add_colorbar": [[93, "act-plotting-skewtdisplay-add-colorbar"]], "act.plotting.SkewTDisplay.add_stability_info": [[94, "act-plotting-skewtdisplay-add-stability-info"]], "act.plotting.SkewTDisplay.add_subplots": [[95, "act-plotting-skewtdisplay-add-subplots"]], "act.plotting.SkewTDisplay.assign_to_figure_axis": [[96, "act-plotting-skewtdisplay-assign-to-figure-axis"]], "act.plotting.SkewTDisplay.group_by": [[97, "act-plotting-skewtdisplay-group-by"]], "act.plotting.SkewTDisplay.plot_enhanced_skewt": [[98, "act-plotting-skewtdisplay-plot-enhanced-skewt"]], "act.plotting.SkewTDisplay.plot_from_spd_and_dir": [[99, "act-plotting-skewtdisplay-plot-from-spd-and-dir"]], "act.plotting.SkewTDisplay.plot_from_u_and_v": [[100, "act-plotting-skewtdisplay-plot-from-u-and-v"]], "act.plotting.SkewTDisplay.plot_hodograph": [[101, "act-plotting-skewtdisplay-plot-hodograph"]], "act.plotting.SkewTDisplay.put_display_in_subplot": [[102, "act-plotting-skewtdisplay-put-display-in-subplot"]], "act.plotting.SkewTDisplay.set_xrng": [[103, "act-plotting-skewtdisplay-set-xrng"]], "act.plotting.SkewTDisplay.set_yrng": [[104, "act-plotting-skewtdisplay-set-yrng"]], "act.plotting.TimeSeriesDisplay": [[105, "act-plotting-timeseriesdisplay"]], "act.plotting.TimeSeriesDisplay.add_colorbar": [[106, "act-plotting-timeseriesdisplay-add-colorbar"]], "act.plotting.TimeSeriesDisplay.add_subplots": [[107, "act-plotting-timeseriesdisplay-add-subplots"]], "act.plotting.TimeSeriesDisplay.assign_to_figure_axis": [[108, "act-plotting-timeseriesdisplay-assign-to-figure-axis"]], "act.plotting.TimeSeriesDisplay.day_night_background": [[109, "act-plotting-timeseriesdisplay-day-night-background"]], "act.plotting.TimeSeriesDisplay.fill_between": [[110, "act-plotting-timeseriesdisplay-fill-between"]], "act.plotting.TimeSeriesDisplay.group_by": [[111, "act-plotting-timeseriesdisplay-group-by"]], "act.plotting.TimeSeriesDisplay.plot": [[112, "act-plotting-timeseriesdisplay-plot"]], "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir": [[113, "act-plotting-timeseriesdisplay-plot-barbs-from-spd-dir"]], "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v": [[114, "act-plotting-timeseriesdisplay-plot-barbs-from-u-v"]], "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data": [[115, "act-plotting-timeseriesdisplay-plot-time-height-xsection-from-1d-data"]], "act.plotting.TimeSeriesDisplay.put_display_in_subplot": [[116, "act-plotting-timeseriesdisplay-put-display-in-subplot"]], "act.plotting.TimeSeriesDisplay.qc_flag_block_plot": [[117, "act-plotting-timeseriesdisplay-qc-flag-block-plot"]], "act.plotting.TimeSeriesDisplay.set_xrng": [[118, "act-plotting-timeseriesdisplay-set-xrng"]], "act.plotting.TimeSeriesDisplay.set_yrng": [[119, "act-plotting-timeseriesdisplay-set-yrng"]], "act.plotting.TimeSeriesDisplay.time_height_scatter": [[120, "act-plotting-timeseriesdisplay-time-height-scatter"]], "act.plotting.WindRoseDisplay": [[121, "act-plotting-windrosedisplay"]], "act.plotting.WindRoseDisplay.add_colorbar": [[122, "act-plotting-windrosedisplay-add-colorbar"]], "act.plotting.WindRoseDisplay.add_subplots": [[123, "act-plotting-windrosedisplay-add-subplots"]], "act.plotting.WindRoseDisplay.assign_to_figure_axis": [[124, "act-plotting-windrosedisplay-assign-to-figure-axis"]], "act.plotting.WindRoseDisplay.group_by": [[125, "act-plotting-windrosedisplay-group-by"]], "act.plotting.WindRoseDisplay.plot": [[126, "act-plotting-windrosedisplay-plot"]], "act.plotting.WindRoseDisplay.plot_data": [[127, "act-plotting-windrosedisplay-plot-data"]], "act.plotting.WindRoseDisplay.put_display_in_subplot": [[128, "act-plotting-windrosedisplay-put-display-in-subplot"]], "act.plotting.WindRoseDisplay.set_rrng": [[129, "act-plotting-windrosedisplay-set-rrng"]], "act.plotting.WindRoseDisplay.set_thetarng": [[130, "act-plotting-windrosedisplay-set-thetarng"]], "act.plotting.XSectionDisplay": [[131, "act-plotting-xsectiondisplay"]], "act.plotting.XSectionDisplay.add_colorbar": [[132, "act-plotting-xsectiondisplay-add-colorbar"]], "act.plotting.XSectionDisplay.add_subplots": [[133, "act-plotting-xsectiondisplay-add-subplots"]], "act.plotting.XSectionDisplay.assign_to_figure_axis": [[134, "act-plotting-xsectiondisplay-assign-to-figure-axis"]], "act.plotting.XSectionDisplay.group_by": [[135, "act-plotting-xsectiondisplay-group-by"]], "act.plotting.XSectionDisplay.plot_xsection": [[136, "act-plotting-xsectiondisplay-plot-xsection"]], "act.plotting.XSectionDisplay.plot_xsection_map": [[137, "act-plotting-xsectiondisplay-plot-xsection-map"]], "act.plotting.XSectionDisplay.put_display_in_subplot": [[138, "act-plotting-xsectiondisplay-put-display-in-subplot"]], "act.plotting.XSectionDisplay.set_subplot_to_map": [[139, "act-plotting-xsectiondisplay-set-subplot-to-map"]], "act.plotting.XSectionDisplay.set_xrng": [[140, "act-plotting-xsectiondisplay-set-xrng"]], "act.plotting.XSectionDisplay.set_yrng": [[141, "act-plotting-xsectiondisplay-set-yrng"]], "act.qc": [[142, "act-qc"]], "act.qc.CleanDataset": [[143, "act-qc-cleandataset"]], "act.qc.CleanDataset.clean_arm_qc": [[144, "act-qc-cleandataset-clean-arm-qc"]], "act.qc.CleanDataset.clean_arm_state_variables": [[145, "act-qc-cleandataset-clean-arm-state-variables"]], "act.qc.CleanDataset.clean_cf_qc": [[146, "act-qc-cleandataset-clean-cf-qc"]], "act.qc.CleanDataset.clean_seri_qc": [[147, "act-qc-cleandataset-clean-seri-qc"]], "act.qc.CleanDataset.clean_swats_qc": [[148, "act-qc-cleandataset-clean-swats-qc"]], "act.qc.CleanDataset.cleanup": [[149, "act-qc-cleandataset-cleanup"]], "act.qc.CleanDataset.correct_valid_minmax": [[150, "act-qc-cleandataset-correct-valid-minmax"]], "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes": [[151, "act-qc-cleandataset-fix-incorrect-variable-bit-description-attributes"]], "act.qc.CleanDataset.get_attr_info": [[152, "act-qc-cleandataset-get-attr-info"]], "act.qc.CleanDataset.handle_missing_values": [[153, "act-qc-cleandataset-handle-missing-values"]], "act.qc.CleanDataset.link_variables": [[154, "act-qc-cleandataset-link-variables"]], "act.qc.CleanDataset.matched_qc_variables": [[155, "act-qc-cleandataset-matched-qc-variables"]], "act.qc.CleanDataset.normalize_assessment": [[156, "act-qc-cleandataset-normalize-assessment"]], "act.qc.QCFilter": [[157, "act-qc-qcfilter"]], "act.qc.QCFilter.add_atmospheric_pressure_test": [[158, "act-qc-qcfilter-add-atmospheric-pressure-test"]], "act.qc.QCFilter.add_delta_test": [[159, "act-qc-qcfilter-add-delta-test"]], "act.qc.QCFilter.add_difference_test": [[160, "act-qc-qcfilter-add-difference-test"]], "act.qc.QCFilter.add_equal_to_test": [[161, "act-qc-qcfilter-add-equal-to-test"]], "act.qc.QCFilter.add_gesd_test": [[162, "act-qc-qcfilter-add-gesd-test"]], "act.qc.QCFilter.add_greater_equal_test": [[163, "act-qc-qcfilter-add-greater-equal-test"]], "act.qc.QCFilter.add_greater_test": [[164, "act-qc-qcfilter-add-greater-test"]], "act.qc.QCFilter.add_inside_test": [[165, "act-qc-qcfilter-add-inside-test"]], "act.qc.QCFilter.add_iqr_test": [[166, "act-qc-qcfilter-add-iqr-test"]], "act.qc.QCFilter.add_less_equal_test": [[167, "act-qc-qcfilter-add-less-equal-test"]], "act.qc.QCFilter.add_less_test": [[168, "act-qc-qcfilter-add-less-test"]], "act.qc.QCFilter.add_missing_value_test": [[169, "act-qc-qcfilter-add-missing-value-test"]], "act.qc.QCFilter.add_not_equal_to_test": [[170, "act-qc-qcfilter-add-not-equal-to-test"]], "act.qc.QCFilter.add_outside_test": [[171, "act-qc-qcfilter-add-outside-test"]], "act.qc.QCFilter.add_persistence_test": [[172, "act-qc-qcfilter-add-persistence-test"]], "act.qc.QCFilter.add_test": [[173, "act-qc-qcfilter-add-test"]], "act.qc.QCFilter.available_bit": [[174, "act-qc-qcfilter-available-bit"]], "act.qc.QCFilter.bsrn_comparison_tests": [[175, "act-qc-qcfilter-bsrn-comparison-tests"]], "act.qc.QCFilter.bsrn_limits_test": [[176, "act-qc-qcfilter-bsrn-limits-test"]], "act.qc.QCFilter.check_for_ancillary_qc": [[177, "act-qc-qcfilter-check-for-ancillary-qc"]], "act.qc.QCFilter.compare_time_series_trends": [[178, "act-qc-qcfilter-compare-time-series-trends"]], "act.qc.QCFilter.create_qc_summary": [[179, "act-qc-qcfilter-create-qc-summary"]], "act.qc.QCFilter.create_qc_variable": [[180, "act-qc-qcfilter-create-qc-variable"]], "act.qc.QCFilter.datafilter": [[181, "act-qc-qcfilter-datafilter"]], "act.qc.QCFilter.get_masked_data": [[182, "act-qc-qcfilter-get-masked-data"]], "act.qc.QCFilter.get_qc_test_mask": [[183, "act-qc-qcfilter-get-qc-test-mask"]], "act.qc.QCFilter.remove_test": [[184, "act-qc-qcfilter-remove-test"]], "act.qc.QCFilter.set_test": [[185, "act-qc-qcfilter-set-test"]], "act.qc.QCFilter.unset_test": [[186, "act-qc-qcfilter-unset-test"]], "act.qc.QCFilter.update_ancillary_variable": [[187, "act-qc-qcfilter-update-ancillary-variable"]], "act.qc.QCSummary": [[188, "act-qc-qcsummary"]], "act.qc.QCSummary.create_qc_summary": [[189, "act-qc-qcsummary-create-qc-summary"]], "act.qc.QCTests": [[190, "act-qc-qctests"]], "act.qc.QCTests.compare_time_series_trends": [[191, "act-qc-qctests-compare-time-series-trends"]], "act.qc.SP2ParticleCriteria": [[192, "act-qc-sp2particlecriteria"]], "act.qc.add_dqr_to_qc": [[193, "act-qc-add-dqr-to-qc"]], "act.qc.fft_shading_test": [[194, "act-qc-fft-shading-test"]], "act.qc.fft_shading_test_process": [[195, "act-qc-fft-shading-test-process"]], "act.qc.get_waveform_statistics": [[196, "act-qc-get-waveform-statistics"]], "act.qc.parse_bit": [[197, "act-qc-parse-bit"]], "act.qc.read_yaml_supplemental_qc": [[198, "act-qc-read-yaml-supplemental-qc"]], "act.qc.set_bit": [[199, "act-qc-set-bit"]], "act.qc.unset_bit": [[200, "act-qc-unset-bit"]], "act.retrievals": [[201, "act-retrievals"]], "act.retrievals.aeri2irt": [[202, "act-retrievals-aeri2irt"]], "act.retrievals.calc_sp2_diams_masses": [[203, "act-retrievals-calc-sp2-diams-masses"]], "act.retrievals.calculate_dsh_from_dsdh_sdn": [[204, "act-retrievals-calculate-dsh-from-dsdh-sdn"]], "act.retrievals.calculate_irradiance_stats": [[205, "act-retrievals-calculate-irradiance-stats"]], "act.retrievals.calculate_longwave_radiation": [[206, "act-retrievals-calculate-longwave-radiation"]], "act.retrievals.calculate_net_radiation": [[207, "act-retrievals-calculate-net-radiation"]], "act.retrievals.calculate_pbl_heffter": [[208, "act-retrievals-calculate-pbl-heffter"]], "act.retrievals.calculate_pbl_liu_liang": [[209, "act-retrievals-calculate-pbl-liu-liang"]], "act.retrievals.calculate_precipitable_water": [[210, "act-retrievals-calculate-precipitable-water"]], "act.retrievals.calculate_stability_indicies": [[211, "act-retrievals-calculate-stability-indicies"]], "act.retrievals.compute_winds_from_ppi": [[212, "act-retrievals-compute-winds-from-ppi"]], "act.retrievals.generic_sobel_cbh": [[213, "act-retrievals-generic-sobel-cbh"]], "act.retrievals.process_sp2_psds": [[214, "act-retrievals-process-sp2-psds"]], "act.retrievals.sst_from_irt": [[215, "act-retrievals-sst-from-irt"]], "act.retrievals.sum_function_irt": [[216, "act-retrievals-sum-function-irt"]], "act.utils": [[217, "act-utils"]], "act.utils.ChangeUnits": [[218, "act-utils-changeunits"]], "act.utils.ChangeUnits.change_units": [[219, "act-utils-changeunits-change-units"]], "act.utils.DatastreamParserARM": [[220, "act-utils-datastreamparserarm"]], "act.utils.DatastreamParserARM.datastream": [[221, "act-utils-datastreamparserarm-datastream"]], "act.utils.DatastreamParserARM.datastream_class": [[222, "act-utils-datastreamparserarm-datastream-class"]], "act.utils.DatastreamParserARM.datastream_standard": [[223, "act-utils-datastreamparserarm-datastream-standard"]], "act.utils.DatastreamParserARM.date": [[224, "act-utils-datastreamparserarm-date"]], "act.utils.DatastreamParserARM.ext": [[225, "act-utils-datastreamparserarm-ext"]], "act.utils.DatastreamParserARM.facility": [[226, "act-utils-datastreamparserarm-facility"]], "act.utils.DatastreamParserARM.level": [[227, "act-utils-datastreamparserarm-level"]], "act.utils.DatastreamParserARM.set_datastream": [[228, "act-utils-datastreamparserarm-set-datastream"]], "act.utils.DatastreamParserARM.site": [[229, "act-utils-datastreamparserarm-site"]], "act.utils.DatastreamParserARM.time": [[230, "act-utils-datastreamparserarm-time"]], "act.utils.accumulate_precip": [[231, "act-utils-accumulate-precip"]], "act.utils.add_in_nan": [[232, "act-utils-add-in-nan"]], "act.utils.add_solar_variable": [[233, "act-utils-add-solar-variable"]], "act.utils.adjust_timestamp": [[234, "act-utils-adjust-timestamp"]], "act.utils.arm_site_location_search": [[235, "act-utils-arm-site-location-search"]], "act.utils.assign_coordinates": [[236, "act-utils-assign-coordinates"]], "act.utils.calc_cog_sog": [[237, "act-utils-calc-cog-sog"]], "act.utils.calculate_dqr_times": [[238, "act-utils-calculate-dqr-times"]], "act.utils.calculate_percentages": [[239, "act-utils-calculate-percentages"]], "act.utils.cleanup_files": [[240, "act-utils-cleanup-files"]], "act.utils.convert_2d_to_1d": [[241, "act-utils-convert-2d-to-1d"]], "act.utils.convert_to_potential_temp": [[242, "act-utils-convert-to-potential-temp"]], "act.utils.convert_units": [[243, "act-utils-convert-units"]], "act.utils.create_pyart_obj": [[244, "act-utils-create-pyart-obj"]], "act.utils.date_parser": [[245, "act-utils-date-parser"]], "act.utils.dates_between": [[246, "act-utils-dates-between"]], "act.utils.datetime64_to_datetime": [[247, "act-utils-datetime64-to-datetime"]], "act.utils.decode_present_weather": [[248, "act-utils-decode-present-weather"]], "act.utils.destination_azimuth_distance": [[249, "act-utils-destination-azimuth-distance"]], "act.utils.determine_time_delta": [[250, "act-utils-determine-time-delta"]], "act.utils.generate_movie": [[251, "act-utils-generate-movie"]], "act.utils.get_missing_value": [[252, "act-utils-get-missing-value"]], "act.utils.get_solar_azimuth_elevation": [[253, "act-utils-get-solar-azimuth-elevation"]], "act.utils.get_sunrise_sunset_noon": [[254, "act-utils-get-sunrise-sunset-noon"]], "act.utils.height_adjusted_pressure": [[255, "act-utils-height-adjusted-pressure"]], "act.utils.height_adjusted_temperature": [[256, "act-utils-height-adjusted-temperature"]], "act.utils.is_gunzip_file": [[257, "act-utils-is-gunzip-file"]], "act.utils.is_sun_visible": [[258, "act-utils-is-sun-visible"]], "act.utils.numpy_to_arm_date": [[259, "act-utils-numpy-to-arm-date"]], "act.utils.pack_gzip": [[260, "act-utils-pack-gzip"]], "act.utils.pack_tar": [[261, "act-utils-pack-tar"]], "act.utils.planck_converter": [[262, "act-utils-planck-converter"]], "act.utils.proc_scog": [[263, "act-utils-proc-scog"]], "act.utils.reduce_time_ranges": [[264, "act-utils-reduce-time-ranges"]], "act.utils.ts_weighted_average": [[265, "act-utils-ts-weighted-average"]], "act.utils.unpack_gzip": [[266, "act-utils-unpack-gzip"]], "act.utils.unpack_tar": [[267, "act-utils-unpack-tar"]], "API Reference Manual": [[268, "api-reference-manual"]], "Blog": [[269, "blog"]], "New Docs": [[270, "new-docs"]], "Visualize and bring together data from the SAIL campaign and NOAA": [[271, "visualize-and-bring-together-data-from-the-sail-campaign-and-noaa"]], "Imports": [[271, "imports"]], "Download and visualize our data using ACT": [[271, "download-and-visualize-our-data-using-act"]], "Create a Multipanel Plot to Compare the KAZR and Parsivel": [[271, "create-a-multipanel-plot-to-compare-the-kazr-and-parsivel"]], "Add Doppler Lidar Retrieved Winds": [[271, "add-doppler-lidar-retrieved-winds"]], "Conclusion": [[271, "conclusion"]], "April 8, 2024 Eclipse - Data from ARM\u2019s Southern Great Plains (SGP) Observatory": [[272, "april-8-2024-eclipse-data-from-arm-s-southern-great-plains-sgp-observatory"]], "Step 1: Import our libraries": [[272, "step-1-import-our-libraries"]], "Step 2: Download data!": [[272, "step-2-download-data"]], "Instruments": [[272, "instruments"]], "Doppler Lidar (DL)": [[272, "doppler-lidar-dl"]], "Solar and Infrared Radiation Station (SIRS)": [[272, "solar-and-infrared-radiation-station-sirs"]], "Surface Meteorological Station (MET)": [[272, "surface-meteorological-station-met"]], "Eddy Correlation Flux Measurement System (ECOR)": [[272, "eddy-correlation-flux-measurement-system-ecor"]], "Radar Wind Profiler (RWP)": [[272, "radar-wind-profiler-rwp"]], "Ultrafine Condensation Particle Counter (CPCUF)": [[272, "ultrafine-condensation-particle-counter-cpcuf"]], "Scanning Mobility Particle Sizer": [[272, "scanning-mobility-particle-sizer"]], "Step 2.1: Transform the RWP dataset for easy plotting": [[272, "step-2-1-transform-the-rwp-dataset-for-easy-plotting"]], "Step 3: Visualize the Data": [[272, "step-3-visualize-the-data"]], "Summary": [[272, "summary"]], "Atmospheric data Community Toolkit Documentation": [[273, "atmospheric-data-community-toolkit-documentation"]], "Atmospheric Community Toolkit (ACT)": [[273, "atmospheric-community-toolkit-act"]], "Version 2.0": [[273, "version-2-0"]], "Dependencies": [[273, "dependencies"]], "Optional Dependencies": [[273, "optional-dependencies"]], "Contributing": [[273, "contributing"], [347, "contributing"]], "Testing": [[273, "testing"]], "Computation times": [[274, "computation-times"], [277, "computation-times"], [283, "computation-times"], [293, "computation-times"], [321, "computation-times"], [328, "computation-times"], [332, "computation-times"], [333, "computation-times"], [339, "computation-times"], [346, "computation-times"]], "Correction examples": [[275, "correction-examples"], [284, "correction-examples"]], "Correct wind data for ship motion": [[276, "correct-wind-data-for-ship-motion"]], "Discovery examples": [[278, "discovery-examples"], [284, "discovery-examples"]], "Airnow Data": [[279, "airnow-data"]], "Query and plot ASOS data": [[280, "query-and-plot-asos-data"]], "NEON Data": [[281, "neon-data"]], "NOAA FMCW and parsivel plot": [[282, "noaa-fmcw-and-parsivel-plot"]], "ACT Example Gallery": [[284, "act-example-gallery"]], "Input/Output Examples": [[284, "input-output-examples"], [285, "input-output-examples"]], "Plotting examples": [[284, "plotting-examples"], [294, "plotting-examples"]], "Quality Control Examples": [[284, "quality-control-examples"], [322, "quality-control-examples"]], "Retrieval examples": [[284, "retrieval-examples"], [329, "retrieval-examples"]], "Utility examples": [[284, "utility-examples"], [334, "utility-examples"]], "Workflow examples": [[284, "workflow-examples"], [340, "workflow-examples"]], "Convert Data to AmeriFlux Format": [[286, "convert-data-to-ameriflux-format"]], "Create a dataset to mimic ARM file formats": [[287, "create-a-dataset-to-mimic-arm-file-formats"]], "Read and plot a HYSPLIT trajectory file from a HYSPlIT run.": [[288, "read-and-plot-a-hysplit-trajectory-file-from-a-hysplit-run"]], "Plot ICARTT Formatted Files": [[289, "plot-icartt-formatted-files"]], "Read and plot a PPI from raw mini-MPL data": [[290, "read-and-plot-a-ppi-from-raw-mini-mpl-data"]], "Read and plot a Sodar file": [[291, "read-and-plot-a-sodar-file"]], "Plot SurfRad Data": [[292, "plot-surfrad-data"]], "Plot ARM AAF Flight Path": [[295, "plot-arm-aaf-flight-path"]], "Simple plot of 2D data": [[296, "simple-plot-of-2d-data"]], "Spatial contour plot": [[297, "spatial-contour-plot"]], "Data rose plot": [[298, "data-rose-plot"]], "Calculate and plot wind rose plots separated by day.": [[299, "calculate-and-plot-wind-rose-plots-separated-by-day"]], "Calculate and plot daily daytime temperature averages": [[300, "calculate-and-plot-daily-daytime-temperature-averages"]], "Enhanced plot of a sounding": [[301, "enhanced-plot-of-a-sounding"]], "Xarray Plotting Examples": [[302, "xarray-plotting-examples"]], "Example plot using heat maps": [[303, "example-plot-using-heat-maps"]], "Plot a histogram of Met data.": [[304, "plot-a-histogram-of-met-data"]], "Plot a timeseries of sounding data": [[305, "plot-a-timeseries-of-sounding-data"], [315, "plot-a-timeseries-of-sounding-data"]], "Calculate and View Aerosol Percentages": [[306, "calculate-and-view-aerosol-percentages"]], "Plot Present Weather Code": [[307, "plot-present-weather-code"]], "Plotting QC Flags": [[308, "plotting-qc-flags"]], "Plot winds and relative humidity from sounding data": [[309, "plot-winds-and-relative-humidity-from-sounding-data"]], "Compare Aircraft Airspeeds": [[310, "compare-aircraft-airspeeds"]], "Secondary Y-Axis Plotting": [[311, "secondary-y-axis-plotting"]], "Example Size Distribution Plots": [[312, "example-size-distribution-plots"]], "Skew-T plot of a sounding": [[313, "skew-t-plot-of-a-sounding"], [314, "skew-t-plot-of-a-sounding"]], "Plotting state variables": [[316, "plotting-state-variables"]], "Time-Height Scatter Plot": [[317, "time-height-scatter-plot"]], "Investigate Temperature Quantiles": [[318, "investigate-temperature-quantiles"]], "Windrose and windbarb timeseries plot": [[319, "windrose-and-windbarb-timeseries-plot"]], "Multidimensional cross sections": [[320, "multidimensional-cross-sections"]], "Working with and expanding embedded quality control variables": [[323, "working-with-and-expanding-embedded-quality-control-variables"]], "Query the ARM DQR webservice": [[324, "query-the-arm-dqr-webservice"]], "Forcing line plots with 2D data and QC": [[325, "forcing-line-plots-with-2d-data-and-qc"]], "Plotting Baseline Surface Radiation Network (BSRN) QC Flags": [[326, "plotting-baseline-surface-radiation-network-bsrn-qc-flags"]], "Working with embedded quality control variables": [[327, "working-with-embedded-quality-control-variables"]], "Cloud Base Height Retrievals": [[330, "cloud-base-height-retrievals"]], "Retrieve stability indicies from a sounding": [[331, "retrieve-stability-indicies-from-a-sounding"]], "Calculate and plot aerosol percentages.": [[335, "calculate-and-plot-aerosol-percentages"]], "Changing units in dataset": [[336, "changing-units-in-dataset"]], "Parse the ARM datastream filename": [[337, "parse-the-arm-datastream-filename"]], "Working with TAR and gunzip files": [[338, "working-with-tar-and-gunzip-files"]], "Plot AERIoe data with cloud base height from ceilometer": [[341, "plot-aerioe-data-with-cloud-base-height-from-ceilometer"]], "Merge multiple datasets": [[342, "merge-multiple-datasets"]], "Plot multiple datasets": [[343, "plot-multiple-datasets"]], "Transformations and QC": [[344, "transformations-and-qc"]], "Calculate and plot weighted means": [[345, "calculate-and-plot-weighted-means"]], "Types of Contributions": [[347, "types-of-contributions"]], "Report Bugs": [[347, "report-bugs"]], "Fix Bugs": [[347, "fix-bugs"]], "Implement Features": [[347, "implement-features"]], "Write Documentation": [[347, "write-documentation"]], "Submit Feedback": [[347, "submit-feedback"]], "Get Started!": [[347, "get-started"]], "Fork and Cloning the ACT Repository": [[347, "fork-and-cloning-the-act-repository"]], "Install": [[347, "install"]], "Working with Git Branches": [[347, "working-with-git-branches"]], "Python File Setup": [[347, "python-file-setup"]], "Code Style": [[347, "code-style"]], "Naming Convention": [[347, "naming-convention"]], "Discovery": [[347, "discovery"], [349, "discovery"]], "IO": [[347, "io"], [349, "io"]], "Adding Secrets and Environment Variables": [[347, "adding-secrets-and-environment-variables"]], "Unit Testing": [[347, "unit-testing"]], "Adding Changes to GitHub": [[347, "adding-changes-to-github"]], "Setting up an Environment": [[348, "setting-up-an-environment"]], "Anaconda": [[348, "anaconda"]], "Setting a Channel": [[348, "setting-a-channel"]], "Creating an Environment": [[348, "creating-an-environment"]], "More Information": [[348, "more-information"]], "ACT Version 2 Release Guide": [[349, "act-version-2-release-guide"]], "Plotting": [[349, "plotting"]], "QC": [[349, "qc"]], "Tests": [[349, "tests"]], "User Guide": [[350, "user-guide"]], "Installation": [[351, "installation"]], "Usage": [[352, "usage"]]}, "indexentries": {"act.corrections": [[0, "module-act.corrections"]], "module": [[0, "module-act.corrections"], [6, "module-act.discovery"], [19, "module-act.io"], [50, "module-act.plotting"], [142, "module-act.qc"], [201, "module-act.retrievals"], [217, "module-act.utils"]], "correct_ceil() (in module act.corrections)": [[1, "act.corrections.correct_ceil"]], "correct_dl() (in module act.corrections)": [[2, "act.corrections.correct_dl"]], "correct_mpl() (in module act.corrections)": [[3, "act.corrections.correct_mpl"]], "correct_rl() (in module act.corrections)": [[4, "act.corrections.correct_rl"]], "correct_wind() (in module act.corrections)": [[5, "act.corrections.correct_wind"]], "act.discovery": [[6, "module-act.discovery"]], "download_arm_data() (in module act.discovery)": [[7, "act.discovery.download_arm_data"]], "download_neon_data() (in module act.discovery)": [[8, "act.discovery.download_neon_data"]], "download_noaa_psl_data() (in module act.discovery)": [[9, "act.discovery.download_noaa_psl_data"]], "download_surfrad_data() (in module act.discovery)": [[10, "act.discovery.download_surfrad_data"]], "get_airnow_bounded_obs() (in module act.discovery)": [[11, "act.discovery.get_airnow_bounded_obs"]], "get_airnow_forecast() (in module act.discovery)": [[12, "act.discovery.get_airnow_forecast"]], "get_airnow_obs() (in module act.discovery)": [[13, "act.discovery.get_airnow_obs"]], "get_arm_doi() (in module act.discovery)": [[14, "act.discovery.get_arm_doi"]], "get_asos_data() (in module act.discovery)": [[15, "act.discovery.get_asos_data"]], "get_crop_type() (in module act.discovery)": [[16, "act.discovery.get_crop_type"]], "get_neon_product_avail() (in module act.discovery)": [[17, "act.discovery.get_neon_product_avail"]], "get_neon_site_products() (in module act.discovery)": [[18, "act.discovery.get_neon_site_products"]], "act.io": [[19, "module-act.io"]], "writedataset (class in act.io)": [[20, "act.io.WriteDataset"]], "write_netcdf() (act.io.writedataset method)": [[21, "act.io.WriteDataset.write_netcdf"]], "check_arm_standards() (in module act.io)": [[22, "act.io.check_arm_standards"]], "check_if_tar_gz_file() (in module act.io)": [[23, "act.io.check_if_tar_gz_file"]], "convert_to_ameriflux() (in module act.io)": [[24, "act.io.convert_to_ameriflux"]], "create_ds_from_arm_dod() (in module act.io)": [[25, "act.io.create_ds_from_arm_dod"]], "proc_sigma_mplv5_read() (in module act.io)": [[26, "act.io.proc_sigma_mplv5_read"]], "read_arm_mmcr() (in module act.io)": [[27, "act.io.read_arm_mmcr"]], "read_arm_netcdf() (in module act.io)": [[28, "act.io.read_arm_netcdf"]], "read_csv() (in module act.io)": [[29, "act.io.read_csv"]], "read_gml() (in module act.io)": [[30, "act.io.read_gml"]], "read_gml_co2() (in module act.io)": [[31, "act.io.read_gml_co2"]], "read_gml_halo() (in module act.io)": [[32, "act.io.read_gml_halo"]], "read_gml_met() (in module act.io)": [[33, "act.io.read_gml_met"]], "read_gml_ozone() (in module act.io)": [[34, "act.io.read_gml_ozone"]], "read_gml_radiation() (in module act.io)": [[35, "act.io.read_gml_radiation"]], "read_hk_file() (in module act.io)": [[36, "act.io.read_hk_file"]], "read_hysplit() (in module act.io)": [[37, "act.io.read_hysplit"]], "read_icartt() (in module act.io)": [[38, "act.io.read_icartt"]], "read_mfas_sodar() (in module act.io)": [[39, "act.io.read_mfas_sodar"]], "read_neon_csv() (in module act.io)": [[40, "act.io.read_neon_csv"]], "read_psl_parsivel() (in module act.io)": [[41, "act.io.read_psl_parsivel"]], "read_psl_radar_fmcw_moment() (in module act.io)": [[42, "act.io.read_psl_radar_fmcw_moment"]], "read_psl_surface_met() (in module act.io)": [[43, "act.io.read_psl_surface_met"]], "read_psl_wind_profiler() (in module act.io)": [[44, "act.io.read_psl_wind_profiler"]], "read_psl_wind_profiler_temperature() (in module act.io)": [[45, "act.io.read_psl_wind_profiler_temperature"]], "read_sigma_mplv5() (in module act.io)": [[46, "act.io.read_sigma_mplv5"]], "read_sp2() (in module act.io)": [[47, "act.io.read_sp2"]], "read_sp2_dat() (in module act.io)": [[48, "act.io.read_sp2_dat"]], "read_surfrad() (in module act.io)": [[49, "act.io.read_surfrad"]], "act.plotting": [[50, "module-act.plotting"]], "contourdisplay (class in act.plotting)": [[51, "act.plotting.ContourDisplay"]], "add_colorbar() (act.plotting.contourdisplay method)": [[52, "act.plotting.ContourDisplay.add_colorbar"]], "add_subplots() (act.plotting.contourdisplay method)": [[53, "act.plotting.ContourDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.contourdisplay method)": [[54, "act.plotting.ContourDisplay.assign_to_figure_axis"]], "barbs() (act.plotting.contourdisplay method)": [[55, "act.plotting.ContourDisplay.barbs"]], "contour() (act.plotting.contourdisplay method)": [[56, "act.plotting.ContourDisplay.contour"]], "contourf() (act.plotting.contourdisplay method)": [[57, "act.plotting.ContourDisplay.contourf"]], "create_contour() (act.plotting.contourdisplay method)": [[58, "act.plotting.ContourDisplay.create_contour"]], "group_by() (act.plotting.contourdisplay method)": [[59, "act.plotting.ContourDisplay.group_by"]], "plot_station() (act.plotting.contourdisplay method)": [[60, "act.plotting.ContourDisplay.plot_station"]], "plot_vectors_from_spd_dir() (act.plotting.contourdisplay method)": [[61, "act.plotting.ContourDisplay.plot_vectors_from_spd_dir"]], "put_display_in_subplot() (act.plotting.contourdisplay method)": [[62, "act.plotting.ContourDisplay.put_display_in_subplot"]], "display (class in act.plotting)": [[63, "act.plotting.Display"]], "add_colorbar() (act.plotting.display method)": [[64, "act.plotting.Display.add_colorbar"]], "add_subplots() (act.plotting.display method)": [[65, "act.plotting.Display.add_subplots"]], "assign_to_figure_axis() (act.plotting.display method)": [[66, "act.plotting.Display.assign_to_figure_axis"]], "group_by() (act.plotting.display method)": [[67, "act.plotting.Display.group_by"]], "put_display_in_subplot() (act.plotting.display method)": [[68, "act.plotting.Display.put_display_in_subplot"]], "distributiondisplay (class in act.plotting)": [[69, "act.plotting.DistributionDisplay"]], "add_colorbar() (act.plotting.distributiondisplay method)": [[70, "act.plotting.DistributionDisplay.add_colorbar"]], "add_subplots() (act.plotting.distributiondisplay method)": [[71, "act.plotting.DistributionDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.distributiondisplay method)": [[72, "act.plotting.DistributionDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.distributiondisplay method)": [[73, "act.plotting.DistributionDisplay.group_by"]], "plot_heatmap() (act.plotting.distributiondisplay method)": [[74, "act.plotting.DistributionDisplay.plot_heatmap"]], "plot_pie_chart() (act.plotting.distributiondisplay method)": [[75, "act.plotting.DistributionDisplay.plot_pie_chart"]], "plot_scatter() (act.plotting.distributiondisplay method)": [[76, "act.plotting.DistributionDisplay.plot_scatter"]], "plot_size_distribution() (act.plotting.distributiondisplay method)": [[77, "act.plotting.DistributionDisplay.plot_size_distribution"]], "plot_stacked_bar() (act.plotting.distributiondisplay method)": [[78, "act.plotting.DistributionDisplay.plot_stacked_bar"]], "plot_stairstep() (act.plotting.distributiondisplay method)": [[79, "act.plotting.DistributionDisplay.plot_stairstep"]], "plot_violin() (act.plotting.distributiondisplay method)": [[80, "act.plotting.DistributionDisplay.plot_violin"]], "put_display_in_subplot() (act.plotting.distributiondisplay method)": [[81, "act.plotting.DistributionDisplay.put_display_in_subplot"]], "set_ratio_line() (act.plotting.distributiondisplay method)": [[82, "act.plotting.DistributionDisplay.set_ratio_line"]], "set_xrng() (act.plotting.distributiondisplay method)": [[83, "act.plotting.DistributionDisplay.set_xrng"]], "set_yrng() (act.plotting.distributiondisplay method)": [[84, "act.plotting.DistributionDisplay.set_yrng"]], "geographicplotdisplay (class in act.plotting)": [[85, "act.plotting.GeographicPlotDisplay"]], "add_colorbar() (act.plotting.geographicplotdisplay method)": [[86, "act.plotting.GeographicPlotDisplay.add_colorbar"]], "add_subplots() (act.plotting.geographicplotdisplay method)": [[87, "act.plotting.GeographicPlotDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.geographicplotdisplay method)": [[88, "act.plotting.GeographicPlotDisplay.assign_to_figure_axis"]], "geoplot() (act.plotting.geographicplotdisplay method)": [[89, "act.plotting.GeographicPlotDisplay.geoplot"]], "group_by() (act.plotting.geographicplotdisplay method)": [[90, "act.plotting.GeographicPlotDisplay.group_by"]], "put_display_in_subplot() (act.plotting.geographicplotdisplay method)": [[91, "act.plotting.GeographicPlotDisplay.put_display_in_subplot"]], "skewtdisplay (class in act.plotting)": [[92, "act.plotting.SkewTDisplay"]], "add_colorbar() (act.plotting.skewtdisplay method)": [[93, "act.plotting.SkewTDisplay.add_colorbar"]], "add_stability_info() (act.plotting.skewtdisplay method)": [[94, "act.plotting.SkewTDisplay.add_stability_info"]], "add_subplots() (act.plotting.skewtdisplay method)": [[95, "act.plotting.SkewTDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.skewtdisplay method)": [[96, "act.plotting.SkewTDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.skewtdisplay method)": [[97, "act.plotting.SkewTDisplay.group_by"]], "plot_enhanced_skewt() (act.plotting.skewtdisplay method)": [[98, "act.plotting.SkewTDisplay.plot_enhanced_skewt"]], "plot_from_spd_and_dir() (act.plotting.skewtdisplay method)": [[99, "act.plotting.SkewTDisplay.plot_from_spd_and_dir"]], "plot_from_u_and_v() (act.plotting.skewtdisplay method)": [[100, "act.plotting.SkewTDisplay.plot_from_u_and_v"]], "plot_hodograph() (act.plotting.skewtdisplay method)": [[101, "act.plotting.SkewTDisplay.plot_hodograph"]], "put_display_in_subplot() (act.plotting.skewtdisplay method)": [[102, "act.plotting.SkewTDisplay.put_display_in_subplot"]], "set_xrng() (act.plotting.skewtdisplay method)": [[103, "act.plotting.SkewTDisplay.set_xrng"]], "set_yrng() (act.plotting.skewtdisplay method)": [[104, "act.plotting.SkewTDisplay.set_yrng"]], "timeseriesdisplay (class in act.plotting)": [[105, "act.plotting.TimeSeriesDisplay"]], "add_colorbar() (act.plotting.timeseriesdisplay method)": [[106, "act.plotting.TimeSeriesDisplay.add_colorbar"]], "add_subplots() (act.plotting.timeseriesdisplay method)": [[107, "act.plotting.TimeSeriesDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.timeseriesdisplay method)": [[108, "act.plotting.TimeSeriesDisplay.assign_to_figure_axis"]], "day_night_background() (act.plotting.timeseriesdisplay method)": [[109, "act.plotting.TimeSeriesDisplay.day_night_background"]], "fill_between() (act.plotting.timeseriesdisplay method)": [[110, "act.plotting.TimeSeriesDisplay.fill_between"]], "group_by() (act.plotting.timeseriesdisplay method)": [[111, "act.plotting.TimeSeriesDisplay.group_by"]], "plot() (act.plotting.timeseriesdisplay method)": [[112, "act.plotting.TimeSeriesDisplay.plot"]], "plot_barbs_from_spd_dir() (act.plotting.timeseriesdisplay method)": [[113, "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir"]], "plot_barbs_from_u_v() (act.plotting.timeseriesdisplay method)": [[114, "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v"]], "plot_time_height_xsection_from_1d_data() (act.plotting.timeseriesdisplay method)": [[115, "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data"]], "put_display_in_subplot() (act.plotting.timeseriesdisplay method)": [[116, "act.plotting.TimeSeriesDisplay.put_display_in_subplot"]], "qc_flag_block_plot() (act.plotting.timeseriesdisplay method)": [[117, "act.plotting.TimeSeriesDisplay.qc_flag_block_plot"]], "set_xrng() (act.plotting.timeseriesdisplay method)": [[118, "act.plotting.TimeSeriesDisplay.set_xrng"]], "set_yrng() (act.plotting.timeseriesdisplay method)": [[119, "act.plotting.TimeSeriesDisplay.set_yrng"]], "time_height_scatter() (act.plotting.timeseriesdisplay method)": [[120, "act.plotting.TimeSeriesDisplay.time_height_scatter"]], "windrosedisplay (class in act.plotting)": [[121, "act.plotting.WindRoseDisplay"]], "add_colorbar() (act.plotting.windrosedisplay method)": [[122, "act.plotting.WindRoseDisplay.add_colorbar"]], "add_subplots() (act.plotting.windrosedisplay method)": [[123, "act.plotting.WindRoseDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.windrosedisplay method)": [[124, "act.plotting.WindRoseDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.windrosedisplay method)": [[125, "act.plotting.WindRoseDisplay.group_by"]], "plot() (act.plotting.windrosedisplay method)": [[126, "act.plotting.WindRoseDisplay.plot"]], "plot_data() (act.plotting.windrosedisplay method)": [[127, "act.plotting.WindRoseDisplay.plot_data"]], "put_display_in_subplot() (act.plotting.windrosedisplay method)": [[128, "act.plotting.WindRoseDisplay.put_display_in_subplot"]], "set_rrng() (act.plotting.windrosedisplay method)": [[129, "act.plotting.WindRoseDisplay.set_rrng"]], "set_thetarng() (act.plotting.windrosedisplay method)": [[130, "act.plotting.WindRoseDisplay.set_thetarng"]], "xsectiondisplay (class in act.plotting)": [[131, "act.plotting.XSectionDisplay"]], "add_colorbar() (act.plotting.xsectiondisplay method)": [[132, "act.plotting.XSectionDisplay.add_colorbar"]], "add_subplots() (act.plotting.xsectiondisplay method)": [[133, "act.plotting.XSectionDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.xsectiondisplay method)": [[134, "act.plotting.XSectionDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.xsectiondisplay method)": [[135, "act.plotting.XSectionDisplay.group_by"]], "plot_xsection() (act.plotting.xsectiondisplay method)": [[136, "act.plotting.XSectionDisplay.plot_xsection"]], "plot_xsection_map() (act.plotting.xsectiondisplay method)": [[137, "act.plotting.XSectionDisplay.plot_xsection_map"]], "put_display_in_subplot() (act.plotting.xsectiondisplay method)": [[138, "act.plotting.XSectionDisplay.put_display_in_subplot"]], "set_subplot_to_map() (act.plotting.xsectiondisplay method)": [[139, "act.plotting.XSectionDisplay.set_subplot_to_map"]], "set_xrng() (act.plotting.xsectiondisplay method)": [[140, "act.plotting.XSectionDisplay.set_xrng"]], "set_yrng() (act.plotting.xsectiondisplay method)": [[141, "act.plotting.XSectionDisplay.set_yrng"]], "act.qc": [[142, "module-act.qc"]], "cleandataset (class in act.qc)": [[143, "act.qc.CleanDataset"]], "clean_arm_qc() (act.qc.cleandataset method)": [[144, "act.qc.CleanDataset.clean_arm_qc"]], "clean_arm_state_variables() (act.qc.cleandataset method)": [[145, "act.qc.CleanDataset.clean_arm_state_variables"]], "clean_cf_qc() (act.qc.cleandataset method)": [[146, "act.qc.CleanDataset.clean_cf_qc"]], "clean_seri_qc() (act.qc.cleandataset method)": [[147, "act.qc.CleanDataset.clean_seri_qc"]], "clean_swats_qc() (act.qc.cleandataset method)": [[148, "act.qc.CleanDataset.clean_swats_qc"]], "cleanup() (act.qc.cleandataset method)": [[149, "act.qc.CleanDataset.cleanup"]], "correct_valid_minmax() (act.qc.cleandataset method)": [[150, "act.qc.CleanDataset.correct_valid_minmax"]], "fix_incorrect_variable_bit_description_attributes() (act.qc.cleandataset method)": [[151, "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes"]], "get_attr_info() (act.qc.cleandataset method)": [[152, "act.qc.CleanDataset.get_attr_info"]], "handle_missing_values() (act.qc.cleandataset method)": [[153, "act.qc.CleanDataset.handle_missing_values"]], "link_variables() (act.qc.cleandataset method)": [[154, "act.qc.CleanDataset.link_variables"]], "matched_qc_variables (act.qc.cleandataset property)": [[155, "act.qc.CleanDataset.matched_qc_variables"]], "normalize_assessment() (act.qc.cleandataset method)": [[156, "act.qc.CleanDataset.normalize_assessment"]], "qcfilter (class in act.qc)": [[157, "act.qc.QCFilter"]], "add_atmospheric_pressure_test() (act.qc.qcfilter method)": [[158, "act.qc.QCFilter.add_atmospheric_pressure_test"]], "add_delta_test() (act.qc.qcfilter method)": [[159, "act.qc.QCFilter.add_delta_test"]], "add_difference_test() (act.qc.qcfilter method)": [[160, "act.qc.QCFilter.add_difference_test"]], "add_equal_to_test() (act.qc.qcfilter method)": [[161, "act.qc.QCFilter.add_equal_to_test"]], "add_gesd_test() (act.qc.qcfilter method)": [[162, "act.qc.QCFilter.add_gesd_test"]], "add_greater_equal_test() (act.qc.qcfilter method)": [[163, "act.qc.QCFilter.add_greater_equal_test"]], "add_greater_test() (act.qc.qcfilter method)": [[164, "act.qc.QCFilter.add_greater_test"]], "add_inside_test() (act.qc.qcfilter method)": [[165, "act.qc.QCFilter.add_inside_test"]], "add_iqr_test() (act.qc.qcfilter method)": [[166, "act.qc.QCFilter.add_iqr_test"]], "add_less_equal_test() (act.qc.qcfilter method)": [[167, "act.qc.QCFilter.add_less_equal_test"]], "add_less_test() (act.qc.qcfilter method)": [[168, "act.qc.QCFilter.add_less_test"]], "add_missing_value_test() (act.qc.qcfilter method)": [[169, "act.qc.QCFilter.add_missing_value_test"]], "add_not_equal_to_test() (act.qc.qcfilter method)": [[170, "act.qc.QCFilter.add_not_equal_to_test"]], "add_outside_test() (act.qc.qcfilter method)": [[171, "act.qc.QCFilter.add_outside_test"]], "add_persistence_test() (act.qc.qcfilter method)": [[172, "act.qc.QCFilter.add_persistence_test"]], "add_test() (act.qc.qcfilter method)": [[173, "act.qc.QCFilter.add_test"]], "available_bit() (act.qc.qcfilter method)": [[174, "act.qc.QCFilter.available_bit"]], "bsrn_comparison_tests() (act.qc.qcfilter method)": [[175, "act.qc.QCFilter.bsrn_comparison_tests"]], "bsrn_limits_test() (act.qc.qcfilter method)": [[176, "act.qc.QCFilter.bsrn_limits_test"]], "check_for_ancillary_qc() (act.qc.qcfilter method)": [[177, "act.qc.QCFilter.check_for_ancillary_qc"]], "compare_time_series_trends() (act.qc.qcfilter method)": [[178, "act.qc.QCFilter.compare_time_series_trends"]], "create_qc_summary() (act.qc.qcfilter method)": [[179, "act.qc.QCFilter.create_qc_summary"]], "create_qc_variable() (act.qc.qcfilter method)": [[180, "act.qc.QCFilter.create_qc_variable"]], "datafilter() (act.qc.qcfilter method)": [[181, "act.qc.QCFilter.datafilter"]], "get_masked_data() (act.qc.qcfilter method)": [[182, "act.qc.QCFilter.get_masked_data"]], "get_qc_test_mask() (act.qc.qcfilter method)": [[183, "act.qc.QCFilter.get_qc_test_mask"]], "remove_test() (act.qc.qcfilter method)": [[184, "act.qc.QCFilter.remove_test"]], "set_test() (act.qc.qcfilter method)": [[185, "act.qc.QCFilter.set_test"]], "unset_test() (act.qc.qcfilter method)": [[186, "act.qc.QCFilter.unset_test"]], "update_ancillary_variable() (act.qc.qcfilter method)": [[187, "act.qc.QCFilter.update_ancillary_variable"]], "qcsummary (class in act.qc)": [[188, "act.qc.QCSummary"]], "create_qc_summary() (act.qc.qcsummary method)": [[189, "act.qc.QCSummary.create_qc_summary"]], "qctests (class in act.qc)": [[190, "act.qc.QCTests"]], "compare_time_series_trends() (act.qc.qctests method)": [[191, "act.qc.QCTests.compare_time_series_trends"]], "sp2particlecriteria (class in act.qc)": [[192, "act.qc.SP2ParticleCriteria"]], "add_dqr_to_qc() (in module act.qc)": [[193, "act.qc.add_dqr_to_qc"]], "fft_shading_test() (in module act.qc)": [[194, "act.qc.fft_shading_test"]], "fft_shading_test_process() (in module act.qc)": [[195, "act.qc.fft_shading_test_process"]], "get_waveform_statistics() (in module act.qc)": [[196, "act.qc.get_waveform_statistics"]], "parse_bit() (in module act.qc)": [[197, "act.qc.parse_bit"]], "read_yaml_supplemental_qc() (in module act.qc)": [[198, "act.qc.read_yaml_supplemental_qc"]], "set_bit() (in module act.qc)": [[199, "act.qc.set_bit"]], "unset_bit() (in module act.qc)": [[200, "act.qc.unset_bit"]], "act.retrievals": [[201, "module-act.retrievals"]], "aeri2irt() (in module act.retrievals)": [[202, "act.retrievals.aeri2irt"]], "calc_sp2_diams_masses() (in module act.retrievals)": [[203, "act.retrievals.calc_sp2_diams_masses"]], "calculate_dsh_from_dsdh_sdn() (in module act.retrievals)": [[204, "act.retrievals.calculate_dsh_from_dsdh_sdn"]], "calculate_irradiance_stats() (in module act.retrievals)": [[205, "act.retrievals.calculate_irradiance_stats"]], "calculate_longwave_radiation() (in module act.retrievals)": [[206, "act.retrievals.calculate_longwave_radiation"]], "calculate_net_radiation() (in module act.retrievals)": [[207, "act.retrievals.calculate_net_radiation"]], "calculate_pbl_heffter() (in module act.retrievals)": [[208, "act.retrievals.calculate_pbl_heffter"]], "calculate_pbl_liu_liang() (in module act.retrievals)": [[209, "act.retrievals.calculate_pbl_liu_liang"]], "calculate_precipitable_water() (in module act.retrievals)": [[210, "act.retrievals.calculate_precipitable_water"]], "calculate_stability_indicies() (in module act.retrievals)": [[211, "act.retrievals.calculate_stability_indicies"]], "compute_winds_from_ppi() (in module act.retrievals)": [[212, "act.retrievals.compute_winds_from_ppi"]], "generic_sobel_cbh() (in module act.retrievals)": [[213, "act.retrievals.generic_sobel_cbh"]], "process_sp2_psds() (in module act.retrievals)": [[214, "act.retrievals.process_sp2_psds"]], "sst_from_irt() (in module act.retrievals)": [[215, "act.retrievals.sst_from_irt"]], "sum_function_irt() (in module act.retrievals)": [[216, "act.retrievals.sum_function_irt"]], "act.utils": [[217, "module-act.utils"]], "changeunits (class in act.utils)": [[218, "act.utils.ChangeUnits"]], "change_units() (act.utils.changeunits method)": [[219, "act.utils.ChangeUnits.change_units"]], "datastreamparserarm (class in act.utils)": [[220, "act.utils.DatastreamParserARM"]], "datastream (act.utils.datastreamparserarm property)": [[221, "act.utils.DatastreamParserARM.datastream"]], "datastream_class (act.utils.datastreamparserarm property)": [[222, "act.utils.DatastreamParserARM.datastream_class"]], "datastream_standard (act.utils.datastreamparserarm property)": [[223, "act.utils.DatastreamParserARM.datastream_standard"]], "date (act.utils.datastreamparserarm property)": [[224, "act.utils.DatastreamParserARM.date"]], "ext (act.utils.datastreamparserarm property)": [[225, "act.utils.DatastreamParserARM.ext"]], "facility (act.utils.datastreamparserarm property)": [[226, "act.utils.DatastreamParserARM.facility"]], "level (act.utils.datastreamparserarm property)": [[227, "act.utils.DatastreamParserARM.level"]], "set_datastream() (act.utils.datastreamparserarm method)": [[228, "act.utils.DatastreamParserARM.set_datastream"]], "site (act.utils.datastreamparserarm property)": [[229, "act.utils.DatastreamParserARM.site"]], "time (act.utils.datastreamparserarm property)": [[230, "act.utils.DatastreamParserARM.time"]], "accumulate_precip() (in module act.utils)": [[231, "act.utils.accumulate_precip"]], "add_in_nan() (in module act.utils)": [[232, "act.utils.add_in_nan"]], "add_solar_variable() (in module act.utils)": [[233, "act.utils.add_solar_variable"]], "adjust_timestamp() (in module act.utils)": [[234, "act.utils.adjust_timestamp"]], "arm_site_location_search() (in module act.utils)": [[235, "act.utils.arm_site_location_search"]], "assign_coordinates() (in module act.utils)": [[236, "act.utils.assign_coordinates"]], "calc_cog_sog() (in module act.utils)": [[237, "act.utils.calc_cog_sog"]], "calculate_dqr_times() (in module act.utils)": [[238, "act.utils.calculate_dqr_times"]], "calculate_percentages() (in module act.utils)": [[239, "act.utils.calculate_percentages"]], "cleanup_files() (in module act.utils)": [[240, "act.utils.cleanup_files"]], "convert_2d_to_1d() (in module act.utils)": [[241, "act.utils.convert_2d_to_1d"]], "convert_to_potential_temp() (in module act.utils)": [[242, "act.utils.convert_to_potential_temp"]], "convert_units() (in module act.utils)": [[243, "act.utils.convert_units"]], "create_pyart_obj() (in module act.utils)": [[244, "act.utils.create_pyart_obj"]], "date_parser() (in module act.utils)": [[245, "act.utils.date_parser"]], "dates_between() (in module act.utils)": [[246, "act.utils.dates_between"]], "datetime64_to_datetime() (in module act.utils)": [[247, "act.utils.datetime64_to_datetime"]], "decode_present_weather() (in module act.utils)": [[248, "act.utils.decode_present_weather"]], "destination_azimuth_distance() (in module act.utils)": [[249, "act.utils.destination_azimuth_distance"]], "determine_time_delta() (in module act.utils)": [[250, "act.utils.determine_time_delta"]], "generate_movie() (in module act.utils)": [[251, "act.utils.generate_movie"]], "get_missing_value() (in module act.utils)": [[252, "act.utils.get_missing_value"]], "get_solar_azimuth_elevation() (in module act.utils)": [[253, "act.utils.get_solar_azimuth_elevation"]], "get_sunrise_sunset_noon() (in module act.utils)": [[254, "act.utils.get_sunrise_sunset_noon"]], "height_adjusted_pressure() (in module act.utils)": [[255, "act.utils.height_adjusted_pressure"]], "height_adjusted_temperature() (in module act.utils)": [[256, "act.utils.height_adjusted_temperature"]], "is_gunzip_file() (in module act.utils)": [[257, "act.utils.is_gunzip_file"]], "is_sun_visible() (in module act.utils)": [[258, "act.utils.is_sun_visible"]], "numpy_to_arm_date() (in module act.utils)": [[259, "act.utils.numpy_to_arm_date"]], "pack_gzip() (in module act.utils)": [[260, "act.utils.pack_gzip"]], "pack_tar() (in module act.utils)": [[261, "act.utils.pack_tar"]], "planck_converter() (in module act.utils)": [[262, "act.utils.planck_converter"]], "proc_scog() (in module act.utils)": [[263, "act.utils.proc_scog"]], "reduce_time_ranges() (in module act.utils)": [[264, "act.utils.reduce_time_ranges"]], "ts_weighted_average() (in module act.utils)": [[265, "act.utils.ts_weighted_average"]], "unpack_gzip() (in module act.utils)": [[266, "act.utils.unpack_gzip"]], "unpack_tar() (in module act.utils)": [[267, "act.utils.unpack_tar"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["API/generated/act.corrections", "API/generated/act.corrections.correct_ceil", "API/generated/act.corrections.correct_dl", "API/generated/act.corrections.correct_mpl", "API/generated/act.corrections.correct_rl", "API/generated/act.corrections.correct_wind", "API/generated/act.discovery", "API/generated/act.discovery.download_arm_data", "API/generated/act.discovery.download_neon_data", "API/generated/act.discovery.download_noaa_psl_data", "API/generated/act.discovery.download_surfrad_data", "API/generated/act.discovery.get_airnow_bounded_obs", "API/generated/act.discovery.get_airnow_forecast", "API/generated/act.discovery.get_airnow_obs", "API/generated/act.discovery.get_arm_doi", "API/generated/act.discovery.get_asos_data", "API/generated/act.discovery.get_crop_type", "API/generated/act.discovery.get_neon_product_avail", "API/generated/act.discovery.get_neon_site_products", "API/generated/act.io", "API/generated/act.io.WriteDataset", "API/generated/act.io.WriteDataset.write_netcdf", "API/generated/act.io.check_arm_standards", "API/generated/act.io.check_if_tar_gz_file", "API/generated/act.io.convert_to_ameriflux", "API/generated/act.io.create_ds_from_arm_dod", "API/generated/act.io.proc_sigma_mplv5_read", "API/generated/act.io.read_arm_mmcr", "API/generated/act.io.read_arm_netcdf", "API/generated/act.io.read_csv", "API/generated/act.io.read_gml", "API/generated/act.io.read_gml_co2", "API/generated/act.io.read_gml_halo", "API/generated/act.io.read_gml_met", "API/generated/act.io.read_gml_ozone", "API/generated/act.io.read_gml_radiation", "API/generated/act.io.read_hk_file", "API/generated/act.io.read_hysplit", "API/generated/act.io.read_icartt", "API/generated/act.io.read_mfas_sodar", "API/generated/act.io.read_neon_csv", "API/generated/act.io.read_psl_parsivel", "API/generated/act.io.read_psl_radar_fmcw_moment", "API/generated/act.io.read_psl_surface_met", "API/generated/act.io.read_psl_wind_profiler", "API/generated/act.io.read_psl_wind_profiler_temperature", "API/generated/act.io.read_sigma_mplv5", "API/generated/act.io.read_sp2", "API/generated/act.io.read_sp2_dat", "API/generated/act.io.read_surfrad", "API/generated/act.plotting", "API/generated/act.plotting.ContourDisplay", "API/generated/act.plotting.ContourDisplay.add_colorbar", "API/generated/act.plotting.ContourDisplay.add_subplots", "API/generated/act.plotting.ContourDisplay.assign_to_figure_axis", "API/generated/act.plotting.ContourDisplay.barbs", "API/generated/act.plotting.ContourDisplay.contour", "API/generated/act.plotting.ContourDisplay.contourf", "API/generated/act.plotting.ContourDisplay.create_contour", "API/generated/act.plotting.ContourDisplay.group_by", "API/generated/act.plotting.ContourDisplay.plot_station", "API/generated/act.plotting.ContourDisplay.plot_vectors_from_spd_dir", "API/generated/act.plotting.ContourDisplay.put_display_in_subplot", "API/generated/act.plotting.Display", "API/generated/act.plotting.Display.add_colorbar", "API/generated/act.plotting.Display.add_subplots", "API/generated/act.plotting.Display.assign_to_figure_axis", "API/generated/act.plotting.Display.group_by", "API/generated/act.plotting.Display.put_display_in_subplot", "API/generated/act.plotting.DistributionDisplay", "API/generated/act.plotting.DistributionDisplay.add_colorbar", "API/generated/act.plotting.DistributionDisplay.add_subplots", "API/generated/act.plotting.DistributionDisplay.assign_to_figure_axis", "API/generated/act.plotting.DistributionDisplay.group_by", "API/generated/act.plotting.DistributionDisplay.plot_heatmap", "API/generated/act.plotting.DistributionDisplay.plot_pie_chart", "API/generated/act.plotting.DistributionDisplay.plot_scatter", "API/generated/act.plotting.DistributionDisplay.plot_size_distribution", "API/generated/act.plotting.DistributionDisplay.plot_stacked_bar", "API/generated/act.plotting.DistributionDisplay.plot_stairstep", "API/generated/act.plotting.DistributionDisplay.plot_violin", "API/generated/act.plotting.DistributionDisplay.put_display_in_subplot", "API/generated/act.plotting.DistributionDisplay.set_ratio_line", "API/generated/act.plotting.DistributionDisplay.set_xrng", "API/generated/act.plotting.DistributionDisplay.set_yrng", "API/generated/act.plotting.GeographicPlotDisplay", "API/generated/act.plotting.GeographicPlotDisplay.add_colorbar", "API/generated/act.plotting.GeographicPlotDisplay.add_subplots", "API/generated/act.plotting.GeographicPlotDisplay.assign_to_figure_axis", "API/generated/act.plotting.GeographicPlotDisplay.geoplot", "API/generated/act.plotting.GeographicPlotDisplay.group_by", "API/generated/act.plotting.GeographicPlotDisplay.put_display_in_subplot", "API/generated/act.plotting.SkewTDisplay", "API/generated/act.plotting.SkewTDisplay.add_colorbar", "API/generated/act.plotting.SkewTDisplay.add_stability_info", "API/generated/act.plotting.SkewTDisplay.add_subplots", "API/generated/act.plotting.SkewTDisplay.assign_to_figure_axis", "API/generated/act.plotting.SkewTDisplay.group_by", "API/generated/act.plotting.SkewTDisplay.plot_enhanced_skewt", "API/generated/act.plotting.SkewTDisplay.plot_from_spd_and_dir", "API/generated/act.plotting.SkewTDisplay.plot_from_u_and_v", "API/generated/act.plotting.SkewTDisplay.plot_hodograph", "API/generated/act.plotting.SkewTDisplay.put_display_in_subplot", "API/generated/act.plotting.SkewTDisplay.set_xrng", "API/generated/act.plotting.SkewTDisplay.set_yrng", "API/generated/act.plotting.TimeSeriesDisplay", "API/generated/act.plotting.TimeSeriesDisplay.add_colorbar", "API/generated/act.plotting.TimeSeriesDisplay.add_subplots", "API/generated/act.plotting.TimeSeriesDisplay.assign_to_figure_axis", "API/generated/act.plotting.TimeSeriesDisplay.day_night_background", "API/generated/act.plotting.TimeSeriesDisplay.fill_between", "API/generated/act.plotting.TimeSeriesDisplay.group_by", "API/generated/act.plotting.TimeSeriesDisplay.plot", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v", "API/generated/act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data", "API/generated/act.plotting.TimeSeriesDisplay.put_display_in_subplot", "API/generated/act.plotting.TimeSeriesDisplay.qc_flag_block_plot", "API/generated/act.plotting.TimeSeriesDisplay.set_xrng", "API/generated/act.plotting.TimeSeriesDisplay.set_yrng", "API/generated/act.plotting.TimeSeriesDisplay.time_height_scatter", "API/generated/act.plotting.WindRoseDisplay", "API/generated/act.plotting.WindRoseDisplay.add_colorbar", "API/generated/act.plotting.WindRoseDisplay.add_subplots", "API/generated/act.plotting.WindRoseDisplay.assign_to_figure_axis", "API/generated/act.plotting.WindRoseDisplay.group_by", "API/generated/act.plotting.WindRoseDisplay.plot", "API/generated/act.plotting.WindRoseDisplay.plot_data", "API/generated/act.plotting.WindRoseDisplay.put_display_in_subplot", "API/generated/act.plotting.WindRoseDisplay.set_rrng", "API/generated/act.plotting.WindRoseDisplay.set_thetarng", "API/generated/act.plotting.XSectionDisplay", "API/generated/act.plotting.XSectionDisplay.add_colorbar", "API/generated/act.plotting.XSectionDisplay.add_subplots", "API/generated/act.plotting.XSectionDisplay.assign_to_figure_axis", "API/generated/act.plotting.XSectionDisplay.group_by", "API/generated/act.plotting.XSectionDisplay.plot_xsection", "API/generated/act.plotting.XSectionDisplay.plot_xsection_map", "API/generated/act.plotting.XSectionDisplay.put_display_in_subplot", "API/generated/act.plotting.XSectionDisplay.set_subplot_to_map", "API/generated/act.plotting.XSectionDisplay.set_xrng", "API/generated/act.plotting.XSectionDisplay.set_yrng", "API/generated/act.qc", "API/generated/act.qc.CleanDataset", "API/generated/act.qc.CleanDataset.clean_arm_qc", "API/generated/act.qc.CleanDataset.clean_arm_state_variables", "API/generated/act.qc.CleanDataset.clean_cf_qc", "API/generated/act.qc.CleanDataset.clean_seri_qc", "API/generated/act.qc.CleanDataset.clean_swats_qc", "API/generated/act.qc.CleanDataset.cleanup", "API/generated/act.qc.CleanDataset.correct_valid_minmax", "API/generated/act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes", "API/generated/act.qc.CleanDataset.get_attr_info", "API/generated/act.qc.CleanDataset.handle_missing_values", "API/generated/act.qc.CleanDataset.link_variables", "API/generated/act.qc.CleanDataset.matched_qc_variables", "API/generated/act.qc.CleanDataset.normalize_assessment", "API/generated/act.qc.QCFilter", "API/generated/act.qc.QCFilter.add_atmospheric_pressure_test", "API/generated/act.qc.QCFilter.add_delta_test", "API/generated/act.qc.QCFilter.add_difference_test", "API/generated/act.qc.QCFilter.add_equal_to_test", "API/generated/act.qc.QCFilter.add_gesd_test", "API/generated/act.qc.QCFilter.add_greater_equal_test", "API/generated/act.qc.QCFilter.add_greater_test", "API/generated/act.qc.QCFilter.add_inside_test", "API/generated/act.qc.QCFilter.add_iqr_test", "API/generated/act.qc.QCFilter.add_less_equal_test", "API/generated/act.qc.QCFilter.add_less_test", "API/generated/act.qc.QCFilter.add_missing_value_test", "API/generated/act.qc.QCFilter.add_not_equal_to_test", "API/generated/act.qc.QCFilter.add_outside_test", "API/generated/act.qc.QCFilter.add_persistence_test", "API/generated/act.qc.QCFilter.add_test", "API/generated/act.qc.QCFilter.available_bit", "API/generated/act.qc.QCFilter.bsrn_comparison_tests", "API/generated/act.qc.QCFilter.bsrn_limits_test", "API/generated/act.qc.QCFilter.check_for_ancillary_qc", "API/generated/act.qc.QCFilter.compare_time_series_trends", "API/generated/act.qc.QCFilter.create_qc_summary", "API/generated/act.qc.QCFilter.create_qc_variable", "API/generated/act.qc.QCFilter.datafilter", "API/generated/act.qc.QCFilter.get_masked_data", "API/generated/act.qc.QCFilter.get_qc_test_mask", "API/generated/act.qc.QCFilter.remove_test", "API/generated/act.qc.QCFilter.set_test", "API/generated/act.qc.QCFilter.unset_test", "API/generated/act.qc.QCFilter.update_ancillary_variable", "API/generated/act.qc.QCSummary", "API/generated/act.qc.QCSummary.create_qc_summary", "API/generated/act.qc.QCTests", "API/generated/act.qc.QCTests.compare_time_series_trends", "API/generated/act.qc.SP2ParticleCriteria", "API/generated/act.qc.add_dqr_to_qc", "API/generated/act.qc.fft_shading_test", "API/generated/act.qc.fft_shading_test_process", "API/generated/act.qc.get_waveform_statistics", "API/generated/act.qc.parse_bit", "API/generated/act.qc.read_yaml_supplemental_qc", "API/generated/act.qc.set_bit", "API/generated/act.qc.unset_bit", "API/generated/act.retrievals", "API/generated/act.retrievals.aeri2irt", "API/generated/act.retrievals.calc_sp2_diams_masses", "API/generated/act.retrievals.calculate_dsh_from_dsdh_sdn", "API/generated/act.retrievals.calculate_irradiance_stats", "API/generated/act.retrievals.calculate_longwave_radiation", "API/generated/act.retrievals.calculate_net_radiation", "API/generated/act.retrievals.calculate_pbl_heffter", "API/generated/act.retrievals.calculate_pbl_liu_liang", "API/generated/act.retrievals.calculate_precipitable_water", "API/generated/act.retrievals.calculate_stability_indicies", "API/generated/act.retrievals.compute_winds_from_ppi", "API/generated/act.retrievals.generic_sobel_cbh", "API/generated/act.retrievals.process_sp2_psds", "API/generated/act.retrievals.sst_from_irt", "API/generated/act.retrievals.sum_function_irt", "API/generated/act.utils", "API/generated/act.utils.ChangeUnits", "API/generated/act.utils.ChangeUnits.change_units", "API/generated/act.utils.DatastreamParserARM", "API/generated/act.utils.DatastreamParserARM.datastream", "API/generated/act.utils.DatastreamParserARM.datastream_class", "API/generated/act.utils.DatastreamParserARM.datastream_standard", "API/generated/act.utils.DatastreamParserARM.date", "API/generated/act.utils.DatastreamParserARM.ext", "API/generated/act.utils.DatastreamParserARM.facility", "API/generated/act.utils.DatastreamParserARM.level", "API/generated/act.utils.DatastreamParserARM.set_datastream", "API/generated/act.utils.DatastreamParserARM.site", "API/generated/act.utils.DatastreamParserARM.time", "API/generated/act.utils.accumulate_precip", "API/generated/act.utils.add_in_nan", "API/generated/act.utils.add_solar_variable", "API/generated/act.utils.adjust_timestamp", "API/generated/act.utils.arm_site_location_search", "API/generated/act.utils.arm_standards_validator", "API/generated/act.utils.assign_coordinates", "API/generated/act.utils.calc_cog_sog", "API/generated/act.utils.calculate_dqr_times", "API/generated/act.utils.calculate_percentages", "API/generated/act.utils.cleanup_files", "API/generated/act.utils.convert_2d_to_1d", "API/generated/act.utils.convert_to_potential_temp", "API/generated/act.utils.convert_units", "API/generated/act.utils.create_pyart_obj", "API/generated/act.utils.date_parser", "API/generated/act.utils.dates_between", "API/generated/act.utils.datetime64_to_datetime", "API/generated/act.utils.decode_present_weather", "API/generated/act.utils.destination_azimuth_distance", "API/generated/act.utils.determine_time_delta", "API/generated/act.utils.generate_movie", "API/generated/act.utils.get_missing_value", "API/generated/act.utils.get_solar_azimuth_elevation", "API/generated/act.utils.get_sunrise_sunset_noon", "API/generated/act.utils.height_adjusted_pressure", "API/generated/act.utils.height_adjusted_temperature", "API/generated/act.utils.is_gunzip_file", "API/generated/act.utils.is_sun_visible", "API/generated/act.utils.numpy_to_arm_date", "API/generated/act.utils.pack_gzip", "API/generated/act.utils.pack_tar", "API/generated/act.utils.planck_converter", "API/generated/act.utils.proc_scog", "API/generated/act.utils.reduce_time_ranges", "API/generated/act.utils.ts_weighted_average", "API/generated/act.utils.unpack_gzip", "API/generated/act.utils.unpack_tar", "API/index", "blog", "blog_posts/2022/first-post", "blog_posts/2022/sail_campaign_arm_and_noaa", "blog_posts/2024/2024_Eclipse_SGP", "index", "sg_execution_times", "source/auto_examples/corrections/index", "source/auto_examples/corrections/plot_correct_ship_wind_data", "source/auto_examples/corrections/sg_execution_times", "source/auto_examples/discovery/index", "source/auto_examples/discovery/plot_airnow", "source/auto_examples/discovery/plot_asos_temp", "source/auto_examples/discovery/plot_neon", "source/auto_examples/discovery/plot_noaa_fmcw_moment", "source/auto_examples/discovery/sg_execution_times", "source/auto_examples/index", "source/auto_examples/io/index", "source/auto_examples/io/plot_convert_ameriflux", "source/auto_examples/io/plot_create_arm_ds", "source/auto_examples/io/plot_hysplit", "source/auto_examples/io/plot_icartt", "source/auto_examples/io/plot_raw_minimpl", "source/auto_examples/io/plot_sodar", "source/auto_examples/io/plot_surfrad", "source/auto_examples/io/sg_execution_times", "source/auto_examples/plotting/index", "source/auto_examples/plotting/plot_aaf_track", "source/auto_examples/plotting/plot_ceil", "source/auto_examples/plotting/plot_contour", "source/auto_examples/plotting/plot_data_rose", "source/auto_examples/plotting/plot_days", "source/auto_examples/plotting/plot_daytime_averages", "source/auto_examples/plotting/plot_enhanced_skewt", "source/auto_examples/plotting/plot_examples", "source/auto_examples/plotting/plot_heatmap", "source/auto_examples/plotting/plot_hist_kwargs", "source/auto_examples/plotting/plot_multiple_column", "source/auto_examples/plotting/plot_pie_chart", "source/auto_examples/plotting/plot_presentweathercode", "source/auto_examples/plotting/plot_qc", "source/auto_examples/plotting/plot_rh_timeseries", "source/auto_examples/plotting/plot_scatter", "source/auto_examples/plotting/plot_secondary_y", "source/auto_examples/plotting/plot_size_distribution", "source/auto_examples/plotting/plot_skewt", "source/auto_examples/plotting/plot_skewt_with_text", "source/auto_examples/plotting/plot_sonde", "source/auto_examples/plotting/plot_state_variable", "source/auto_examples/plotting/plot_time_height_scatter", "source/auto_examples/plotting/plot_violin", "source/auto_examples/plotting/plot_wind_rose", "source/auto_examples/plotting/plot_xsection", "source/auto_examples/plotting/sg_execution_times", "source/auto_examples/qc/index", "source/auto_examples/qc/plot_arm_qc", "source/auto_examples/qc/plot_dqr_qc", "source/auto_examples/qc/plot_force_line_qc", "source/auto_examples/qc/plot_qc_bsrn", "source/auto_examples/qc/plot_qc_example", "source/auto_examples/qc/sg_execution_times", "source/auto_examples/retrievals/index", "source/auto_examples/retrievals/plot_cbh_sobel", "source/auto_examples/retrievals/plot_get_stability_indices_example", "source/auto_examples/retrievals/sg_execution_times", "source/auto_examples/sg_execution_times", "source/auto_examples/utils/index", "source/auto_examples/utils/plot_calculated_percentages", "source/auto_examples/utils/plot_change_units", "source/auto_examples/utils/plot_parse_filename", "source/auto_examples/utils/plot_tar", "source/auto_examples/utils/sg_execution_times", "source/auto_examples/workflows/index", "source/auto_examples/workflows/plot_aerioe_with_cbh", "source/auto_examples/workflows/plot_merged_product", "source/auto_examples/workflows/plot_multiple_dataset", "source/auto_examples/workflows/plot_qc_transforms", "source/auto_examples/workflows/plot_weighted_average", "source/auto_examples/workflows/sg_execution_times", "userguide/CONTRIBUTING", "userguide/CREATING_ENVIRONMENTS", "userguide/GUIDE_V2", "userguide/index", "userguide/installation", "userguide/usage"], "filenames": ["API/generated/act.corrections.rst", "API/generated/act.corrections.correct_ceil.rst", "API/generated/act.corrections.correct_dl.rst", "API/generated/act.corrections.correct_mpl.rst", "API/generated/act.corrections.correct_rl.rst", "API/generated/act.corrections.correct_wind.rst", "API/generated/act.discovery.rst", "API/generated/act.discovery.download_arm_data.rst", "API/generated/act.discovery.download_neon_data.rst", "API/generated/act.discovery.download_noaa_psl_data.rst", "API/generated/act.discovery.download_surfrad_data.rst", "API/generated/act.discovery.get_airnow_bounded_obs.rst", "API/generated/act.discovery.get_airnow_forecast.rst", "API/generated/act.discovery.get_airnow_obs.rst", "API/generated/act.discovery.get_arm_doi.rst", "API/generated/act.discovery.get_asos_data.rst", "API/generated/act.discovery.get_crop_type.rst", "API/generated/act.discovery.get_neon_product_avail.rst", "API/generated/act.discovery.get_neon_site_products.rst", "API/generated/act.io.rst", "API/generated/act.io.WriteDataset.rst", "API/generated/act.io.WriteDataset.write_netcdf.rst", "API/generated/act.io.check_arm_standards.rst", "API/generated/act.io.check_if_tar_gz_file.rst", "API/generated/act.io.convert_to_ameriflux.rst", "API/generated/act.io.create_ds_from_arm_dod.rst", "API/generated/act.io.proc_sigma_mplv5_read.rst", "API/generated/act.io.read_arm_mmcr.rst", "API/generated/act.io.read_arm_netcdf.rst", "API/generated/act.io.read_csv.rst", "API/generated/act.io.read_gml.rst", "API/generated/act.io.read_gml_co2.rst", "API/generated/act.io.read_gml_halo.rst", "API/generated/act.io.read_gml_met.rst", "API/generated/act.io.read_gml_ozone.rst", "API/generated/act.io.read_gml_radiation.rst", "API/generated/act.io.read_hk_file.rst", "API/generated/act.io.read_hysplit.rst", "API/generated/act.io.read_icartt.rst", "API/generated/act.io.read_mfas_sodar.rst", "API/generated/act.io.read_neon_csv.rst", "API/generated/act.io.read_psl_parsivel.rst", "API/generated/act.io.read_psl_radar_fmcw_moment.rst", "API/generated/act.io.read_psl_surface_met.rst", "API/generated/act.io.read_psl_wind_profiler.rst", "API/generated/act.io.read_psl_wind_profiler_temperature.rst", "API/generated/act.io.read_sigma_mplv5.rst", "API/generated/act.io.read_sp2.rst", "API/generated/act.io.read_sp2_dat.rst", "API/generated/act.io.read_surfrad.rst", "API/generated/act.plotting.rst", "API/generated/act.plotting.ContourDisplay.rst", "API/generated/act.plotting.ContourDisplay.add_colorbar.rst", "API/generated/act.plotting.ContourDisplay.add_subplots.rst", "API/generated/act.plotting.ContourDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.ContourDisplay.barbs.rst", "API/generated/act.plotting.ContourDisplay.contour.rst", "API/generated/act.plotting.ContourDisplay.contourf.rst", "API/generated/act.plotting.ContourDisplay.create_contour.rst", "API/generated/act.plotting.ContourDisplay.group_by.rst", "API/generated/act.plotting.ContourDisplay.plot_station.rst", "API/generated/act.plotting.ContourDisplay.plot_vectors_from_spd_dir.rst", "API/generated/act.plotting.ContourDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.Display.rst", "API/generated/act.plotting.Display.add_colorbar.rst", "API/generated/act.plotting.Display.add_subplots.rst", "API/generated/act.plotting.Display.assign_to_figure_axis.rst", "API/generated/act.plotting.Display.group_by.rst", "API/generated/act.plotting.Display.put_display_in_subplot.rst", "API/generated/act.plotting.DistributionDisplay.rst", "API/generated/act.plotting.DistributionDisplay.add_colorbar.rst", "API/generated/act.plotting.DistributionDisplay.add_subplots.rst", "API/generated/act.plotting.DistributionDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.DistributionDisplay.group_by.rst", "API/generated/act.plotting.DistributionDisplay.plot_heatmap.rst", "API/generated/act.plotting.DistributionDisplay.plot_pie_chart.rst", "API/generated/act.plotting.DistributionDisplay.plot_scatter.rst", "API/generated/act.plotting.DistributionDisplay.plot_size_distribution.rst", "API/generated/act.plotting.DistributionDisplay.plot_stacked_bar.rst", "API/generated/act.plotting.DistributionDisplay.plot_stairstep.rst", "API/generated/act.plotting.DistributionDisplay.plot_violin.rst", "API/generated/act.plotting.DistributionDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.DistributionDisplay.set_ratio_line.rst", "API/generated/act.plotting.DistributionDisplay.set_xrng.rst", "API/generated/act.plotting.DistributionDisplay.set_yrng.rst", "API/generated/act.plotting.GeographicPlotDisplay.rst", "API/generated/act.plotting.GeographicPlotDisplay.add_colorbar.rst", "API/generated/act.plotting.GeographicPlotDisplay.add_subplots.rst", "API/generated/act.plotting.GeographicPlotDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.GeographicPlotDisplay.geoplot.rst", "API/generated/act.plotting.GeographicPlotDisplay.group_by.rst", "API/generated/act.plotting.GeographicPlotDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.SkewTDisplay.rst", "API/generated/act.plotting.SkewTDisplay.add_colorbar.rst", "API/generated/act.plotting.SkewTDisplay.add_stability_info.rst", "API/generated/act.plotting.SkewTDisplay.add_subplots.rst", "API/generated/act.plotting.SkewTDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.SkewTDisplay.group_by.rst", "API/generated/act.plotting.SkewTDisplay.plot_enhanced_skewt.rst", "API/generated/act.plotting.SkewTDisplay.plot_from_spd_and_dir.rst", "API/generated/act.plotting.SkewTDisplay.plot_from_u_and_v.rst", "API/generated/act.plotting.SkewTDisplay.plot_hodograph.rst", "API/generated/act.plotting.SkewTDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.SkewTDisplay.set_xrng.rst", "API/generated/act.plotting.SkewTDisplay.set_yrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.rst", "API/generated/act.plotting.TimeSeriesDisplay.add_colorbar.rst", "API/generated/act.plotting.TimeSeriesDisplay.add_subplots.rst", "API/generated/act.plotting.TimeSeriesDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.TimeSeriesDisplay.day_night_background.rst", "API/generated/act.plotting.TimeSeriesDisplay.fill_between.rst", "API/generated/act.plotting.TimeSeriesDisplay.group_by.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v.rst", "API/generated/act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data.rst", "API/generated/act.plotting.TimeSeriesDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.TimeSeriesDisplay.qc_flag_block_plot.rst", "API/generated/act.plotting.TimeSeriesDisplay.set_xrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.set_yrng.rst", "API/generated/act.plotting.TimeSeriesDisplay.time_height_scatter.rst", "API/generated/act.plotting.WindRoseDisplay.rst", "API/generated/act.plotting.WindRoseDisplay.add_colorbar.rst", "API/generated/act.plotting.WindRoseDisplay.add_subplots.rst", "API/generated/act.plotting.WindRoseDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.WindRoseDisplay.group_by.rst", "API/generated/act.plotting.WindRoseDisplay.plot.rst", "API/generated/act.plotting.WindRoseDisplay.plot_data.rst", "API/generated/act.plotting.WindRoseDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.WindRoseDisplay.set_rrng.rst", "API/generated/act.plotting.WindRoseDisplay.set_thetarng.rst", "API/generated/act.plotting.XSectionDisplay.rst", "API/generated/act.plotting.XSectionDisplay.add_colorbar.rst", "API/generated/act.plotting.XSectionDisplay.add_subplots.rst", "API/generated/act.plotting.XSectionDisplay.assign_to_figure_axis.rst", "API/generated/act.plotting.XSectionDisplay.group_by.rst", "API/generated/act.plotting.XSectionDisplay.plot_xsection.rst", "API/generated/act.plotting.XSectionDisplay.plot_xsection_map.rst", "API/generated/act.plotting.XSectionDisplay.put_display_in_subplot.rst", "API/generated/act.plotting.XSectionDisplay.set_subplot_to_map.rst", "API/generated/act.plotting.XSectionDisplay.set_xrng.rst", "API/generated/act.plotting.XSectionDisplay.set_yrng.rst", "API/generated/act.qc.rst", "API/generated/act.qc.CleanDataset.rst", "API/generated/act.qc.CleanDataset.clean_arm_qc.rst", "API/generated/act.qc.CleanDataset.clean_arm_state_variables.rst", "API/generated/act.qc.CleanDataset.clean_cf_qc.rst", "API/generated/act.qc.CleanDataset.clean_seri_qc.rst", "API/generated/act.qc.CleanDataset.clean_swats_qc.rst", "API/generated/act.qc.CleanDataset.cleanup.rst", "API/generated/act.qc.CleanDataset.correct_valid_minmax.rst", "API/generated/act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes.rst", "API/generated/act.qc.CleanDataset.get_attr_info.rst", "API/generated/act.qc.CleanDataset.handle_missing_values.rst", "API/generated/act.qc.CleanDataset.link_variables.rst", "API/generated/act.qc.CleanDataset.matched_qc_variables.rst", "API/generated/act.qc.CleanDataset.normalize_assessment.rst", "API/generated/act.qc.QCFilter.rst", "API/generated/act.qc.QCFilter.add_atmospheric_pressure_test.rst", "API/generated/act.qc.QCFilter.add_delta_test.rst", "API/generated/act.qc.QCFilter.add_difference_test.rst", "API/generated/act.qc.QCFilter.add_equal_to_test.rst", "API/generated/act.qc.QCFilter.add_gesd_test.rst", "API/generated/act.qc.QCFilter.add_greater_equal_test.rst", "API/generated/act.qc.QCFilter.add_greater_test.rst", "API/generated/act.qc.QCFilter.add_inside_test.rst", "API/generated/act.qc.QCFilter.add_iqr_test.rst", "API/generated/act.qc.QCFilter.add_less_equal_test.rst", "API/generated/act.qc.QCFilter.add_less_test.rst", "API/generated/act.qc.QCFilter.add_missing_value_test.rst", "API/generated/act.qc.QCFilter.add_not_equal_to_test.rst", "API/generated/act.qc.QCFilter.add_outside_test.rst", "API/generated/act.qc.QCFilter.add_persistence_test.rst", "API/generated/act.qc.QCFilter.add_test.rst", "API/generated/act.qc.QCFilter.available_bit.rst", "API/generated/act.qc.QCFilter.bsrn_comparison_tests.rst", "API/generated/act.qc.QCFilter.bsrn_limits_test.rst", "API/generated/act.qc.QCFilter.check_for_ancillary_qc.rst", "API/generated/act.qc.QCFilter.compare_time_series_trends.rst", "API/generated/act.qc.QCFilter.create_qc_summary.rst", "API/generated/act.qc.QCFilter.create_qc_variable.rst", "API/generated/act.qc.QCFilter.datafilter.rst", "API/generated/act.qc.QCFilter.get_masked_data.rst", "API/generated/act.qc.QCFilter.get_qc_test_mask.rst", "API/generated/act.qc.QCFilter.remove_test.rst", "API/generated/act.qc.QCFilter.set_test.rst", "API/generated/act.qc.QCFilter.unset_test.rst", "API/generated/act.qc.QCFilter.update_ancillary_variable.rst", "API/generated/act.qc.QCSummary.rst", "API/generated/act.qc.QCSummary.create_qc_summary.rst", "API/generated/act.qc.QCTests.rst", "API/generated/act.qc.QCTests.compare_time_series_trends.rst", "API/generated/act.qc.SP2ParticleCriteria.rst", "API/generated/act.qc.add_dqr_to_qc.rst", "API/generated/act.qc.fft_shading_test.rst", "API/generated/act.qc.fft_shading_test_process.rst", "API/generated/act.qc.get_waveform_statistics.rst", "API/generated/act.qc.parse_bit.rst", "API/generated/act.qc.read_yaml_supplemental_qc.rst", "API/generated/act.qc.set_bit.rst", "API/generated/act.qc.unset_bit.rst", "API/generated/act.retrievals.rst", "API/generated/act.retrievals.aeri2irt.rst", "API/generated/act.retrievals.calc_sp2_diams_masses.rst", "API/generated/act.retrievals.calculate_dsh_from_dsdh_sdn.rst", "API/generated/act.retrievals.calculate_irradiance_stats.rst", "API/generated/act.retrievals.calculate_longwave_radiation.rst", "API/generated/act.retrievals.calculate_net_radiation.rst", "API/generated/act.retrievals.calculate_pbl_heffter.rst", "API/generated/act.retrievals.calculate_pbl_liu_liang.rst", "API/generated/act.retrievals.calculate_precipitable_water.rst", "API/generated/act.retrievals.calculate_stability_indicies.rst", "API/generated/act.retrievals.compute_winds_from_ppi.rst", "API/generated/act.retrievals.generic_sobel_cbh.rst", "API/generated/act.retrievals.process_sp2_psds.rst", "API/generated/act.retrievals.sst_from_irt.rst", "API/generated/act.retrievals.sum_function_irt.rst", "API/generated/act.utils.rst", "API/generated/act.utils.ChangeUnits.rst", "API/generated/act.utils.ChangeUnits.change_units.rst", "API/generated/act.utils.DatastreamParserARM.rst", "API/generated/act.utils.DatastreamParserARM.datastream.rst", "API/generated/act.utils.DatastreamParserARM.datastream_class.rst", "API/generated/act.utils.DatastreamParserARM.datastream_standard.rst", "API/generated/act.utils.DatastreamParserARM.date.rst", "API/generated/act.utils.DatastreamParserARM.ext.rst", "API/generated/act.utils.DatastreamParserARM.facility.rst", "API/generated/act.utils.DatastreamParserARM.level.rst", "API/generated/act.utils.DatastreamParserARM.set_datastream.rst", "API/generated/act.utils.DatastreamParserARM.site.rst", "API/generated/act.utils.DatastreamParserARM.time.rst", "API/generated/act.utils.accumulate_precip.rst", "API/generated/act.utils.add_in_nan.rst", "API/generated/act.utils.add_solar_variable.rst", "API/generated/act.utils.adjust_timestamp.rst", "API/generated/act.utils.arm_site_location_search.rst", "API/generated/act.utils.arm_standards_validator.rst", "API/generated/act.utils.assign_coordinates.rst", "API/generated/act.utils.calc_cog_sog.rst", "API/generated/act.utils.calculate_dqr_times.rst", "API/generated/act.utils.calculate_percentages.rst", "API/generated/act.utils.cleanup_files.rst", "API/generated/act.utils.convert_2d_to_1d.rst", "API/generated/act.utils.convert_to_potential_temp.rst", "API/generated/act.utils.convert_units.rst", "API/generated/act.utils.create_pyart_obj.rst", "API/generated/act.utils.date_parser.rst", "API/generated/act.utils.dates_between.rst", "API/generated/act.utils.datetime64_to_datetime.rst", "API/generated/act.utils.decode_present_weather.rst", "API/generated/act.utils.destination_azimuth_distance.rst", "API/generated/act.utils.determine_time_delta.rst", "API/generated/act.utils.generate_movie.rst", "API/generated/act.utils.get_missing_value.rst", "API/generated/act.utils.get_solar_azimuth_elevation.rst", "API/generated/act.utils.get_sunrise_sunset_noon.rst", "API/generated/act.utils.height_adjusted_pressure.rst", "API/generated/act.utils.height_adjusted_temperature.rst", "API/generated/act.utils.is_gunzip_file.rst", "API/generated/act.utils.is_sun_visible.rst", "API/generated/act.utils.numpy_to_arm_date.rst", "API/generated/act.utils.pack_gzip.rst", "API/generated/act.utils.pack_tar.rst", "API/generated/act.utils.planck_converter.rst", "API/generated/act.utils.proc_scog.rst", "API/generated/act.utils.reduce_time_ranges.rst", "API/generated/act.utils.ts_weighted_average.rst", "API/generated/act.utils.unpack_gzip.rst", "API/generated/act.utils.unpack_tar.rst", "API/index.rst", "blog.md", "blog_posts/2022/first-post.md", "blog_posts/2022/sail_campaign_arm_and_noaa.ipynb", "blog_posts/2024/2024_Eclipse_SGP.ipynb", "index.rst", "sg_execution_times.rst", "source/auto_examples/corrections/index.rst", "source/auto_examples/corrections/plot_correct_ship_wind_data.rst", "source/auto_examples/corrections/sg_execution_times.rst", "source/auto_examples/discovery/index.rst", "source/auto_examples/discovery/plot_airnow.rst", "source/auto_examples/discovery/plot_asos_temp.rst", "source/auto_examples/discovery/plot_neon.rst", "source/auto_examples/discovery/plot_noaa_fmcw_moment.rst", "source/auto_examples/discovery/sg_execution_times.rst", "source/auto_examples/index.rst", "source/auto_examples/io/index.rst", "source/auto_examples/io/plot_convert_ameriflux.rst", "source/auto_examples/io/plot_create_arm_ds.rst", "source/auto_examples/io/plot_hysplit.rst", "source/auto_examples/io/plot_icartt.rst", "source/auto_examples/io/plot_raw_minimpl.rst", "source/auto_examples/io/plot_sodar.rst", "source/auto_examples/io/plot_surfrad.rst", "source/auto_examples/io/sg_execution_times.rst", "source/auto_examples/plotting/index.rst", "source/auto_examples/plotting/plot_aaf_track.rst", "source/auto_examples/plotting/plot_ceil.rst", "source/auto_examples/plotting/plot_contour.rst", "source/auto_examples/plotting/plot_data_rose.rst", "source/auto_examples/plotting/plot_days.rst", "source/auto_examples/plotting/plot_daytime_averages.rst", "source/auto_examples/plotting/plot_enhanced_skewt.rst", "source/auto_examples/plotting/plot_examples.rst", "source/auto_examples/plotting/plot_heatmap.rst", "source/auto_examples/plotting/plot_hist_kwargs.rst", "source/auto_examples/plotting/plot_multiple_column.rst", "source/auto_examples/plotting/plot_pie_chart.rst", "source/auto_examples/plotting/plot_presentweathercode.rst", "source/auto_examples/plotting/plot_qc.rst", "source/auto_examples/plotting/plot_rh_timeseries.rst", "source/auto_examples/plotting/plot_scatter.rst", "source/auto_examples/plotting/plot_secondary_y.rst", "source/auto_examples/plotting/plot_size_distribution.rst", "source/auto_examples/plotting/plot_skewt.rst", "source/auto_examples/plotting/plot_skewt_with_text.rst", "source/auto_examples/plotting/plot_sonde.rst", "source/auto_examples/plotting/plot_state_variable.rst", "source/auto_examples/plotting/plot_time_height_scatter.rst", "source/auto_examples/plotting/plot_violin.rst", "source/auto_examples/plotting/plot_wind_rose.rst", "source/auto_examples/plotting/plot_xsection.rst", "source/auto_examples/plotting/sg_execution_times.rst", "source/auto_examples/qc/index.rst", "source/auto_examples/qc/plot_arm_qc.rst", "source/auto_examples/qc/plot_dqr_qc.rst", "source/auto_examples/qc/plot_force_line_qc.rst", "source/auto_examples/qc/plot_qc_bsrn.rst", "source/auto_examples/qc/plot_qc_example.rst", "source/auto_examples/qc/sg_execution_times.rst", "source/auto_examples/retrievals/index.rst", "source/auto_examples/retrievals/plot_cbh_sobel.rst", "source/auto_examples/retrievals/plot_get_stability_indices_example.rst", "source/auto_examples/retrievals/sg_execution_times.rst", "source/auto_examples/sg_execution_times.rst", "source/auto_examples/utils/index.rst", "source/auto_examples/utils/plot_calculated_percentages.rst", "source/auto_examples/utils/plot_change_units.rst", "source/auto_examples/utils/plot_parse_filename.rst", "source/auto_examples/utils/plot_tar.rst", "source/auto_examples/utils/sg_execution_times.rst", "source/auto_examples/workflows/index.rst", "source/auto_examples/workflows/plot_aerioe_with_cbh.rst", "source/auto_examples/workflows/plot_merged_product.rst", "source/auto_examples/workflows/plot_multiple_dataset.rst", "source/auto_examples/workflows/plot_qc_transforms.rst", "source/auto_examples/workflows/plot_weighted_average.rst", "source/auto_examples/workflows/sg_execution_times.rst", "userguide/CONTRIBUTING.rst", "userguide/CREATING_ENVIRONMENTS.rst", "userguide/GUIDE_V2.rst", "userguide/index.rst", "userguide/installation.rst", "userguide/usage.rst"], "titles": ["act.corrections", "act.corrections.correct_ceil", "act.corrections.correct_dl", "act.corrections.correct_mpl", "act.corrections.correct_rl", "act.corrections.correct_wind", "act.discovery", "act.discovery.download_arm_data", "act.discovery.download_neon_data", "act.discovery.download_noaa_psl_data", "act.discovery.download_surfrad_data", "act.discovery.get_airnow_bounded_obs", "act.discovery.get_airnow_forecast", "act.discovery.get_airnow_obs", "act.discovery.get_arm_doi", "act.discovery.get_asos_data", "act.discovery.get_crop_type", "act.discovery.get_neon_product_avail", "act.discovery.get_neon_site_products", "act.io", "act.io.WriteDataset", "act.io.WriteDataset.write_netcdf", "act.io.check_arm_standards", "act.io.check_if_tar_gz_file", "act.io.convert_to_ameriflux", "act.io.create_ds_from_arm_dod", "act.io.proc_sigma_mplv5_read", "act.io.read_arm_mmcr", "act.io.read_arm_netcdf", "act.io.read_csv", "act.io.read_gml", "act.io.read_gml_co2", "act.io.read_gml_halo", "act.io.read_gml_met", "act.io.read_gml_ozone", "act.io.read_gml_radiation", "act.io.read_hk_file", "act.io.read_hysplit", "act.io.read_icartt", "act.io.read_mfas_sodar", "act.io.read_neon_csv", "act.io.read_psl_parsivel", "act.io.read_psl_radar_fmcw_moment", "act.io.read_psl_surface_met", "act.io.read_psl_wind_profiler", "act.io.read_psl_wind_profiler_temperature", "act.io.read_sigma_mplv5", "act.io.read_sp2", "act.io.read_sp2_dat", "act.io.read_surfrad", "act.plotting", "act.plotting.ContourDisplay", "act.plotting.ContourDisplay.add_colorbar", "act.plotting.ContourDisplay.add_subplots", "act.plotting.ContourDisplay.assign_to_figure_axis", "act.plotting.ContourDisplay.barbs", "act.plotting.ContourDisplay.contour", "act.plotting.ContourDisplay.contourf", "act.plotting.ContourDisplay.create_contour", "act.plotting.ContourDisplay.group_by", "act.plotting.ContourDisplay.plot_station", "act.plotting.ContourDisplay.plot_vectors_from_spd_dir", "act.plotting.ContourDisplay.put_display_in_subplot", "act.plotting.Display", "act.plotting.Display.add_colorbar", "act.plotting.Display.add_subplots", "act.plotting.Display.assign_to_figure_axis", "act.plotting.Display.group_by", "act.plotting.Display.put_display_in_subplot", "act.plotting.DistributionDisplay", "act.plotting.DistributionDisplay.add_colorbar", "act.plotting.DistributionDisplay.add_subplots", "act.plotting.DistributionDisplay.assign_to_figure_axis", "act.plotting.DistributionDisplay.group_by", "act.plotting.DistributionDisplay.plot_heatmap", "act.plotting.DistributionDisplay.plot_pie_chart", "act.plotting.DistributionDisplay.plot_scatter", "act.plotting.DistributionDisplay.plot_size_distribution", "act.plotting.DistributionDisplay.plot_stacked_bar", "act.plotting.DistributionDisplay.plot_stairstep", "act.plotting.DistributionDisplay.plot_violin", "act.plotting.DistributionDisplay.put_display_in_subplot", "act.plotting.DistributionDisplay.set_ratio_line", "act.plotting.DistributionDisplay.set_xrng", "act.plotting.DistributionDisplay.set_yrng", "act.plotting.GeographicPlotDisplay", "act.plotting.GeographicPlotDisplay.add_colorbar", "act.plotting.GeographicPlotDisplay.add_subplots", "act.plotting.GeographicPlotDisplay.assign_to_figure_axis", "act.plotting.GeographicPlotDisplay.geoplot", "act.plotting.GeographicPlotDisplay.group_by", "act.plotting.GeographicPlotDisplay.put_display_in_subplot", "act.plotting.SkewTDisplay", "act.plotting.SkewTDisplay.add_colorbar", "act.plotting.SkewTDisplay.add_stability_info", "act.plotting.SkewTDisplay.add_subplots", "act.plotting.SkewTDisplay.assign_to_figure_axis", "act.plotting.SkewTDisplay.group_by", "act.plotting.SkewTDisplay.plot_enhanced_skewt", "act.plotting.SkewTDisplay.plot_from_spd_and_dir", "act.plotting.SkewTDisplay.plot_from_u_and_v", "act.plotting.SkewTDisplay.plot_hodograph", "act.plotting.SkewTDisplay.put_display_in_subplot", "act.plotting.SkewTDisplay.set_xrng", "act.plotting.SkewTDisplay.set_yrng", "act.plotting.TimeSeriesDisplay", "act.plotting.TimeSeriesDisplay.add_colorbar", "act.plotting.TimeSeriesDisplay.add_subplots", "act.plotting.TimeSeriesDisplay.assign_to_figure_axis", "act.plotting.TimeSeriesDisplay.day_night_background", "act.plotting.TimeSeriesDisplay.fill_between", "act.plotting.TimeSeriesDisplay.group_by", "act.plotting.TimeSeriesDisplay.plot", "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir", "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v", "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data", "act.plotting.TimeSeriesDisplay.put_display_in_subplot", "act.plotting.TimeSeriesDisplay.qc_flag_block_plot", "act.plotting.TimeSeriesDisplay.set_xrng", "act.plotting.TimeSeriesDisplay.set_yrng", "act.plotting.TimeSeriesDisplay.time_height_scatter", "act.plotting.WindRoseDisplay", "act.plotting.WindRoseDisplay.add_colorbar", "act.plotting.WindRoseDisplay.add_subplots", "act.plotting.WindRoseDisplay.assign_to_figure_axis", "act.plotting.WindRoseDisplay.group_by", "act.plotting.WindRoseDisplay.plot", "act.plotting.WindRoseDisplay.plot_data", "act.plotting.WindRoseDisplay.put_display_in_subplot", "act.plotting.WindRoseDisplay.set_rrng", "act.plotting.WindRoseDisplay.set_thetarng", "act.plotting.XSectionDisplay", "act.plotting.XSectionDisplay.add_colorbar", "act.plotting.XSectionDisplay.add_subplots", "act.plotting.XSectionDisplay.assign_to_figure_axis", "act.plotting.XSectionDisplay.group_by", "act.plotting.XSectionDisplay.plot_xsection", "act.plotting.XSectionDisplay.plot_xsection_map", "act.plotting.XSectionDisplay.put_display_in_subplot", "act.plotting.XSectionDisplay.set_subplot_to_map", "act.plotting.XSectionDisplay.set_xrng", "act.plotting.XSectionDisplay.set_yrng", "act.qc", "act.qc.CleanDataset", "act.qc.CleanDataset.clean_arm_qc", "act.qc.CleanDataset.clean_arm_state_variables", "act.qc.CleanDataset.clean_cf_qc", "act.qc.CleanDataset.clean_seri_qc", "act.qc.CleanDataset.clean_swats_qc", "act.qc.CleanDataset.cleanup", "act.qc.CleanDataset.correct_valid_minmax", "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes", "act.qc.CleanDataset.get_attr_info", "act.qc.CleanDataset.handle_missing_values", "act.qc.CleanDataset.link_variables", "act.qc.CleanDataset.matched_qc_variables", "act.qc.CleanDataset.normalize_assessment", "act.qc.QCFilter", "act.qc.QCFilter.add_atmospheric_pressure_test", "act.qc.QCFilter.add_delta_test", "act.qc.QCFilter.add_difference_test", "act.qc.QCFilter.add_equal_to_test", "act.qc.QCFilter.add_gesd_test", "act.qc.QCFilter.add_greater_equal_test", "act.qc.QCFilter.add_greater_test", "act.qc.QCFilter.add_inside_test", "act.qc.QCFilter.add_iqr_test", "act.qc.QCFilter.add_less_equal_test", "act.qc.QCFilter.add_less_test", "act.qc.QCFilter.add_missing_value_test", "act.qc.QCFilter.add_not_equal_to_test", "act.qc.QCFilter.add_outside_test", "act.qc.QCFilter.add_persistence_test", "act.qc.QCFilter.add_test", "act.qc.QCFilter.available_bit", "act.qc.QCFilter.bsrn_comparison_tests", "act.qc.QCFilter.bsrn_limits_test", "act.qc.QCFilter.check_for_ancillary_qc", "act.qc.QCFilter.compare_time_series_trends", "act.qc.QCFilter.create_qc_summary", "act.qc.QCFilter.create_qc_variable", "act.qc.QCFilter.datafilter", "act.qc.QCFilter.get_masked_data", "act.qc.QCFilter.get_qc_test_mask", "act.qc.QCFilter.remove_test", "act.qc.QCFilter.set_test", "act.qc.QCFilter.unset_test", "act.qc.QCFilter.update_ancillary_variable", "act.qc.QCSummary", "act.qc.QCSummary.create_qc_summary", "act.qc.QCTests", "act.qc.QCTests.compare_time_series_trends", "act.qc.SP2ParticleCriteria", "act.qc.add_dqr_to_qc", "act.qc.fft_shading_test", "act.qc.fft_shading_test_process", "act.qc.get_waveform_statistics", "act.qc.parse_bit", "act.qc.read_yaml_supplemental_qc", "act.qc.set_bit", "act.qc.unset_bit", "act.retrievals", "act.retrievals.aeri2irt", "act.retrievals.calc_sp2_diams_masses", "act.retrievals.calculate_dsh_from_dsdh_sdn", "act.retrievals.calculate_irradiance_stats", "act.retrievals.calculate_longwave_radiation", "act.retrievals.calculate_net_radiation", "act.retrievals.calculate_pbl_heffter", "act.retrievals.calculate_pbl_liu_liang", "act.retrievals.calculate_precipitable_water", "act.retrievals.calculate_stability_indicies", "act.retrievals.compute_winds_from_ppi", "act.retrievals.generic_sobel_cbh", "act.retrievals.process_sp2_psds", "act.retrievals.sst_from_irt", "act.retrievals.sum_function_irt", "act.utils", "act.utils.ChangeUnits", "act.utils.ChangeUnits.change_units", "act.utils.DatastreamParserARM", "act.utils.DatastreamParserARM.datastream", "act.utils.DatastreamParserARM.datastream_class", "act.utils.DatastreamParserARM.datastream_standard", "act.utils.DatastreamParserARM.date", "act.utils.DatastreamParserARM.ext", "act.utils.DatastreamParserARM.facility", "act.utils.DatastreamParserARM.level", "act.utils.DatastreamParserARM.set_datastream", "act.utils.DatastreamParserARM.site", "act.utils.DatastreamParserARM.time", "act.utils.accumulate_precip", "act.utils.add_in_nan", "act.utils.add_solar_variable", "act.utils.adjust_timestamp", "act.utils.arm_site_location_search", "act.utils.arm_standards_validator", "act.utils.assign_coordinates", "act.utils.calc_cog_sog", "act.utils.calculate_dqr_times", "act.utils.calculate_percentages", "act.utils.cleanup_files", "act.utils.convert_2d_to_1d", "act.utils.convert_to_potential_temp", "act.utils.convert_units", "act.utils.create_pyart_obj", "act.utils.date_parser", "act.utils.dates_between", "act.utils.datetime64_to_datetime", "act.utils.decode_present_weather", "act.utils.destination_azimuth_distance", "act.utils.determine_time_delta", "act.utils.generate_movie", "act.utils.get_missing_value", "act.utils.get_solar_azimuth_elevation", "act.utils.get_sunrise_sunset_noon", "act.utils.height_adjusted_pressure", "act.utils.height_adjusted_temperature", "act.utils.is_gunzip_file", "act.utils.is_sun_visible", "act.utils.numpy_to_arm_date", "act.utils.pack_gzip", "act.utils.pack_tar", "act.utils.planck_converter", "act.utils.proc_scog", "act.utils.reduce_time_ranges", "act.utils.ts_weighted_average", "act.utils.unpack_gzip", "act.utils.unpack_tar", "API Reference Manual", "Blog", "New Docs", "Visualize and bring together data from the SAIL campaign and NOAA", "April 8, 2024 Eclipse - Data from ARM\u2019s Southern Great Plains (SGP) Observatory", "Atmospheric data Community Toolkit Documentation", "Computation times", "Correction examples", "Correct wind data for ship motion", "Computation times", "Discovery examples", "Airnow Data", "Query and plot ASOS data", "NEON Data", "NOAA FMCW and parsivel plot", "Computation times", "ACT Example Gallery", "Input/Output Examples", "Convert Data to AmeriFlux Format", "Create a dataset to mimic ARM file formats", "Read and plot a HYSPLIT trajectory file from a HYSPlIT run.", "Plot ICARTT Formatted Files", "Read and plot a PPI from raw mini-MPL data", "Read and plot a Sodar file", "Plot SurfRad Data", "Computation times", "Plotting examples", "Plot ARM AAF Flight Path", "Simple plot of 2D data", "Spatial contour plot", "Data rose plot", "Calculate and plot wind rose plots separated by day.", "Calculate and plot daily daytime temperature averages", "Enhanced plot of a sounding", "Xarray Plotting Examples", "Example plot using heat maps", "Plot a histogram of Met data.", "Plot a timeseries of sounding data", "Calculate and View Aerosol Percentages", "Plot Present Weather Code", "Plotting QC Flags", "Plot winds and relative humidity from sounding data", "Compare Aircraft Airspeeds", "Secondary Y-Axis Plotting", "Example Size Distribution Plots", "Skew-T plot of a sounding", "Skew-T plot of a sounding", "Plot a timeseries of sounding data", "Plotting state variables", "Time-Height Scatter Plot", "Investigate Temperature Quantiles", "Windrose and windbarb timeseries plot", "Multidimensional cross sections", "Computation times", "Quality Control Examples", "Working with and expanding embedded quality control variables", "Query the ARM DQR webservice", "Forcing line plots with 2D data and QC", "Plotting Baseline Surface Radiation Network (BSRN) QC Flags", "Working with embedded quality control variables", "Computation times", "Retrieval examples", "Cloud Base Height Retrievals", "Retrieve stability indicies from a sounding", "Computation times", "Computation times", "Utility examples", "Calculate and plot aerosol percentages.", "Changing units in dataset", "Parse the ARM datastream filename", "Working with TAR and gunzip files", "Computation times", "Workflow examples", "Plot AERIoe data with cloud base height from ceilometer", "Merge multiple datasets", "Plot multiple datasets", "Transformations and QC", "Calculate and plot weighted means", "Computation times", "Contributing", "Setting up an Environment", "ACT Version 2 Release Guide", "User Guide", "Installation", "Usage"], "terms": {"descript": [0, 6, 19, 50, 142, 147, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 198, 201, 217, 273, 328, 348], "The": [0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 24, 29, 36, 37, 42, 47, 48, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 146, 147, 148, 153, 158, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 178, 179, 181, 182, 189, 191, 193, 196, 198, 199, 202, 203, 208, 209, 211, 212, 213, 214, 220, 232, 237, 240, 243, 247, 248, 251, 256, 257, 265, 273, 274, 280, 287, 288, 297, 307, 312, 317, 324, 326, 328, 337, 338, 339, 343, 348, 350, 353], "procedur": [0, 1, 2, 3, 4, 5, 6, 19, 24, 28, 36, 38, 74, 75, 76, 77, 78, 79, 80, 113, 142, 217, 232, 237, 247, 250, 263, 264, 269], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 14, 19, 21, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 44, 48, 50, 51, 54, 59, 62, 63, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 85, 88, 89, 90, 91, 92, 94, 96, 97, 98, 99, 100, 101, 102, 105, 108, 111, 112, 113, 114, 115, 116, 119, 121, 124, 125, 126, 127, 128, 131, 134, 135, 136, 137, 138, 142, 146, 147, 149, 151, 153, 155, 158, 160, 162, 166, 172, 174, 176, 178, 181, 182, 188, 191, 193, 194, 196, 198, 201, 202, 203, 207, 211, 212, 213, 215, 217, 232, 234, 236, 237, 238, 240, 241, 242, 243, 249, 250, 253, 256, 257, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 274, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 297, 298, 299, 302, 303, 305, 306, 310, 312, 313, 314, 315, 316, 317, 318, 320, 321, 324, 325, 326, 328, 331, 332, 337, 338, 339, 343, 344, 345, 346, 348, 349, 350, 353], "modul": [0, 6, 19, 50, 63, 120, 142, 201, 217, 269, 272, 274, 309, 324, 348, 350, 353], "contain": [0, 1, 2, 3, 4, 5, 6, 15, 19, 28, 37, 43, 44, 47, 50, 51, 63, 69, 74, 75, 76, 78, 79, 80, 99, 100, 105, 112, 114, 142, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 182, 191, 193, 197, 198, 200, 201, 202, 203, 212, 214, 217, 232, 233, 235, 240, 242, 243, 247, 253, 256, 257, 259, 262, 266, 268, 274, 277, 307, 317, 324, 326, 328, 339, 344, 349], "variou": [0, 19, 157, 201, 285], "dataset": [0, 1, 2, 3, 4, 5, 9, 11, 12, 13, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 58, 60, 61, 63, 77, 89, 100, 112, 114, 115, 117, 120, 126, 131, 136, 144, 146, 149, 150, 153, 158, 160, 175, 176, 177, 178, 179, 180, 181, 188, 189, 191, 193, 194, 196, 198, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 218, 219, 231, 233, 234, 236, 237, 238, 239, 240, 242, 243, 245, 249, 253, 256, 257, 266, 272, 274, 275, 277, 280, 282, 283, 285, 286, 287, 289, 290, 291, 292, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 335, 336, 339, 340, 341, 345, 346, 347, 348, 353], "function": [0, 6, 9, 10, 14, 16, 19, 29, 30, 31, 32, 33, 34, 35, 42, 49, 55, 56, 57, 58, 61, 63, 75, 100, 114, 136, 142, 145, 149, 150, 193, 194, 195, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 238, 239, 240, 242, 244, 249, 253, 258, 259, 263, 264, 265, 273, 274, 287, 290, 292, 296, 301, 303, 308, 311, 312, 315, 318, 319, 339, 343, 348, 350], "d": [1, 2, 3, 4, 5, 11, 12, 13, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 51, 63, 69, 74, 78, 79, 85, 92, 100, 105, 114, 121, 131, 143, 146, 149, 156, 157, 158, 159, 160, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 194, 196, 198, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 218, 220, 228, 231, 233, 234, 237, 238, 239, 240, 242, 243, 245, 246, 248, 249, 253, 256, 257, 266, 272, 273, 277, 282, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 307, 308, 309, 311, 312, 313, 317, 318, 319, 324, 325, 326, 327, 328, 331, 332, 336, 337, 339, 342, 343, 344, 345, 346, 348, 350], "fill_valu": [1, 2, 4, 25, 75, 182, 240, 307, 328], "1e": [1, 2, 4, 348], "07": [1, 2, 4, 275, 282, 284, 344], "var_nam": [1, 2, 4, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 326, 328, 332, 337], "backscatt": [1, 2, 4, 5, 213, 273, 297, 303, 331, 344, 348], "sourc": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 55, 56, 57, 58, 60, 61, 63, 64, 65, 66, 67, 68, 69, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 89, 92, 94, 95, 98, 99, 100, 101, 103, 104, 105, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 121, 126, 127, 129, 130, 131, 136, 137, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 157, 173, 174, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 218, 219, 220, 228, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 274, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 331, 332, 333, 334, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347, 348, 349, 352], "ceilomet": [1, 5, 275, 285, 297, 331, 341, 344, 347], "data": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 17, 18, 21, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 56, 57, 58, 60, 61, 75, 89, 94, 99, 100, 101, 105, 112, 113, 114, 115, 117, 120, 127, 131, 136, 137, 142, 144, 146, 148, 149, 153, 154, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 198, 199, 200, 202, 203, 206, 208, 209, 210, 211, 212, 213, 218, 220, 227, 231, 232, 236, 237, 238, 239, 240, 243, 244, 245, 249, 253, 256, 257, 263, 265, 266, 269, 275, 276, 278, 279, 283, 284, 285, 286, 288, 289, 290, 292, 294, 295, 296, 298, 300, 301, 302, 303, 304, 307, 308, 309, 311, 312, 313, 314, 315, 317, 318, 319, 320, 321, 322, 323, 324, 325, 327, 328, 329, 330, 331, 336, 337, 338, 339, 341, 343, 344, 345, 346, 347, 348, 350, 352, 353], "fill": [1, 2, 4, 25, 57, 75, 112, 182, 213, 232, 240, 328], "all": [1, 2, 4, 7, 15, 25, 47, 50, 51, 63, 69, 74, 75, 89, 105, 115, 119, 146, 149, 152, 155, 156, 160, 175, 176, 178, 181, 185, 186, 188, 191, 193, 196, 197, 198, 210, 212, 217, 219, 235, 240, 242, 245, 247, 252, 253, 262, 266, 271, 272, 274, 275, 280, 285, 309, 324, 328, 337, 339, 343, 344, 345, 346, 348, 349, 350, 353], "zero": [1, 2, 4, 288], "neg": [1, 2, 4, 112, 234, 256, 257, 307, 343], "valu": [1, 2, 3, 4, 5, 11, 12, 13, 21, 24, 25, 28, 29, 30, 31, 33, 35, 56, 57, 58, 74, 75, 89, 94, 98, 112, 114, 117, 120, 127, 145, 149, 153, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 194, 197, 198, 199, 200, 202, 203, 208, 209, 210, 212, 213, 215, 216, 218, 232, 233, 237, 239, 240, 242, 243, 244, 248, 251, 253, 254, 255, 256, 257, 263, 265, 280, 288, 297, 307, 315, 317, 324, 328, 331, 332, 336, 337, 338, 343, 345, 346, 348], "convert": [1, 2, 3, 4, 16, 21, 24, 26, 28, 30, 31, 33, 35, 46, 146, 149, 152, 153, 156, 179, 182, 189, 193, 198, 212, 216, 219, 220, 242, 243, 244, 246, 249, 252, 253, 256, 257, 263, 275, 280, 285, 286, 291, 294, 308, 324, 327, 328, 337, 342, 346], "logarithm": [1, 2, 4], "space": [1, 2, 4, 5, 21, 100, 112, 145, 146, 272, 290, 303], "paramet": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 145, 146, 148, 149, 150, 152, 153, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 219, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 305, 307, 348], "xarrai": [1, 2, 3, 4, 5, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 131, 136, 144, 149, 150, 153, 160, 172, 178, 179, 181, 188, 189, 191, 193, 194, 196, 198, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 219, 231, 232, 233, 234, 236, 237, 238, 239, 242, 243, 245, 249, 253, 256, 257, 272, 274, 275, 277, 280, 285, 287, 288, 295, 301, 308, 314, 315, 316, 322, 324, 328, 337, 343, 345, 346, 348, 349, 353], "should": [1, 2, 4, 5, 21, 24, 30, 149, 180, 209, 212, 241, 266, 268, 272, 288, 317, 345, 346, 348, 349], "linear": [1, 2, 4, 5], "str": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 52, 58, 59, 63, 64, 67, 70, 73, 74, 75, 76, 77, 78, 79, 80, 86, 89, 90, 93, 94, 97, 98, 99, 100, 101, 106, 109, 110, 111, 112, 113, 114, 115, 117, 120, 122, 125, 126, 127, 132, 135, 136, 137, 145, 146, 149, 150, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 198, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 219, 220, 233, 234, 235, 236, 239, 241, 242, 243, 244, 246, 247, 250, 252, 253, 254, 255, 256, 257, 258, 261, 262, 267, 268, 287, 348], "variabl": [1, 2, 3, 4, 5, 8, 9, 10, 17, 18, 21, 24, 25, 27, 28, 30, 31, 33, 35, 40, 63, 74, 76, 94, 98, 101, 112, 114, 115, 120, 136, 137, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 191, 193, 194, 198, 202, 204, 205, 206, 207, 208, 209, 212, 213, 214, 215, 218, 219, 220, 231, 233, 234, 237, 238, 239, 242, 243, 245, 249, 253, 256, 257, 266, 273, 275, 280, 282, 285, 287, 288, 293, 295, 301, 307, 308, 309, 315, 316, 321, 322, 323, 325, 326, 327, 329, 331, 332, 337, 339, 342, 343, 345, 346, 350], "name": [1, 2, 3, 4, 5, 7, 9, 10, 14, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 145, 146, 149, 150, 151, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 194, 198, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 219, 220, 221, 222, 223, 226, 228, 229, 231, 233, 234, 237, 241, 242, 243, 245, 249, 252, 253, 256, 257, 261, 262, 267, 274, 287, 288, 308, 324, 326, 328, 337, 339, 344, 346, 350, 353], "float": [1, 2, 4, 16, 21, 25, 28, 52, 58, 61, 64, 70, 74, 75, 86, 89, 93, 106, 112, 122, 126, 127, 132, 149, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 182, 194, 195, 202, 203, 206, 209, 212, 213, 214, 215, 216, 231, 233, 240, 243, 245, 250, 251, 253, 254, 255, 256, 257, 259, 263], "us": [1, 2, 3, 4, 7, 16, 21, 25, 26, 27, 28, 29, 30, 35, 38, 42, 43, 46, 48, 58, 60, 61, 63, 69, 74, 75, 77, 78, 79, 89, 92, 100, 101, 109, 110, 112, 113, 114, 115, 117, 119, 120, 126, 127, 131, 136, 144, 145, 146, 149, 150, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 191, 193, 194, 195, 196, 198, 199, 202, 203, 204, 206, 208, 209, 210, 211, 212, 213, 217, 218, 219, 222, 228, 231, 232, 233, 234, 238, 240, 242, 243, 244, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 265, 266, 267, 268, 271, 273, 274, 275, 277, 280, 281, 282, 283, 285, 287, 288, 289, 291, 292, 295, 296, 297, 301, 303, 305, 307, 311, 312, 313, 317, 318, 319, 321, 322, 324, 326, 327, 328, 331, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349, 350, 352, 353], "i": [1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 16, 21, 24, 25, 26, 28, 29, 30, 38, 43, 46, 50, 51, 55, 56, 57, 58, 60, 61, 63, 69, 74, 75, 76, 77, 78, 79, 80, 85, 89, 92, 94, 95, 98, 99, 100, 101, 105, 109, 110, 112, 113, 114, 115, 117, 119, 120, 121, 127, 131, 136, 144, 145, 146, 147, 149, 152, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 191, 193, 194, 198, 202, 208, 209, 211, 212, 213, 215, 219, 222, 231, 232, 233, 235, 238, 239, 240, 242, 246, 247, 249, 251, 252, 253, 254, 255, 257, 258, 259, 263, 264, 265, 268, 269, 270, 271, 272, 273, 274, 280, 282, 283, 288, 290, 291, 292, 293, 296, 297, 298, 299, 300, 303, 305, 306, 308, 310, 311, 315, 316, 317, 319, 320, 324, 326, 328, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349, 350, 352, 353], "enter": [1, 2, 4, 16, 200, 255, 348], "return": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 55, 56, 57, 58, 59, 60, 61, 62, 64, 67, 68, 70, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 89, 90, 91, 93, 94, 97, 98, 99, 100, 101, 102, 106, 110, 111, 112, 113, 114, 115, 116, 122, 125, 126, 127, 128, 132, 135, 136, 137, 138, 152, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 178, 179, 180, 181, 182, 183, 189, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 215, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 265, 266, 267, 268, 273, 280, 287, 297, 299, 315, 328, 337, 338, 339, 348, 350], "attenuated_backscatt": 2, "range_norm": 2, "true": [2, 17, 18, 21, 25, 28, 29, 30, 31, 33, 35, 44, 45, 47, 61, 74, 78, 79, 80, 89, 98, 100, 101, 112, 114, 115, 117, 119, 120, 137, 144, 145, 146, 148, 149, 152, 155, 156, 158, 160, 172, 173, 174, 175, 176, 177, 182, 183, 193, 196, 198, 203, 209, 219, 233, 236, 239, 246, 253, 259, 260, 268, 272, 273, 288, 291, 292, 297, 298, 301, 307, 308, 312, 314, 315, 317, 318, 324, 326, 327, 328, 337, 339, 342, 343, 345], "doppler": [2, 4, 212], "lidar": [2, 4, 212, 213, 331], "Will": [2, 21, 28, 29, 112, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 180, 200, 210, 220, 221, 223, 234, 242, 244, 245], "also": [2, 4, 7, 112, 114, 120, 153, 177, 181, 220, 233, 243, 272, 273, 280, 283, 303, 307, 313, 314, 317, 324, 326, 328, 337, 338, 343, 344, 346, 348, 349, 352, 353], "rang": [2, 3, 4, 8, 11, 14, 52, 55, 56, 57, 58, 60, 64, 70, 82, 83, 84, 86, 93, 98, 101, 103, 104, 106, 110, 112, 117, 118, 119, 120, 122, 129, 130, 132, 140, 141, 158, 166, 186, 199, 213, 215, 239, 245, 255, 265, 272, 273, 274, 291, 300, 305, 311, 315, 324, 331, 337], "normal": [2, 4, 25, 89, 156, 162, 175, 176, 204, 212, 273, 303, 312, 317, 325, 326, 328], "multipl": [2, 46, 48, 63, 94, 98, 101, 112, 146, 198, 235, 239, 242, 266, 275, 285, 288, 306, 310, 320, 326, 339, 341, 347, 349, 353], "2": [2, 3, 11, 15, 24, 25, 42, 74, 76, 83, 84, 103, 104, 112, 114, 115, 118, 119, 126, 127, 129, 130, 131, 140, 141, 160, 173, 175, 176, 182, 183, 185, 186, 194, 197, 199, 200, 209, 233, 239, 244, 259, 263, 265, 272, 280, 281, 283, 287, 288, 290, 293, 299, 303, 304, 306, 307, 309, 311, 313, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 333, 342, 343, 344, 345, 348, 351, 353], "default": [2, 8, 11, 12, 13, 21, 25, 28, 38, 43, 47, 58, 61, 74, 75, 76, 78, 79, 80, 89, 98, 100, 101, 112, 114, 115, 117, 119, 127, 146, 149, 152, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 181, 182, 193, 194, 203, 204, 205, 210, 215, 219, 233, 235, 236, 239, 240, 245, 246, 251, 252, 253, 257, 263, 265, 287, 324, 328, 348, 349, 350], "unit": [2, 24, 28, 29, 30, 31, 32, 33, 34, 35, 38, 49, 59, 67, 73, 89, 90, 97, 111, 120, 125, 135, 144, 145, 148, 158, 160, 175, 176, 198, 208, 209, 213, 216, 218, 219, 231, 242, 243, 244, 250, 254, 256, 257, 263, 266, 273, 275, 285, 288, 314, 315, 328, 332, 335, 340, 346], "bool": [2, 25, 26, 29, 30, 38, 44, 45, 46, 47, 74, 78, 79, 100, 112, 114, 115, 137, 144, 145, 148, 149, 152, 173, 183, 196, 239, 246, 253, 280], "option": [2, 4, 9, 11, 21, 26, 28, 30, 31, 33, 35, 38, 40, 46, 53, 58, 61, 63, 65, 71, 74, 78, 79, 87, 94, 95, 98, 101, 107, 112, 115, 117, 123, 127, 133, 144, 145, 149, 152, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 193, 198, 212, 213, 219, 242, 243, 252, 253, 254, 255, 256, 257, 263, 265, 268, 314, 326, 343, 348], "co_pol_var_nam": 3, "signal_return_co_pol": [3, 213], "cross_pol_var_nam": 3, "signal_return_cross_pol": 3, "co_pol_afterpuls_var_nam": 3, "afterpulse_correction_co_pol": 3, "cross_pol_afterpulse_var_nam": 3, "afterpulse_correction_cross_pol": 3, "overlap_corr_var_nam": 3, "overlap_correct": 3, "overlap_corr_heights_var_nam": 3, "overlap_correction_height": 3, "range_bins_var_nam": 3, "range_bin": [3, 213], "height_var_nam": 3, "height": [3, 4, 112, 113, 114, 115, 208, 209, 213, 256, 257, 273, 275, 285, 295, 322, 330, 333, 341, 347], "ratio_var_nam": 3, "cross_co_ratio": 3, "mpl": [3, 26, 46, 213, 274, 275, 285, 286, 294], "1": [3, 11, 21, 22, 25, 29, 37, 51, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 75, 82, 83, 84, 86, 87, 92, 93, 95, 103, 104, 105, 106, 107, 109, 110, 112, 114, 117, 118, 119, 120, 121, 122, 123, 126, 127, 131, 132, 133, 140, 141, 144, 145, 158, 159, 160, 162, 166, 172, 173, 174, 182, 183, 185, 194, 195, 197, 199, 200, 202, 203, 209, 212, 215, 233, 238, 239, 242, 244, 249, 259, 266, 272, 277, 278, 280, 281, 282, 283, 287, 288, 290, 291, 292, 293, 297, 298, 299, 301, 303, 304, 306, 307, 308, 309, 310, 311, 313, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 336, 339, 342, 343, 344, 345, 346, 348, 350, 353], "throw": 3, "out": [3, 94, 98, 162, 166, 193, 203, 236, 272, 273, 280, 287, 288, 291, 299, 302, 307, 314, 315, 324, 343, 345, 348], "befor": [3, 16, 20, 21, 149, 155, 178, 191, 194, 198, 220, 245, 273, 345, 348], "laser": 3, "fire": 3, "0": [3, 11, 15, 22, 25, 29, 52, 55, 56, 57, 58, 60, 61, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 89, 93, 100, 103, 104, 106, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 131, 132, 136, 137, 140, 141, 158, 160, 162, 172, 175, 180, 182, 183, 184, 185, 186, 194, 195, 196, 199, 200, 202, 203, 206, 208, 209, 211, 212, 213, 214, 215, 232, 233, 240, 242, 244, 245, 253, 256, 257, 259, 266, 269, 272, 273, 275, 277, 278, 280, 281, 282, 283, 284, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 331, 332, 333, 334, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347, 350, 353], "remov": [3, 21, 30, 35, 54, 66, 72, 74, 88, 96, 108, 124, 134, 144, 151, 153, 181, 184, 186, 198, 200, 241, 253, 261, 262, 267, 268, 312, 324, 339, 342, 348], "background": [3, 89, 109, 112, 114, 115, 137, 273, 308, 317], "signal": [3, 194, 212, 213, 273], "3": [3, 9, 10, 69, 98, 100, 105, 112, 126, 136, 158, 173, 184, 194, 197, 199, 200, 203, 206, 208, 209, 233, 244, 259, 274, 277, 280, 287, 288, 299, 300, 303, 306, 316, 324, 328, 337, 342, 343, 348, 349, 352, 353], "afterpuls": [3, 26, 46], "subtract": [3, 158], "darkcount": 3, "note": [3, 7, 16, 25, 29, 113, 194, 202, 212, 213, 236, 238, 266, 273, 277, 280, 287, 290, 293, 296, 345, 346, 348], "current": [3, 7, 8, 9, 10, 12, 13, 16, 42, 53, 54, 65, 66, 71, 72, 87, 88, 95, 96, 107, 108, 123, 124, 133, 134, 179, 189, 193, 213, 221, 222, 226, 227, 229, 244, 252, 262, 288, 348, 350, 353], "vap": [3, 208, 209], "being": [3, 24, 28, 62, 63, 68, 81, 91, 102, 116, 128, 138, 144, 208, 236, 288, 321, 350], "calcul": [3, 75, 94, 98, 100, 157, 172, 176, 178, 191, 195, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 233, 238, 239, 240, 245, 250, 251, 254, 255, 259, 272, 273, 275, 277, 285, 288, 289, 295, 308, 311, 314, 315, 322, 331, 335, 340, 341, 347, 348], "30km": 3, "But": [3, 293], "might": [3, 288, 348, 349], "absolut": 3, "we": [3, 63, 100, 113, 272, 273, 274, 282, 287, 299, 307, 309, 317, 324, 326, 328, 337, 338, 339, 343, 345, 348, 353], "like": [3, 55, 56, 57, 74, 77, 78, 79, 80, 113, 126, 145, 149, 251, 273, 274, 285, 299, 314, 348], "start": [3, 7, 8, 9, 10, 11, 14, 15, 21, 100, 151, 155, 174, 198, 199, 200, 234, 239, 245, 247, 265, 273, 290, 293, 328, 353], "provid": [3, 63, 69, 75, 105, 119, 136, 160, 169, 175, 176, 178, 191, 198, 219, 235, 238, 240, 242, 255, 261, 262, 266, 267, 268, 269, 272, 273, 274, 280, 281, 285, 287, 296, 307, 311, 315, 317, 319, 321, 337, 339, 353], "profil": [3, 9, 44, 45, 100, 208, 209, 272, 315, 342], "ourselv": 3, "along": [3, 28, 29, 80, 127, 212, 242, 308, 326, 353], "other": [3, 7, 21, 29, 30, 31, 32, 33, 34, 35, 49, 50, 53, 63, 65, 71, 74, 76, 78, 79, 80, 85, 87, 89, 95, 107, 120, 123, 127, 131, 133, 193, 198, 234, 263, 287, 299, 317, 324, 338, 346, 348, 349, 350], "4": [3, 15, 160, 173, 194, 200, 244, 259, 272, 273, 280, 281, 284, 287, 288, 289, 290, 324, 326, 328, 331, 340, 348], "5": [3, 24, 58, 69, 100, 105, 113, 158, 162, 166, 173, 194, 200, 208, 213, 244, 245, 273, 280, 288, 290, 292, 297, 299, 304, 305, 310, 312, 315, 319, 320, 324, 328, 329, 345, 346, 347], "overlap": [3, 26, 46], "multipli": [3, 162, 166, 203], "If": [3, 8, 12, 13, 15, 17, 18, 21, 24, 25, 28, 29, 31, 33, 35, 43, 46, 47, 50, 55, 56, 57, 58, 60, 61, 63, 69, 74, 75, 77, 78, 79, 80, 89, 98, 100, 101, 105, 109, 110, 112, 113, 114, 117, 119, 120, 144, 146, 151, 152, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 176, 178, 180, 181, 182, 185, 186, 187, 191, 193, 196, 197, 198, 202, 203, 212, 213, 233, 235, 239, 242, 243, 245, 246, 251, 252, 253, 254, 255, 256, 257, 259, 260, 262, 271, 273, 274, 280, 282, 285, 288, 291, 297, 317, 324, 328, 342, 344, 348, 349], "chang": [3, 28, 114, 181, 219, 244, 245, 256, 257, 273, 274, 275, 285, 324, 328, 335, 340, 345, 350], "between": [3, 21, 29, 63, 74, 75, 114, 156, 165, 177, 178, 191, 202, 205, 212, 216, 240, 247, 272, 283, 288, 290, 331, 348, 349], "netcdf": [3, 7, 24, 26, 28, 31, 33, 35, 46, 145, 146, 210, 288, 339, 343, 348, 353], "file": [3, 7, 8, 9, 10, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 63, 145, 146, 149, 156, 188, 196, 198, 214, 220, 225, 236, 239, 241, 252, 258, 261, 262, 267, 268, 270, 272, 274, 275, 278, 280, 282, 283, 284, 285, 286, 287, 294, 296, 297, 298, 299, 300, 301, 304, 306, 310, 311, 312, 319, 320, 321, 322, 324, 326, 327, 328, 329, 333, 334, 335, 338, 340, 343, 346, 347, 349, 353], "turn": [3, 31, 33, 35, 288], "diment": [3, 159, 202, 317, 326], "from": [3, 4, 5, 6, 7, 9, 10, 12, 13, 15, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 63, 69, 74, 76, 77, 85, 89, 92, 94, 98, 99, 100, 101, 105, 114, 115, 121, 126, 127, 131, 136, 137, 144, 145, 146, 149, 152, 156, 158, 162, 169, 174, 177, 178, 180, 181, 182, 183, 184, 186, 187, 191, 193, 194, 197, 198, 199, 200, 202, 204, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 220, 224, 225, 230, 231, 232, 238, 241, 242, 243, 245, 248, 249, 250, 252, 253, 256, 257, 258, 261, 262, 263, 267, 268, 274, 275, 277, 278, 280, 281, 282, 283, 284, 285, 286, 288, 290, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 330, 331, 333, 334, 336, 337, 338, 339, 340, 341, 343, 344, 345, 346, 347, 348, 349, 352, 353], "1d": [3, 58, 61, 100, 110, 112, 113, 115, 126, 166, 232, 242, 280, 301, 326], "2d": [3, 18, 52, 53, 55, 56, 57, 58, 60, 63, 64, 65, 70, 71, 82, 83, 84, 86, 87, 93, 95, 103, 104, 106, 107, 109, 110, 112, 117, 118, 119, 120, 122, 123, 132, 133, 137, 140, 141, 198, 232, 242, 275, 280, 285, 295, 303, 322, 323, 329], "arrai": [3, 12, 13, 21, 39, 52, 53, 55, 56, 57, 58, 60, 61, 64, 65, 70, 71, 74, 77, 78, 79, 80, 82, 83, 84, 86, 87, 93, 95, 100, 103, 104, 106, 107, 109, 110, 112, 114, 117, 118, 119, 120, 122, 123, 126, 131, 132, 133, 140, 141, 145, 146, 153, 157, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 173, 175, 176, 180, 182, 183, 185, 186, 197, 198, 199, 200, 215, 232, 243, 244, 247, 248, 251, 254, 255, 256, 257, 259, 263, 265, 266, 273, 292, 307, 314, 316, 324, 328, 348, 350], "caus": [3, 146, 153, 162, 166, 208], "issu": [3, 21, 43, 100, 149, 153, 195, 208, 274, 348, 349], "process": [3, 7, 21, 25, 26, 48, 127, 156, 175, 176, 181, 194, 195, 196, 198, 202, 203, 213, 214, 219, 264, 274, 288, 327], "manipul": [3, 303, 328], "To": [3, 7, 16, 69, 105, 121, 274, 317, 324, 328, 348, 349, 352, 353], "fix": [3, 21, 149, 151, 349], "median": [3, 127, 299, 343], "each": [3, 43, 44, 47, 63, 112, 114, 127, 145, 147, 155, 175, 176, 193, 194, 196, 199, 203, 220, 269, 272, 300, 307, 317, 326, 336, 343, 346, 348, 350, 353], "deadtim": 3, "ar": [3, 7, 8, 11, 12, 13, 15, 21, 24, 25, 27, 29, 30, 35, 37, 46, 48, 50, 51, 53, 54, 63, 65, 66, 71, 72, 74, 75, 85, 87, 88, 89, 92, 95, 96, 105, 107, 108, 112, 113, 115, 121, 123, 124, 126, 127, 131, 133, 134, 136, 144, 146, 148, 151, 152, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 181, 193, 198, 204, 205, 206, 207, 208, 209, 212, 213, 218, 219, 231, 232, 235, 236, 237, 238, 239, 246, 254, 268, 272, 273, 274, 280, 282, 283, 285, 287, 288, 290, 291, 293, 297, 299, 308, 314, 315, 321, 324, 326, 328, 337, 339, 343, 344, 345, 348, 349, 350, 353], "appli": [3, 58, 61, 142, 147, 148, 158, 175, 176, 181, 193, 194, 195, 207, 213, 273, 285, 288, 323, 324, 325, 327, 341, 343, 345, 348, 350], "yet": [3, 55, 56, 57, 58, 60, 61, 112], "co": [3, 5, 11, 283, 308], "polar": [3, 255, 300], "cross": [3, 50, 113, 115, 131, 136, 137, 275, 285, 295, 322], "after": [3, 28, 30, 37, 149, 162, 166, 178, 181, 191, 194, 198, 213, 261, 262, 267, 268, 273, 274, 280, 324, 339, 345, 348, 349, 350], "puls": 3, "bin": [3, 26, 46, 74, 77, 78, 79, 126, 127, 214, 288, 304, 305], "newli": [3, 261, 267, 339], "creat": [3, 4, 25, 28, 35, 55, 56, 57, 58, 60, 61, 63, 69, 76, 85, 89, 92, 98, 105, 112, 115, 117, 120, 121, 127, 131, 136, 161, 163, 164, 165, 167, 168, 170, 171, 180, 193, 207, 237, 239, 241, 252, 261, 262, 263, 267, 268, 275, 283, 285, 286, 290, 291, 292, 293, 294, 300, 301, 304, 307, 308, 309, 311, 313, 316, 317, 318, 319, 324, 325, 326, 327, 328, 339, 342, 346, 348, 353], "ratio": [3, 82, 175, 205, 212, 273, 311, 327], "set": [3, 7, 9, 10, 11, 16, 17, 18, 21, 25, 28, 31, 33, 35, 47, 52, 55, 56, 57, 58, 60, 61, 63, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 89, 93, 98, 99, 100, 101, 103, 104, 106, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 132, 136, 137, 140, 141, 144, 145, 146, 147, 148, 149, 152, 153, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 196, 197, 198, 199, 200, 202, 203, 209, 212, 219, 228, 233, 234, 236, 238, 239, 242, 243, 253, 254, 256, 257, 259, 260, 268, 272, 273, 280, 282, 288, 297, 299, 300, 303, 304, 307, 311, 314, 317, 324, 326, 327, 328, 343, 348, 351], "none": [3, 7, 8, 9, 10, 12, 13, 15, 16, 21, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 38, 40, 43, 46, 51, 52, 53, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 85, 86, 87, 89, 92, 93, 94, 95, 98, 99, 100, 101, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117, 120, 121, 122, 123, 126, 127, 131, 132, 133, 136, 137, 145, 146, 149, 152, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 195, 196, 198, 202, 203, 205, 206, 207, 212, 213, 216, 219, 220, 231, 233, 234, 235, 236, 239, 240, 241, 242, 243, 245, 249, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 267, 268, 280, 282, 288, 297, 300, 308, 321, 324, 337, 338, 342, 344, 348], "do": [3, 15, 16, 21, 28, 29, 63, 69, 105, 112, 114, 115, 121, 127, 131, 188, 195, 196, 208, 209, 211, 236, 253, 287, 288, 339, 348, 349, 352, 353], "want": [3, 8, 9, 15, 21, 30, 98, 101, 112, 113, 117, 131, 136, 185, 186, 253, 272, 273, 288, 307, 317, 324, 328, 338, 342, 348, 349, 353], "new": [3, 50, 63, 98, 131, 173, 177, 180, 193, 202, 204, 205, 206, 207, 208, 218, 219, 228, 232, 237, 242, 244, 245, 249, 250, 252, 268, 273, 274, 313, 317, 324, 326, 328, 337, 339, 345, 346, 348, 349, 350], "origin": [3, 112, 114, 345, 348], "pass": [3, 21, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 53, 63, 65, 71, 74, 75, 76, 77, 78, 79, 80, 87, 89, 95, 98, 99, 100, 107, 113, 114, 115, 120, 123, 126, 127, 131, 133, 136, 137, 145, 149, 185, 186, 206, 215, 228, 231, 236, 252, 263, 266, 280, 282, 308, 317, 324, 339, 342, 348, 350], "modifi": [3, 21, 237, 242, 244, 312, 324, 343, 348, 353], "depolarization_counts_high": 4, "range_normalize_log_valu": 4, "fals": [4, 16, 17, 18, 21, 24, 25, 26, 28, 38, 46, 47, 53, 61, 65, 71, 74, 78, 79, 80, 87, 98, 100, 101, 107, 112, 113, 114, 115, 117, 119, 120, 123, 133, 137, 149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, 194, 196, 198, 209, 212, 213, 219, 233, 239, 242, 246, 253, 255, 259, 260, 261, 262, 265, 267, 268, 272, 280, 287, 288, 291, 315, 324, 328, 337, 343, 350], "raman": 4, "It": [4, 21, 24, 30, 51, 69, 105, 178, 191, 194, 273, 274, 280, 348, 349], "look": [4, 144, 149, 153, 174, 178, 191, 194, 195, 233, 272, 273, 285, 288, 317, 324, 328, 345, 348], "coordin": [4, 12, 13, 28, 30, 35, 55, 56, 57, 113, 114, 115, 126, 136, 202, 211, 218, 219, 235, 237, 242, 280, 288, 316, 321, 324, 328, 337], "dimens": [4, 24, 25, 28, 58, 89, 112, 114, 136, 237, 242, 274, 280, 288, 316, 321, 324, 353], "one": [4, 24, 28, 48, 54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 78, 79, 81, 88, 89, 91, 96, 98, 102, 108, 109, 110, 112, 113, 115, 116, 117, 124, 128, 134, 138, 146, 153, 162, 180, 193, 242, 245, 246, 255, 288, 299, 307, 313, 328, 337, 343, 345, 348, 349], "found": [4, 7, 8, 10, 17, 18, 27, 28, 29, 38, 39, 89, 152, 174, 177, 182, 194, 208, 253, 282, 285, 287, 290, 292, 293, 348, 349], "global": [4, 21, 147, 148, 152, 175, 176, 203, 288, 327, 338], "attribut": [4, 21, 24, 25, 28, 31, 33, 35, 51, 63, 69, 85, 92, 105, 112, 121, 131, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 159, 161, 163, 164, 165, 167, 168, 169, 170, 171, 173, 175, 187, 218, 220, 222, 243, 253, 256, 257, 288, 314, 315, 316, 317, 324, 328, 338, 344], "boolean": [4, 17, 18, 21, 24, 28, 31, 33, 35, 61, 80, 89, 98, 101, 112, 117, 119, 120, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, 198, 203, 209, 212, 219, 233, 236, 242, 253, 255, 258, 259, 260, 261, 262, 265, 267, 268], "log": [4, 7, 273, 353], "scale": [4, 114], "count": [4, 127, 273, 299, 313], "wspd_name": 5, "wind_spe": [5, 272, 304], "wdir_nam": 5, "wind_direct": [5, 272], "heading_nam": 5, "yaw": 5, "cog_nam": 5, "course_over_ground": [5, 238], "sog_nam": 5, "speed_over_ground": [5, 238], "wind": [5, 9, 44, 45, 50, 55, 61, 94, 98, 99, 100, 101, 113, 114, 121, 126, 127, 129, 130, 209, 212, 275, 276, 278, 280, 285, 292, 295, 299, 320, 322, 348], "speed": [5, 9, 94, 98, 99, 101, 112, 113, 126, 127, 209, 212, 238, 273, 277, 292, 299, 300, 303, 311, 319], "direct": [5, 9, 94, 98, 99, 101, 113, 126, 127, 160, 175, 176, 204, 212, 273, 277, 292, 299, 328], "ship": [5, 85, 215, 275, 276, 278, 285], "motion": [5, 273, 275, 276, 278, 285], "base": [5, 16, 25, 27, 30, 50, 52, 55, 56, 57, 63, 64, 70, 86, 93, 106, 110, 112, 114, 117, 122, 132, 152, 157, 178, 191, 208, 213, 215, 234, 245, 249, 268, 273, 275, 285, 287, 288, 299, 324, 330, 333, 341, 347, 348, 353], "equat": [5, 206, 210, 288, 311], "noaa": [5, 9, 10, 30, 31, 32, 33, 34, 35, 41, 42, 43, 44, 45, 49, 263, 275, 279, 284, 285, 289, 293], "tech": 5, "memo": 5, "psd": 5, "311": 5, "A": [5, 11, 15, 42, 63, 74, 75, 78, 79, 85, 89, 92, 94, 98, 100, 112, 114, 121, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 183, 191, 202, 206, 219, 235, 240, 242, 243, 246, 249, 256, 257, 273, 282, 288, 334, 348, 350], "guid": [5, 274], "make": [5, 7, 9, 10, 21, 50, 63, 69, 74, 85, 89, 92, 94, 99, 100, 110, 112, 113, 114, 117, 126, 127, 177, 178, 188, 191, 219, 237, 252, 254, 255, 262, 272, 274, 288, 289, 302, 312, 314, 315, 317, 326, 345, 348, 349, 350, 353], "climat": [5, 21, 209, 291, 324], "qualiti": [5, 28, 112, 117, 144, 146, 147, 148, 149, 150, 151, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 189, 191, 193, 199, 200, 206, 272, 274, 275, 280, 326, 327, 329, 345], "meteorolog": [5, 33, 100, 113, 206, 243, 256, 257, 282, 305, 344], "flux": [5, 299, 343], "measur": [5, 24, 158, 175, 176, 178, 191, 194, 208, 209, 212, 274, 282, 291, 297, 324, 342, 344, 348], "sea": [5, 158, 215, 257], "http": [5, 8, 9, 10, 11, 12, 13, 17, 18, 39, 85, 89, 92, 131, 193, 202, 215, 243, 249, 256, 257, 263, 272, 273, 274, 280, 282, 283, 287, 292, 293, 297, 324, 327, 342, 344, 348, 349, 352], "www": [5, 8, 17, 18, 39, 202, 273, 280, 282, 292, 348], "go": [5, 7, 55, 56, 57, 58, 60, 61, 85, 92, 112, 131, 149, 273, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349, 350], "org": [5, 8, 11, 12, 13, 17, 18, 85, 89, 131, 215, 273, 280, 282, 297, 324, 342, 344, 346, 348], "manual": [5, 7, 249, 287, 324], "fluxhandbook_noaa": 5, "20psd": 5, "311v3": 5, "pdf": [5, 202], "string": [5, 14, 16, 21, 25, 28, 58, 60, 61, 74, 75, 98, 112, 115, 117, 126, 144, 145, 146, 148, 151, 155, 173, 175, 193, 194, 198, 213, 215, 219, 231, 235, 239, 243, 244, 245, 246, 247, 249, 252, 254, 255, 256, 257, 260, 263, 317, 338, 348, 353], "navigi": 5, "head": [5, 285], "cours": [5, 238, 277], "over": [5, 56, 57, 112, 172, 175, 194, 202, 209, 210, 212, 231, 232, 238, 272, 277, 285, 289, 297, 327, 337, 348], "ground": [5, 238, 277, 311, 319], "refer": [5, 42, 77, 89, 100, 114, 175, 176, 194, 202, 206, 208, 209, 212, 215, 243, 249, 256, 257, 263, 288, 348], "bradlei": 5, "f": [5, 26, 74, 78, 79, 177, 298, 311, 315, 316, 324, 328, 332, 337, 338, 349], "faral": 5, "c": [5, 11, 100, 114, 148, 206, 208, 209, 215, 243, 254, 256, 257, 272, 273, 311, 319, 324, 348, 349, 352], "2007": [5, 194, 324], "boulder": 5, "earth": [5, 176], "system": [5, 16, 85, 92, 131, 287], "research": [5, 272, 290, 291], "laboratori": [5, 292], "physic": [5, 176, 206], "scienc": [5, 16, 206, 208, 209, 274, 291], "divis": 5, "44pp": 5, "appendic": 5, "technic": 5, "memorandum": 5, "oar": 5, "hdl": 5, "handl": [5, 21, 50, 52, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 66, 68, 70, 72, 74, 75, 76, 77, 78, 79, 80, 81, 86, 88, 89, 91, 93, 96, 99, 100, 102, 106, 108, 110, 112, 113, 114, 115, 116, 122, 124, 126, 127, 128, 132, 134, 136, 137, 138, 153, 172, 350, 353], "net": [5, 9, 207, 293], "11329": 5, "386": 5, "explor": [6, 8, 17, 18, 273, 282], "download": [6, 7, 8, 9, 10, 42, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349, 353], "varieti": [6, 348, 350], "web": [6, 7, 11, 12, 13, 193, 285, 324, 344, 348], "servic": [6, 7, 193, 324, 344], "usernam": [7, 272, 273, 280, 282, 297, 324, 342, 344, 348, 353], "token": [7, 11, 12, 13, 272, 273, 280, 282, 297, 324, 342, 344, 348, 353], "datastream": [7, 9, 10, 14, 24, 28, 38, 63, 74, 75, 76, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 151, 160, 198, 220, 222, 223, 228, 266, 272, 273, 275, 285, 288, 308, 316, 335, 340, 344, 346, 348, 353], "startdat": [7, 9, 10, 14, 272, 273, 283, 293], "enddat": [7, 9, 10, 14, 272, 273, 293], "time": [7, 9, 11, 15, 21, 24, 25, 26, 27, 28, 35, 38, 46, 54, 58, 59, 60, 61, 66, 67, 72, 73, 75, 77, 88, 89, 90, 96, 97, 100, 105, 108, 111, 112, 113, 114, 115, 117, 120, 124, 125, 131, 134, 135, 159, 160, 178, 191, 194, 195, 198, 208, 212, 214, 220, 231, 232, 234, 239, 240, 242, 248, 251, 254, 255, 259, 260, 265, 266, 273, 274, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349, 353], "output": [7, 9, 10, 21, 47, 244, 246, 252, 262, 315, 353], "tool": [7, 12, 13, 239, 272, 303], "help": [7, 237, 273, 285, 308, 335, 348, 349], "user": [7, 24, 26, 28, 29, 38, 39, 41, 43, 44, 45, 46, 56, 57, 136, 234, 272, 273, 274, 282, 288, 291, 297, 316, 324, 328, 342, 344, 345, 348, 350, 353], "util": [7, 75, 119, 275, 277, 287, 291, 301, 307, 308, 309, 336, 337, 338, 339, 340, 342, 343, 346, 350], "arm": [7, 14, 19, 22, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 47, 49, 63, 92, 100, 113, 121, 145, 146, 149, 152, 155, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 193, 194, 198, 202, 206, 208, 209, 210, 213, 217, 220, 223, 235, 236, 243, 256, 257, 260, 263, 272, 274, 275, 277, 282, 283, 285, 286, 287, 290, 291, 294, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 326, 327, 328, 329, 331, 332, 335, 337, 339, 340, 342, 343, 344, 345, 346, 348, 349, 350, 352, 353], "live": [7, 273, 324], "webservic": [7, 273, 275, 285, 323, 324, 329, 343, 350], "adc": [7, 193, 273, 324, 348], "archiv": 7, "access": [7, 11, 12, 13, 328, 353], "acquir": [7, 9, 10, 12, 13], "date": [7, 8, 9, 10, 11, 12, 13, 14, 17, 63, 220, 247, 248, 251, 255, 260, 265, 269, 272, 280, 308, 338], "format": [7, 8, 9, 10, 11, 12, 13, 14, 24, 25, 28, 30, 38, 40, 43, 75, 146, 223, 238, 239, 246, 247, 252, 255, 259, 273, 274, 275, 280, 285, 286, 294, 296, 308, 311, 315, 317, 319, 348, 353], "accept": [7, 112, 162, 166, 246, 348], "yyyi": [7, 8, 11, 12, 13, 246, 248], "mm": [7, 8, 11, 12, 13, 14, 246, 248, 288, 308, 346], "dd": [7, 12, 13, 14, 246, 248], "yyyymmdd": [7, 9, 10, 246, 247, 248, 255, 260], "ani": [7, 21, 28, 40, 53, 65, 71, 87, 89, 95, 107, 113, 120, 123, 133, 149, 173, 193, 213, 271, 274, 324, 328, 348], "previou": [7, 255, 288], "thh": 7, "ss": 7, "ad": [7, 21, 43, 55, 56, 57, 58, 60, 61, 62, 68, 81, 91, 102, 112, 114, 116, 128, 138, 149, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 177, 188, 193, 202, 208, 209, 211, 282, 288, 317, 324, 328], "onto": [7, 212], "end": [7, 8, 9, 10, 11, 14, 15, 198, 234, 239, 242, 245, 247, 265, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 350], "ex": 7, "2020": [7, 15, 198, 281], "09": [7, 275, 308, 313, 347], "15t12": 7, "00": [7, 272, 273, 275, 278, 284, 294, 298, 316, 322, 324, 329, 333, 334, 340, 347], "15t13": 7, "specif": [7, 9, 11, 16, 27, 30, 49, 51, 54, 59, 62, 66, 67, 68, 72, 73, 81, 88, 90, 91, 94, 96, 97, 101, 102, 105, 108, 111, 116, 124, 125, 128, 131, 134, 135, 136, 138, 210, 285, 324, 325, 348], "hhmmss": 7, "given": [7, 15, 16, 78, 79, 94, 99, 100, 113, 114, 126, 127, 180, 187, 197, 199, 200, 204, 206, 237, 245, 248, 260, 263, 265, 348, 353], "interv": [7, 126, 195, 208, 232, 234, 343], "directori": [7, 8, 9, 10, 198, 239, 241, 252, 261, 262, 267, 268, 274, 285, 287, 324, 339, 348, 349], "folder": [7, 9, 10, 348, 353], "work": [7, 8, 9, 10, 16, 28, 30, 31, 33, 35, 44, 100, 112, 117, 142, 194, 213, 215, 219, 234, 253, 262, 274, 275, 280, 281, 285, 287, 288, 290, 291, 293, 296, 299, 300, 302, 307, 311, 314, 315, 319, 321, 323, 329, 335, 340], "same": [7, 9, 10, 24, 69, 85, 92, 105, 112, 113, 121, 131, 149, 160, 193, 199, 200, 262, 266, 283, 287, 297, 324, 328, 337, 348, 349, 350, 353], "place": [7, 9, 10, 54, 62, 66, 68, 72, 74, 75, 76, 77, 78, 79, 80, 81, 88, 91, 96, 102, 108, 109, 112, 116, 124, 126, 127, 128, 134, 138, 179, 189, 218, 219, 261, 262, 267, 274, 282, 297, 324, 342, 344, 345], "list": [7, 8, 9, 10, 15, 17, 18, 21, 24, 27, 28, 29, 30, 40, 41, 42, 43, 49, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 70, 71, 75, 80, 82, 83, 84, 86, 87, 89, 93, 95, 103, 104, 106, 107, 109, 110, 112, 117, 118, 119, 120, 122, 123, 132, 133, 140, 141, 144, 145, 146, 147, 149, 155, 156, 160, 165, 171, 173, 179, 181, 182, 185, 186, 189, 193, 194, 195, 198, 199, 200, 219, 236, 237, 239, 240, 241, 242, 244, 245, 248, 252, 253, 254, 255, 259, 261, 262, 263, 265, 267, 268, 288, 307, 314, 324, 328, 337, 339, 346, 348, 353], "retriev": [7, 9, 10, 16, 100, 235, 239, 256, 257, 274, 275, 302, 314, 315, 333, 342, 348], "programmat": 7, "interfac": 7, "allow": [7, 21, 28, 112, 146, 158, 182, 188, 198, 212, 242, 252, 253, 272, 273, 288, 317, 328, 349, 353], "queri": [7, 24, 25, 28, 29, 38, 193, 275, 279, 284, 285, 323, 324, 329, 348], "autom": 7, "machin": [7, 316, 324, 348], "rest": [7, 273], "url": [7, 40, 41, 42, 49, 272, 283, 293], "savedata": 7, "id": [7, 15, 193], "an": [7, 11, 12, 13, 21, 22, 26, 29, 36, 37, 40, 43, 46, 47, 55, 56, 57, 58, 60, 61, 63, 74, 89, 92, 98, 112, 114, 149, 155, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 180, 199, 207, 211, 215, 219, 231, 236, 250, 260, 266, 273, 274, 280, 283, 287, 288, 290, 291, 292, 293, 297, 298, 299, 302, 303, 307, 308, 310, 320, 324, 326, 328, 331, 337, 338, 339, 343, 344, 345, 346, 348, 350, 351, 353], "match": [7, 21, 25, 112, 114, 119, 146, 162, 166, 178, 191, 202, 233, 238, 253, 259, 288, 312, 317], "criteria": 7, "By": [7, 272, 324], "can": [7, 8, 10, 16, 17, 18, 21, 39, 42, 43, 63, 78, 79, 89, 114, 151, 153, 157, 162, 166, 177, 181, 193, 218, 219, 234, 239, 251, 255, 259, 272, 273, 274, 280, 282, 285, 287, 288, 292, 299, 303, 307, 312, 313, 317, 321, 324, 325, 328, 331, 337, 338, 339, 342, 343, 344, 348, 349, 350, 352, 353], "setup": [7, 315, 349, 352, 353], "cron": 7, "job": [7, 324], "automat": [7, 24, 28, 74, 75, 76, 77, 78, 79, 80, 89, 99, 100, 112, 114, 126, 127, 136, 137, 149, 153, 249, 253, 325, 339, 348], "workspac": 7, "elimin": 7, "step": [7, 26, 46, 77, 79, 114, 178, 191, 212, 232, 251, 265, 348, 349], "follow": [7, 24, 47, 131, 151, 162, 213, 236, 255, 283, 287, 288, 309, 348, 353], "link": [7, 63, 149, 154, 193, 273, 348], "email": [7, 353], "which": [7, 13, 16, 37, 50, 56, 57, 58, 60, 61, 62, 68, 74, 75, 81, 91, 102, 113, 116, 127, 128, 138, 166, 194, 212, 213, 239, 240, 241, 249, 272, 273, 290, 296, 302, 303, 311, 315, 319, 324, 326, 348], "spin": 7, "disk": [7, 21], "hpss": 7, "have": [7, 25, 27, 29, 30, 31, 32, 33, 34, 35, 40, 49, 52, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 70, 72, 77, 81, 86, 88, 89, 91, 93, 96, 100, 102, 106, 108, 112, 116, 119, 122, 124, 128, 132, 134, 136, 137, 138, 151, 179, 180, 189, 194, 211, 213, 255, 263, 266, 271, 272, 273, 274, 277, 283, 287, 288, 325, 326, 328, 338, 339, 343, 348, 349, 350, 352, 353], "through": [7, 8, 17, 18, 21, 25, 26, 28, 30, 31, 32, 33, 34, 35, 38, 46, 49, 58, 60, 61, 75, 98, 100, 131, 145, 149, 153, 193, 195, 215, 272, 282, 288, 312, 321, 346, 348], "regular": [7, 115, 274], "order": [7, 63, 78, 79, 85, 92, 100, 112, 131, 238, 252, 303, 309, 325, 328, 348, 350, 352], "more": [7, 8, 21, 39, 63, 69, 85, 89, 92, 105, 109, 110, 112, 117, 121, 131, 136, 145, 155, 162, 188, 239, 255, 271, 273, 274, 285, 287, 292, 303, 317, 324, 337, 339, 343, 344, 348, 350], "inform": [7, 8, 16, 29, 36, 39, 40, 69, 85, 92, 105, 121, 131, 136, 142, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 181, 191, 193, 198, 219, 234, 235, 245, 280, 282, 287, 292, 308, 317, 319, 324, 325, 327, 328, 342, 343, 348], "about": [7, 85, 92, 131, 193, 198, 273, 348], "api": [7, 16, 25, 280, 285, 350], "login": [7, 273, 353], "regist": [7, 188], "click": [7, 348, 353], "here": [7, 39, 85, 89, 92, 131, 273, 282, 285, 287, 292, 297, 324, 328, 337, 338, 339, 342, 344, 348, 349, 353], "author": [7, 202, 283, 287, 288, 289, 290, 291, 292, 293, 296, 298, 300, 301, 302, 304, 305, 306, 308, 309, 313, 315, 316, 317, 325, 326, 327, 331, 336], "michael": 7, "giansiracusa": 7, "giansiracumt": 7, "ornl": 7, "gov": [7, 9, 10, 193, 202, 263, 272, 273, 283, 287, 293, 324, 348], "exampl": [7, 12, 13, 15, 16, 21, 24, 25, 28, 29, 38, 69, 78, 79, 92, 105, 112, 113, 121, 131, 146, 149, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 193, 197, 198, 199, 200, 213, 220, 235, 238, 239, 242, 244, 253, 263, 266, 271, 275, 277, 278, 280, 281, 282, 283, 284, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 305, 306, 307, 308, 309, 310, 311, 312, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 331, 332, 333, 334, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347, 348, 349, 353], "code": [7, 8, 12, 13, 15, 17, 18, 25, 28, 94, 98, 100, 112, 113, 126, 188, 193, 208, 212, 215, 219, 220, 235, 242, 249, 263, 272, 274, 275, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349, 350, 353], "sgpmete13": [7, 220, 266, 273, 298, 299, 300, 301, 304, 305, 306, 309, 312, 338, 339, 344, 346, 353], "b1": [7, 25, 210, 220, 266, 272, 273, 282, 288, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 312, 313, 314, 315, 316, 317, 320, 324, 327, 331, 332, 337, 338, 339, 342, 343, 344, 345, 346, 353], "them": [7, 24, 153, 236, 239, 266, 282, 324, 337, 343, 348, 349, 353], "14": [7, 98, 275, 297, 315, 322, 353], "jan": 7, "20": [7, 24, 113, 114, 115, 126, 272, 273, 275, 280, 287, 294, 299, 300, 304, 307, 308, 310, 315, 320, 321, 324, 336, 342, 343, 348, 353], "2017": [7, 42, 313, 353], "replac": [7, 21, 112, 145, 149, 153, 270, 308], "xxxxxxxxxxxxxxxx": [7, 353], "your": [7, 16, 63, 85, 92, 112, 131, 136, 178, 191, 231, 273, 282, 285, 295, 297, 323, 324, 342, 344, 348, 349, 353], "see": [7, 8, 22, 28, 42, 53, 58, 61, 63, 65, 69, 71, 85, 87, 89, 92, 95, 105, 107, 121, 123, 131, 133, 136, 178, 191, 193, 212, 238, 266, 272, 273, 274, 285, 288, 307, 324, 328, 345, 348], "how": [7, 21, 25, 28, 92, 115, 136, 174, 272, 274, 277, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 297, 298, 299, 300, 301, 302, 303, 305, 306, 310, 312, 313, 314, 315, 316, 318, 320, 324, 326, 328, 331, 332, 336, 337, 338, 339, 343, 344, 345, 346, 348, 349, 350], "obtain": [7, 15, 274, 336, 348, 353], "download_data": [7, 272, 350], "01": [7, 13, 58, 61, 198, 244, 272, 275, 280, 282, 283, 284, 294, 297, 307, 316, 322, 328, 329, 340, 344, 353], "site_cod": [8, 17, 18, 235, 282], "product_cod": [8, 17, 282], "start_dat": [8, 11], "end_dat": [8, 11], "output_dir": 8, "product": [8, 17, 18, 39, 208, 209, 292, 343], "avail": [8, 14, 17, 18, 53, 63, 65, 71, 87, 89, 95, 107, 123, 133, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 234, 272, 288, 328, 344, 348, 352], "neon": [8, 17, 18, 40, 275, 279, 284, 285, 350], "site": [8, 9, 10, 17, 18, 43, 202, 220, 235, 263, 271, 272, 273, 280, 282, 283, 287, 291, 292, 297, 299, 316, 338], "pleas": [8, 50, 112, 212, 231, 266, 273, 274, 282, 285, 291, 297, 324, 342, 344, 348], "sure": [8, 117, 159, 272, 314, 315, 348, 349], "view": [8, 136, 273, 275, 285, 295, 322], "readm": [8, 282, 348], "well": [8, 21, 30, 31, 33, 35, 219, 249, 253, 272, 273, 288, 293, 299, 303, 343], "mai": [8, 21, 24, 30, 100, 112, 178, 191, 213, 243, 253, 254, 255, 256, 257, 288, 344], "number": [8, 25, 37, 63, 74, 83, 84, 89, 103, 104, 112, 114, 115, 118, 119, 126, 127, 140, 141, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 194, 197, 199, 200, 202, 208, 209, 211, 214, 215, 233, 239, 242, 245, 251, 263, 265, 273, 282, 288, 304, 311, 317, 324, 328, 346], "differ": [8, 44, 63, 159, 160, 193, 202, 205, 208, 209, 216, 239, 240, 251, 252, 256, 257, 266, 272, 273, 276, 279, 280, 285, 286, 288, 293, 295, 303, 307, 313, 323, 328, 330, 331, 335, 343, 348], "you": [8, 15, 21, 29, 30, 50, 63, 112, 117, 131, 136, 253, 271, 273, 274, 280, 282, 285, 291, 297, 313, 324, 325, 342, 344, 348, 349, 352, 353], "neonscienc": [8, 17, 18, 282], "sampl": [8, 172, 194, 234, 280, 291, 297, 300, 301, 309, 311, 325, 343, 345], "manag": [8, 188, 339, 349], "convent": [8, 21, 47, 287, 324, 350], "websit": [8, 17, 18, 273, 282, 348], "field": [8, 17, 18, 58, 60, 61, 63, 74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 110, 112, 113, 114, 115, 117, 120, 126, 127, 153, 157, 204, 208, 209, 210, 211, 213, 240, 282, 285, 288, 298, 304, 307, 311, 319, 328, 330, 336], "acknowledg": 8, "cite": [8, 212, 273, 282, 291, 297, 324, 342, 344], "program": [8, 194, 208, 209, 231, 239, 266, 274, 324], "appropri": [8, 288], "polici": 8, "citat": [8, 14, 273], "identifi": [8, 9, 10, 17, 18, 290], "requir": [8, 9, 10, 17, 18, 21, 25, 98, 175, 176, 179, 189, 219, 234, 256, 257, 321, 344, 348, 349, 353], "just": [8, 174, 177, 280, 287, 317, 328, 338, 348, 349], "local": [8, 25, 40, 43, 255, 272, 273, 348], "store": [8, 24, 26, 28, 29, 36, 38, 39, 41, 42, 43, 44, 45, 46, 48, 54, 66, 72, 77, 88, 96, 108, 124, 134, 145, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 204, 205, 206, 207, 208, 209, 213, 221, 222, 226, 227, 229, 239, 249, 288, 324, 328, 348, 349, 350, 353], "_": [8, 145, 287, 348], "were": [8, 273, 280, 281, 296, 311, 317, 319, 321, 348, 350], "instrument": [9, 30, 49, 194, 202, 272, 282, 283, 287, 324, 343, 344], "hour": [9, 11, 59, 67, 73, 90, 97, 111, 125, 135, 272, 273, 283, 343], "psl": [9, 41, 42, 43, 44, 45, 272, 283], "network": [9, 10, 175, 176, 275, 285, 323, 329], "librari": [9, 16, 28, 162, 166, 244, 249, 254, 255, 291, 324, 339, 348], "ob": 9, "datadisplai": 9, "letter": [9, 10], "includ": [9, 24, 28, 30, 75, 127, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 175, 176, 178, 181, 191, 193, 204, 205, 207, 213, 232, 236, 240, 254, 255, 273, 274, 285, 290, 301, 302, 315, 326, 327, 341, 343, 348], "prior": [9, 162, 166, 303, 345], "parsivel": [9, 41, 42, 275, 279, 284, 285], "disdromet": 9, "pressur": [9, 94, 98, 99, 100, 113, 114, 115, 158, 206, 208, 209, 210, 211, 243, 254, 256, 257, 289, 290, 296, 315], "datalogg": 9, "radiat": [9, 10, 30, 35, 175, 176, 206, 207, 208, 209, 274, 275, 282, 285, 291, 293, 297, 323, 324, 329, 342, 344, 348], "temp": [9, 175, 272, 281, 304], "rh": [9, 210, 304, 310, 312, 314, 316, 318, 320], "solar": [9, 176, 233, 254, 255, 301], "surfac": [9, 10, 100, 206, 215, 254, 275, 282, 285, 323, 329, 344], "meteorologi": [9, 208, 273, 276, 282, 285], "tip": [9, 308], "bucket": [9, 308], "tbrg": [9, 308, 346], "gpstrimbl": 9, "gp": 9, "trimbl": 9, "water": [9, 209, 210, 342], "vapor": [9, 206, 210, 342], "radar": [9, 42, 213, 245, 272, 274, 283, 291, 331], "": [9, 21, 24, 27, 28, 29, 38, 41, 42, 43, 44, 45, 46, 51, 69, 74, 78, 79, 100, 105, 113, 136, 149, 208, 209, 215, 233, 234, 238, 239, 241, 243, 248, 255, 256, 257, 259, 265, 272, 274, 280, 282, 287, 288, 291, 293, 303, 307, 312, 315, 316, 318, 324, 325, 343, 345, 348, 350, 353], "band": [9, 194], "moment": [9, 272, 273, 283], "ghz": 9, "precipit": [9, 210, 287, 308, 346], "bright": 9, "449rwp": 9, "449": [9, 44], "mhz": [9, 44], "sub": [9, 26, 44], "hourli": [9, 44, 343], "temperatur": [9, 45, 78, 79, 94, 98, 99, 100, 175, 202, 206, 208, 209, 210, 211, 215, 216, 219, 243, 254, 257, 263, 273, 275, 285, 290, 295, 299, 300, 304, 309, 311, 312, 315, 322, 325, 342], "915rwp": 9, "915": [9, 44], "915wp": 9, "fmcw": [9, 42, 272, 275, 279, 284, 285], "two": [9, 44, 75, 160, 178, 191, 205, 239, 240, 242, 272, 282, 283, 299, 321, 326, 327, 350], "digit": [9, 288], "dowload": 9, "budget": 10, "gml": [10, 30, 31, 32, 33, 34, 35, 293], "grad": 10, "surfrad": [10, 49, 275, 285, 286, 294, 350], "sitepag": 10, "html": [10, 89, 92, 263, 348], "latlon_bnd": 11, "ozon": [11, 30, 34, 280], "pm25": [11, 280], "data_typ": [11, 280], "b": [11, 42, 273, 280, 297, 324, 342, 344, 346, 348], "mon_typ": 11, "get": [11, 12, 13, 14, 16, 152, 155, 169, 177, 187, 193, 242, 253, 280, 287, 299, 312, 328, 336, 339, 344, 346], "aqi": [11, 12, 13, 280], "concentr": [11, 48, 78, 79, 214, 273], "within": [11, 157, 158, 166, 172, 255, 271, 274, 280, 328, 339, 348, 349], "geograph": [11, 85, 131, 137], "area": [11, 12, 13, 194, 213, 304, 313, 339, 348, 350], "intrest": 11, "doc": [11, 12, 13, 85, 89, 131, 193, 280, 291, 297, 299, 348, 349], "airnowapi": [11, 12, 13, 280, 348], "acces": [11, 12, 13], "server": [11, 12, 13, 16], "utc": [11, 254, 259, 273, 283, 308], "request": [11, 12, 13, 16, 43, 182, 200, 274, 327, 328, 348], "ddthh": 11, "lat": [11, 12, 13, 16, 25, 50, 89, 175, 176, 204, 238, 245, 250, 277, 288, 296, 298, 307, 314, 316, 317, 324], "lon": [11, 12, 13, 16, 25, 50, 89, 175, 176, 204, 238, 245, 250, 277, 288, 296, 298, 307, 314, 316, 317, 324], "bound": [11, 112, 126, 280, 302, 307, 314, 315], "box": [11, 126, 280], "minx": 11, "mini": [11, 275, 285, 286, 294], "maxx": 11, "maxi": 11, "pm10": [11, 280], "no2": 11, "so2": 11, "int": [11, 12, 13, 16, 21, 22, 28, 37, 74, 78, 79, 89, 98, 100, 101, 112, 114, 115, 126, 127, 153, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 178, 180, 181, 182, 183, 184, 185, 186, 191, 194, 195, 196, 197, 199, 200, 202, 207, 208, 209, 211, 214, 215, 234, 239, 243, 249, 251, 252, 253, 254, 255, 256, 257, 259, 265, 345], "type": [11, 16, 30, 31, 32, 33, 34, 35, 48, 49, 63, 89, 127, 149, 153, 175, 176, 180, 182, 193, 199, 200, 219, 244, 245, 252, 253, 273, 285, 299, 313, 317, 328, 350], "monitor": [11, 307], "perman": 11, "mobil": 11, "onlt": 11, "char": 11, "object": [11, 12, 13, 28, 50, 53, 54, 59, 62, 63, 65, 66, 67, 68, 71, 72, 73, 81, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 101, 102, 107, 108, 109, 110, 111, 112, 116, 117, 119, 121, 123, 124, 125, 128, 133, 134, 135, 138, 196, 221, 222, 226, 227, 228, 229, 242, 245, 246, 259, 272, 280, 283, 289, 291, 299, 303, 304, 307, 308, 311, 313, 319, 324, 326, 338, 339, 342, 346, 348, 353], "zipcod": [12, 13, 280], "latlon": [12, 13, 280], "distanc": [12, 13, 176, 250, 254, 280], "25": [12, 13, 94, 98, 100, 175, 215, 266, 304, 310, 315, 316, 320, 346], "histor": [12, 13, 350], "categori": [12, 13, 16, 112, 198, 280, 326], "report": [12, 13, 172, 193, 206, 249, 274, 324], "either": [12, 13, 15, 136], "zip": [12, 13, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "locat": [12, 13, 40, 43, 112, 126, 150, 182, 193, 204, 272, 299, 308, 328, 348], "defin": [12, 13, 24, 26, 28, 29, 38, 39, 41, 43, 44, 45, 46, 98, 113, 117, 144, 147, 148, 151, 153, 174, 194, 209, 252, 308, 317, 328, 343, 346, 348, 350], "must": [12, 13, 14, 15, 48, 62, 68, 81, 89, 91, 100, 102, 112, 116, 128, 131, 138, 146, 175, 176, 183, 184, 198, 211, 218, 243, 254, 255, 256, 257, 259, 352, 353], "loaction": [12, 13], "associ": [12, 13, 288, 308, 328, 353], "specifi": [12, 13, 14, 30, 58, 63, 77, 78, 79, 109, 110, 112, 113, 117, 131, 136, 239, 272, 288, 321, 328, 346, 353], "forcast": [12, 13, 280], "nearbi": [12, 13], "mile": [12, 13, 280], "xxxxxx": [12, 13], "60440": [12, 13], "2012": 12, "05": [12, 162, 244, 266, 275, 280, 298, 315, 329, 340, 346, 347], "31": [12, 313, 315, 324], "observ": [13, 15, 209, 215, 273, 283, 319], "pull": [13, 25, 58, 280, 348], "most": [13, 127, 149, 178, 179, 189, 191, 251, 349], "recent": [13, 349], "2021": [13, 243, 256, 257, 324], "12": [13, 269, 272, 280, 287, 288, 296, 299, 300, 304, 311, 313, 315, 316, 317, 324, 328, 346], "45": [13, 311, 315], "87": 13, "doi": [14, 100, 215, 243, 256, 257, 273, 282, 291, 297, 324, 342, 344], "standard": [14, 21, 22, 24, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 43, 44, 45, 47, 49, 63, 113, 131, 143, 146, 149, 152, 155, 172, 177, 179, 189, 193, 213, 221, 222, 223, 226, 227, 229, 236, 254, 260, 288, 290, 299, 309, 317, 324, 327, 339, 348, 350, 353], "yy": 14, "time_window": [15, 281], "lat_rang": 15, "lon_rang": 15, "station": [15, 249, 280, 281, 282], "iowa": 15, "mesonet": 15, "latitud": [15, 16, 89, 131, 175, 176, 202, 204, 233, 245, 250, 254, 255, 259, 280, 321], "longitud": [15, 16, 89, 131, 175, 176, 233, 245, 250, 254, 255, 259, 280, 321], "window": [15, 172, 178, 191, 194, 317, 324, 326], "tupl": [15, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 68, 70, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 91, 93, 95, 98, 100, 102, 103, 104, 106, 107, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 191, 198, 199, 239, 240, 244, 254, 255, 265, 280, 281, 296, 311, 319, 321, 344], "member": [15, 220], "python": [15, 28, 29, 94, 98, 100, 113, 209, 222, 243, 256, 257, 274, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349, 352], "datetim": [15, 28, 58, 60, 61, 75, 77, 195, 240, 246, 247, 248, 254, 255, 259, 272, 281, 308], "grab": [15, 75, 240, 308, 348], "aso": [15, 275, 279, 284, 285, 350], "asos_d": 15, "dict": [15, 24, 25, 53, 58, 60, 61, 63, 65, 71, 74, 78, 79, 87, 89, 94, 95, 98, 99, 100, 107, 112, 113, 117, 123, 133, 136, 146, 152, 156, 160, 173, 235, 237, 240, 252, 266, 280, 281, 296, 311, 315, 319, 321, 346], "dictionari": [15, 24, 25, 58, 60, 61, 63, 74, 78, 79, 89, 94, 98, 112, 117, 152, 156, 160, 173, 198, 235, 237, 240, 266, 288, 317, 328, 344, 346], "whose": [15, 25, 136, 237, 290, 293, 321], "kei": [15, 24, 63, 112, 152, 160, 198, 237, 307, 308, 336, 348], "timeseri": [15, 36, 48, 50, 110, 112, 113, 114, 232, 273, 275, 280, 281, 285, 295, 310, 318, 322, 353], "chicago": [15, 281], "o": [15, 280, 281, 282, 287, 290, 296, 297, 308, 311, 319, 324, 342, 344, 348], "hare": [15, 281], "airport": [15, 281], "simpli": [15, 16, 69, 105, 121, 131, 348, 349, 353], "10": [15, 24, 58, 78, 79, 98, 100, 113, 121, 172, 186, 194, 212, 213, 214, 215, 243, 245, 252, 256, 257, 272, 273, 281, 282, 283, 287, 291, 293, 296, 297, 299, 301, 303, 305, 306, 308, 309, 310, 312, 313, 314, 315, 316, 320, 324, 325, 327, 339, 342, 343, 344, 345, 348, 353], "kord": [15, 281], "my_asos": [15, 281], "get_aso": [15, 350], "ord": [15, 281], "year": [16, 37, 59, 67, 73, 90, 97, 111, 125, 135], "cropscap": [16, 350], "crop": 16, "project": [16, 89, 274, 348], "pase": 16, "indic": [16, 28, 30, 74, 89, 112, 120, 149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 177, 195, 211, 213, 219, 245, 253, 288, 311, 315, 317, 328, 348], "bad": [16, 112, 156, 158, 160, 161, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 181, 182, 193, 198, 239, 287, 288, 328, 343, 345], "handshak": 16, "so": [16, 21, 22, 27, 28, 63, 98, 112, 131, 151, 172, 178, 188, 191, 193, 194, 234, 242, 287, 324, 325, 344, 348, 349, 350], "verifi": [16, 231], "unsecur": 16, "own": [16, 178, 191, 273, 328, 348], "risk": 16, "until": [16, 69, 105], "resolv": 16, "copyright": 16, "center": [16, 172, 195, 234, 308, 343], "For": [16, 21, 24, 69, 78, 79, 89, 105, 131, 136, 173, 194, 239, 273, 274, 285, 324, 337, 343, 348, 349, 353], "spatial": [16, 131, 275, 285, 295, 322], "2009": 16, "2018": [16, 319], "point": [16, 25, 43, 100, 112, 115, 194, 208, 209, 211, 239, 250, 288, 302, 314, 315, 339], "croptyp": [16, 350], "get_cropscap": [16, 350], "36": [16, 280, 288, 315, 322], "8172": 16, "97": [16, 280], "1709": 16, "print_to_screen": [17, 18], "print": [17, 18, 28, 29, 38, 158, 174, 177, 180, 181, 182, 183, 187, 193, 198, 199, 200, 203, 219, 236, 239, 253, 280, 288, 293, 307, 314, 316, 324, 328, 331, 332, 337, 338, 339, 345, 348, 353], "screen": [17, 18], "month": [17, 59, 67, 73, 90, 97, 111, 125, 135], "titl": [18, 52, 64, 70, 74, 75, 76, 77, 78, 79, 80, 86, 89, 93, 100, 106, 110, 112, 114, 115, 120, 122, 126, 127, 132, 272, 304, 308, 331], "read": [19, 21, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 151, 181, 193, 198, 210, 236, 239, 253, 272, 274, 275, 277, 282, 283, 285, 286, 287, 290, 293, 294, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 312, 313, 314, 315, 317, 318, 320, 324, 325, 326, 327, 328, 331, 336, 337, 338, 339, 341, 342, 343, 344, 345, 348, 353], "write": [19, 20, 21, 24, 31, 33, 35, 94, 98, 146, 262, 287, 288, 324, 343], "class": [19, 20, 50, 51, 63, 69, 85, 92, 105, 121, 131, 142, 143, 157, 188, 190, 192, 217, 218, 220, 222, 328, 338, 348], "xarray_d": 20, "clean": [20, 21, 28, 30, 31, 32, 33, 34, 35, 49, 143, 144, 145, 146, 149, 156, 177, 179, 181, 189, 193, 194, 241, 287, 288, 309, 317, 324, 325, 339, 345], "up": [20, 21, 25, 27, 30, 31, 32, 33, 34, 35, 49, 100, 112, 143, 144, 145, 149, 156, 175, 193, 238, 239, 241, 259, 266, 273, 282, 287, 288, 293, 297, 299, 301, 303, 304, 309, 313, 314, 317, 321, 324, 325, 328, 339, 343, 345, 346, 348, 351], "cleanup_global_att": 21, "cleanup_qc_att": 21, "join_char": 21, "__": [21, 146], "make_copi": 21, "cf_compliant": [21, 288], "delete_global_attr": 21, "qc_standards_vers": [21, 288], "qc_method": [21, 288], "qc_comment": [21, 288], "fillvalu": 21, "9999": [21, 24, 25, 149, 153, 253, 288, 297, 344], "cf_convent": 21, "cf": [21, 143, 144, 145, 146, 149, 152, 288, 309, 327], "8": [21, 89, 121, 131, 272, 280, 283, 288, 298, 315, 317, 320, 321, 324, 326, 328, 332, 346], "kwarg": [21, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 51, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 85, 86, 87, 89, 92, 93, 95, 99, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 121, 122, 123, 126, 127, 131, 132, 133, 136, 137, 144, 146, 149, 252], "wrapper": [21, 149, 244], "around": [21, 89, 100, 194, 244, 273, 299, 317], "to_netcdf": [21, 288, 343], "some": [21, 24, 27, 28, 30, 31, 32, 33, 34, 35, 38, 49, 63, 112, 148, 151, 154, 194, 209, 273, 288, 299, 303, 307, 324, 328, 337, 338, 343, 345, 348, 350], "thing": [21, 145, 287, 324, 348], "dure": [21, 202, 206, 273, 348], "qc": [21, 203, 219, 275, 285, 287, 288, 295, 322, 323, 324, 325, 328, 329, 337, 341, 343, 347], "cleanup": [21, 28, 177, 179, 181, 189, 193, 194, 287, 309, 324, 325], "better": [21, 178, 191, 238, 274, 288, 317], "forecast": [21, 280, 324], "underscor": [21, 146, 155, 205, 290, 293], "would": [21, 58, 113, 131, 160, 181, 239, 274, 285, 288, 299, 325, 326, 348], "written": [21, 161, 163, 164, 165, 167, 168, 170, 171, 263, 287, 307, 311, 319], "singl": [21, 24, 28, 38, 75, 145, 147, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 197, 198, 212, 240, 242, 252, 259, 288, 313, 315, 348], "charact": [21, 112, 145, 146, 198, 317], "7": [21, 98, 182, 183, 197, 199, 200, 273, 280, 283, 294, 298, 303, 315, 318, 324, 328, 348, 349], "doe": [21, 28, 29, 42, 98, 146, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 177, 180, 193, 242, 252, 253, 262, 274, 287, 291, 328, 339, 345, 348, 349, 352], "attribur": [21, 193], "delimet": 21, "white": [21, 42, 60, 112, 317], "word": [21, 112, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 222, 328, 348], "sting": 21, "when": [21, 28, 37, 38, 89, 95, 112, 119, 120, 131, 136, 148, 180, 183, 184, 186, 198, 202, 218, 219, 232, 234, 253, 268, 272, 290, 293, 299, 303, 339, 348, 349], "copi": [21, 43, 242, 348], "larg": [21, 162, 166, 232, 273], "add": [21, 52, 53, 62, 63, 64, 65, 68, 70, 71, 81, 86, 87, 89, 91, 93, 95, 102, 106, 107, 116, 122, 123, 128, 132, 133, 138, 149, 154, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 193, 212, 232, 233, 245, 253, 266, 288, 301, 308, 313, 314, 315, 324, 325, 327, 328, 343, 346, 348, 349, 353], "memori": [21, 324], "ok": [21, 280], "try": [21, 25, 63, 100, 114, 120, 126, 127, 180, 202, 219, 245, 291, 337], "addit": [21, 29, 58, 61, 74, 77, 78, 79, 85, 92, 94, 98, 99, 100, 113, 114, 115, 121, 126, 127, 131, 136, 137, 146, 194, 207, 211, 236, 288, 324, 353], "complient": [21, 219], "rune": 21, "method": [21, 28, 51, 69, 105, 131, 144, 146, 147, 148, 149, 151, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 184, 185, 186, 187, 188, 189, 191, 193, 194, 213, 220, 228, 252, 308, 324, 328, 331, 337, 338, 348], "first": [21, 24, 28, 37, 44, 120, 131, 155, 165, 166, 171, 173, 174, 179, 189, 196, 198, 205, 210, 239, 255, 272, 273, 280, 288, 313, 324, 328, 339, 348, 353], "best": [21, 30, 31, 33, 35, 194, 213, 288, 311, 348], "trueli": 21, "document": [21, 28, 53, 63, 65, 69, 71, 87, 89, 95, 100, 105, 107, 123, 133, 136, 193, 269, 271, 343], "delet": [21, 53, 65, 71, 87, 95, 107, 123, 133, 181, 262, 268, 348, 350], "need": [21, 25, 27, 28, 30, 35, 63, 85, 92, 94, 98, 109, 110, 112, 115, 117, 131, 153, 175, 176, 180, 182, 185, 186, 193, 194, 213, 219, 232, 242, 244, 256, 257, 274, 280, 282, 287, 288, 296, 308, 309, 317, 325, 328, 337, 345, 348], "_fillvalu": [21, 153, 253], "missing_valu": [21, 153, 169, 253, 288, 328], "upon": [21, 348], "confus": 21, "perfect": 21, "leav": [21, 324], "what": [21, 25, 27, 30, 53, 63, 65, 71, 87, 89, 95, 107, 113, 123, 127, 133, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 307, 317, 324, 328, 338, 343, 345, 348, 349], "keyword": [21, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 46, 49, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 86, 87, 89, 93, 95, 98, 99, 100, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 122, 123, 126, 127, 131, 132, 133, 136, 137, 145, 146, 149, 173, 209, 219, 243, 252, 253, 256, 257, 297, 307, 324, 326], "path": [21, 23, 25, 26, 30, 31, 32, 33, 34, 35, 40, 43, 46, 49, 196, 198, 214, 239, 241, 252, 258, 261, 262, 267, 268, 275, 282, 285, 287, 288, 295, 322, 338, 339, 348, 349], "nc": [21, 26, 46, 121, 220, 272, 273, 277, 288, 297, 303, 307, 313, 317, 321, 324, 325, 326, 331, 336, 337, 338, 342, 343, 344, 345], "check": [22, 23, 146, 151, 155, 156, 160, 162, 174, 177, 187, 193, 209, 212, 236, 239, 253, 272, 273, 324, 327, 328, 343, 348], "conform": [22, 63], "flag": [22, 145, 152, 158, 159, 162, 166, 174, 179, 180, 183, 189, 193, 194, 198, 219, 233, 239, 275, 285, 295, 317, 322, 323, 324, 325, 328, 329, 343, 349], "correspond": [22, 25, 63, 89, 98, 99, 101, 117, 126, 127, 136, 137, 160, 166, 177, 195, 232, 240, 263, 273, 326, 327, 345, 348, 350], "whether": [22, 24, 26, 46, 58, 239, 273, 348], "bit": [22, 144, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 181, 182, 183, 193, 197, 199, 200, 239, 288, 328, 348], "pack": [22, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 197, 200, 288, 339], "ye": 22, "filenam": [23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 43, 46, 49, 220, 224, 225, 230, 236, 252, 261, 262, 267, 268, 275, 285, 287, 289, 307, 335, 339, 340, 346, 348], "unpack": [23, 241, 268, 328, 339], "gunzip": [23, 258, 261, 267, 275, 285, 335, 340], "tar": [23, 241, 262, 268, 275, 285, 335, 340], "content": [23, 268, 342], "pathlib": [23, 27, 28, 30, 31, 32, 33, 34, 35, 43, 198, 241, 252, 258, 261, 262, 267, 268, 339], "extract": [23, 58, 60, 61, 220, 241, 262, 267, 268, 324, 338, 339], "variable_map": 24, "soil_map": 24, "depth_profil": 24, "15": [24, 69, 105, 131, 194, 275, 281, 290, 292, 293, 297, 300, 301, 306, 309, 314, 315, 316, 324, 325, 327, 339, 343, 344, 345, 346, 353], "30": [24, 127, 185, 194, 212, 239, 272, 273, 280, 287, 294, 315, 320, 343], "35": [24, 158, 280, 287, 315], "50": [24, 25, 58, 100, 272, 273, 280, 288, 298, 315], "75": [24, 100, 312], "100": [24, 58, 100, 178, 186, 191, 242, 273, 280, 310, 320], "include_missing_vari": 24, "metadata": [24, 26, 28, 29, 38, 39, 40, 41, 42, 43, 44, 45, 46, 338, 348], "ha": [24, 28, 38, 56, 57, 63, 85, 92, 112, 114, 121, 131, 158, 178, 191, 193, 194, 242, 245, 253, 274, 283, 288, 312, 324, 326, 328, 348, 349, 350, 353], "ensur": [24, 28, 38, 46, 74, 177, 193, 194, 236, 288, 339, 348], "correctli": [24, 28, 38, 117, 144, 147, 151, 153, 172], "fomat": [24, 28, 38], "ameriflux": [24, 275, 285, 286, 294], "map": [24, 89, 114, 120, 137, 274, 275, 285, 287, 288, 295, 322, 350], "var_map": 24, "co2_flux": [24, 273, 287], "fc": 24, "umol": 24, "m": [24, 42, 100, 113, 175, 176, 198, 206, 208, 209, 212, 213, 215, 243, 244, 246, 248, 250, 256, 257, 263, 273, 282, 308, 337, 344, 348], "soil": [24, 287], "understood": 24, "script": [24, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 350], "attempt": [24, 89, 99, 100, 113, 136, 137, 152, 169, 178, 187, 191, 193, 219, 242, 244], "depth": [24, 58, 194, 208, 348], "nor": 24, "sensor_height": 24, "assum": [24, 55, 56, 57, 58, 60, 61, 112, 144, 160, 178, 191, 206, 238, 241, 266, 287, 326, 348], "index": [24, 29, 52, 55, 56, 57, 58, 60, 64, 70, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 92, 93, 100, 103, 104, 106, 109, 110, 112, 114, 115, 117, 118, 119, 120, 122, 126, 127, 129, 130, 132, 136, 137, 140, 141, 173, 182, 183, 185, 186, 242, 272, 280, 287, 314, 315, 326, 328, 332], "chosen": [24, 89, 173, 174, 195, 235], "closest": 24, "complet": 24, "miss": [24, 30, 31, 33, 35, 43, 149, 153, 169, 175, 176, 177, 193, 239, 253, 265, 328, 343, 348], "chose": 24, "datafram": [24, 36, 280, 287], "df": [24, 287], "panda": [24, 28, 29, 36, 274, 280, 349], "easi": [24, 293, 297, 303, 353], "csv": [24, 29, 30, 35, 40, 280, 282, 287, 350], "proc": 25, "set_dim": 25, "version": [25, 261, 288, 348, 349, 351], "scalar_fill_dim": [25, 288], "local_fil": 25, "dod": [25, 288], "build": [25, 157, 352], "size": [25, 77, 98, 112, 214, 259, 273, 275, 280, 285, 288, 295, 314, 316, 317, 322, 324, 328, 336, 350], "off": [25, 31, 33, 35, 353], "inst": [25, 148], "level": [25, 42, 100, 112, 115, 127, 144, 158, 162, 179, 189, 210, 220, 221, 223, 257, 298, 338], "e": [25, 42, 58, 100, 112, 114, 163, 164, 165, 167, 168, 171, 194, 202, 206, 208, 209, 212, 242, 243, 256, 257, 273, 288, 290, 348, 349], "vdi": [25, 288], "kazrg": 25, "a1": [25, 272, 277, 325], "dim": [25, 58, 242, 280], "unless": [25, 348], "exactli": 25, "drop_diamet": [25, 288], "1440": [25, 288], "ingest": [25, 316, 324], "latest": [25, 85, 89, 92, 131, 274, 348], "non": [25, 28, 63, 166, 242, 326], "cannot": [25, 273], "duplic": [25, 274, 315], "increment": 25, "depend": [25, 26, 46, 80, 202, 239, 273, 346, 348, 349], "sometim": [25, 288], "scalar": [25, 199, 200, 244, 248, 253, 254, 255, 259], "main": [25, 206, 348, 353], "wai": [25, 279, 280, 285, 286, 288, 295, 323, 330, 346, 348, 349], "similarli": [25, 348], "load": [25, 28, 29, 38, 47, 48, 63, 198, 289, 348, 353], "pcm": 25, "popul": [25, 288], "save_nc": [26, 46], "out_nc_path": [26, 46], "dead_tim": [26, 46], "sigma": [26, 46], "v5": [26, 46], "mpl2nc": [26, 46, 274], "dask": [26, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 175, 176, 196, 215, 238, 264, 274, 297, 307, 316, 324, 327, 349], "routin": [26, 30, 31, 32, 33, 34, 35, 49, 51, 63, 105, 114, 265, 350, 353], "save": [26, 46, 48, 215, 239, 285, 286, 342], "intermedi": [26, 46, 48], "correct": [26, 28, 30, 31, 32, 33, 34, 35, 46, 49, 144, 150, 151, 177, 202, 213, 252, 274, 275, 278, 290, 291, 297, 317, 341, 344, 348], "dead": [26, 46], "open_dataset": [26, 46], "mmcr": 27, "split": [27, 112, 126, 127, 146, 242, 308], "mode": [27, 44, 232, 273, 348, 349], "interleav": 27, "readabl": [27, 145, 188], "modif": 27, "ahead": [27, 194, 303], "posixpath": [27, 28, 252, 339], "concat_dim": 28, "return_non": [28, 38], "combin": [28, 193, 348], "by_coord": 28, "decode_tim": 28, "use_cftim": 28, "use_base_tim": 28, "combine_attr": 28, "overrid": [28, 114, 117, 234, 239, 277, 287, 343], "cleanup_qc": [28, 146, 156, 174, 175, 176, 177, 179, 189, 193, 198, 324, 327, 345], "keep_vari": [28, 317, 324], "concaten": [28, 29, 353], "catch": [28, 38, 253], "ioerror": [28, 38], "except": [28, 38, 175, 176, 177, 291], "open_mfdataset": 28, "determin": [28, 74, 75, 76, 77, 78, 79, 80, 89, 99, 100, 114, 115, 126, 127, 162, 174, 181, 212, 232, 259, 311, 348], "decod": [28, 249, 308], "appear": [28, 273], "anywai": 28, "usag": [28, 351], "cftime": 28, "pars": [28, 197, 198, 220, 242, 246, 275, 285, 335, 340], "establish": 28, "timezon": [28, 254, 255, 259], "offset": [28, 234, 287, 343], "becaus": [28, 149, 219, 337, 349], "parser": [28, 338], "recogn": [28, 243, 256, 257], "zone": 28, "detect": [28, 136, 137, 162, 178, 191, 194, 213, 265, 317, 324, 331], "datetime64": [28, 198, 232, 248, 251, 254, 255, 259, 260, 265, 272, 273, 280, 307, 313, 316, 324, 328], "base_tim": [28, 288, 307, 314, 316], "time_offset": [28, 288, 307, 314, 316], "older": 28, "incorrectli": [28, 148, 149, 150, 151], "second": [28, 44, 59, 67, 73, 90, 97, 111, 120, 125, 135, 160, 165, 171, 178, 191, 198, 205, 208, 214, 234, 238, 239, 242, 251, 252, 265, 273, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "sinc": [28, 145, 146, 181, 222, 317, 324, 328], "epoch": 28, "attr": [28, 38, 187, 213, 273, 288, 290, 317, 328, 332, 337, 343, 346], "merg": [28, 272, 275, 277, 285, 287, 341, 346, 347, 348], "call": [28, 30, 69, 105, 113, 131, 146, 149, 177, 179, 183, 189, 193, 199, 277, 280, 290, 292, 293, 296, 303, 311, 312, 319, 324, 325, 328, 338, 339, 348, 349], "ancillari": [28, 159, 161, 163, 164, 165, 167, 168, 170, 171, 175, 176, 179, 189, 193, 324, 327], "control": [28, 112, 117, 144, 146, 147, 148, 149, 150, 151, 152, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 189, 191, 193, 199, 200, 272, 274, 275, 326, 329, 345], "behavior": [28, 328], "desir": [28, 75, 76, 219, 239, 240, 244, 353], "exclud": [28, 156, 181, 182, 193, 213, 337], "via": [28, 237, 311], "drop_vari": 28, "still": [28, 29, 173, 348], "sound": [28, 29, 38, 94, 99, 100, 208, 209, 211, 275, 285, 295, 320, 322, 330, 333, 348], "test": [28, 29, 38, 92, 113, 142, 144, 146, 147, 149, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 191, 193, 194, 198, 199, 208, 213, 258, 287, 288, 304, 313, 317, 318, 324, 326, 327, 328, 344, 353], "import": [28, 29, 38, 174, 177, 180, 181, 182, 183, 187, 193, 197, 198, 199, 200, 220, 253, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 353], "sample_fil": [28, 29, 38, 92, 113, 149, 287, 318, 348, 353], "example_sonde_wildcard": [28, 348, 353], "sep": [29, 146], "engin": [29, 297], "column_nam": 29, "skipfoot": 29, "ignore_index": 29, "separ": [29, 145, 146, 193, 239, 275, 285, 295, 322, 349, 350], "column": [29, 35, 63, 306], "verbos": [29, 47, 181, 219, 236, 348], "concat": [29, 46], "axi": [29, 54, 55, 56, 57, 58, 60, 61, 62, 66, 68, 69, 72, 74, 75, 76, 77, 78, 79, 80, 81, 88, 89, 91, 96, 99, 100, 102, 105, 108, 110, 112, 113, 114, 115, 116, 117, 120, 124, 126, 127, 128, 134, 136, 137, 138, 232, 275, 285, 295, 299, 300, 303, 304, 308, 311, 317, 319, 322, 350], "result": [29, 30, 74, 151, 158, 161, 163, 164, 165, 167, 168, 170, 171, 173, 175, 176, 182, 183, 198, 205, 208, 209, 253, 254, 255, 258, 259, 280, 282, 288, 293, 297, 315, 324, 325, 328, 342, 343, 344, 348], "label": [29, 89, 112, 115, 120, 233, 242, 249, 280, 282, 290, 293, 308, 319, 326, 336, 342, 343, 345, 346], "n": [29, 175, 176, 272, 280, 288, 299, 307, 308, 311, 316, 324, 328, 334, 349], "where": [29, 112, 113, 114, 127, 149, 158, 159, 160, 169, 172, 182, 183, 204, 205, 206, 207, 212, 213, 232, 239, 265, 273, 301, 308, 324, 328, 348], "meaning": 29, "ax": [29, 54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 76, 77, 80, 81, 88, 89, 91, 94, 96, 98, 99, 100, 101, 102, 108, 110, 112, 114, 115, 116, 117, 119, 124, 126, 127, 128, 134, 136, 137, 138, 272, 273, 281, 283, 287, 300, 303, 308, 311, 312, 313, 315, 319, 336, 346, 350, 353], "respect": [29, 235, 296], "join": [29, 155, 272, 282, 308], "argument": [29, 52, 53, 55, 56, 57, 58, 60, 61, 63, 64, 65, 69, 70, 71, 74, 76, 77, 78, 79, 80, 86, 87, 89, 93, 95, 98, 99, 100, 105, 106, 107, 110, 112, 113, 114, 115, 117, 120, 122, 123, 126, 127, 131, 132, 133, 136, 137, 149, 290, 293, 307, 348], "example_csv_wildcard": 29, "datatyp": [30, 182], "remove_time_var": [30, 35], "convert_miss": [30, 31, 33, 35], "guess": [30, 152, 242], "daga": 30, "tri": 30, "mostli": 30, "full": [30, 31, 32, 33, 34, 35, 43, 49, 127, 193, 194, 198, 231, 239, 241, 252, 261, 262, 267, 268, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346], "In": [30, 85, 92, 112, 131, 208, 213, 272, 273, 274, 303, 309, 321, 324, 325, 337, 348, 350, 352, 353], "theori": 30, "expect": [30, 31, 33, 35, 146, 152, 232, 273, 299], "bypass": 30, "goe": [30, 243, 256, 257], "directli": [30, 273, 328, 339], "met": [30, 198, 220, 275, 282, 285, 295, 300, 301, 304, 306, 308, 309, 312, 322, 338, 339, 344, 346, 353], "co2": [30, 78, 79, 273], "halo": 30, "converet": [30, 149], "convers": [30, 219, 243, 256, 257], "those": [30, 75, 112, 148, 151, 181, 240, 263, 308, 324, 328, 349, 350], "nan": [30, 31, 33, 35, 112, 149, 153, 162, 166, 169, 172, 181, 182, 183, 202, 212, 213, 232, 253, 324, 328, 343], "long_nam": [30, 31, 32, 33, 34, 35, 49, 89, 120, 151, 160, 288, 314, 328], "stuff": [30, 31, 32, 33, 34, 35, 49], "carbon": [31, 273], "dioxid": [31, 273], "preserv": [31, 33, 35, 146, 244], "read_csv": [31, 32, 33, 34, 35], "halocarbon": 32, "returend": 35, "onc": [35, 48, 273, 339, 348, 349, 353], "file_nam": [36, 47, 48, 214, 348], "sp2": [36, 47, 196, 203], "housekeep": [36, 214], "hk_d": [36, 214], "base_year": 37, "2000": 37, "skiprow": 37, "input": [37, 234, 238, 242, 244, 290, 296, 311, 319], "hysplit": [37, 275, 285, 286, 294], "trajectori": [37, 275, 285, 286, 294], "plot": [37, 232, 265, 274, 275, 279, 280, 282, 284, 286, 287, 294, 307, 311, 319, 321, 322, 323, 324, 325, 329, 331, 335, 339, 340, 341, 343, 345, 347, 348, 353], "centuri": 37, "skip": [37, 219, 348], "row": [37, 53, 63, 65, 69, 71, 87, 95, 105, 107, 123, 133], "header": 37, "ffi1001": 38, "icartt": [38, 274, 275, 285, 286, 294, 296, 311, 319], "ffi2110": 38, "aaf_sample_fil": 38, "_datastream": [38, 290, 316, 324], "filepath": [39, 40, 44, 45, 258], "flat": [39, 292], "mfa": [39, 292], "sodar": [39, 275, 285, 286, 294], "scintec": [39, 292], "com": [39, 243, 256, 257, 274, 292, 348, 349, 352], "variable_fil": [40, 282], "position_fil": [40, 282], "sensor": 40, "posit": [40, 80, 112, 120, 181, 182, 194, 197, 202, 234, 254, 255, 256, 257, 259, 282, 319, 343], "section": [42, 50, 113, 115, 131, 136, 137, 271, 275, 285, 295, 322, 348], "detail": [42, 53, 65, 71, 87, 89, 95, 107, 123, 133, 269, 348, 350], "support": [42, 48, 131, 273, 290, 291, 296, 311, 319, 348, 353], "easili": [42, 147, 273, 293, 299], "discoveri": [42, 272, 273, 274, 275, 280, 281, 282, 283, 284, 293, 297, 324, 342, 343, 344, 353], "download_noaa_psl_data": [42, 272, 283, 350], "johnston": 42, "paul": 42, "jame": [42, 212], "r": [42, 100, 215, 243, 256, 257, 273, 311], "jordan": 42, "allen": 42, "david": 42, "carter": 42, "costa": 42, "thoma": 42, "ayer": 42, "fm": 42, "cw": 42, "snow": 42, "journal": [42, 206, 209], "atmospher": [42, 99, 100, 158, 175, 208, 209, 210, 212, 254, 269, 273, 282, 290, 291, 297, 324, 342, 344, 348, 352, 353], "ocean": [42, 215, 289], "technologi": 42, "34": [42, 315], "249": 42, "267": 42, "conf_fil": 43, "surfacemet": 43, "conf": 43, "noaapsl_surfacemet": 43, "yaml": [43, 198, 324], "rel": [43, 202, 210, 275, 285, 288, 295, 312, 322, 348], "configur": [43, 196, 350], "describ": [43, 89, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 231], "Then": [43, 287, 312, 339, 348], "updat": [43, 145, 147, 148, 173, 177, 179, 181, 189, 193, 218, 219, 249, 263, 271, 272, 274, 288, 298, 308, 312, 319, 324, 337, 348, 350], "open": [43, 48, 274, 291, 348, 349], "github": [43, 92, 243, 256, 257, 271, 274, 285, 349, 352], "transpos": [44, 45], "both": [44, 120, 159, 193, 236, 272, 283, 328, 337, 348], "weber": 44, "wuertz": 44, "mode_one_d": 44, "mode_two_d": 44, "thei": [46, 181, 206, 288, 348], "sort": [46, 78, 79, 126, 272], "otherwis": [46, 63, 77, 219], "properli": [46, 348], "debug": [47, 203], "arm_convent": 47, "binari": [47, 195, 196, 274, 288], "raw": [47, 196, 272, 275, 283, 285, 286, 294, 328], "wave": [47, 202, 206, 207, 263], "form": [47, 94, 98, 127, 293, 328], "sp2b": 47, "waveform": [47, 77, 196], "particl": [47, 48, 196, 203, 214], "dat": [48, 293], "gener": [48, 74, 78, 79, 162, 196, 213, 214, 252, 271, 274, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "igor": 48, "wildcard": [48, 353], "individu": [48, 146, 202, 288], "conc": 48, "displai": [50, 51, 53, 54, 59, 62, 69, 71, 72, 73, 75, 76, 80, 81, 85, 87, 88, 90, 91, 92, 95, 96, 97, 102, 105, 107, 108, 109, 110, 111, 112, 116, 117, 119, 121, 123, 124, 125, 127, 128, 131, 133, 134, 135, 138, 272, 273, 280, 281, 282, 283, 287, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 306, 307, 308, 309, 310, 311, 312, 313, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 331, 339, 342, 343, 344, 345, 346, 348, 350, 353], "inherit": [50, 51, 63, 69, 85, 92, 105, 121, 131], "contourdisplai": [50, 298], "contour": [50, 51, 57, 58, 60, 61, 127, 275, 285, 295, 299, 322], "distributiondisplai": [50, 304, 305, 307, 311, 313, 319, 350], "distribut": [50, 69, 77, 162, 212, 214, 273, 274, 275, 285, 295, 322], "relat": [50, 69, 194, 273, 348], "geographicplotdisplai": [50, 289, 296], "skewtdisplai": [50, 302, 314, 315], "skew": [50, 92, 98, 100, 275, 285, 295, 302, 322], "t": [50, 92, 98, 100, 181, 198, 208, 209, 215, 239, 251, 275, 285, 295, 302, 322, 325, 328, 342, 348], "diagram": 50, "timeseriesdisplai": [50, 63, 272, 273, 280, 281, 282, 283, 287, 290, 292, 293, 297, 301, 303, 306, 308, 309, 310, 312, 313, 316, 317, 318, 320, 324, 325, 326, 327, 331, 339, 342, 343, 344, 345, 346, 350, 353], "windrosedisplai": [50, 63, 299, 300, 320], "rose": [50, 121, 126, 127, 129, 130, 275, 285, 295, 310, 320, 322, 348], "xsectiondisplai": [50, 321], "subplot_shap": [51, 53, 63, 65, 69, 71, 87, 92, 95, 98, 105, 107, 121, 123, 131, 133, 272, 273, 281, 283, 287, 290, 292, 293, 297, 299, 300, 304, 309, 313, 317, 318, 320, 321, 324, 325, 326, 327, 331, 339, 342, 343, 344, 345, 346], "ds_name": [51, 63, 69, 85, 92, 105, 121, 131, 290], "subclass": [51, 62, 63, 68, 81, 91, 102, 105, 116, 128, 138], "therefor": [51, 69, 85, 92, 105, 121, 131, 353], "mappabl": [52, 64, 70, 86, 93, 106, 122, 132], "subplot_index": [52, 55, 56, 57, 58, 60, 61, 62, 64, 68, 70, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 91, 93, 100, 102, 103, 104, 106, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 126, 127, 128, 129, 130, 132, 136, 137, 138, 139, 140, 141, 272, 273, 281, 283, 287, 290, 292, 293, 297, 299, 304, 306, 309, 313, 316, 318, 320, 321, 324, 325, 326, 327, 331, 339, 342, 343, 344, 345, 353], "pad": [52, 64, 70, 86, 93, 106, 122, 132, 300], "width": [52, 64, 70, 86, 93, 106, 122, 132, 214, 308], "colorbar": [52, 63, 64, 70, 76, 86, 89, 93, 106, 112, 114, 115, 120, 122, 132, 317], "matplotlib": [52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 105, 106, 107, 108, 110, 112, 113, 114, 115, 116, 117, 122, 123, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 272, 273, 274, 280, 281, 282, 283, 287, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 331, 336, 339, 342, 343, 344, 345, 346, 349, 353], "subplot": [52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 91, 92, 93, 95, 100, 102, 103, 104, 105, 106, 107, 109, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 272, 290, 303, 308, 336, 353], "x": [52, 55, 56, 57, 58, 60, 61, 64, 70, 74, 76, 80, 82, 83, 84, 86, 93, 103, 104, 106, 110, 112, 114, 117, 118, 120, 122, 127, 131, 132, 136, 140, 141, 175, 176, 272, 303, 304, 308, 311, 317, 321], "right": [52, 64, 70, 86, 93, 98, 106, 112, 122, 132, 234, 271, 312, 317, 343, 350], "placement": [52, 64, 70, 86, 93, 106, 122, 132, 317], "plt": [52, 55, 56, 57, 58, 60, 61, 63, 64, 69, 70, 86, 92, 93, 105, 106, 110, 112, 114, 115, 117, 122, 126, 127, 132, 272, 273, 280, 281, 282, 283, 287, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 331, 336, 339, 342, 343, 344, 345, 346, 353], "cbar": [52, 64, 70, 86, 93, 106, 122, 132], "secondary_i": [53, 65, 71, 87, 107, 123, 133, 312], "subplot_kw": [53, 63, 65, 71, 87, 95, 107, 123, 133], "figur": [53, 54, 63, 65, 66, 69, 71, 72, 87, 88, 89, 94, 95, 96, 98, 101, 105, 107, 108, 120, 123, 124, 133, 134, 308, 313, 317, 336, 353], "overwritten": [53, 65, 71, 87, 95, 107, 123, 133], "structur": [53, 65, 71, 87, 95, 107, 123, 133, 203, 272], "col": [53, 65, 71, 87, 95, 107, 123, 133], "fig": [53, 54, 63, 65, 66, 71, 72, 87, 88, 95, 96, 107, 108, 123, 124, 133, 134, 303, 308, 313, 317, 336, 353], "pyplot": [53, 65, 71, 74, 75, 76, 77, 78, 79, 80, 87, 89, 95, 107, 123, 131, 133, 265, 272, 273, 280, 281, 282, 283, 287, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 331, 336, 339, 342, 343, 344, 345, 346], "further": [53, 65, 71, 87, 89, 95, 107, 123, 133, 282, 350, 353], "assign": [54, 66, 72, 88, 96, 108, 124, 134, 237, 308, 313], "onli": [54, 55, 56, 57, 58, 60, 61, 62, 63, 66, 68, 72, 75, 81, 88, 91, 95, 96, 102, 108, 109, 110, 112, 116, 117, 124, 128, 131, 134, 136, 138, 149, 159, 160, 162, 179, 182, 189, 196, 213, 240, 242, 262, 264, 272, 277, 301, 317, 324, 348], "seri": [54, 66, 72, 88, 89, 96, 105, 108, 112, 114, 117, 120, 124, 134, 147, 159, 160, 178, 191, 231, 248, 265, 266, 272, 274, 280, 293, 326, 353], "y": [55, 56, 57, 58, 60, 61, 74, 76, 84, 104, 112, 114, 115, 119, 120, 131, 136, 141, 246, 248, 272, 273, 275, 282, 285, 295, 304, 308, 311, 317, 319, 321, 322, 344, 346, 350], "u": [55, 61, 98, 100, 101, 114, 210, 271, 281, 287, 291, 299, 307, 328], "v": [55, 61, 98, 100, 101, 114, 263, 281, 297, 304, 342, 343, 344, 346, 348], "been": [55, 56, 57, 58, 60, 61, 112, 193, 194, 213, 263, 272, 274, 277, 288, 312, 348, 350], "grid": [55, 56, 57, 58, 60, 61, 115, 208, 308], "z": [55, 56, 57, 58, 60, 61, 100, 243, 256, 257, 311], "compon": [55, 100, 114, 220], "vector": [55, 254, 255], "alreadi": [56, 57, 149, 188, 193, 236, 272], "cubic": [58, 61], "contourf": 58, "grid_delta": [58, 61, 298], "grid_buff": [58, 61], "twod_dim_valu": 58, "slice": [58, 60, 61, 131, 136, 232, 237, 299, 300, 307, 321, 326], "interpol": [58, 61, 115, 209, 302, 314, 315], "scipi": [58, 61, 274, 311, 348, 349], "rbf": [58, 61], "delta": [58, 61, 231], "buffer": [58, 61, 89], "group": [59, 67, 73, 90, 97, 111, 112, 125, 135, 300], "One": [59, 67, 73, 90, 97, 111, 125, 135, 314, 348, 349], "dai": [59, 67, 73, 90, 97, 109, 111, 112, 114, 115, 125, 135, 255, 273, 275, 285, 295, 308, 310, 317, 320, 322], "minut": [59, 67, 73, 90, 97, 111, 125, 135, 238, 239, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "etc": [59, 67, 73, 90, 97, 111, 125, 135, 194, 213], "groupbi": [59, 67, 73, 90, 97, 111, 119, 125, 135, 300], "displaygroupbi": [59, 67, 73, 90, 97, 111, 125, 135], "retun": [59, 67, 73, 90, 97, 111, 125, 135], "text_color": 60, "color": [60, 89, 112, 114, 117, 120, 127, 273, 292, 298, 306, 311, 312, 317, 327, 331, 342, 346], "text": [60, 89, 112, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 280, 283, 308, 311, 315, 317], "mesh": [61, 298], "barb": [61, 100, 113, 114, 272, 292, 310, 320], "clear": [62, 68, 81, 91, 102, 112, 116, 128, 138, 202, 206, 273], "common": [63, 178, 191, 217, 251], "recommend": [63, 113, 115, 175, 176, 274, 348, 349], "instead": [63, 74, 78, 79, 94, 98, 112, 114, 177, 179, 180, 182, 183, 189, 198, 212, 242, 243, 253, 256, 257, 259, 260, 265, 280, 317, 324, 338, 348, 349], "howev": [63, 288], "ask": [63, 317, 349], "anoth": [63, 98, 101, 246, 299, 349], "basic": [63, 213, 273, 282], "insid": [63, 137, 300], "dataarrai": [63, 136, 160, 202, 213, 232, 314, 326, 328, 346, 348], "file_d": 63, "initi": [63, 157, 180, 188, 202, 213, 220, 250, 273, 317, 327], "plot_var": 63, "cb": 63, "than": [63, 89, 109, 110, 112, 117, 159, 162, 163, 164, 165, 167, 168, 171, 172, 173, 175, 178, 191, 193, 194, 202, 232, 239, 255, 288, 317, 328, 337, 342, 349], "suppli": [63, 234, 317], "abil": [63, 349], "repres": [63, 126, 127, 265], "compliant": [63, 144, 145], "io": [69, 89, 92, 105, 113, 121, 146, 149, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 198, 272, 273, 274, 275, 277, 282, 283, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 339, 342, 343, 344, 345, 346, 349, 353], "read_arm_netcdf": [69, 92, 105, 113, 121, 146, 149, 156, 174, 175, 176, 177, 180, 181, 182, 183, 187, 198, 272, 273, 277, 282, 287, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 312, 313, 314, 315, 316, 317, 318, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 339, 342, 343, 344, 345, 346, 348, 350, 353], "the_fil": [69, 105], "disp": [69, 105, 289], "distsributiondisplai": 69, "figsiz": [69, 98, 105, 113, 121, 131, 272, 273, 281, 283, 287, 290, 292, 293, 296, 297, 298, 299, 300, 301, 303, 304, 306, 308, 309, 310, 312, 313, 314, 315, 316, 317, 318, 320, 321, 324, 325, 326, 327, 331, 339, 342, 343, 344, 345, 346, 353], "constructor": [69, 105, 220], "take": [69, 74, 78, 79, 100, 105, 112, 113, 215, 266, 273, 301, 317, 337, 345, 348, 353], "add_subplot": [69, 105, 306, 316, 353], "x_field": [74, 76], "y_field": [74, 76], "dsname": [74, 75, 76, 77, 78, 79, 80, 89, 94, 98, 99, 100, 101, 109, 110, 112, 113, 114, 115, 117, 120, 126, 127, 136, 137, 272, 273, 283, 342, 345, 346], "x_bin": [74, 304], "y_bin": [74, 304], "set_titl": [74, 75, 76, 77, 78, 79, 80, 100, 110, 112, 114, 115, 120, 126, 127, 272, 273, 304, 308, 319, 331], "densiti": [74, 78, 79], "set_shad": [74, 112, 115, 117, 342], "auto": [74, 112, 115, 117], "hist_kwarg": [74, 78, 79, 305], "threshold": [74, 75, 126, 127, 178, 191, 194, 195, 205, 209, 212, 213, 239, 240, 304, 307, 336, 348], "heatmap": [74, 127, 304], "histogram": [74, 78, 79, 275, 285, 295, 300, 322], "let": [74, 75, 76, 78, 79, 80, 126, 127, 271, 273, 288, 307, 324, 343, 345, 348, 349], "boundari": [74, 78, 79, 126, 208, 209, 213], "numpi": [74, 78, 79, 153, 173, 182, 183, 185, 186, 197, 198, 199, 200, 232, 243, 244, 248, 251, 254, 255, 256, 257, 259, 260, 263, 265, 266, 272, 273, 274, 299, 305, 311, 313, 315, 320, 328, 331, 337, 348, 349], "p": [74, 78, 79, 100, 206, 212, 243, 256, 257, 273, 311, 315], "frequenc": [74, 78, 79, 194, 195, 273], "pcolormesh": [74, 110, 112, 115, 117, 131], "shade": [74, 98, 100, 101, 112, 115, 117, 175, 176, 194, 195, 304, 324], "easier": [74, 237, 288, 348], "distringuish": 74, "low": [74, 202, 215], "func": [74, 76, 77, 78, 79, 80, 126, 127, 297, 350], "return_dict": [74, 78, 79], "time_slic": [75, 131, 240, 336], "autopct": [75, 336], "1f": [75, 336], "produc": [75, 76, 80, 202, 208, 245, 272, 348], "pie": [75, 307, 336], "chart": [75, 307, 336], "select": [75, 80, 193, 273, 303, 308, 336], "percentag": [75, 240, 275, 285, 295, 322, 335, 340], "calculate_percentag": [75, 307, 336], "anyth": [75, 240, 348], "below": [75, 126, 127, 166, 212, 240, 272, 273, 288, 348, 353], "consid": [75, 126, 127, 166, 194, 240], "invalid": [75, 240, 297, 307], "decim": [75, 288], "m_field": [76, 304, 311], "cbar_label": [76, 89, 112, 115, 311], "scatter": [76, 89, 203, 214, 275, 285, 295, 304, 311, 322], "marker": [76, 112, 282, 300, 311, 342], "stairstep": [77, 79], "spectrum": 77, "spectra": [77, 272, 283], "period": [77, 115, 131, 280, 287], "sortby_field": [78, 79], "sortby_bin": [78, 79], "stack": [78, 348], "bar": [78, 120, 126, 127], "graph": [78, 291], "vert": 80, "showmean": 80, "showmedian": 80, "showextrema": 80, "violin": [80, 319], "tick": [80, 126, 300, 308, 319], "vertic": [80, 211, 212, 273, 290, 308, 326, 331], "horizont": [80, 112, 212, 317], "mean": [80, 127, 145, 146, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 202, 239, 275, 285, 288, 299, 300, 301, 307, 317, 337, 341, 343, 345, 347], "medium": 80, "extrem": [80, 162, 176, 274, 327], "violinplot": 80, "line": [82, 112, 127, 193, 272, 273, 275, 285, 299, 300, 311, 312, 314, 315, 317, 323, 329, 348, 349], "xrng": [83, 103, 118, 140], "limit": [83, 84, 103, 104, 112, 114, 117, 118, 119, 140, 141, 150, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 170, 171, 172, 176, 195, 202, 212, 272, 273, 324, 328], "yrng": [84, 104, 119, 141], "tracer": 85, "aircraft": [85, 275, 285, 295, 319, 322], "move": [85, 112, 144, 172, 208, 209, 211, 238, 291, 324, 350], "platform": [85, 238, 274, 291], "There": [85, 92, 121, 131, 151, 208, 209, 273, 324, 342, 343, 349], "cartopi": [85, 89, 131, 274, 296, 349], "packag": [85, 92, 100, 131, 243, 256, 257, 274, 291, 297, 299, 348, 349, 350], "instal": [85, 92, 131, 274, 349, 350, 351], "scitool": [85, 89, 131], "uk": [85, 89, 131], "data_field": [89, 115, 117, 120, 127, 300], "lat_field": [89, 296], "lon_field": [89, 296], "plot_buff": 89, "08": [89, 272, 273, 280, 317], "img_til": 89, "img_tile_arg": 89, "tile": [89, 350], "cartopy_featur": [89, 289], "cmap": [89, 112, 114, 120, 126, 127, 131, 272, 273, 283, 291, 297, 299, 310, 320, 321, 342], "rainbow": [89, 120, 299], "gridlin": [89, 308], "degre": [89, 98, 99, 101, 113, 126, 127, 130, 148, 160, 250, 254, 255, 259, 299], "north": [89, 98, 99, 101, 113, 254, 255, 259, 282], "90": [89, 273, 308], "east": [89, 254, 255, 259], "180": 89, "cr": 89, "highlight": 89, "imag": [89, 137, 252, 350], "v0": 89, "16": [89, 273, 284, 288, 299, 315, 328, 331], "These": [89, 157, 272, 282, 287, 288, 303, 348, 350], "empti": [89, 197, 198, 255, 288, 299, 300], "zoom": 89, "higher": [89, 98, 159, 179, 189, 342], "resolut": [89, 112, 239, 288, 303], "typic": [89, 157, 158, 273, 349], "sond": [89, 302, 310, 314, 315, 316, 318, 320], "featur": [89, 274, 301], "made": [89, 95, 113, 120, 348, 350], "set_fig": [92, 94, 95, 101], "metpi": [92, 94, 98, 100, 101, 243, 256, 257, 274], "unidata": [92, 100, 243, 256, 257], "sonde_d": [92, 113, 121, 310, 314, 315, 316, 320, 332], "example_sonde1": [92, 318], "skewt": [92, 95, 100, 314, 315], "plot_from_u_and_v": [92, 99, 314, 315], "u_wind": [92, 314, 315], "v_wind": [92, 314, 315], "pre": [92, 94, 98, 113, 208, 209, 210, 310, 314, 315, 316, 320, 332, 348], "tdry": [92, 94, 98, 208, 209, 210, 314, 315, 316, 318, 332], "dp": [92, 94, 98, 314, 315, 332], "show": [92, 239, 269, 272, 273, 274, 276, 277, 279, 280, 281, 282, 283, 285, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 330, 331, 332, 335, 336, 339, 341, 342, 343, 344, 345, 346, 348, 353], "temp_nam": [94, 98, 210, 211, 314, 315, 332], "td_name": [94, 98, 211, 314, 315, 332], "p_name": [94, 98, 211, 314, 315, 332], "overwrite_data": [94, 98], "add_data": [94, 98], "set_ax": [94, 101], "dewpoint": [94, 98, 99, 100, 211, 290], "disctionari": [94, 98], "ones": [94, 98, 348], "block": [94, 98, 113, 345, 348, 353], "lcl": [94, 98, 100], "234": [94, 98], "cape": [94, 98, 100, 332], "self": [94, 98, 101, 160, 178, 191, 348], "properti": [95, 155, 221, 222, 223, 224, 225, 226, 227, 229, 230, 328, 338, 353], "spd_name": 98, "wspd": [98, 113, 209, 310, 314, 316, 320], "dir_nam": 98, "deg": [98, 113, 310, 314, 320], "color_field": [98, 101, 302], "component_rang": [98, 101], "80": [98, 101], "uv_flag": [98, 101], "layout": 98, "constrain": 98, "enhanc": [98, 275, 285, 295, 322], "hodograph": [98, 101, 302], "top": [98, 271, 309, 315, 317, 325, 326, 327, 348], "stabil": [98, 211, 275, 285, 302, 314, 315, 330, 333], "lower": [98, 112, 158, 165, 166, 171, 176, 194, 195, 202, 212, 213, 220, 221, 222, 227, 229, 273, 290, 299], "spd_field": [98, 99, 101, 126, 127, 300], "dir_field": [98, 99, 101, 126, 127, 300], "treat": [98, 101], "choic": 98, "compress": [98, 290], "tight": 98, "p_field": [99, 100], "t_field": [99, 100], "td_field": [99, 100], "u_field": [100, 114, 281], "v_field": [100, 114, 281], "p_levels_to_plot": 100, "show_parcel": 100, "shade_cap": 100, "shade_cin": [100, 315], "smooth_p": 100, "plot_dry_adiabat": [100, 314], "plot_moist_adiabat": [100, 314], "plot_mixing_lin": [100, 314], "plot_barbs_kwarg": 100, "plot_kwarg": 100, "dry_adiabats_kwarg": 100, "moist_adiabats_kwarg": 100, "mixing_lines_kwarg": 100, "neatli": 100, "150": [100, 202], "200": [100, 202, 321], "250": [100, 215], "300": [100, 131, 175, 263, 348], "400": [100, 326], "500": [100, 215, 273, 275, 318, 322], "600": 100, "700": 100, "750": 100, "800": [100, 326], "850": 100, "900": [100, 178, 191], "950": 100, "1000": [100, 213, 331], "hpa": [100, 315], "parcel": [100, 211], "calc": 100, "parcel_profil": [100, 315], "lift": [100, 314, 332], "dry": [100, 202], "adiabat": [100, 314], "moist": 100, "red": [100, 112, 117, 298, 306, 317], "cin": [100, 332], "blue": [100, 112, 317], "descend": 100, "smooth": [100, 194, 207], "mani": [100, 115, 119, 212, 219, 272, 273, 274, 328, 348, 349], "inth": 100, "pbl": [100, 208, 209], "plot_barb": 100, "marsh": [100, 243, 256, 257], "brune": [100, 243, 256, 257], "leeman": [100, 243, 256, 257], "j": [100, 206, 215, 243, 256, 257, 273, 282, 299, 300, 332, 344], "goebbert": [100, 243, 256, 257], "k": [100, 212, 243, 256, 257, 331, 346], "thielen": [100, 243, 256, 257], "bruick": [100, 243, 256, 257], "camron": 100, "2023": [100, 293, 307, 336, 350], "5065": [100, 243, 256, 257], "d6ww7g29": [100, 243, 256, 257], "radiosond": [101, 208, 209, 318], "colorcod": 109, "accord": [109, 112], "sunris": [109, 195, 255], "sunset": [109, 195, 255], "sole": [109, 110, 112, 117], "night": [109, 114, 115, 233, 255, 259, 273, 308, 317], "add_nan": [112, 342], "day_night_background": [112, 114, 115, 120, 273, 282, 287, 301, 308, 312, 317, 318, 324, 327, 339, 344, 345, 346], "invert_y_axi": [112, 113, 114, 115, 272], "abs_limit": 112, "time_rng": [112, 117], "y_rng": 112, "use_var_for_i": [112, 114], "assessment_overplot": [112, 327], "overplot_mark": 112, "overplot_behind": 112, "overplot_markers": 112, "6": [112, 173, 199, 200, 244, 272, 273, 280, 312, 315, 318, 324, 331, 348, 352], "assessment_overplot_categori": 112, "incorrect": [112, 156, 181, 193, 287, 324, 343], "suspect": [112, 156, 181, 193, 287, 324, 328, 343], "indetermin": [112, 156, 159, 162, 166, 175, 181, 182, 193, 287, 288, 343, 345], "assessment_overplot_category_color": 112, "4240129715562796": 112, "9285714285714286": 112, "7130901016453677": 112, "Not": [112, 159, 256, 257, 273, 312], "fail": [112, 166, 181, 182, 200, 219, 288, 324, 348], "orang": [112, 312, 317], "force_line_plot": [112, 326], "cbar_h_adjust": [112, 317], "y_axis_flag_mean": [112, 317], "colorbar_label": [112, 317], "cvd_friendli": [112, 117, 120, 292, 297, 318, 327], "match_line_label_color": [112, 312], "high": [112, 202, 233, 303], "volum": [112, 249, 336], "creation": [112, 182, 261, 339], "resampl": [112, 238, 277, 287, 301, 303, 343, 345, 346], "colormap": [112, 117, 120, 126, 127, 292, 297], "gap": [112, 232], "even": [112, 146, 153, 160, 348, 349], "exce": [112, 288], "ymin": [112, 308], "ymax": 112, "minimum": [112, 165, 167, 168, 171, 172, 216, 273, 308], "maximum": [112, 163, 164, 165, 171, 202, 209, 245, 324], "22": [112, 206, 272, 273, 283, 315], "min": [112, 117, 239, 272, 343, 346], "max": [112, 117, 215, 273, 343], "instanc": [112, 114, 149, 348], "shape": [112, 114, 311], "revert": [112, 114, 153], "back": [112, 114, 149, 153, 231, 273, 337], "ydata": [112, 114], "overplot": [112, 182, 331], "symbol": 112, "flag_assess": [112, 146, 152, 173, 175, 181, 328], "behind": 112, "doubl": [112, 146, 194], "visibl": [112, 273], "lookup": [112, 117], "categor": 112, "assess": [112, 117, 149, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 179, 181, 182, 189, 193, 198, 206, 326, 328], "term": [112, 156, 193], "failur": [112, 324], "overwrit": [112, 115, 144, 145], "legend": [112, 126, 280, 290, 293, 326, 343, 345, 346], "adjust": [112, 158, 234, 256, 257, 273, 283, 287, 290, 297, 308, 317, 343], "left": [112, 198, 234, 288, 290, 317, 343, 350], "state": [112, 145, 149, 153, 179, 189, 208, 209, 275, 285, 288, 289, 295, 322], "flag_valu": [112, 144, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 177, 180, 183, 184, 185, 186, 317], "flag_mean": [112, 144, 145, 146, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 317, 328], "numer": 112, "larger": [112, 162, 178, 191, 208, 232, 288], "length": [112, 317, 337], "longer": [112, 317, 337, 350], "sky": [112, 202, 206, 215], "liquid": 112, "green": [112, 117, 306, 317], "ic": 112, "mix": [112, 314], "phase": 112, "purpl": [112, 273], "integr": [112, 117, 202, 210, 324], "vision": [112, 117, 292], "defici": [112, 117, 292], "cvd": [112, 117, 292, 297], "friendli": [112, 117, 297, 327], "homey": [112, 117, 120], "speed_field": 113, "direction_field": 113, "pres_field": [113, 114, 115], "occur": [113, 127, 202, 208], "rawinsond": 113, "plot_barbs_from_u_v": [113, 281], "increas": [113, 145, 256, 257, 272, 303, 348], "clockwis": 113, "notat": 113, "autodetect": 113, "plot_barbs_from_u_and_v": 113, "the_ax": 113, "wa": [113, 149, 177, 182, 183, 194, 200, 202, 208, 212, 213, 215, 240, 263, 273, 280, 287, 324, 328, 343, 350], "example_twp_sonde_wildcard": 113, "barbdisplai": [113, 310, 320], "sonde_darwin": [113, 310, 320], "num_barbs_x": [113, 114, 310, 320], "num_barbs_i": 114, "barb_step_x": 114, "barb_step_i": 114, "invert": [114, 115, 182, 202, 216], "linearsegmentedcolormap": 114, "sqrt": 114, "sum": [114, 175, 287, 288, 327, 343], "squar": 114, "done": [114, 149, 288, 297, 339, 348, 349], "clim": 114, "black": [114, 317, 342], "construct": 114, "num_time_period": [115, 310, 320], "num_y_level": 115, "nearest": [115, 303, 308, 342, 343], "neighbor": [115, 303], "per": [115, 252, 288, 317], "assessment_color": 117, "edgecolor": 117, "face": 117, "embed": [117, 156, 179, 189, 193, 275, 285, 287, 323, 327, 329], "broken": 117, "barh": 117, "case": [117, 149, 220, 221, 222, 226, 227, 229, 273, 285, 324, 325, 337, 348], "syntax": [117, 274], "broken_barh": [117, 265], "match_axes_ylimit": 119, "ignor": [119, 183, 184, 186, 193, 268, 290, 293, 332], "ylim": [119, 283], "especi": [119, 202, 273], "alt_field": 120, "alt": [120, 158, 208, 209, 245, 288, 302, 307, 314, 316, 317, 337, 353], "alt_label": 120, "cb_label": 120, "plot_alt_field": [120, 318], "altitud": [120, 158, 209, 245, 296], "serv": 120, "intens": [120, 212], "secondari": [120, 275, 285, 295, 322, 350], "hand": 121, "sonde_data": 121, "winddisplai": [121, 320], "num_dir": [126, 127, 299, 300, 320], "spd_bin": [126, 320], "tick_interv": [126, 320], "legend_loc": 126, "legend_bbox": 126, "legend_titl": 126, "calm_threshold": [126, 127], "radial": [126, 212, 273], "calm": [126, 127], "plot_typ": [127, 299, 300], "line_color": 127, "num_data_bin": [127, 299], "line_plot_calc": [127, 299], "clevel": [127, 299], "contour_typ": [127, 299], "boxplot": [127, 299], "stdev": [127, 299], "dir": [127, 292], "rrng": 129, "radiu": 129, "trng": 130, "360": [130, 160, 249], "theta": [130, 300], "multidimension": [131, 275, 285, 295, 322], "abl": [131, 353], "dimension": [131, 232, 242, 321], "sel": [131, 136, 308, 342], "isel": [131, 136], "command": [131, 274, 349], "3d": 131, "ir_temperatur": [131, 321], "my_d": [131, 321], "xsection": 131, "plot_xsection_map": [131, 321], "vmin": [131, 272, 273, 291, 299, 310, 320, 321], "220": 131, "vmax": [131, 272, 273, 291, 299, 310, 320, 321], "grei": [131, 321], "isel_kwarg": [131, 136], "taken": [131, 180, 273], "varnam": [136, 137, 213], "sel_kwarg": 136, "plane": [136, 273], "coastlin": 137, "stock": 137, "plot_xsect": [137, 275, 321, 322], "complianc": 143, "override_cf_flag": [144, 145, 317], "clean_units_str": [144, 145], "correct_valid_min_max": 144, "remove_unset_global_test": 144, "flag_mask": [144, 152, 173, 174, 177, 180, 328], "exist": [144, 145, 161, 163, 164, 165, 167, 168, 170, 171, 177, 193, 198, 239, 241, 252, 253, 262, 280, 287, 288, 297, 303, 324, 328, 339, 348, 350], "unitless": [144, 145, 288], "udunit": [144, 145, 148, 219], "valid_min": [144, 150, 288], "valid_max": [144, 150, 288], "varibl": [144, 149, 177, 181, 218, 253, 317, 324, 328, 337], "renam": [144, 343, 350], "fail_min": [144, 328], "fail_max": 144, "fail_detla": 144, "valid_delta": [144, 288], "discript": 144, "globali": 144, "integer_flag": 145, "replace_in_flag_mean": 145, "style": [145, 324], "bit_": [145, 152], "_descript": [145, 151, 152], "get_attr_info": 145, "search": [145, 158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 239, 252], "alow": 145, "intern": [146, 202, 288, 290, 317, 324], "though": 146, "netcdf4": [146, 297], "separat": 146, "connect": [146, 232, 274], "argumnt": 146, "without": [146, 161, 163, 164, 167, 168, 170], "unexpect": 146, "error": [146, 212, 219, 236, 253], "temp_mean": [146, 156, 193, 253, 273, 282, 298, 299, 300, 301, 304, 305, 306, 309, 312, 339, 344, 353], "definit": [147, 148, 152, 209, 343], "parsabl": 147, "fix_data_unit": 148, "swat": 148, "celsiu": 148, "degc": [148, 315], "cleanup_arm_qc": 149, "clean_arm_state_var": 149, "handle_missing_valu": 149, "link_qc_vari": 149, "normalize_assess": [149, 193], "cleanup_cf_qc": 149, "cleanup_incorrect_qc_attribut": 149, "np": [149, 183, 199, 244, 272, 273, 299, 300, 305, 307, 311, 313, 315, 316, 320, 324, 328, 331, 337, 348], "xarri": 149, "mask_and_scal": 149, "integ": [149, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 179, 180, 183, 184, 185, 186, 189, 197, 199, 200, 288], "ancillary_vari": [149, 187, 193, 343], "terminologi": 149, "dqr": [149, 156, 193, 239, 275, 285, 287, 323, 324, 329, 343, 350], "clean_arm_qc": 149, "example_met1": [149, 181, 198], "qc_variabl": [150, 324, 328], "qc_": [151, 180, 324, 337, 345], "prepend": [151, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 180, 242], "cleanqc": 151, "pattern": 151, "qc_bit_": 151, "part": [151, 213, 273, 274, 283, 291, 313, 318, 328, 338, 343, 348], "bitpack": [152, 180, 199], "contian": 152, "flag_test": 152, "arm_attribut": 152, "default_missing_valu": 153, "great": [153, 324], "loop": [153, 212, 272, 337, 346], "upconvert": [153, 182, 244], "put": [153, 290, 293, 348], "explain": [154, 274, 282, 317, 348], "relationship": 154, "find": [155, 162, 178, 191, 198, 213, 216, 239, 245, 324], "check_arm_syntax": 155, "ues": 155, "robust": 155, "standard_nam": [155, 328], "exclude_vari": 156, "qc_lookup": 156, "consist": [156, 172, 273, 287, 350], "filter": [157, 160, 162, 166, 173, 182, 184, 185, 186, 213, 324, 326], "condit": [157, 202, 206], "algorithm": 157, "alt_nam": 158, "test_limit": [158, 172], "sea_level_pressur": 158, "101": [158, 257], "325": [158, 257], "bia": [158, 202], "test_mean": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 182, 183, 191, 324, 328], "test_assess": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 178, 181, 191, 328], "test_numb": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 183, 184, 185, 186, 191, 328], "prepend_text": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172], "use_dask": [158, 161, 163, 164, 165, 167, 168, 169, 170, 171, 175, 176, 327], "perform": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 175, 176, 178, 181, 191, 202, 288, 345], "deriv": [158, 204], "upper": [158, 165, 166, 171, 176, 194, 195, 212, 226], "outsid": [158, 255, 272, 274, 348], "kpa": [158, 257], "slight": [158, 209], "next": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 255, 288, 324, 328, 348], "institut": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172], "test_info": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 178, 191], "atmos_pressur": [158, 177, 181, 193, 298], "94": [158, 317], "41": [158, 280, 315], "qc_variable_nam": [158, 183, 328], "qc_atmos_pressur": [158, 174], "variable_nam": [158, 328], "diff_limit": [159, 160], "limit_attr_nam": [159, 161, 163, 164, 165, 167, 168, 170, 171], "adjac": 159, "greater": [159, 163, 164, 165, 171, 175, 194, 288, 328], "equal": [159, 160, 161, 163, 167, 170, 288, 328], "happen": [159, 339, 345], "limit_valu": [159, 161, 163, 164, 165, 167, 168, 170, 171], "under": [159, 161, 163, 164, 165, 167, 168, 170, 171, 181, 202, 243, 256, 257, 274, 328, 348], "dataset2_dict": 160, "ds2_var_nam": 160, "toler": [160, 178, 191, 202, 215], "1m": 160, "set_test_regardless": 160, "apply_assessment_to_dataset2": 160, "apply_tests_to_dataset2": 160, "comparison": [160, 175, 178, 191, 216, 263, 327], "compens": [160, 254], "transit": [160, 255], "containg": 160, "compar": [160, 178, 191, 202, 216, 238, 275, 285, 295, 304, 307, 319, 322, 348], "correspons": 160, "align": [160, 234], "setttin": [161, 163, 167, 170], "ue": [161, 163, 164, 165, 167, 168, 169, 170, 171, 172], "outlier": [162, 166, 324], "alpha": [162, 315], "student": [162, 274], "deviat": [162, 172, 274, 299], "univari": 162, "approxim": 162, "overestim": 162, "grubb": 162, "run": [162, 166, 177, 193, 194, 195, 215, 220, 275, 277, 280, 281, 282, 283, 285, 286, 287, 288, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 348, 349], "slower": [162, 166], "less": [162, 165, 167, 168, 171, 172, 173, 175, 202, 273, 288, 324, 328], "calcualt": 162, "9": [162, 272, 280, 288, 315, 345], "signific": [162, 288], "hypothesi": 162, "limit_value_low": [165, 171], "limit_value_upp": [165, 171], "coef": 166, "interquartil": [166, 274], "lie": 166, "li": 166, "iqr": 166, "quartil": 166, "abov": [166, 259, 312, 342, 346, 349, 353], "third": [166, 198, 328, 348], "coeffici": [166, 203, 206, 311], "missing_value_att_nam": 169, "outid": 171, "0001": 172, "min_period": 172, "persist": 172, "trigger": [172, 239], "roll": [172, 277], "std": 172, "recycl": [173, 174], "element": [173, 199, 239, 326], "append": [173, 175, 180, 213, 231, 242, 272, 288, 299, 300, 337, 346], "capit": 173, "switch": [173, 183, 184, 185, 186, 343, 348], "recyl": 173, "highest": [173, 174], "els": [173, 174, 253, 288, 297, 308, 324, 342, 344, 346], "test_dict": 173, "bird": [173, 182, 183], "qc_var_nam": [174, 177, 180, 183, 184, 186, 187], "drive": 174, "lowest": [174, 179, 189, 208], "test_num": 174, "example_mete40": [174, 177], "gbl_sw_dn_name": [175, 176, 327], "glb_diffuse_sw_dn_nam": [175, 176, 327], "direct_normal_sw_dn_nam": [175, 176, 327], "glb_sw_up_nam": [175, 176, 327], "glb_lw_dn_name": [175, 176, 327], "glb_lw_up_nam": [175, 176, 327], "air_temp_nam": 175, "lat_nam": [175, 176], "lon_nam": [175, 176], "lwdn_lt_lwup_compon": 175, "lwdn_gt_lwup_compon": 175, "bsrn": [175, 176, 275, 285, 323, 329], "w": [175, 176, 212, 215, 263], "sw": [175, 327], "diffus": [175, 176, 204, 324, 327, 339], "lw": 175, "down": 175, "air": [175, 208, 273, 280, 290, 319, 336], "shortwav": [175, 176, 204, 207, 273], "downwel": [175, 176, 202, 204, 207, 273, 293], "unshad": [175, 176], "pyranomet": [175, 176], "upwel": [175, 176, 207, 273, 293], "longwav": [175, 176, 206, 207, 273], "long": [175, 176, 206, 207, 317], "charl": [175, 176], "ellsworth": [175, 176], "g": [175, 176, 202, 215, 324, 346], "dutton": [175, 176], "v2": [175, 176, 274, 290, 296, 311, 319, 348], "2010": [175, 176, 209], "example_br": [175, 176], "down_short_hemisp": [175, 176, 207, 327], "down_short_diffuse_hemisp": [175, 176, 204, 327], "short_direct_norm": [175, 176, 204, 273, 327], "up_short_hemisp": [175, 176, 207, 327], "down_long_hemisp_shad": [175, 176, 207, 327], "up_long_hemisp": [175, 176, 207, 327], "possibl": [176, 327, 348], "direct_sw_dn_nam": 176, "sw_min_limit": 176, "lw_min_dn_limit": 176, "lw_min_up_limit": 176, "lw_max_dn_limit": 176, "lw_max_up_limit": 176, "solar_const": 176, "1366": 176, "rare": [176, 327], "pyrgeomet": 176, "constant": [176, 263], "sun": [176, 233, 254, 259, 301], "add_if_miss": 177, "flag_typ": [177, 180], "create_qc_vari": [177, 187], "update_ancillary_vari": 177, "linkag": 177, "teh": 177, "rais": [177, 219], "the_greatest_variable_ev": 177, "comp_dataset": [178, 191], "comp_var_nam": [178, 191], "time_match_threshhold": [178, 191], "60": [178, 191, 239, 251, 265, 287, 315, 343], "time_shift": [178, 191], "3600": [178, 191], "time_step": [178, 191], "time_qc_threshold": [178, 191], "shift": [178, 191, 273, 343], "similar": [178, 191, 213, 272, 350], "forward": [178, 191, 350], "backward": [178, 191], "accur": [178, 191, 202, 231], "fool": [178, 191], "noisi": [178, 191], "discret": [178, 191], "reindex": [178, 191], "analysi": [178, 181, 191, 194, 274, 288], "trip": [178, 191], "summari": [179, 189, 326], "utilz": [179, 189], "mask": [179, 180, 181, 182, 183, 189, 328], "summar": [179, 189, 326], "few": [179, 189, 273, 348, 349], "sever": [179, 189], "return_d": [179, 189, 212], "flag_values_set_valu": 180, "destroi": 180, "conflict": [180, 349], "example_aosmet": [180, 187], "temperature_ambi": [180, 187, 325], "rm_assess": [181, 182, 287, 328, 343, 345], "rm_test": [181, 182, 324, 328], "del_qc_var": [181, 287, 324, 343, 350], "don": [181, 325, 328], "ds_1": 181, "nanmean": [181, 299, 300, 331, 337], "add_less_test": [181, 328], "99": [181, 287, 291], "ds_2": 181, "all_data": 181, "98": [181, 280, 315], "86098": 181, "bad_remov": 181, "15148": 181, "return_nan_arrai": [182, 328], "ma_fill_valu": 182, "return_invers": 182, "return_mask_onli": 182, "example_irt25m20": [182, 183], "inst_up_long_dome_resist": [182, 183, 328], "add_test": [182, 183, 328], "masked_arrai": 182, "670499801635742": 182, "689199924468994": 182, "1e20": 182, "dtype": [182, 183, 197, 198, 299, 328], "float32": [182, 183, 307, 316, 324], "return_index": 183, "particular": [183, 288, 353], "test_mask": 183, "84": [183, 331], "8777": [183, 328], "8965": [183, 328], "6705": [183, 328], "6892": [183, 328], "flag_values_reset_valu": [184, 186], "reset": [184, 186, 228], "unset": [185, 186], "del": [187, 339], "mixin": 188, "qcfilter": [188, 197, 199, 200, 287, 324, 327, 328, 343, 345, 350], "spread": 188, "across": [188, 288], "dqr_link": 193, "skip_location_var": 193, "anicllari": [193, 324], "onlin": 193, "offic": [193, 194, 208, 209, 291], "dqrw": 193, "wiki": 193, "home": [193, 280, 281, 287, 288, 290, 291, 293, 296, 297, 299, 300, 302, 307, 311, 314, 315, 319, 321, 324, 328, 348], "avaibl": 193, "comma": 193, "while": [193, 273, 292, 305, 313, 349], "littl": [193, 324, 348], "overhead": 193, "event": [193, 273, 283], "submitt": 193, "erron": [193, 288], "diffuse_hemisp_narrowband_filter4": [194, 324, 345], "fft_window": 194, "shad_freq_low": [194, 195], "008": [194, 212, 272], "017": 194, "shad_freq_upp": [194, 195], "0105": 194, "0195": 194, "ratio_thresh": [194, 195], "time_interv": [194, 195], "smooth_window": 194, "shading_thresh": 194, "shadowband": [194, 324], "radiomet": [194, 215, 324], "mfrsr": [194, 345], "rss": 194, "problem": [194, 195, 212], "adapt": [194, 212, 215, 324], "adam": [194, 215, 283, 287, 288, 291, 293, 298, 301, 302, 304, 309, 313, 325, 331], "theisen": [194, 215, 283, 287, 288, 291, 293, 298, 301, 302, 304, 309, 313, 325, 331], "alexandrov": [194, 324], "et": [194, 215, 324], "al": [194, 215, 324], "basi": [194, 274], "fft": [194, 195], "narrowband": 194, "filter4": 194, "dq": 194, "know": [194, 271, 307, 343], "proper": 194, "peak": [194, 273], "freq": 194, "surround": 194, "rate": [194, 231], "mikhail": 194, "kiedron": 194, "peter": 194, "michalski": 194, "joseph": 194, "hodg": [194, 324], "gari": 194, "flynn": 194, "connor": 194, "laci": 194, "andrew": [194, 273], "optic": 194, "shadow": [194, 307], "uncertainti": [194, 288], "46": [194, 315], "8027": 194, "38": [194, 315, 336], "1364": 194, "ao": [194, 273, 307], "008027": 194, "is_sunni": 195, "freqenc": 195, "config_fil": [196, 214], "parallel": 196, "num_record": 196, "statist": [196, 203, 214], "fit": [196, 311, 345], "channel": 196, "configpars": 196, "ini": [196, 214], "enabl": [196, 288], "datapoint": 196, "record": 196, "wave_d": 196, "gaussian": 196, "qc_bit": [197, 239], "bit_numb": [197, 199, 200], "int32": [197, 307, 316, 324, 328], "fullpath": 198, "time_delim": 198, "none_if_empti": 198, "quiet": 198, "converst": 198, "last": [198, 255, 272, 339], "yml": [198, 348, 349], "keep": [198, 317, 324, 337, 348, 349], "nat": [198, 328], "delimit": 198, "suppress": 198, "exaple_met_yaml": 198, "add_supplemental_qc": [198, 324], "rh_mean": [198, 298, 304, 306, 312, 339, 353], "01t00": [198, 280], "02": [198, 244, 275, 322, 342, 347], "000": [198, 282, 334], "03": [198, 244, 275, 278, 288, 322, 324, 329, 340, 347], "44": [198, 315], "02t00": 198, "gracefulli": 200, "set_bit": 200, "aeri_d": 202, "wnum_nam": 202, "wnum": [202, 263], "rad_nam": 202, "mean_rad": 202, "hatch_nam": 202, "hatchopen": 202, "temp_low": 202, "temp_high": 202, "320": [202, 321], "maxit": [202, 215], "wavenumb": [202, 263], "effect": [202, 288], "irt": [202, 215, 263, 273], "As": [202, 273, 299, 325, 348], "handbook": [202, 343], "exhibit": 202, "aeri": [202, 263, 342], "180k": 202, "characterist": 202, "greatest": 202, "veri": [202, 303], "cold": [202, 312], "ambient": [202, 290, 311, 319], "hot": 202, "maxim": 202, "calibr": [202, 203, 272], "223k": 202, "appar": 202, "nsa": [202, 203], "oli": 202, "awr": 202, "public": [202, 273, 282, 291, 297, 324, 342, 344, 348], "tech_report": 202, "irt_handbook": 202, "ken": [202, 317, 326, 327], "keho": [202, 212, 215, 317, 326, 327], "hatch": 202, "statu": [202, 317, 348], "opent": 202, "radianc": [202, 216, 263], "zbren": 202, "iter": [202, 215], "prevent": [202, 211, 348], "runawai": 202, "aeri_irt_equiv_temperatur": 202, "factor": 203, "incandesc": 203, "diamet": [203, 273], "bc": [203, 214], "mass": [203, 214], "reject": 203, "soot": 203, "aquadag": 203, "calib": 203, "sp2particlecriteria": 203, "dmtglobal": 203, "mosaic": 203, "diam_d": 203, "incadesc": 203, "dsdh": 204, "sdn": 204, "hemispher": [204, 207], "irradi": [204, 205, 207, 273], "downwelling_sw_diffuse_hemisp_irradi": 204, "shortwave_direct_normal_irradi": 204, "longitu": 204, "variable2": 205, "diff_output_vari": 205, "ratio_output_vari": 205, "diff": [205, 328, 331], "temperature_var": 206, "vapor_pressure_var": 206, "met_d": [206, 305, 306, 344], "emiss_a": 206, "61": [206, 315], "emiss_b": 206, "06": [206, 244, 275, 328], "cloudi": 206, "monteith": 206, "unsworth": 206, "2013": [206, 208, 209], "prata": 206, "1996": 206, "splitt": 206, "bahrmann": 206, "1999": 206, "emiss": [206, 215], "bt": 206, "monteith_clear": 206, "monteith_cloudi": 206, "prata_clear": 206, "john": 206, "l": [206, 339], "mike": 206, "h": [206, 248, 308, 343], "principl": 206, "environment": [206, 348], "edit": [206, 348], "boston": 206, "academ": 206, "press": 206, "formula": 206, "estim": [206, 212, 238], "downward": 206, "quarterli": 206, "royal": 206, "societi": 206, "122": 206, "533": 206, "1127": 206, "51": [206, 280, 307, 315], "improv": [206, 238], "sir": 206, "broadband": [206, 273], "ninth": 206, "team": [206, 348], "meet": [206, 348], "proceed": 206, "san": 206, "antonio": 206, "texa": 206, "march": 206, "26": [206, 315, 322], "ush": 207, "ulh": 207, "dsh": 207, "dlh": 207, "short": [207, 273, 317, 348], "hemisper": 207, "smooth_height": [208, 209], "heffter": 208, "techniqu": [208, 209, 212], "due": [208, 290, 348, 349], "averag": [208, 209, 211, 214, 266, 275, 280, 285, 287, 295, 322, 331, 345, 346], "scheme": 208, "unknown": 208, "investig": [208, 275, 285, 295, 322], "potenti": [208, 243], "hous": [208, 209, 285, 350], "reduc": [208, 209, 211, 274, 280, 321, 350], "nois": [208, 209, 211, 212, 273], "mb": [208, 275, 278, 284, 294, 322, 329, 333, 334, 340, 347], "rm": 208, "pblht_liu_liang": [208, 209], "jl": 208, "1980": 208, "transport": [208, 290], "layer": [208, 209, 213, 273], "joint": 208, "confer": 208, "applic": [208, 348], "pollut": 208, "orlean": 208, "louisiana": 208, "sivaraman": [208, 209], "mcfarlan": [208, 209], "chapman": [208, 209], "jensen": [208, 209], "toto": [208, 209], "liu": [208, 209], "fischer": [208, 209], "planetari": [208, 209, 273], "depart": [208, 209, 291], "energi": [208, 209, 273, 291], "windspe": 209, "land_paramet": 209, "llj_max_alt": 209, "1500": [209, 273, 303], "llj_max_wspd": 209, "liang": 209, "descrep": 209, "implement": [209, 350], "impos": 209, "1500m": 209, "llj": 209, "slightli": [209, 312], "land": [209, 289], "against": [209, 236], "shuyan": 209, "xin": 209, "zhong": 209, "diurnal": 209, "cycl": 209, "climatologi": 209, "23": [209, 272, 275, 283, 288, 315, 342, 347], "21": [209, 280, 299, 315], "5790": 209, "5809": 209, "rh_name": 210, "pres_nam": 210, "sondewnpn": [210, 316], "satur": 210, "arden": 210, "buck": 210, "humid": [210, 275, 285, 295, 312, 322], "give": [210, 280, 307, 324, 337], "centimet": 210, "reader": [210, 274, 282, 324, 339], "dewpoint_temperatur": [211, 290], "moving_ave_window": 211, "comput": [211, 272, 308], "indici": [211, 275, 285, 302, 314, 315, 330, 333], "ascent": 211, "elevation_nam": 212, "elev": [212, 245, 254, 291], "azimuth_nam": 212, "azimuth": [212, 245, 250, 254, 291], "radial_velocity_nam": 212, "radial_veloc": [212, 273], "snr_name": 212, "signal_to_noise_ratio": [212, 273], "intensity_nam": 212, "snr_threshold": [212, 272], "remove_all_miss": [212, 272], "condition_limit": 212, "10000": [212, 272], "ppi": [212, 245, 275, 285, 286, 294], "scan": [212, 245], "kenneth": [212, 215], "develop": [212, 215, 274, 348, 349], "rob": 212, "newsom": [212, 273], "accordingli": 212, "veloc": [212, 273], "decid": 212, "ration": 212, "concatin": 212, "break": [212, 350], "alan": 212, "brewer": 212, "wilczak": 212, "daniel": 212, "wolf": 212, "steven": 212, "onclei": 212, "juli": 212, "lundquist": 212, "valid": [212, 236, 246, 348], "precis": 212, "discuss": [212, 274, 280, 285], "2016": [212, 291], "height_dim": [213, 331], "var_thresh": [213, 331], "fill_na": [213, 331], "return_thresh": 213, "filter_typ": 213, "uniform": 213, "edge_thresh": 213, "cloud": [213, 273, 275, 285, 317, 330, 333, 341, 347, 349], "sobel": [213, 331], "publish": [213, 273], "lit": 213, "review": [213, 299], "emploi": 213, "now": [213, 242, 272, 273, 324, 328, 343], "cbh": [213, 331, 342], "cbh_sobel_": 213, "3x3": 213, "edg": [213, 331], "strong": 213, "new_d": [213, 237, 242, 337], "kazr": 213, "tend": 213, "reflectivity_copol": 213, "correct_mpl": 213, "ceil": [213, 273, 297, 342, 344, 348], "particle_d": 214, "deltas": 214, "005": 214, "num_bin": 214, "199": 214, "avg_interv": 214, "calc_sp2_diams_mass": 214, "micron": 214, "psd_d": 214, "sky_irt": 215, "sky_ir_temp": 215, "sfc_irt": 215, "sfc_ir_temp": 215, "emi": 215, "986": 215, "templow": 215, "temphigh": 215, "350": 215, "tol": 215, "sst_variabl": 215, "sea_surface_temperatur": 215, "meant": [215, 271, 274], "advantag": 215, "multiprocess": 215, "donlon": 215, "2008": 215, "ir": [215, 273, 293], "seawat": 215, "brentq": 215, "optim": 215, "minim": [215, 236], "sst": 215, "insert": [215, 231, 273], "robinson": 215, "wimmer": 215, "fisher": 215, "reynold": 215, "edward": 215, "nightingal": 215, "infrar": 215, "autonom": 215, "isar": 215, "deploy": 215, "aboard": 215, "volunt": [215, 348], "vo": 215, "atmo": [215, 292, 352], "technol": 215, "93": 215, "113": 215, "1175": 215, "2007jtecho505": 215, "intot": 216, "cm": [216, 244, 263], "rf": 216, "rf_wnum": 216, "temperatru": 216, "commun": [217, 269, 283, 288, 348, 349, 352, 353], "toolkit": [217, 269, 291, 348, 352, 353], "coordinag": [218, 219, 337], "desired_unit": [219, 337, 342], "skip_vari": [219, 337], "skip_standard": 219, "raise_error": 219, "faster": 219, "statement": [219, 348], "varialb": [219, 328], "eg": 219, "lot": [219, 273], "unecessari": 219, "success": 219, "variabel": 219, "its": [220, 272, 309, 338, 349], "datastream_class": [220, 338], "facil": [220, 223, 235, 273, 274, 282, 290, 291, 296, 297, 311, 319, 324, 338, 342, 344, 348], "datastram": 220, "ext": [220, 338], "extens": [220, 225, 252, 338, 339, 353], "data_util": [220, 307, 338, 346], "20190501": [220, 338], "024254": [220, 338], "fn_obj": [220, 338], "sgp": [220, 235, 280, 297, 316, 324, 331, 338], "parse_datastream": 220, "datastrem": 221, "unavail": [221, 223], "could": [222, 280, 281, 283, 288, 296, 297, 311, 314, 319, 321, 324, 348], "reserv": 222, "cap": 223, "time_delta": [231, 251, 265], "accumul": [231, 308, 346], "rain": [231, 308], "_accumul": 231, "cacul": 231, "precip": [231, 287, 308, 346], "variable_accumul": 231, "stop": 232, "samp": 232, "multi": [232, 242, 321, 353], "timestep": 232, "indsert": 232, "solar_angl": 233, "dawn_dusk": [233, 259], "denot": 233, "dawk_dusk": 233, "dawn": [233, 301], "dusk": [233, 301], "twilight": [233, 259], "dark": [233, 259], "degress": 233, "time_bound": [234, 287, 307], "timestamp": [234, 343], "prefer": [234, 328, 348], "reli": 234, "middl": 234, "facility_cod": 235, "a4": 235, "i5": 235, "coord_dict": 235, "adv": 236, "err": 236, "coord_list": 237, "design": 237, "visual": [237, 274, 285, 287, 295, 341, 350], "effici": [238, 339], "nativ": 238, "cog": 238, "sog": 238, "txt_path": 239, "return_miss": 239, "submiss": 239, "consol": 239, "txt": [239, 272, 282, 283], "doesn": 239, "interpret": [239, 288], "apart": 239, "choos": [239, 328, 349], "time_str": 239, "datatim": 240, "dirnam": 241, "possibli": 241, "unpack_tar": [241, 339], "pahtlib": [241, 261, 267], "keep_name_if_on": 242, "use_dim_value_in_nam": 242, "dim_label": 242, "essenti": 242, "custom": [242, 272, 303, 310, 315, 320, 344, 353], "hard": 242, "parse_dim": 242, "temp_var_nam": [243, 257], "press_var_nam": [243, 256, 257], "temp_var_unit": [243, 257], "press_var_unit": [243, 256, 257], "pint": [243, 244, 256, 257, 274], "potential_temperatur": 243, "someth": [243, 256, 257, 344, 348], "wrong": [243, 256, 257], "in_unit": 244, "out_unit": [244, 346], "float64": [244, 280, 288], "04": [244, 273, 275, 280, 294, 307, 319, 328, 333, 336], "sweep": [245, 291], "range_var": [245, 291], "sweep_start": 245, "sweep_end": 245, "sweep_mod": 245, "sweep_az_thresh": 245, "sweep_el_thresh": 245, "py": [245, 272, 274, 275, 277, 278, 280, 281, 282, 283, 284, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 331, 332, 333, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347, 348, 349, 352, 353], "art": [245, 274, 291, 348], "date_str": 246, "output_format": 246, "return_datetim": 246, "strftime": 246, "datetime_str": 246, "datetime_obj": 246, "sdate": 247, "edat": 247, "th": [247, 328], "all_dat": 247, "decoded_nam": 249, "weather": [249, 275, 285, 291, 295, 322], "pwd22": 249, "wmo": 249, "tabl": 249, "4680": 249, "supplement": 249, "4677": 249, "doc_num": 249, "php": 249, "explnum_id": 249, "10235": 249, "az": 250, "dist": 250, "dist_unit": 250, "destin": 250, "lat2": [250, 264], "lon2": [250, 264], "analyz": [251, 272, 273, 301], "unabl": 251, "write_filenam": [252, 261, 262, 267], "fp": 252, "movi": 252, "glob": [252, 272, 282, 287, 339, 348], "alpanumer": 252, "mp4": 252, "frame": 252, "moviepi": 252, "imagesequenceclip": 252, "write_videofil": 252, "add_if_missing_in_d": 253, "use_fillvalu": 253, "nodefault": 253, "strang": 253, "becau": 253, "dq_d": 253, "skyfield": [254, 255, 259, 274], "temperature_c": 254, "pressure_mbar": 254, "awar": [254, 345], "positon": 254, "model": [254, 289], "milibar": 254, "astronom": [254, 259], "noon": [255, 273], "spane": 255, "three": 255, "span": 255, "height_differ": [256, 257], "height_unit": [256, 257], "decreas": [256, 257, 273, 348], "adjusted_pressur": 256, "eas": [257, 353], "adjusted_temperatur": 257, "date_tim": 259, "horizon": 259, "dark_twilight_dai": 259, "nautic": 259, "civil": 259, "_date": 260, "returntim": 260, "arm_dat": 260, "write_directori": [261, 262, 267, 268, 339], "created_tarfil": [262, 339], "direcotri": [262, 268], "planck": 263, "reflect": [263, 272], "ncc": 263, "nesdi": 263, "sr": 263, "degk": 263, "f77": 263, "orgin": [263, 324, 337], "jim": 263, "liligren": 263, "dqo": 263, "mentor": [263, 273, 288], "1100": 263, "81": [263, 280, 281, 296, 311, 319, 321], "49372361846207": 263, "49": [263, 288, 315], "299": 263, "9974150039702": 263, "_geod": 264, "lon1": 264, "lat1": 264, "time1": 264, "time2": 264, "calc_cog_sog": [264, 277], "delai": 264, "contin": 265, "durat": 265, "time_rang": 265, "ts_dict": 266, "weight": [266, 275, 285, 341, 347], "galleri": [266, 275, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "t_dict": 266, "sgpvdisc1": 266, "rain_rat": 266, "tbrg_precip_tot": [266, 308, 346], "org_precip_rate_mean": [266, 346], "pwd_precip_rate_mean_1min": [266, 346], "0125": 266, "tar_fil": [268, 339], "temp_dir": 268, "random": [268, 288, 339], "return_fil": [268, 339], "temporari": [268, 339], "releas": [269, 271, 274, 351], "post1": 269, "gc20753b": 269, "aug": 269, "2024": 269, "page": [270, 271, 285, 348], "built": [270, 273, 345], "hello": 271, "welcom": [271, 274, 348], "our": [271, 274, 328], "overview": 271, "narr": 271, "orient": 271, "feedback": [271, 273], "feel": 271, "free": 271, "button": [271, 348, 353], "corner": 271, "organ": [272, 348], "expand": [272, 275, 282, 285, 323, 329], "scientist": 272, "notebook": [272, 273, 277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349], "kp": [272, 283], "dt": 272, "xr": [272, 277, 287, 314, 315, 343, 346, 348], "result_22_kp": 272, "20220801": [272, 283], "result_23_kp": 272, "dkps2221322a": 272, "mom": 272, "hkps2221322a": 272, "kps2221322": [272, 283], "dkps2221323a": 272, "hkps2221323a": 272, "kps2221323": [272, 283], "ds1_kp": 272, "noaapsl": [272, 283, 350], "read_psl_radar_fmcw_mo": [272, 283], "webpag": [272, 273], "psd2": [272, 283], "realtim": [272, 283], "disdrometerparsivel": [272, 283], "stat": [272, 283, 311], "2022": [272, 280, 282, 283, 297, 342, 344], "213": [272, 283], "kps2221322_stat": [272, 283], "kps2221323_stat": [272, 283], "ds2_kp": 272, "read_psl_parsivel": [272, 283], "kps_ds1": 272, "kps_ds2": 272, "reflectivity_uncalibr": [272, 283], "act_homeyerrainbow": 272, "number_density_drop": [272, 283], "set_ylim": [272, 273, 281, 283, 287, 303], "comment": 272, "arm_token": 272, "arm_usernam": [272, 282, 297, 324, 342, 344, 348], "ds_kazr": 272, "guckazrcfrgem1": 272, "timefram": [272, 273], "kazr_fil": 272, "kazr_d": 272, "ds_ld": 272, "gucldm1": 272, "ld_file": 272, "cdf": [272, 273, 282, 298, 299, 300, 301, 302, 304, 305, 306, 308, 309, 310, 312, 314, 315, 316, 320, 327, 328, 332, 339, 343, 344, 346], "ld_d": 272, "four": [272, 273], "set_yticklabel": [272, 312], "set_ylabel": [272, 273, 308, 312, 319], "km": [272, 337, 342], "sherm": 272, "appdata": 272, "ipykernel_10268": 272, "1307396719": 272, "29": [272, 280, 315, 324, 336], "userwarn": [272, 280, 281, 287, 288, 290, 291, 293, 296, 302, 307, 311, 314, 315, 319, 321], "fixedformatt": 272, "fixedloc": 272, "33": [272, 280, 315, 347], "ds_dl": [272, 273], "gucdlppim1": 272, "dl_ppi_fil": 272, "multi_d": 272, "gucdlppi": 272, "wind_d": 272, "compute_winds_from_ppi": 272, "guc": 272, "dlppi": 272, "overlai": [272, 292, 342], "plot_barbs_from_spd_dir": [272, 292, 310, 320], "shown": [272, 273, 343], "set_xlim": 272, "01t22": 272, "01t23": [272, 328], "2500": 272, "overal": 272, "workflow": [272, 275, 347, 348], "confid": 272, "excit": 273, "saw": 273, "roughli": 273, "coverag": [273, 348], "uniqu": 273, "impact": [273, 348], "gather": 273, "togeth": [273, 277, 287, 313], "close": [273, 277, 300, 301, 302, 314, 315, 318, 321, 331, 336, 342, 344], "act": [273, 277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 335, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349, 351, 352, 353], "armliv": [273, 324, 348], "re": [273, 324, 348], "continu": 273, "half": [273, 348], "turbul": 273, "momentum": 273, "sensibl": 273, "heat": [273, 275, 285, 290, 295, 322, 343], "latent": [273, 343], "transmit": 273, "electromagnet": 273, "five": 273, "tilt": 273, "oppos": 273, "strength": 273, "cpc": 273, "3000": 273, "nanomet": 273, "fine": 273, "aerosol": [273, 275, 285, 295, 299, 322, 335, 340], "smp": 273, "spectromet": 273, "electr": 273, "differenti": 273, "dma": 273, "yourusernam": [273, 348], "yourtoken": 273, "sgpdlfpte13": 273, "08t17": 273, "08t21": 273, "watch": 273, "expert": 273, "dl_file": 273, "download_arm_data": [273, 282, 297, 324, 342, 344, 350], "drop": [273, 280, 288], "sgpecorsfe14": 273, "ecor_fil": [273, 343], "ds_ecor": [273, 287, 343], "met_fil": [273, 339], "ds_met": 273, "sgpsirse13": 273, "sirs_fil": 273, "ds_sir": 273, "sgpaoscpcufe13": 273, "cpcuf_fil": 273, "ds_cpcuf": 273, "sgpaossmpse13": 273, "smps_file": 273, "ds_smp": 273, "sgp915rwpwindmomloc1": 273, "a0": [273, 328], "rwp_file": 273, "ds_rwp": 273, "20240408": 273, "190019": 273, "180018": 273, "200019": 273, "170018": 273, "prepar": [273, 274, 282, 291, 297, 298, 324, 342, 344, 350], "shi": [273, 282, 344], "krishnamurthi": 273, "dlfpt": 273, "5439": [273, 282, 297, 324, 342, 344], "1025185": 273, "000000": [273, 277, 282, 288, 297, 298, 299, 300, 301, 303, 304, 305, 306, 308, 309, 312, 313, 317, 325, 327, 328, 331, 337, 339, 343, 344, 346], "sullivan": 273, "cook": 273, "keeler": 273, "pal": 273, "ecorsf": 273, "1494128": 273, "kyrouac": [273, 282, 344], "tufted": [273, 282, 344], "1786358": [273, 282, 344], "sengupta": 273, "xie": 273, "jaker": 273, "yang": 273, "reda": 273, "andrea": 273, "habt": 273, "1475460": 273, "koontz": 273, "bullard": 273, "kuang": 273, "hay": 273, "singh": 273, "salwen": 273, "aoscpcuf": 273, "1378933": 273, "howi": 273, "aossmp": 273, "1476898": 273, "000011": [273, 344], "muradyan": 273, "ermold": [273, 297, 324, 342, 344], "915rwpwindmomlo": 273, "1573768": 273, "beam": 273, "beam_azimuth": 273, "104": 273, "dash": 273, "ds_ceil": 273, "18": [273, 315, 317], "set_xrng": [273, 311], "set_yrng": [273, 311], "sharex": 273, "latent_flux": [273, 287], "sensible_heat_flux": [273, 287], "ecor_ax": 273, "twinx": [273, 312], "balanc": 273, "radial_velocity_snr": 273, "cb_friendli": 273, "dn_dlogdp": 273, "nipy_spectr": 273, "norm": 273, "lognorm": 273, "20000": 273, "set_yscal": 273, "subplots_adjust": [273, 287, 290, 308, 317], "wspace": 273, "hspace": [273, 287, 290, 308], "panel": [273, 283, 353], "tsi": 273, "video": 273, "With": [273, 345], "reach": [273, 348], "meter": [273, 337], "shortli": 273, "total": [273, 275, 277, 278, 280, 281, 282, 283, 284, 287, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 331, 332, 333, 334, 336, 337, 338, 339, 340, 342, 343, 344, 345, 346, 347], "notic": [273, 339], "plant": 273, "respons": 273, "uptak": 273, "ryan": 273, "thermal": 273, "bouldari": 273, "burst": 273, "npf": 273, "photochem": 273, "activ": [273, 349], "post": [273, 285, 348], "conclud": 273, "ashish": 273, "had": [273, 349], "springtim": 273, "recur": 273, "region": [273, 283], "paper": 273, "later": [273, 324, 328], "coincid": [273, 343], "17": [273, 275, 315, 343, 347], "beyond": 273, "nsmp": 273, "unclear": 273, "fluctuat": 273, "insol": 273, "onset": 273, "concern": 273, "nm": 273, "interest": 273, "learn": 273, "visit": 273, "thank": 273, "staff": 273, "contribut": [273, 285, 351], "idea": [273, 274, 348], "blog": [273, 285, 348], "grover": [273, 306, 315], "janek": 273, "uin": 273, "paytsar": 273, "jenni": 273, "vari": [274, 348], "everi": [274, 348], "scientif": [274, 288], "share": 274, "goal": 274, "effort": 274, "overarch": 274, "roadmap": 274, "submit": 274, "addition": [274, 350], "board": 274, "question": 274, "tell": [274, 299, 324], "soon": 274, "pyproj": 274, "proj": 274, "six": 274, "geoplot": [274, 289, 296], "scikit": 274, "posthoc": 274, "writer": 274, "softwar": [274, 291], "git": [274, 352], "clone": [274, 352], "plan": [274, 324], "fork": 274, "repositori": [274, 350], "highli": 274, "bsd": 274, "claus": 274, "licens": 274, "contributor": [274, 350], "launch": 274, "suit": 274, "pytest": [274, 348], "pyarg": [274, 348], "235": 275, "execut": [275, 278, 284, 294, 322, 329, 333, 334, 340, 347], "54": [275, 315], "mem": [275, 278, 284, 294, 322, 329, 333, 334, 340, 347], "transform": [275, 285, 290, 315, 324, 341, 347], "plot_qc_transform": [275, 345, 347], "268": [275, 345, 347], "plot_asos_temp": [275, 281, 284], "55": [275, 281, 284, 315], "620": [275, 281, 284], "plot_multiple_dataset": [275, 344, 347], "37": [275, 280, 315, 344, 347], "557": [275, 344, 347], "aerio": [275, 285, 341, 347], "plot_aerioe_with_cbh": [275, 342, 347], "424": [275, 342, 347], "plot_convert_ameriflux": [275, 287, 294], "541": [275, 287, 294], "plot_merged_product": [275, 343, 347], "907": [275, 343, 347], "simpl": [275, 285, 295, 305, 306, 309, 316, 317, 322, 325, 327], "plot_ceil": [275, 297, 322], "918": [275, 297, 322], "plot_neon": [275, 282, 284, 343], "11": [275, 282, 284, 291, 297, 299, 315, 319, 328, 342], "450": [275, 282, 284], "plot_noaa_fmcw_mo": [275, 283, 284], "224": [275, 283, 284], "plot_weighted_averag": [275, 346, 347], "036": [275, 346, 347], "plot_hysplit": [275, 289, 294], "704": [275, 289, 294], "plot_cbh_sobel": [275, 331, 333], "534": [275, 331, 333], "plot_arm_qc": [275, 324, 329], "982": [275, 324, 329], "plot_change_unit": [275, 337, 340], "834": [275, 337, 340], "plot_dai": [275, 300, 322], "597": [275, 300, 322], "plot_correct_ship_wind_data": [275, 277, 278], "143": [275, 277, 278], "plot_data_ros": [275, 299, 322], "578": [275, 299, 322], "plot_surfrad": [275, 293, 294], "981": [275, 293, 294], "mimic": [275, 285, 286, 294], "plot_create_arm_d": [275, 288, 294], "944": [275, 288, 294], "airnow": [275, 279, 284, 285, 348, 350], "plot_airnow": [275, 280, 284], "795": [275, 280, 284], "691": [275, 321, 322], "plot_tar": [275, 339, 340], "481": [275, 339, 340], "plot_exampl": [275, 303, 322], "395": [275, 303, 322], "windros": [275, 285, 295, 322], "windbarb": [275, 285, 295, 322], "plot_wind_ros": [275, 320, 322], "393": [275, 320, 322], "daili": [275, 280, 285, 295, 322], "daytim": [275, 285, 295, 322], "plot_daytime_averag": [275, 301, 322], "280": [275, 301, 322], "plot_rh_timeseri": [275, 310, 322], "170": [275, 310, 322], "baselin": [275, 285, 323, 329], "plot_qc_bsrn": [275, 327, 329], "103": [275, 327, 329], "plot_state_vari": [275, 317, 322], "894": [275, 317, 322], "plot_icartt": [275, 290, 294], "854": [275, 290, 294], "plot_contour": [275, 298, 322], "753": [275, 298, 322], "plot_multiple_column": [275, 306, 322], "682": [275, 306, 322], "aaf": [275, 285, 290, 295, 322], "flight": [275, 285, 295, 322], "plot_aaf_track": [275, 296, 322], "648": [275, 296, 322], "plot_heatmap": [275, 304, 322], "624": [275, 304, 322], "plot_skewt": [275, 314, 322], "553": [275, 314, 322], "plot_raw_minimpl": [275, 291, 294], "550": [275, 291, 294], "airspe": [275, 285, 295, 322], "plot_scatt": [275, 304, 311, 322], "545": [275, 311, 322], "plot_time_height_scatt": [275, 318, 322], "plot_qc": [275, 309, 322], "476": [275, 309, 322], "plot_enhanced_skewt": [275, 302, 322], "467": [275, 302, 322], "quantil": [275, 285, 295, 322], "plot_violin": [275, 319, 322], "459": [275, 319, 322], "plot_sodar": [275, 292, 294], "377": [275, 292, 294], "plot_dqr_qc": [275, 325, 329], "351": [275, 325, 329], "plot_skewt_with_text": [275, 315, 322], "337": [275, 315, 322], "present": [275, 285, 295, 322], "plot_presentweathercod": [275, 308, 322], "273": [275, 308, 322], "plot_size_distribut": [275, 313, 322], "263": [275, 313, 322], "plot_sond": [275, 316, 322], "247": [275, 316, 322], "plot_secondary_i": [275, 312, 322], "226": [275, 312, 322], "forc": [275, 285, 323, 329], "plot_force_line_qc": [275, 326, 329], "184": [275, 326, 329], "plot_get_stability_indices_exampl": [275, 332, 333], "132": [275, 332, 333], "plot_hist_kwarg": [275, 305, 322], "094": [275, 305, 322], "plot_pie_chart": [275, 307, 322], "079": [275, 307, 322], "plot_calculated_percentag": [275, 336, 340], "070": [275, 336, 340], "plot_qc_exampl": [275, 328, 329], "048": [275, 328, 329], "plot_parse_filenam": [275, 338, 340], "001": [275, 282, 288, 338, 340], "arm_test_data": [277, 289, 290, 291, 292, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 339, 343, 344, 345, 346], "navig": [277, 290, 296, 311, 319], "mainli": 277, "filename_nav": 277, "fetch": [277, 289, 290, 291, 292, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 339, 343, 344, 345, 346, 348], "marnavm1": 277, "20180201": [277, 325], "nav_d": 277, "nav": 277, "ship_util": 277, "filename_aosmet": [277, 325], "maraosmetm1": [277, 325], "aosmet_d": 277, "previous": [277, 350], "compat": [277, 287, 343], "pitch": 277, "correct_wind": 277, "jupyt": [277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346, 349], "ipynb": [277, 280, 281, 282, 283, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "sphinx": [277, 280, 281, 282, 283, 285, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 331, 332, 336, 337, 338, 339, 342, 343, 344, 345, 346], "auto_exampl": [278, 284, 294, 322, 329, 333, 334, 340, 347], "discov": [279, 285], "epa": 280, "aq": 280, "74630": 280, "api_kei": 280, "fe5abc2b": 280, "529d": 280, "4ca7": 280, "ac8d": 280, "d1095dd2804d": 280, "776b": 280, "int64": [280, 288], "64b": 280, "dateissu": 280, "dateforecast": 280, "reportingarea": 280, "oklahoma": [280, 297, 316], "citi": 280, "statecod": 280, "47": [280, 313, 315, 336], "parameternam": 280, "o3": 280, "pm2": 280, "40": [280, 290, 305, 311, 315, 328], "categorynumb": 280, "categorynam": 280, "good": [280, 324, 348], "actiondai": 280, "8b": [280, 307, 314, 316], "southerli": 280, "todai": 280, "bring": 280, "moi": 280, "288b": 280, "24b": 280, "dateobserv": 280, "hourobserv": 280, "localtimezon": 280, "cst": 280, "39": [280, 315], "moder": 280, "584b": 280, "13": [280, 315], "u10": 280, "40b": 280, "ponca": 280, "104b": 280, "01t1": 280, "aqs_id": 280, "400710604": 280, "24": [280, 315], "42": [280, 315], "43": [280, 315, 316], "raw_concentr": 280, "runner": [280, 281, 287, 288, 290, 291, 293, 296, 297, 299, 300, 302, 307, 311, 314, 315, 319, 321, 324, 328], "discern": [280, 281, 296, 311, 319, 321], "datastreamnam": [280, 281, 296, 311, 319, 321], "defaultnam": [280, 281, 296, 311, 319, 321], "act_datastream": [280, 281, 296, 311, 319, 321], "warn": [280, 281, 287, 288, 291, 296, 307, 311, 319, 321, 328, 332], "account": [280, 353], "getenv": [280, 282, 297, 324, 342, 344], "airnow_api": [280, 348], "len": [280, 282, 297, 308, 315, 324, 342, 344, 346], "get_airnow_forecast": 280, "958": 280, "88": [280, 317], "rudimentari": 280, "get_airnow_ob": 280, "squeez": 280, "lat_lon": 280, "172": 280, "879": 280, "96": 280, "76": 280, "069": 280, "get_airnow_bounded_ob": 280, "01t12": 280, "get_asos_data": [281, 348, 350], "2m": 282, "slope": 282, "nsametc1": 282, "20221003": 282, "20221002": 282, "20221004": 282, "20221005": 282, "20221007": 282, "20221001": 282, "20221006": 282, "d18": 282, "barr": 282, "dp1": 282, "00002": 282, "20230220t172200z": 282, "sensor_posit": 282, "010": 282, "030": 282, "saat_30min": 282, "eml": 282, "20221101": 282, "20240127t000425z": 282, "xml": 282, "saat_1min": 282, "020": 282, "arm_password": [282, 297, 324, 342, 344, 348], "download_neon_data": [282, 350], "barr_dp1": 282, "ds2": [282, 283], "read_neon_csv": 282, "tempsinglemean": 282, "campaign": 283, "crest": [283, 308], "butt": [283, 308], "deploi": 283, "benefit": 283, "broader": 283, "zach": [283, 307, 336], "sherman": [283, 292, 305, 307, 336], "kettl": 283, "pond": 283, "2200": 283, "2300": 283, "result_22": 283, "result_23": 283, "ds1": 283, "homeyerrainbow": [283, 297, 342], "088": 284, "templat": 285, "tutori": 285, "utili": [285, 335], "auto_examples_python": 285, "auto_examples_jupyt": 285, "lbl": 287, "57": [287, 315], "ecor": [287, 343], "example_ecorsf_e39": 287, "stamp": 287, "datetime_util": [287, 343], "adjust_timestamp": [287, 343], "add_dqr_to_qc": [287, 324, 325, 343], "datafilt": [287, 324, 343, 345, 350], "seb": [287, 343], "example_sebs_e39": 287, "ds_seb": [287, 343], "example_stamp_e39": 287, "ds_stamp": 287, "example_stamppcp_e39": 287, "ds_stamppcp": 287, "30min": 287, "amc": 287, "example_amc_e39": 287, "ds_amc": 287, "convert_to_ameriflux": 287, "a14": 287, "mergedflux": 287, "makedir": 287, "_hh_": 287, "timestamp_start": 287, "iloc": 287, "timestamp_end": 287, "to_csv": 287, "surface_soil_heat_flux_1": [287, 343], "surface_soil_heat_flux_2": 287, "surface_soil_heat_flux_3": 287, "soil_specific_water_content_west": 287, "get_ylim": 287, "458": 288, "3mb": 288, "12kb": 288, "1438": 288, "1439": 288, "400b": 288, "48": [288, 315], "999e": 288, "num_drop": 288, "576kb": 288, "qc_num_drop": 288, "num_dens": 288, "qc_num_dens": 288, "moment5": 288, "moment6": 288, "radar_reflect": 288, "command_lin": [288, 316, 324], "process_vers": [288, 316, 324], "dod_vers": [288, 316, 324], "site_id": [288, 316, 324], "facility_id": [288, 316], "input_sourc": [288, 324], "qc_bit_3_descript": 288, "qc_bit_3_assess": 288, "qc_bit_4_descript": 288, "qc_bit_4_assess": 288, "histori": [288, 316, 324], "resolution_descript": 288, "fewer": 288, "thu": 288, "unnecessari": 288, "lead": 288, "mislead": 288, "conclus": 288, "nresolut": 288, "sampling_interv": 288, "serial_numb": 288, "bin_width": 288, "represent": 288, "nthe": 288, "logic": 288, "bitwis": 288, "oper": 288, "examin": 288, "equival": 288, "nbit_1": 288, "00000001": 288, "0x01": 288, "nbit_2": 288, "00000010": 288, "0x02": 288, "nbit_3": 288, "00000100": 288, "0x04": 288, "nbit_4": 288, "00001000": 288, "0x08": 288, "nbit_5": 288, "00010000": 288, "0x10": 288, "qc_bit_1_descript": 288, "qc_bit_1_assess": 288, "qc_bit_2_descript": 288, "qc_bit_2_assess": 288, "workbench": 288, "1234253sdgfadf": 288, "create_ds_from_arm_dod": 288, "easiest": [288, 348], "coorespond": 288, "attribuet": 288, "att": 288, "sgpvdisx1": 288, "20230101": 288, "write_netcdf": 288, "backtrajectori": 289, "houston": 289, "robert": [289, 316], "jackson": [289, 300, 316], "houstonaug300": 289, "0summer2010080100": 289, "read_hysplit": 289, "consortium": 290, "joe": [290, 296, 308, 311, 319], "brien": [290, 296, 308, 311, 319], "No": [290, 293, 307, 345], "artist": [290, 293], "loc": 290, "read_icartt": [290, 296, 311, 319], "aerial": [290, 296, 311, 319], "filename_icartt": [290, 296, 311, 319], "aafnav_cor_20181104_r0": [290, 296, 311, 319], "ict": [290, 296, 311, 319], "ambient_temp": [290, 311, 319], "static": 290, "total_temp": [290, 319], "static_pressur": 290, "pyart": [291, 348], "partli": 291, "jj": 291, "helmu": 291, "sm": 291, "colli": 291, "jor": 291, "5334": 291, "119": 291, "micromamba": [291, 297, 299], "env": [291, 297, 299, 348, 349], "lib": [291, 297, 299], "python3": [291, 297, 299], "radardisplai": 291, "pyart_avail": 291, "importerror": 291, "filename_mpl": 291, "201509021500": 291, "bi": 291, "read_sigma_mplv5": 291, "create_pyart_obj": 291, "azimuth_angl": 291, "elevation_angl": 291, "nrb_copol": 291, "title_flag": 291, "jet": 291, "argonn": 292, "nation": 292, "anl": 292, "zachari": [292, 305], "read_sodar": 292, "filename_sodar": 292, "20230404": 292, "mnd": 292, "read_mfas_sodar": 292, "shear": 292, "tbl23152": 293, "tbl23153": 293, "boulder_co_surfrad": 293, "32": [293, 315, 316], "download_surfrad_data": [293, 350], "tbl": 293, "20230601": 293, "20230602": 293, "enough": 293, "aftp": 293, "boulder_co": 293, "tbl23008": 293, "tbl23009": 293, "read_surfrad": 293, "upwelling_glob": 293, "downwelling_glob": 293, "net_radi": 293, "net_ir": 293, "total_net": 293, "951": 294, "referenc": 296, "track": 296, "press_alt": 296, "ceiliomet": [297, 344], "sgpceilc1": [297, 303, 317, 331, 337, 342, 344], "20220117": 297, "000010": 297, "20220115": 297, "000015": 297, "20220116": 297, "000013": 297, "20220114": 297, "000001": 297, "20220118": 297, "000008": [297, 344], "zhang": [297, 342, 344], "morri": [297, 342, 344], "1181954": [297, 342, 344], "core": [297, 328], "127": 297, "runtimewarn": [297, 299, 300], "encount": [297, 302, 314, 315], "log10": 297, "_execute_task": 297, "cach": 297, "arg": 297, "filename_ceil": [297, 303, 317, 331, 337, 344], "20190101": [297, 299, 300, 301, 302, 303, 304, 305, 306, 309, 312, 314, 316, 317, 331, 332, 337, 339, 344, 346], "ceil_d": [297, 342, 344], "19": [297, 315], "correct_ceil": [297, 344, 348], "met_contour_list": 298, "sgpmete15": 298, "20190508": 298, "sgpmete31": 298, "sgpmete32": 298, "sgpmete33": 298, "sgpmete34": 298, "sgpmete35": 298, "sgpmete36": 298, "sgpmete37": 298, "sgpmete38": 298, "sgpmete39": 298, "sgpmete40": 298, "sgpmete9": 298, "met_contour_filenam": 298, "2019": [298, 316, 328], "08t04": 298, "000000000": [298, 336], "wind_field": 298, "station_field": 298, "wspd_vec_mean": [298, 299, 300], "wdir_vec_mean": [298, 299, 300, 306], "vapor_pressure_mean": 298, "create_contour": 298, "plot_vectors_from_spd_dir": 298, "plot_stat": 298, "markers": 298, "seen": [299, 325, 348], "final": [299, 353], "major": [299, 350], "bullsey": 299, "0\u00bac": 299, "northeast": 299, "15\u00bac": 299, "south": 299, "ne": 299, "extend": [299, 324], "358": [299, 300], "arr": [299, 300, 328], "idx": [299, 300], "nanfunct": 299, "1215": 299, "keepdim": 299, "1879": 299, "freedom": 299, "var": 299, "nanvar": 299, "ddof": 299, "429": 299, "mean_data": 299, "met_wildcard_list": [299, 300, 301, 304, 306, 339, 346], "20190102": [299, 300, 301, 304, 306, 339, 346], "20190103": [299, 300, 301, 304, 306, 339, 346], "20190104": [299, 300, 301, 304, 306, 339, 346], "20190105": [299, 300, 301, 304, 306, 339, 346], "20190106": [299, 300, 301, 304, 306, 339, 346], "20190107": [299, 300, 301, 304, 306, 339, 346], "met_filenam": [299, 300, 301, 304, 306, 346], "plot_data": [299, 300], "bobbi": 300, "group_bi": 300, "plot_group": 300, "tick_param": 300, "add_solar_vari": 301, "geo_util": 301, "sun_vari": 301, "skipna": 301, "linestyl": 301, "solid": 301, "179": [302, 314, 315], "lfc": [302, 314, 315], "mpcalc": [302, 314, 315], "p_sort": [302, 314, 315], "t_sort": [302, 314, 315], "td_sort": [302, 314, 315], "filename_sond": [302, 314, 315, 316, 332], "sgpsondewnpnc1": [302, 314, 316, 332], "053200": [302, 314, 316, 332], "aspect": 303, "tempor": 303, "slow": 303, "courser": 303, "greatli": [303, 348], "1min": [303, 346], "quick": 303, "assign_to_figure_axi": [303, 308, 313], "person": 303, "filename_met": [305, 308, 309, 312, 344], "histdisplai": 305, "plot_stacked_bar": [305, 350], "arang": 305, "maxwel": [306, 315], "tab": 306, "temp_std": 306, "rh_std": 306, "wdir_vec_std": 306, "chemic": 307, "speciat": 307, "keysview": 307, "408b": 307, "20t00": 307, "816b": 307, "chunksiz": [307, 316, 324], "meta": [307, 316, 324], "ndarrai": [307, 316, 324, 328], "total_organ": 307, "204b": 307, "qc_total_organ": 307, "sulfat": [307, 336], "qc_sulfat": 307, "ammonium": [307, 336], "qc_ammonium": 307, "nitrat": [307, 336], "qc_nitrat": 307, "chlorid": [307, 336], "qc_chlorid": 307, "airbeam_normalization_factor": 307, "inlet_pressur": 307, "4b": [307, 324], "1397": 307, "whole": 307, "sgpaosacsme13": [307, 336], "b2": [307, 336], "20230420": [307, 336], "000109": [307, 336], "data_var": [307, 337], "avoid": [307, 349], "explod": 307, "nice": 307, "dateformatt": 308, "num2dat": 308, "gucmetm1": 308, "20230301": 308, "inst_util": 308, "decode_present_weath": 308, "pwd_pw_code_inst": 308, "pre_accum": 308, "accumulate_precip": [308, 346], "qc_tbrg_precip_tot": 308, "tbrg_precip_total_accumul": [308, 346], "accum": 308, "tbrg_accum": 308, "date_form": 308, "accumual": 308, "gaug": 308, "xaxi": 308, "set_major_formatt": 308, "set_xlabel": 308, "pwd": [308, 346], "xtick": 308, "get_xtick": 308, "ndate": 308, "ncode": 308, "pwd_pw_code_inst_decod": 308, "tzinfo": 308, "tolist": 308, "pwd_code": 308, "mark": 308, "get_ytick": 308, "enumer": 308, "rotat": [308, 324], "va": 308, "bottom": [308, 317, 326, 327], "qc_flag_block_plot": [309, 324, 325, 326, 327, 343], "worth": [310, 320], "twp_sonde_wildcard_list": [310, 320], "twpsondewnpnc3": [310, 315, 320], "20060119": [310, 320], "050300": [310, 320], "112000": [310, 320], "163300": [310, 320], "231600": [310, 315, 320], "20060120": [310, 320], "043800": [310, 320], "111900": [310, 320], "170800": [310, 320], "231500": [310, 320], "20060121": [310, 315, 320], "051500": [310, 320], "111600": [310, 320], "171600": [310, 320], "20060122": [310, 320], "052600": [310, 320], "111500": [310, 320], "171800": [310, 320], "232600": [310, 320], "20060123": [310, 320], "052500": [310, 320], "111700": [310, 320], "20060124": [310, 320], "111800": [310, 320], "171700": [310, 320], "sonde_filenam": [310, 320], "plot_time_height_xsection_from_1d_data": [310, 320], "ylgn": 310, "mstat": 311, "pearsonr": 311, "true_airspe": 311, "ground_spe": 311, "circ": 311, "noqa": [311, 324], "w605": 311, "140": [311, 322], "ma": [311, 328, 348], "polyfit": 311, "poly1d": 311, "linewidth": [311, 342], "135": 311, "3f": 311, "fontsiz": [311, 315], "pearson": 311, "correl": 311, "cc_conc": 311, "cc": 311, "130": 311, "2f": 311, "125": 311, "0f": 311, "set_ratio_lin": 311, "ax2": 312, "set_ytick": 312, "That": [312, 345], "freez": 312, "65": 312, "85": 312, "tight_layout": [312, 318], "ccn": 313, "droplet": 313, "filename_ccn": 313, "sgpaosccn2colae13": 313, "20170903": 313, "t_ind": 313, "03t15": 313, "n_ccn_dn": 313, "droplet_s": 313, "display2": 313, "qc_time": [314, 316], "qc_pre": [314, 316], "qc_tdry": 314, "qc_dp": 314, "qc_wspd": 314, "qc_deg": 314, "qc_rh": 314, "qc_u_wind": 314, "qc_v_wind": 314, "wstat": [314, 316], "asc": [314, 316], "qc_asc": [314, 316], "lifted_index": [314, 315, 332], "28": [314, 315, 332], "47592111": 314, "kelvin": [314, 332], "retain": [314, 315], "set_opt": [314, 315], "keep_attr": [314, 315, 343], "calculate_stability_indici": [314, 315, 332], "168": 315, "800000190734863": 315, "900000095367432": 315, "099999904632568": 315, "199999809265137": 315, "300000190734863": 315, "400000095367432": 315, "599999904632568": 315, "699999809265137": 315, "100000381469727": 315, "399999618530273": 315, "600000381469727": 315, "899999618530273": 315, "200000762939453": 315, "299999237060547": 315, "700000762939453": 315, "799999237060547": 315, "27": 315, "20000076293945": 315, "29999923706055": 315, "599998474121094": 315, "79999923706055": 315, "900001525878906": 315, "099998474121094": 315, "400001525878906": 315, "70000076293945": 315, "52": 315, "53": 315, "56": 315, "58": 315, "59": [315, 328], "62": 315, "t_profil": 315, "175": 315, "sbcape": 315, "sbcin": 315, "surface_based_cape_cin": 315, "183": 315, "mucap": 315, "mucin": 315, "most_unstable_cape_cin": 315, "419": 315, "prof": 315, "td": 315, "surface_based_cap": [315, 332], "surface_based_cin": [315, 332], "most_unstable_cap": [315, 332], "most_unstable_cin": [315, 332], "lifted_condensation_level_temperatur": [315, 332], "lifted_condensation_level_pressur": [315, 332], "helper": 315, "def": [315, 332, 337, 348], "format_vari": 315, "rounding_digit": 315, "round": 315, "prop": 315, "boxstyl": 315, "facecolor": 315, "wheat": 315, "transax": 315, "verticalalign": 315, "bbox": 315, "451kb": 316, "4176": 316, "33kb": 316, "01t05": 316, "17kb": [316, 324, 328], "sonde_ingest": 316, "c1": [316, 317, 321, 326, 342], "el6": 316, "ingest_softwar": 316, "lamont": 316, "dsmgr": [316, 324], "rubi": 316, "_file_d": [316, 324], "_file_tim": [316, 324], "_arm_standards_flag": [316, 324], "detection_statu": 317, "rewritten": 317, "pretti": 317, "clean_arm_state_vari": 317, "wrap": 317, "classificaiton": 317, "cloud_phase_hsrl": 317, "filename_cloud": 317, "nsacloudphasec1": 317, "20180601": 317, "y_axis_label": 317, "flag_color": 317, "cyan": 317, "yellow": 317, "grai": 317, "colorbar_l": 317, "locaiton": 317, "room": 317, "margin": 317, "time_height_scatt": 318, "set_xtick": 319, "ntemp": 319, "ntemperatur": 319, "set_xticklabel": 319, "linspac": 320, "put_display_in_subplot": 320, "coolwarm_r": 320, "visst": 321, "filename_visst": 321, "twpvisstgridirtemp": 321, "20050705": 321, "002500": 321, "extern": 324, "configuraiton": 324, "known": [324, 348], "sgpmfrsr7nche11": [324, 345], "20210329": [324, 345], "070000": [324, 345], "herrera": 324, "multifilt": 324, "mfrsr7nch": 324, "1429369": 324, "69kb": 324, "4320": [324, 328], "35kb": [324, 328], "qc_diffuse_hemisp_narrowband_filter4": 324, "mfrsr7nch_ingest": 324, "e11": 324, "el7": 324, "collect": [324, 349], "mfr": 324, "flint": 324, "ll": 324, "prepen": 324, "everyth": [324, 348], "stanard": 324, "keep_var": 324, "appi": 324, "misalign": 324, "actual": 324, "archiveservic": 324, "dqrservic": 324, "dqrid": 324, "d210405": 324, "add_greater_test": 324, "grow": 324, "fast": 324, "fourier": 324, "approach": 324, "fft_shading_test": 324, "plu": 324, "did": 324, "inspect": 324, "hardcod": 324, "apply_supplemental_qc": 324, "reappli": 324, "aosmet": 325, "obj": 325, "infom": 326, "filename_surf": 326, "nsasurfspecalb1mlawerc1": 326, "20160609": 326, "080000": 326, "wish": [326, 328], "surface_albedo_mfr_narrowband_10m": 326, "pixel": 326, "rather": 326, "cateori": 326, "colorblind": 327, "awi": 327, "de": 327, "filename_br": 327, "sgpbrsc1": 327, "20190705": 327, "varialbl": 327, "defualt": 327, "physical": 327, "bsrn_limits_test": 327, "bsrn_comparison_test": 327, "qctest": 328, "qc_inst_up_long_dome_resist": 328, "maskedarrai": 328, "877699851989746": 328, "896500110626221": 328, "82": 328, "deprecationwarn": 328, "nonzero": 328, "0d": 328, "deprec": 328, "behav": 328, "surprisingli": 328, "atleast_1d": 328, "cond": 328, "old": 328, "intend": 328, "context": 328, "instantan": 328, "upwellin": 328, "quality_flag": 328, "warn_max": 328, "At": 328, "least": 328, "parse_bit": 328, "come": [328, 353], "filename_irt": 328, "sgpirt25m20sc1": 328, "20190601": [328, 343], "simul": 328, "add_missing_value_test": 328, "Or": 328, "nresult": 328, "add_greater_equal_test": 328, "get_masked_data": 328, "ndata": 328, "pick": 328, "wan": 328, "demonstr": 328, "max_differ": 328, "masked_great": 328, "nqc": 328, "pake": 328, "nmask": 328, "nnormal": 328, "668": 329, "ceilomt": 331, "37419": 331, "generic_sobel_cbh": 331, "first_cbh": [331, 337, 342], "cbh_sobel_backscatt": 331, "475921106085877": 332, "963130013251858": 332, "kg": 332, "078224529338513": 332, "degree_celsiu": 332, "927": 332, "1638157194121": 332, "hectopasc": 332, "filterwarn": 332, "print_summari": [332, 337], "666": 333, "composit": 336, "20t17": 336, "20t20": 336, "677": 337, "3226928710938": 337, "second_cbh": 337, "872": 337, "345703125": 337, "318": 337, "6773227453231812": 337, "8723457455635071": 337, "retur": 337, "7800002098083496": 337, "change_unit": [337, 342], "faset": 337, "ii": 337, "startswith": 337, "explicitli": 337, "requri": 337, "dataet": 337, "constitu": 338, "e13": 338, "datastreamparserarm": 338, "nsite": 338, "independ": 339, "temporary_directori": 339, "gz": 339, "tmprbq5_sx8": 339, "io_util": 339, "cleanup_fil": 339, "pack_gzip": 339, "pack_tar": 339, "bundl": 339, "new_dir": 339, "unlink": 339, "often": 339, "untar": 339, "directroi": 339, "simultan": 339, "collid": 339, "rmdir": 339, "387": 340, "sgpaerioe1turnc1": 342, "20220211": 342, "000354": 342, "shippert": 342, "thermodynam": 342, "aerioe1turn": 342, "1483830": 342, "000005": 342, "aerioe_d": 342, "isn": [342, 348], "coord": 342, "markeredgewidth": 342, "viridi": 342, "watervapor": 342, "savefig": 342, "png": 342, "altern": 343, "ebbr_fil": 343, "sgp30ebbre13": 343, "sgp30ecore14": 343, "sebs_fil": 343, "sgpsebse14": 343, "ds_ebbr": 343, "ebbr": 343, "lv_e": 343, "purpos": [343, 348, 350], "latent_heat_flux_ecor": 343, "qc_latent_heat_flux_ecor": 343, "qc_lv_e": 343, "begin": 343, "latent_heat_flux": 343, "sgpecor_ebbr_seb": 343, "20220106": 344, "000003": 344, "20220101": 344, "000014": 344, "20220102": 344, "20220103": 344, "000009": 344, "20220107": 344, "20220105": 344, "000006": 344, "20220104": 344, "26666667": 345, "93333333": 345, "00013936": 345, "0001885": 345, "filename_mfrsr": 345, "ds_5min": 345, "5min": 345, "sens": 345, "naverag": 345, "ds_5minb": 345, "average_qcd": 345, "cf_d": 346, "hr": 346, "new_da": 346, "da": 346, "convert_unit": 346, "to_dataset": 346, "ts_weighted_averag": 346, "weighted_mean": 346, "org_precip_rate_mean_accumul": 346, "pwd_precip_rate_mean_1min_accumul": 346, "weighted_mean_accumul": 346, "avg": 346, "192": 347, "appreci": 348, "credit": 348, "alwai": [348, 350], "troubleshoot": 348, "reproduc": 348, "tag": 348, "whoever": 348, "offici": 348, "docstr": 348, "articl": 348, "send": 348, "propos": 348, "scope": 348, "narrow": 348, "rememb": 348, "driven": 348, "readi": 348, "repo": 348, "anaconda": [348, 352], "commit": 348, "hook": 348, "push": 348, "icon": 348, "master": [348, 349], "remot": 348, "upstream": 348, "ssh": 348, "miniconda": 348, "pip": [348, 349, 352], "conda": [348, 349, 352], "creating_environ": 348, "sai": 348, "wind_rose_plot": 348, "admin": 348, "branch_nam": 348, "checkout": 348, "task": 348, "mind": 348, "untrack": 348, "__init__": 348, "submodul": 348, "introduct": 348, "pep8": 348, "parti": 348, "actaccessor": 348, "numpydoc": 348, "readthedoc": 348, "en": 348, "act_obj": 348, "the_d": [348, 353], "the_flag": 348, "explan": 348, "mention": [348, 349], "why": 348, "privat": 348, "smaller": 348, "_get_valu": 348, "lint": 348, "rule": 348, "dev": 348, "pep": 348, "0008": 348, "afterward": 348, "neccessari": 348, "adher": 348, "portal": 348, "filler": 348, "clearli": 348, "read_netcdf": [348, 350], "password": 348, "credenti": 348, "protect": 348, "agenc": 348, "secur": 348, "action": 348, "amount": 348, "coveral": 348, "quirk": 348, "assert": 348, "futur": 348, "ran": 348, "rerun": 348, "test_correct_ceil": 348, "fake": 348, "fake_data": 348, "arm_obj": 348, "forg": [348, 349, 352], "test_correct": 348, "cd": [348, 352], "gitignor": 348, "caught": 348, "acronym": 348, "maint": 348, "finish": [348, 349], "quotat": 348, "hit": 348, "termin": [348, 349], "acronymn": 348, "gitwash": 348, "development_workflow": 348, "editor": [348, 349], "sty": 348, "whitespac": 348, "linux": 348, "usual": 348, "vim": 348, "ff": 348, "rebas": 348, "upsteam": 348, "guidelin": 348, "rst": 348, "pypi": [348, 352], "travi": 348, "ci": 348, "checker": 348, "travisci": 348, "past": 348, "sit": 348, "scm": 348, "book": 348, "root": 349, "exit": 349, "led": 349, "prioriti": 349, "config": 349, "blob": 349, "act_env": 349, "deactiv": 349, "enviro": 349, "scratch": 349, "astral": 349, "ipython": 349, "spyder": 349, "gitter": 349, "im": 349, "streamlin": 350, "get_armfil": 350, "get_arm_doi": 350, "get_airnow": 350, "get_crop_typ": 350, "get_noaapsl": 350, "get_neon": 350, "get_site_product": 350, "get_neon_site_product": 350, "get_product_avail": 350, "get_neon_product_avail": 350, "get_surfrad": 350, "download_surfrad": 350, "reason": 350, "armfil": 350, "read_mmcr": 350, "read_arm_mmcr": 350, "csvfile": 350, "difficult": 350, "simpler": 350, "histogramdisplai": 350, "inclus": 350, "plot_stacked_bar_graph": 350, "plot_stairstep_graph": 350, "plot_stairstep": 350, "stamen": 350, "geoographicplotdisplai": 350, "retir": 350, "availab": 350, "octob": 350, "behaviour": 350, "upgrad": 350, "environ": 351, "datasetaccessor": 353, "sphx_glr_source_auto_examples_plot_sond": 353, "multipanel": 353, "snippet": 353, "instruct": 353, "receiv": 353, "get_data": 353, "preced": 353}, "objects": {"act": [[0, 0, 0, "-", "corrections"], [6, 0, 0, "-", "discovery"], [19, 0, 0, "-", "io"], [50, 0, 0, "-", "plotting"], [142, 0, 0, "-", "qc"], [201, 0, 0, "-", "retrievals"], [217, 0, 0, "-", "utils"]], "act.corrections": [[1, 1, 1, "", "correct_ceil"], [2, 1, 1, "", "correct_dl"], [3, 1, 1, "", "correct_mpl"], [4, 1, 1, "", "correct_rl"], [5, 1, 1, "", "correct_wind"]], "act.discovery": [[7, 1, 1, "", "download_arm_data"], [8, 1, 1, "", "download_neon_data"], [9, 1, 1, "", "download_noaa_psl_data"], [10, 1, 1, "", "download_surfrad_data"], [11, 1, 1, "", "get_airnow_bounded_obs"], [12, 1, 1, "", "get_airnow_forecast"], [13, 1, 1, "", "get_airnow_obs"], [14, 1, 1, "", "get_arm_doi"], [15, 1, 1, "", "get_asos_data"], [16, 1, 1, "", "get_crop_type"], [17, 1, 1, "", "get_neon_product_avail"], [18, 1, 1, "", "get_neon_site_products"]], "act.io": [[20, 2, 1, "", "WriteDataset"], [22, 1, 1, "", "check_arm_standards"], [23, 1, 1, "", "check_if_tar_gz_file"], [24, 1, 1, "", "convert_to_ameriflux"], [25, 1, 1, "", "create_ds_from_arm_dod"], [26, 1, 1, "", "proc_sigma_mplv5_read"], [27, 1, 1, "", "read_arm_mmcr"], [28, 1, 1, "", "read_arm_netcdf"], [29, 1, 1, "", "read_csv"], [30, 1, 1, "", "read_gml"], [31, 1, 1, "", "read_gml_co2"], [32, 1, 1, "", "read_gml_halo"], [33, 1, 1, "", "read_gml_met"], [34, 1, 1, "", "read_gml_ozone"], [35, 1, 1, "", "read_gml_radiation"], [36, 1, 1, "", "read_hk_file"], [37, 1, 1, "", "read_hysplit"], [38, 1, 1, "", "read_icartt"], [39, 1, 1, "", "read_mfas_sodar"], [40, 1, 1, "", "read_neon_csv"], [41, 1, 1, "", "read_psl_parsivel"], [42, 1, 1, "", "read_psl_radar_fmcw_moment"], [43, 1, 1, "", "read_psl_surface_met"], [44, 1, 1, "", "read_psl_wind_profiler"], [45, 1, 1, "", "read_psl_wind_profiler_temperature"], [46, 1, 1, "", "read_sigma_mplv5"], [47, 1, 1, "", "read_sp2"], [48, 1, 1, "", "read_sp2_dat"], [49, 1, 1, "", "read_surfrad"]], "act.io.WriteDataset": [[21, 3, 1, "", "write_netcdf"]], "act.plotting": [[51, 2, 1, "", "ContourDisplay"], [63, 2, 1, "", "Display"], [69, 2, 1, "", "DistributionDisplay"], [85, 2, 1, "", "GeographicPlotDisplay"], [92, 2, 1, "", "SkewTDisplay"], [105, 2, 1, "", "TimeSeriesDisplay"], [121, 2, 1, "", "WindRoseDisplay"], [131, 2, 1, "", "XSectionDisplay"]], "act.plotting.ContourDisplay": [[52, 3, 1, "", "add_colorbar"], [53, 3, 1, "", "add_subplots"], [54, 3, 1, "", "assign_to_figure_axis"], [55, 3, 1, "", "barbs"], [56, 3, 1, "", "contour"], [57, 3, 1, "", "contourf"], [58, 3, 1, "", "create_contour"], [59, 3, 1, "", "group_by"], [60, 3, 1, "", "plot_station"], [61, 3, 1, "", "plot_vectors_from_spd_dir"], [62, 3, 1, "", "put_display_in_subplot"]], "act.plotting.Display": [[64, 3, 1, "", "add_colorbar"], [65, 3, 1, "", "add_subplots"], [66, 3, 1, "", "assign_to_figure_axis"], [67, 3, 1, "", "group_by"], [68, 3, 1, "", "put_display_in_subplot"]], "act.plotting.DistributionDisplay": [[70, 3, 1, "", "add_colorbar"], [71, 3, 1, "", "add_subplots"], [72, 3, 1, "", "assign_to_figure_axis"], [73, 3, 1, "", "group_by"], [74, 3, 1, "", "plot_heatmap"], [75, 3, 1, "", "plot_pie_chart"], [76, 3, 1, "", "plot_scatter"], [77, 3, 1, "", "plot_size_distribution"], [78, 3, 1, "", "plot_stacked_bar"], [79, 3, 1, "", "plot_stairstep"], [80, 3, 1, "", "plot_violin"], [81, 3, 1, "", "put_display_in_subplot"], [82, 3, 1, "", "set_ratio_line"], [83, 3, 1, "", "set_xrng"], [84, 3, 1, "", "set_yrng"]], "act.plotting.GeographicPlotDisplay": [[86, 3, 1, "", "add_colorbar"], [87, 3, 1, "", "add_subplots"], [88, 3, 1, "", "assign_to_figure_axis"], [89, 3, 1, "", "geoplot"], [90, 3, 1, "", "group_by"], [91, 3, 1, "", "put_display_in_subplot"]], "act.plotting.SkewTDisplay": [[93, 3, 1, "", "add_colorbar"], [94, 3, 1, "", "add_stability_info"], [95, 3, 1, "", "add_subplots"], [96, 3, 1, "", "assign_to_figure_axis"], [97, 3, 1, "", "group_by"], [98, 3, 1, "", "plot_enhanced_skewt"], [99, 3, 1, "", "plot_from_spd_and_dir"], [100, 3, 1, "", "plot_from_u_and_v"], [101, 3, 1, "", "plot_hodograph"], [102, 3, 1, "", "put_display_in_subplot"], [103, 3, 1, "", "set_xrng"], [104, 3, 1, "", "set_yrng"]], "act.plotting.TimeSeriesDisplay": [[106, 3, 1, "", "add_colorbar"], [107, 3, 1, "", "add_subplots"], [108, 3, 1, "", "assign_to_figure_axis"], [109, 3, 1, "", "day_night_background"], [110, 3, 1, "", "fill_between"], [111, 3, 1, "", "group_by"], [112, 3, 1, "", "plot"], [113, 3, 1, "", "plot_barbs_from_spd_dir"], [114, 3, 1, "", "plot_barbs_from_u_v"], [115, 3, 1, "", "plot_time_height_xsection_from_1d_data"], [116, 3, 1, "", "put_display_in_subplot"], [117, 3, 1, "", "qc_flag_block_plot"], [118, 3, 1, "", "set_xrng"], [119, 3, 1, "", "set_yrng"], [120, 3, 1, "", "time_height_scatter"]], "act.plotting.WindRoseDisplay": [[122, 3, 1, "", "add_colorbar"], [123, 3, 1, "", "add_subplots"], [124, 3, 1, "", "assign_to_figure_axis"], [125, 3, 1, "", "group_by"], [126, 3, 1, "", "plot"], [127, 3, 1, "", "plot_data"], [128, 3, 1, "", "put_display_in_subplot"], [129, 3, 1, "", "set_rrng"], [130, 3, 1, "", "set_thetarng"]], "act.plotting.XSectionDisplay": [[132, 3, 1, "", "add_colorbar"], [133, 3, 1, "", "add_subplots"], [134, 3, 1, "", "assign_to_figure_axis"], [135, 3, 1, "", "group_by"], [136, 3, 1, "", "plot_xsection"], [137, 3, 1, "", "plot_xsection_map"], [138, 3, 1, "", "put_display_in_subplot"], [139, 3, 1, "", "set_subplot_to_map"], [140, 3, 1, "", "set_xrng"], [141, 3, 1, "", "set_yrng"]], "act.qc": [[143, 2, 1, "", "CleanDataset"], [157, 2, 1, "", "QCFilter"], [188, 2, 1, "", "QCSummary"], [190, 2, 1, "", "QCTests"], [192, 2, 1, "", "SP2ParticleCriteria"], [193, 1, 1, "", "add_dqr_to_qc"], [194, 1, 1, "", "fft_shading_test"], [195, 1, 1, "", "fft_shading_test_process"], [196, 1, 1, "", "get_waveform_statistics"], [197, 1, 1, "", "parse_bit"], [198, 1, 1, "", "read_yaml_supplemental_qc"], [199, 1, 1, "", "set_bit"], [200, 1, 1, "", "unset_bit"]], "act.qc.CleanDataset": [[144, 3, 1, "", "clean_arm_qc"], [145, 3, 1, "", "clean_arm_state_variables"], [146, 3, 1, "", "clean_cf_qc"], [147, 3, 1, "", "clean_seri_qc"], [148, 3, 1, "", "clean_swats_qc"], [149, 3, 1, "", "cleanup"], [150, 3, 1, "", "correct_valid_minmax"], [151, 3, 1, "", "fix_incorrect_variable_bit_description_attributes"], [152, 3, 1, "", "get_attr_info"], [153, 3, 1, "", "handle_missing_values"], [154, 3, 1, "", "link_variables"], [155, 4, 1, "", "matched_qc_variables"], [156, 3, 1, "", "normalize_assessment"]], "act.qc.QCFilter": [[158, 3, 1, "", "add_atmospheric_pressure_test"], [159, 3, 1, "", "add_delta_test"], [160, 3, 1, "", "add_difference_test"], [161, 3, 1, "", "add_equal_to_test"], [162, 3, 1, "", "add_gesd_test"], [163, 3, 1, "", "add_greater_equal_test"], [164, 3, 1, "", "add_greater_test"], [165, 3, 1, "", "add_inside_test"], [166, 3, 1, "", "add_iqr_test"], [167, 3, 1, "", "add_less_equal_test"], [168, 3, 1, "", "add_less_test"], [169, 3, 1, "", "add_missing_value_test"], [170, 3, 1, "", "add_not_equal_to_test"], [171, 3, 1, "", "add_outside_test"], [172, 3, 1, "", "add_persistence_test"], [173, 3, 1, "", "add_test"], [174, 3, 1, "", "available_bit"], [175, 3, 1, "", "bsrn_comparison_tests"], [176, 3, 1, "", "bsrn_limits_test"], [177, 3, 1, "", "check_for_ancillary_qc"], [178, 3, 1, "", "compare_time_series_trends"], [179, 3, 1, "", "create_qc_summary"], [180, 3, 1, "", "create_qc_variable"], [181, 3, 1, "", "datafilter"], [182, 3, 1, "", "get_masked_data"], [183, 3, 1, "", "get_qc_test_mask"], [184, 3, 1, "", "remove_test"], [185, 3, 1, "", "set_test"], [186, 3, 1, "", "unset_test"], [187, 3, 1, "", "update_ancillary_variable"]], "act.qc.QCSummary": [[189, 3, 1, "", "create_qc_summary"]], "act.qc.QCTests": [[191, 3, 1, "", "compare_time_series_trends"]], "act.retrievals": [[202, 1, 1, "", "aeri2irt"], [203, 1, 1, "", "calc_sp2_diams_masses"], [204, 1, 1, "", "calculate_dsh_from_dsdh_sdn"], [205, 1, 1, "", "calculate_irradiance_stats"], [206, 1, 1, "", "calculate_longwave_radiation"], [207, 1, 1, "", "calculate_net_radiation"], [208, 1, 1, "", "calculate_pbl_heffter"], [209, 1, 1, "", "calculate_pbl_liu_liang"], [210, 1, 1, "", "calculate_precipitable_water"], [211, 1, 1, "", "calculate_stability_indicies"], [212, 1, 1, "", "compute_winds_from_ppi"], [213, 1, 1, "", "generic_sobel_cbh"], [214, 1, 1, "", "process_sp2_psds"], [215, 1, 1, "", "sst_from_irt"], [216, 1, 1, "", "sum_function_irt"]], "act.utils": [[218, 2, 1, "", "ChangeUnits"], [220, 2, 1, "", "DatastreamParserARM"], [231, 1, 1, "", "accumulate_precip"], [232, 1, 1, "", "add_in_nan"], [233, 1, 1, "", "add_solar_variable"], [234, 1, 1, "", "adjust_timestamp"], [235, 1, 1, "", "arm_site_location_search"], [236, 1, 1, "", "arm_standards_validator"], [237, 1, 1, "", "assign_coordinates"], [238, 1, 1, "", "calc_cog_sog"], [239, 1, 1, "", "calculate_dqr_times"], [240, 1, 1, "", "calculate_percentages"], [241, 1, 1, "", "cleanup_files"], [242, 1, 1, "", "convert_2d_to_1d"], [243, 1, 1, "", "convert_to_potential_temp"], [244, 1, 1, "", "convert_units"], [245, 1, 1, "", "create_pyart_obj"], [246, 1, 1, "", "date_parser"], [247, 1, 1, "", "dates_between"], [248, 1, 1, "", "datetime64_to_datetime"], [249, 1, 1, "", "decode_present_weather"], [250, 1, 1, "", "destination_azimuth_distance"], [251, 1, 1, "", "determine_time_delta"], [252, 1, 1, "", "generate_movie"], [253, 1, 1, "", "get_missing_value"], [254, 1, 1, "", "get_solar_azimuth_elevation"], [255, 1, 1, "", "get_sunrise_sunset_noon"], [256, 1, 1, "", "height_adjusted_pressure"], [257, 1, 1, "", "height_adjusted_temperature"], [258, 1, 1, "", "is_gunzip_file"], [259, 1, 1, "", "is_sun_visible"], [260, 1, 1, "", "numpy_to_arm_date"], [261, 1, 1, "", "pack_gzip"], [262, 1, 1, "", "pack_tar"], [263, 1, 1, "", "planck_converter"], [264, 1, 1, "", "proc_scog"], [265, 1, 1, "", "reduce_time_ranges"], [266, 1, 1, "", "ts_weighted_average"], [267, 1, 1, "", "unpack_gzip"], [268, 1, 1, "", "unpack_tar"]], "act.utils.ChangeUnits": [[219, 3, 1, "", "change_units"]], "act.utils.DatastreamParserARM": [[221, 4, 1, "", "datastream"], [222, 4, 1, "", "datastream_class"], [223, 4, 1, "", "datastream_standard"], [224, 4, 1, "", "date"], [225, 4, 1, "", "ext"], [226, 4, 1, "", "facility"], [227, 4, 1, "", "level"], [228, 3, 1, "", "set_datastream"], [229, 4, 1, "", "site"], [230, 4, 1, "", "time"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:property"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"]}, "titleterms": {"act": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 272, 274, 285, 348, 350], "correct": [0, 1, 2, 3, 4, 5, 276, 277, 285], "correct_ceil": 1, "correct_dl": 2, "correct_mpl": 3, "correct_rl": 4, "correct_wind": 5, "discoveri": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 279, 285, 348, 350], "download_arm_data": 7, "download_neon_data": 8, "download_noaa_psl_data": 9, "download_surfrad_data": 10, "get_airnow_bounded_ob": 11, "get_airnow_forecast": 12, "get_airnow_ob": 13, "get_arm_doi": 14, "get_asos_data": 15, "get_crop_typ": 16, "get_neon_product_avail": 17, "get_neon_site_product": 18, "io": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 348, 350], "writedataset": [20, 21], "write_netcdf": 21, "check_arm_standard": 22, "check_if_tar_gz_fil": 23, "convert_to_ameriflux": 24, "create_ds_from_arm_dod": 25, "proc_sigma_mplv5_read": 26, "read_arm_mmcr": 27, "read_arm_netcdf": 28, "read_csv": 29, "read_gml": 30, "read_gml_co2": 31, "read_gml_halo": 32, "read_gml_met": 33, "read_gml_ozon": 34, "read_gml_radi": 35, "read_hk_fil": 36, "read_hysplit": 37, "read_icartt": 38, "read_mfas_sodar": 39, "read_neon_csv": 40, "read_psl_parsivel": 41, "read_psl_radar_fmcw_mo": 42, "read_psl_surface_met": 43, "read_psl_wind_profil": 44, "read_psl_wind_profiler_temperatur": 45, "read_sigma_mplv5": 46, "read_sp2": 47, "read_sp2_dat": 48, "read_surfrad": 49, "plot": [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 272, 273, 281, 283, 285, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 312, 313, 314, 315, 316, 317, 318, 320, 326, 327, 336, 342, 344, 346, 350], "contourdisplai": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "add_colorbar": [52, 64, 70, 86, 93, 106, 122, 132], "add_subplot": [53, 65, 71, 87, 95, 107, 123, 133], "assign_to_figure_axi": [54, 66, 72, 88, 96, 108, 124, 134], "barb": 55, "contour": [56, 298], "contourf": 57, "create_contour": 58, "group_bi": [59, 67, 73, 90, 97, 111, 125, 135], "plot_stat": 60, "plot_vectors_from_spd_dir": 61, "put_display_in_subplot": [62, 68, 81, 91, 102, 116, 128, 138], "displai": [63, 64, 65, 66, 67, 68], "distributiondisplai": [69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], "plot_heatmap": 74, "plot_pie_chart": 75, "plot_scatt": 76, "plot_size_distribut": 77, "plot_stacked_bar": 78, "plot_stairstep": 79, "plot_violin": 80, "set_ratio_lin": 82, "set_xrng": [83, 103, 118, 140], "set_yrng": [84, 104, 119, 141], "geographicplotdisplai": [85, 86, 87, 88, 89, 90, 91], "geoplot": 89, "skewtdisplai": [92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104], "add_stability_info": 94, "plot_enhanced_skewt": 98, "plot_from_spd_and_dir": 99, "plot_from_u_and_v": 100, "plot_hodograph": 101, "timeseriesdisplai": [105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "day_night_background": 109, "fill_between": 110, "plot_barbs_from_spd_dir": 113, "plot_barbs_from_u_v": 114, "plot_time_height_xsection_from_1d_data": 115, "qc_flag_block_plot": 117, "time_height_scatt": 120, "windrosedisplai": [121, 122, 123, 124, 125, 126, 127, 128, 129, 130], "plot_data": 127, "set_rrng": 129, "set_thetarng": 130, "xsectiondisplai": [131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141], "plot_xsect": 136, "plot_xsection_map": 137, "set_subplot_to_map": 139, "qc": [142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 309, 326, 327, 345, 350], "cleandataset": [143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156], "clean_arm_qc": 144, "clean_arm_state_vari": 145, "clean_cf_qc": 146, "clean_seri_qc": 147, "clean_swats_qc": 148, "cleanup": 149, "correct_valid_minmax": 150, "fix_incorrect_variable_bit_description_attribut": 151, "get_attr_info": 152, "handle_missing_valu": 153, "link_vari": 154, "matched_qc_vari": 155, "normalize_assess": 156, "qcfilter": [157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "add_atmospheric_pressure_test": 158, "add_delta_test": 159, "add_difference_test": 160, "add_equal_to_test": 161, "add_gesd_test": 162, "add_greater_equal_test": 163, "add_greater_test": 164, "add_inside_test": 165, "add_iqr_test": 166, "add_less_equal_test": 167, "add_less_test": 168, "add_missing_value_test": 169, "add_not_equal_to_test": 170, "add_outside_test": 171, "add_persistence_test": 172, "add_test": 173, "available_bit": 174, "bsrn_comparison_test": 175, "bsrn_limits_test": 176, "check_for_ancillary_qc": 177, "compare_time_series_trend": [178, 191], "create_qc_summari": [179, 189], "create_qc_vari": 180, "datafilt": 181, "get_masked_data": 182, "get_qc_test_mask": 183, "remove_test": 184, "set_test": 185, "unset_test": 186, "update_ancillary_vari": 187, "qcsummari": [188, 189], "qctest": [190, 191], "sp2particlecriteria": 192, "add_dqr_to_qc": 193, "fft_shading_test": 194, "fft_shading_test_process": 195, "get_waveform_statist": 196, "parse_bit": 197, "read_yaml_supplemental_qc": 198, "set_bit": 199, "unset_bit": 200, "retriev": [201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 272, 285, 330, 331, 332], "aeri2irt": 202, "calc_sp2_diams_mass": 203, "calculate_dsh_from_dsdh_sdn": 204, "calculate_irradiance_stat": 205, "calculate_longwave_radi": 206, "calculate_net_radi": 207, "calculate_pbl_hefft": 208, "calculate_pbl_liu_liang": 209, "calculate_precipitable_wat": 210, "calculate_stability_indici": 211, "compute_winds_from_ppi": 212, "generic_sobel_cbh": 213, "process_sp2_psd": 214, "sst_from_irt": 215, "sum_function_irt": 216, "util": [217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 285, 335], "changeunit": [218, 219], "change_unit": 219, "datastreamparserarm": [220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "datastream": [221, 338], "datastream_class": 222, "datastream_standard": 223, "date": 224, "ext": 225, "facil": 226, "level": 227, "set_datastream": 228, "site": 229, "time": [230, 275, 278, 284, 294, 318, 322, 329, 333, 334, 340, 347], "accumulate_precip": 231, "add_in_nan": 232, "add_solar_vari": 233, "adjust_timestamp": 234, "arm_site_location_search": 235, "arm_standards_valid": 236, "assign_coordin": 237, "calc_cog_sog": 238, "calculate_dqr_tim": 239, "calculate_percentag": 240, "cleanup_fil": 241, "convert_2d_to_1d": 242, "convert_to_potential_temp": 243, "convert_unit": 244, "create_pyart_obj": 245, "date_pars": 246, "dates_between": 247, "datetime64_to_datetim": 248, "decode_present_weath": 249, "destination_azimuth_dist": 250, "determine_time_delta": 251, "generate_movi": 252, "get_missing_valu": 253, "get_solar_azimuth_elev": 254, "get_sunrise_sunset_noon": 255, "height_adjusted_pressur": 256, "height_adjusted_temperatur": 257, "is_gunzip_fil": 258, "is_sun_vis": 259, "numpy_to_arm_d": 260, "pack_gzip": 261, "pack_tar": 262, "planck_convert": 263, "proc_scog": 264, "reduce_time_rang": 265, "ts_weighted_averag": 266, "unpack_gzip": 267, "unpack_tar": 268, "api": 269, "refer": 269, "manual": 269, "blog": 270, "new": 271, "doc": 271, "visual": [272, 273], "bring": 272, "togeth": 272, "data": [272, 273, 274, 277, 280, 281, 282, 287, 291, 293, 297, 299, 305, 306, 310, 316, 326, 342], "from": [272, 273, 289, 291, 310, 332, 342], "sail": 272, "campaign": 272, "noaa": [272, 283], "import": [272, 273], "download": [272, 273], "our": [272, 273], "us": [272, 304], "creat": [272, 288, 349], "multipanel": 272, "compar": [272, 311], "kazr": 272, "parsivel": [272, 283], "add": 272, "doppler": [272, 273], "lidar": [272, 273], "wind": [272, 273, 277, 300, 310], "conclus": 272, "april": 273, "8": 273, "2024": 273, "eclips": 273, "arm": [273, 288, 296, 325, 338], "": 273, "southern": 273, "great": 273, "plain": 273, "sgp": 273, "observatori": 273, "step": 273, "1": 273, "librari": 273, "2": [273, 274, 350], "instrument": 273, "dl": 273, "solar": 273, "infrar": 273, "radiat": [273, 327], "station": 273, "sir": 273, "surfac": [273, 327], "meteorolog": 273, "met": [273, 305], "eddi": 273, "correl": 273, "flux": 273, "measur": 273, "system": 273, "ecor": 273, "radar": 273, "profil": 273, "rwp": 273, "ultrafin": 273, "condens": 273, "particl": 273, "counter": 273, "cpcuf": 273, "scan": 273, "mobil": 273, "sizer": 273, "transform": [273, 345], "dataset": [273, 288, 337, 343, 344], "easi": 273, "3": 273, "summari": 273, "atmospher": 274, "commun": 274, "toolkit": 274, "document": [274, 348], "version": [274, 350], "0": 274, "depend": 274, "option": 274, "contribut": [274, 348], "test": [274, 348, 350], "comput": [275, 278, 284, 294, 322, 329, 333, 334, 340, 347], "exampl": [276, 279, 285, 286, 295, 303, 304, 313, 323, 330, 335, 341], "ship": 277, "motion": 277, "airnow": 280, "queri": [281, 325], "aso": 281, "neon": 282, "fmcw": 283, "galleri": 285, "input": [285, 286], "output": [285, 286], "qualiti": [285, 323, 324, 328], "control": [285, 323, 324, 328], "workflow": [285, 341], "convert": 287, "ameriflux": 287, "format": [287, 288, 290], "mimic": 288, "file": [288, 289, 290, 292, 339, 348], "read": [289, 291, 292], "hysplit": 289, "trajectori": 289, "run": 289, "icartt": 290, "ppi": 291, "raw": 291, "mini": 291, "mpl": 291, "sodar": 292, "surfrad": 293, "aaf": 296, "flight": 296, "path": 296, "simpl": 297, "2d": [297, 326], "spatial": 298, "rose": [299, 300], "calcul": [300, 301, 307, 336, 346], "separ": 300, "dai": 300, "daili": 301, "daytim": 301, "temperatur": [301, 319], "averag": 301, "enhanc": 302, "sound": [302, 306, 310, 314, 315, 316, 332], "xarrai": 303, "heat": 304, "map": 304, "histogram": 305, "timeseri": [306, 316, 320], "view": 307, "aerosol": [307, 336], "percentag": [307, 336], "present": 308, "weather": 308, "code": [308, 348], "flag": [309, 327], "rel": 310, "humid": 310, "aircraft": 311, "airspe": 311, "secondari": 312, "y": 312, "axi": 312, "size": 313, "distribut": 313, "skew": [314, 315], "t": [314, 315], "state": 317, "variabl": [317, 324, 328, 348], "height": [318, 331, 342], "scatter": 318, "investig": 319, "quantil": 319, "windros": 320, "windbarb": 320, "multidimension": 321, "cross": 321, "section": 321, "work": [324, 328, 339, 348], "expand": 324, "embed": [324, 328], "dqr": 325, "webservic": 325, "forc": 326, "line": 326, "baselin": 327, "network": 327, "bsrn": 327, "cloud": [331, 342], "base": [331, 342], "stabil": 332, "indici": 332, "chang": [337, 348], "unit": [337, 348], "pars": 338, "filenam": 338, "tar": 339, "gunzip": 339, "aerio": 342, "ceilomet": 342, "merg": 343, "multipl": [343, 344], "weight": 346, "mean": 346, "type": 348, "report": 348, "bug": 348, "fix": 348, "implement": 348, "featur": 348, "write": 348, "submit": 348, "feedback": 348, "get": 348, "start": 348, "fork": 348, "clone": 348, "repositori": 348, "instal": [348, 352], "git": 348, "branch": 348, "python": 348, "setup": 348, "style": 348, "name": 348, "convent": 348, "ad": 348, "secret": 348, "environ": [348, 349], "github": 348, "set": 349, "up": 349, "an": 349, "anaconda": 349, "channel": 349, "more": 349, "inform": 349, "releas": 350, "guid": [350, 351], "user": 351, "usag": 353}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 58}, "alltitles": {"act.corrections": [[0, "act-corrections"]], "act.corrections.correct_ceil": [[1, "act-corrections-correct-ceil"]], "act.corrections.correct_dl": [[2, "act-corrections-correct-dl"]], "act.corrections.correct_mpl": [[3, "act-corrections-correct-mpl"]], "act.corrections.correct_rl": [[4, "act-corrections-correct-rl"]], "act.corrections.correct_wind": [[5, "act-corrections-correct-wind"]], "act.discovery": [[6, "act-discovery"]], "act.discovery.download_arm_data": [[7, "act-discovery-download-arm-data"]], "act.discovery.download_neon_data": [[8, "act-discovery-download-neon-data"]], "act.discovery.download_noaa_psl_data": [[9, "act-discovery-download-noaa-psl-data"]], "act.discovery.download_surfrad_data": [[10, "act-discovery-download-surfrad-data"]], "act.discovery.get_airnow_bounded_obs": [[11, "act-discovery-get-airnow-bounded-obs"]], "act.discovery.get_airnow_forecast": [[12, "act-discovery-get-airnow-forecast"]], "act.discovery.get_airnow_obs": [[13, "act-discovery-get-airnow-obs"]], "act.discovery.get_arm_doi": [[14, "act-discovery-get-arm-doi"]], "act.discovery.get_asos_data": [[15, "act-discovery-get-asos-data"]], "act.discovery.get_crop_type": [[16, "act-discovery-get-crop-type"]], "act.discovery.get_neon_product_avail": [[17, "act-discovery-get-neon-product-avail"]], "act.discovery.get_neon_site_products": [[18, "act-discovery-get-neon-site-products"]], "act.io": [[19, "act-io"]], "act.io.WriteDataset": [[20, "act-io-writedataset"]], "act.io.WriteDataset.write_netcdf": [[21, "act-io-writedataset-write-netcdf"]], "act.io.check_arm_standards": [[22, "act-io-check-arm-standards"]], "act.io.check_if_tar_gz_file": [[23, "act-io-check-if-tar-gz-file"]], "act.io.convert_to_ameriflux": [[24, "act-io-convert-to-ameriflux"]], "act.io.create_ds_from_arm_dod": [[25, "act-io-create-ds-from-arm-dod"]], "act.io.proc_sigma_mplv5_read": [[26, "act-io-proc-sigma-mplv5-read"]], "act.io.read_arm_mmcr": [[27, "act-io-read-arm-mmcr"]], "act.io.read_arm_netcdf": [[28, "act-io-read-arm-netcdf"]], "act.io.read_csv": [[29, "act-io-read-csv"]], "act.io.read_gml": [[30, "act-io-read-gml"]], "act.io.read_gml_co2": [[31, "act-io-read-gml-co2"]], "act.io.read_gml_halo": [[32, "act-io-read-gml-halo"]], "act.io.read_gml_met": [[33, "act-io-read-gml-met"]], "act.io.read_gml_ozone": [[34, "act-io-read-gml-ozone"]], "act.io.read_gml_radiation": [[35, "act-io-read-gml-radiation"]], "act.io.read_hk_file": [[36, "act-io-read-hk-file"]], "act.io.read_hysplit": [[37, "act-io-read-hysplit"]], "act.io.read_icartt": [[38, "act-io-read-icartt"]], "act.io.read_mfas_sodar": [[39, "act-io-read-mfas-sodar"]], "act.io.read_neon_csv": [[40, "act-io-read-neon-csv"]], "act.io.read_psl_parsivel": [[41, "act-io-read-psl-parsivel"]], "act.io.read_psl_radar_fmcw_moment": [[42, "act-io-read-psl-radar-fmcw-moment"]], "act.io.read_psl_surface_met": [[43, "act-io-read-psl-surface-met"]], "act.io.read_psl_wind_profiler": [[44, "act-io-read-psl-wind-profiler"]], "act.io.read_psl_wind_profiler_temperature": [[45, "act-io-read-psl-wind-profiler-temperature"]], "act.io.read_sigma_mplv5": [[46, "act-io-read-sigma-mplv5"]], "act.io.read_sp2": [[47, "act-io-read-sp2"]], "act.io.read_sp2_dat": [[48, "act-io-read-sp2-dat"]], "act.io.read_surfrad": [[49, "act-io-read-surfrad"]], "act.plotting": [[50, "act-plotting"]], "act.plotting.ContourDisplay": [[51, "act-plotting-contourdisplay"]], "act.plotting.ContourDisplay.add_colorbar": [[52, "act-plotting-contourdisplay-add-colorbar"]], "act.plotting.ContourDisplay.add_subplots": [[53, "act-plotting-contourdisplay-add-subplots"]], "act.plotting.ContourDisplay.assign_to_figure_axis": [[54, "act-plotting-contourdisplay-assign-to-figure-axis"]], "act.plotting.ContourDisplay.barbs": [[55, "act-plotting-contourdisplay-barbs"]], "act.plotting.ContourDisplay.contour": [[56, "act-plotting-contourdisplay-contour"]], "act.plotting.ContourDisplay.contourf": [[57, "act-plotting-contourdisplay-contourf"]], "act.plotting.ContourDisplay.create_contour": [[58, "act-plotting-contourdisplay-create-contour"]], "act.plotting.ContourDisplay.group_by": [[59, "act-plotting-contourdisplay-group-by"]], "act.plotting.ContourDisplay.plot_station": [[60, "act-plotting-contourdisplay-plot-station"]], "act.plotting.ContourDisplay.plot_vectors_from_spd_dir": [[61, "act-plotting-contourdisplay-plot-vectors-from-spd-dir"]], "act.plotting.ContourDisplay.put_display_in_subplot": [[62, "act-plotting-contourdisplay-put-display-in-subplot"]], "act.plotting.Display": [[63, "act-plotting-display"]], "act.plotting.Display.add_colorbar": [[64, "act-plotting-display-add-colorbar"]], "act.plotting.Display.add_subplots": [[65, "act-plotting-display-add-subplots"]], "act.plotting.Display.assign_to_figure_axis": [[66, "act-plotting-display-assign-to-figure-axis"]], "act.plotting.Display.group_by": [[67, "act-plotting-display-group-by"]], "act.plotting.Display.put_display_in_subplot": [[68, "act-plotting-display-put-display-in-subplot"]], "act.plotting.DistributionDisplay": [[69, "act-plotting-distributiondisplay"]], "act.plotting.DistributionDisplay.add_colorbar": [[70, "act-plotting-distributiondisplay-add-colorbar"]], "act.plotting.DistributionDisplay.add_subplots": [[71, "act-plotting-distributiondisplay-add-subplots"]], "act.plotting.DistributionDisplay.assign_to_figure_axis": [[72, "act-plotting-distributiondisplay-assign-to-figure-axis"]], "act.plotting.DistributionDisplay.group_by": [[73, "act-plotting-distributiondisplay-group-by"]], "act.plotting.DistributionDisplay.plot_heatmap": [[74, "act-plotting-distributiondisplay-plot-heatmap"]], "act.plotting.DistributionDisplay.plot_pie_chart": [[75, "act-plotting-distributiondisplay-plot-pie-chart"]], "act.plotting.DistributionDisplay.plot_scatter": [[76, "act-plotting-distributiondisplay-plot-scatter"]], "act.plotting.DistributionDisplay.plot_size_distribution": [[77, "act-plotting-distributiondisplay-plot-size-distribution"]], "act.plotting.DistributionDisplay.plot_stacked_bar": [[78, "act-plotting-distributiondisplay-plot-stacked-bar"]], "act.plotting.DistributionDisplay.plot_stairstep": [[79, "act-plotting-distributiondisplay-plot-stairstep"]], "act.plotting.DistributionDisplay.plot_violin": [[80, "act-plotting-distributiondisplay-plot-violin"]], "act.plotting.DistributionDisplay.put_display_in_subplot": [[81, "act-plotting-distributiondisplay-put-display-in-subplot"]], "act.plotting.DistributionDisplay.set_ratio_line": [[82, "act-plotting-distributiondisplay-set-ratio-line"]], "act.plotting.DistributionDisplay.set_xrng": [[83, "act-plotting-distributiondisplay-set-xrng"]], "act.plotting.DistributionDisplay.set_yrng": [[84, "act-plotting-distributiondisplay-set-yrng"]], "act.plotting.GeographicPlotDisplay": [[85, "act-plotting-geographicplotdisplay"]], "act.plotting.GeographicPlotDisplay.add_colorbar": [[86, "act-plotting-geographicplotdisplay-add-colorbar"]], "act.plotting.GeographicPlotDisplay.add_subplots": [[87, "act-plotting-geographicplotdisplay-add-subplots"]], "act.plotting.GeographicPlotDisplay.assign_to_figure_axis": [[88, "act-plotting-geographicplotdisplay-assign-to-figure-axis"]], "act.plotting.GeographicPlotDisplay.geoplot": [[89, "act-plotting-geographicplotdisplay-geoplot"]], "act.plotting.GeographicPlotDisplay.group_by": [[90, "act-plotting-geographicplotdisplay-group-by"]], "act.plotting.GeographicPlotDisplay.put_display_in_subplot": [[91, "act-plotting-geographicplotdisplay-put-display-in-subplot"]], "act.plotting.SkewTDisplay": [[92, "act-plotting-skewtdisplay"]], "act.plotting.SkewTDisplay.add_colorbar": [[93, "act-plotting-skewtdisplay-add-colorbar"]], "act.plotting.SkewTDisplay.add_stability_info": [[94, "act-plotting-skewtdisplay-add-stability-info"]], "act.plotting.SkewTDisplay.add_subplots": [[95, "act-plotting-skewtdisplay-add-subplots"]], "act.plotting.SkewTDisplay.assign_to_figure_axis": [[96, "act-plotting-skewtdisplay-assign-to-figure-axis"]], "act.plotting.SkewTDisplay.group_by": [[97, "act-plotting-skewtdisplay-group-by"]], "act.plotting.SkewTDisplay.plot_enhanced_skewt": [[98, "act-plotting-skewtdisplay-plot-enhanced-skewt"]], "act.plotting.SkewTDisplay.plot_from_spd_and_dir": [[99, "act-plotting-skewtdisplay-plot-from-spd-and-dir"]], "act.plotting.SkewTDisplay.plot_from_u_and_v": [[100, "act-plotting-skewtdisplay-plot-from-u-and-v"]], "act.plotting.SkewTDisplay.plot_hodograph": [[101, "act-plotting-skewtdisplay-plot-hodograph"]], "act.plotting.SkewTDisplay.put_display_in_subplot": [[102, "act-plotting-skewtdisplay-put-display-in-subplot"]], "act.plotting.SkewTDisplay.set_xrng": [[103, "act-plotting-skewtdisplay-set-xrng"]], "act.plotting.SkewTDisplay.set_yrng": [[104, "act-plotting-skewtdisplay-set-yrng"]], "act.plotting.TimeSeriesDisplay": [[105, "act-plotting-timeseriesdisplay"]], "act.plotting.TimeSeriesDisplay.add_colorbar": [[106, "act-plotting-timeseriesdisplay-add-colorbar"]], "act.plotting.TimeSeriesDisplay.add_subplots": [[107, "act-plotting-timeseriesdisplay-add-subplots"]], "act.plotting.TimeSeriesDisplay.assign_to_figure_axis": [[108, "act-plotting-timeseriesdisplay-assign-to-figure-axis"]], "act.plotting.TimeSeriesDisplay.day_night_background": [[109, "act-plotting-timeseriesdisplay-day-night-background"]], "act.plotting.TimeSeriesDisplay.fill_between": [[110, "act-plotting-timeseriesdisplay-fill-between"]], "act.plotting.TimeSeriesDisplay.group_by": [[111, "act-plotting-timeseriesdisplay-group-by"]], "act.plotting.TimeSeriesDisplay.plot": [[112, "act-plotting-timeseriesdisplay-plot"]], "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir": [[113, "act-plotting-timeseriesdisplay-plot-barbs-from-spd-dir"]], "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v": [[114, "act-plotting-timeseriesdisplay-plot-barbs-from-u-v"]], "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data": [[115, "act-plotting-timeseriesdisplay-plot-time-height-xsection-from-1d-data"]], "act.plotting.TimeSeriesDisplay.put_display_in_subplot": [[116, "act-plotting-timeseriesdisplay-put-display-in-subplot"]], "act.plotting.TimeSeriesDisplay.qc_flag_block_plot": [[117, "act-plotting-timeseriesdisplay-qc-flag-block-plot"]], "act.plotting.TimeSeriesDisplay.set_xrng": [[118, "act-plotting-timeseriesdisplay-set-xrng"]], "act.plotting.TimeSeriesDisplay.set_yrng": [[119, "act-plotting-timeseriesdisplay-set-yrng"]], "act.plotting.TimeSeriesDisplay.time_height_scatter": [[120, "act-plotting-timeseriesdisplay-time-height-scatter"]], "act.plotting.WindRoseDisplay": [[121, "act-plotting-windrosedisplay"]], "act.plotting.WindRoseDisplay.add_colorbar": [[122, "act-plotting-windrosedisplay-add-colorbar"]], "act.plotting.WindRoseDisplay.add_subplots": [[123, "act-plotting-windrosedisplay-add-subplots"]], "act.plotting.WindRoseDisplay.assign_to_figure_axis": [[124, "act-plotting-windrosedisplay-assign-to-figure-axis"]], "act.plotting.WindRoseDisplay.group_by": [[125, "act-plotting-windrosedisplay-group-by"]], "act.plotting.WindRoseDisplay.plot": [[126, "act-plotting-windrosedisplay-plot"]], "act.plotting.WindRoseDisplay.plot_data": [[127, "act-plotting-windrosedisplay-plot-data"]], "act.plotting.WindRoseDisplay.put_display_in_subplot": [[128, "act-plotting-windrosedisplay-put-display-in-subplot"]], "act.plotting.WindRoseDisplay.set_rrng": [[129, "act-plotting-windrosedisplay-set-rrng"]], "act.plotting.WindRoseDisplay.set_thetarng": [[130, "act-plotting-windrosedisplay-set-thetarng"]], "act.plotting.XSectionDisplay": [[131, "act-plotting-xsectiondisplay"]], "act.plotting.XSectionDisplay.add_colorbar": [[132, "act-plotting-xsectiondisplay-add-colorbar"]], "act.plotting.XSectionDisplay.add_subplots": [[133, "act-plotting-xsectiondisplay-add-subplots"]], "act.plotting.XSectionDisplay.assign_to_figure_axis": [[134, "act-plotting-xsectiondisplay-assign-to-figure-axis"]], "act.plotting.XSectionDisplay.group_by": [[135, "act-plotting-xsectiondisplay-group-by"]], "act.plotting.XSectionDisplay.plot_xsection": [[136, "act-plotting-xsectiondisplay-plot-xsection"]], "act.plotting.XSectionDisplay.plot_xsection_map": [[137, "act-plotting-xsectiondisplay-plot-xsection-map"]], "act.plotting.XSectionDisplay.put_display_in_subplot": [[138, "act-plotting-xsectiondisplay-put-display-in-subplot"]], "act.plotting.XSectionDisplay.set_subplot_to_map": [[139, "act-plotting-xsectiondisplay-set-subplot-to-map"]], "act.plotting.XSectionDisplay.set_xrng": [[140, "act-plotting-xsectiondisplay-set-xrng"]], "act.plotting.XSectionDisplay.set_yrng": [[141, "act-plotting-xsectiondisplay-set-yrng"]], "act.qc": [[142, "act-qc"]], "act.qc.CleanDataset": [[143, "act-qc-cleandataset"]], "act.qc.CleanDataset.clean_arm_qc": [[144, "act-qc-cleandataset-clean-arm-qc"]], "act.qc.CleanDataset.clean_arm_state_variables": [[145, "act-qc-cleandataset-clean-arm-state-variables"]], "act.qc.CleanDataset.clean_cf_qc": [[146, "act-qc-cleandataset-clean-cf-qc"]], "act.qc.CleanDataset.clean_seri_qc": [[147, "act-qc-cleandataset-clean-seri-qc"]], "act.qc.CleanDataset.clean_swats_qc": [[148, "act-qc-cleandataset-clean-swats-qc"]], "act.qc.CleanDataset.cleanup": [[149, "act-qc-cleandataset-cleanup"]], "act.qc.CleanDataset.correct_valid_minmax": [[150, "act-qc-cleandataset-correct-valid-minmax"]], "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes": [[151, "act-qc-cleandataset-fix-incorrect-variable-bit-description-attributes"]], "act.qc.CleanDataset.get_attr_info": [[152, "act-qc-cleandataset-get-attr-info"]], "act.qc.CleanDataset.handle_missing_values": [[153, "act-qc-cleandataset-handle-missing-values"]], "act.qc.CleanDataset.link_variables": [[154, "act-qc-cleandataset-link-variables"]], "act.qc.CleanDataset.matched_qc_variables": [[155, "act-qc-cleandataset-matched-qc-variables"]], "act.qc.CleanDataset.normalize_assessment": [[156, "act-qc-cleandataset-normalize-assessment"]], "act.qc.QCFilter": [[157, "act-qc-qcfilter"]], "act.qc.QCFilter.add_atmospheric_pressure_test": [[158, "act-qc-qcfilter-add-atmospheric-pressure-test"]], "act.qc.QCFilter.add_delta_test": [[159, "act-qc-qcfilter-add-delta-test"]], "act.qc.QCFilter.add_difference_test": [[160, "act-qc-qcfilter-add-difference-test"]], "act.qc.QCFilter.add_equal_to_test": [[161, "act-qc-qcfilter-add-equal-to-test"]], "act.qc.QCFilter.add_gesd_test": [[162, "act-qc-qcfilter-add-gesd-test"]], "act.qc.QCFilter.add_greater_equal_test": [[163, "act-qc-qcfilter-add-greater-equal-test"]], "act.qc.QCFilter.add_greater_test": [[164, "act-qc-qcfilter-add-greater-test"]], "act.qc.QCFilter.add_inside_test": [[165, "act-qc-qcfilter-add-inside-test"]], "act.qc.QCFilter.add_iqr_test": [[166, "act-qc-qcfilter-add-iqr-test"]], "act.qc.QCFilter.add_less_equal_test": [[167, "act-qc-qcfilter-add-less-equal-test"]], "act.qc.QCFilter.add_less_test": [[168, "act-qc-qcfilter-add-less-test"]], "act.qc.QCFilter.add_missing_value_test": [[169, "act-qc-qcfilter-add-missing-value-test"]], "act.qc.QCFilter.add_not_equal_to_test": [[170, "act-qc-qcfilter-add-not-equal-to-test"]], "act.qc.QCFilter.add_outside_test": [[171, "act-qc-qcfilter-add-outside-test"]], "act.qc.QCFilter.add_persistence_test": [[172, "act-qc-qcfilter-add-persistence-test"]], "act.qc.QCFilter.add_test": [[173, "act-qc-qcfilter-add-test"]], "act.qc.QCFilter.available_bit": [[174, "act-qc-qcfilter-available-bit"]], "act.qc.QCFilter.bsrn_comparison_tests": [[175, "act-qc-qcfilter-bsrn-comparison-tests"]], "act.qc.QCFilter.bsrn_limits_test": [[176, "act-qc-qcfilter-bsrn-limits-test"]], "act.qc.QCFilter.check_for_ancillary_qc": [[177, "act-qc-qcfilter-check-for-ancillary-qc"]], "act.qc.QCFilter.compare_time_series_trends": [[178, "act-qc-qcfilter-compare-time-series-trends"]], "act.qc.QCFilter.create_qc_summary": [[179, "act-qc-qcfilter-create-qc-summary"]], "act.qc.QCFilter.create_qc_variable": [[180, "act-qc-qcfilter-create-qc-variable"]], "act.qc.QCFilter.datafilter": [[181, "act-qc-qcfilter-datafilter"]], "act.qc.QCFilter.get_masked_data": [[182, "act-qc-qcfilter-get-masked-data"]], "act.qc.QCFilter.get_qc_test_mask": [[183, "act-qc-qcfilter-get-qc-test-mask"]], "act.qc.QCFilter.remove_test": [[184, "act-qc-qcfilter-remove-test"]], "act.qc.QCFilter.set_test": [[185, "act-qc-qcfilter-set-test"]], "act.qc.QCFilter.unset_test": [[186, "act-qc-qcfilter-unset-test"]], "act.qc.QCFilter.update_ancillary_variable": [[187, "act-qc-qcfilter-update-ancillary-variable"]], "act.qc.QCSummary": [[188, "act-qc-qcsummary"]], "act.qc.QCSummary.create_qc_summary": [[189, "act-qc-qcsummary-create-qc-summary"]], "act.qc.QCTests": [[190, "act-qc-qctests"]], "act.qc.QCTests.compare_time_series_trends": [[191, "act-qc-qctests-compare-time-series-trends"]], "act.qc.SP2ParticleCriteria": [[192, "act-qc-sp2particlecriteria"]], "act.qc.add_dqr_to_qc": [[193, "act-qc-add-dqr-to-qc"]], "act.qc.fft_shading_test": [[194, "act-qc-fft-shading-test"]], "act.qc.fft_shading_test_process": [[195, "act-qc-fft-shading-test-process"]], "act.qc.get_waveform_statistics": [[196, "act-qc-get-waveform-statistics"]], "act.qc.parse_bit": [[197, "act-qc-parse-bit"]], "act.qc.read_yaml_supplemental_qc": [[198, "act-qc-read-yaml-supplemental-qc"]], "act.qc.set_bit": [[199, "act-qc-set-bit"]], "act.qc.unset_bit": [[200, "act-qc-unset-bit"]], "act.retrievals": [[201, "act-retrievals"]], "act.retrievals.aeri2irt": [[202, "act-retrievals-aeri2irt"]], "act.retrievals.calc_sp2_diams_masses": [[203, "act-retrievals-calc-sp2-diams-masses"]], "act.retrievals.calculate_dsh_from_dsdh_sdn": [[204, "act-retrievals-calculate-dsh-from-dsdh-sdn"]], "act.retrievals.calculate_irradiance_stats": [[205, "act-retrievals-calculate-irradiance-stats"]], "act.retrievals.calculate_longwave_radiation": [[206, "act-retrievals-calculate-longwave-radiation"]], "act.retrievals.calculate_net_radiation": [[207, "act-retrievals-calculate-net-radiation"]], "act.retrievals.calculate_pbl_heffter": [[208, "act-retrievals-calculate-pbl-heffter"]], "act.retrievals.calculate_pbl_liu_liang": [[209, "act-retrievals-calculate-pbl-liu-liang"]], "act.retrievals.calculate_precipitable_water": [[210, "act-retrievals-calculate-precipitable-water"]], "act.retrievals.calculate_stability_indicies": [[211, "act-retrievals-calculate-stability-indicies"]], "act.retrievals.compute_winds_from_ppi": [[212, "act-retrievals-compute-winds-from-ppi"]], "act.retrievals.generic_sobel_cbh": [[213, "act-retrievals-generic-sobel-cbh"]], "act.retrievals.process_sp2_psds": [[214, "act-retrievals-process-sp2-psds"]], "act.retrievals.sst_from_irt": [[215, "act-retrievals-sst-from-irt"]], "act.retrievals.sum_function_irt": [[216, "act-retrievals-sum-function-irt"]], "act.utils": [[217, "act-utils"]], "act.utils.ChangeUnits": [[218, "act-utils-changeunits"]], "act.utils.ChangeUnits.change_units": [[219, "act-utils-changeunits-change-units"]], "act.utils.DatastreamParserARM": [[220, "act-utils-datastreamparserarm"]], "act.utils.DatastreamParserARM.datastream": [[221, "act-utils-datastreamparserarm-datastream"]], "act.utils.DatastreamParserARM.datastream_class": [[222, "act-utils-datastreamparserarm-datastream-class"]], "act.utils.DatastreamParserARM.datastream_standard": [[223, "act-utils-datastreamparserarm-datastream-standard"]], "act.utils.DatastreamParserARM.date": [[224, "act-utils-datastreamparserarm-date"]], "act.utils.DatastreamParserARM.ext": [[225, "act-utils-datastreamparserarm-ext"]], "act.utils.DatastreamParserARM.facility": [[226, "act-utils-datastreamparserarm-facility"]], "act.utils.DatastreamParserARM.level": [[227, "act-utils-datastreamparserarm-level"]], "act.utils.DatastreamParserARM.set_datastream": [[228, "act-utils-datastreamparserarm-set-datastream"]], "act.utils.DatastreamParserARM.site": [[229, "act-utils-datastreamparserarm-site"]], "act.utils.DatastreamParserARM.time": [[230, "act-utils-datastreamparserarm-time"]], "act.utils.accumulate_precip": [[231, "act-utils-accumulate-precip"]], "act.utils.add_in_nan": [[232, "act-utils-add-in-nan"]], "act.utils.add_solar_variable": [[233, "act-utils-add-solar-variable"]], "act.utils.adjust_timestamp": [[234, "act-utils-adjust-timestamp"]], "act.utils.arm_site_location_search": [[235, "act-utils-arm-site-location-search"]], "act.utils.arm_standards_validator": [[236, "act-utils-arm-standards-validator"]], "act.utils.assign_coordinates": [[237, "act-utils-assign-coordinates"]], "act.utils.calc_cog_sog": [[238, "act-utils-calc-cog-sog"]], "act.utils.calculate_dqr_times": [[239, "act-utils-calculate-dqr-times"]], "act.utils.calculate_percentages": [[240, "act-utils-calculate-percentages"]], "act.utils.cleanup_files": [[241, "act-utils-cleanup-files"]], "act.utils.convert_2d_to_1d": [[242, "act-utils-convert-2d-to-1d"]], "act.utils.convert_to_potential_temp": [[243, "act-utils-convert-to-potential-temp"]], "act.utils.convert_units": [[244, "act-utils-convert-units"]], "act.utils.create_pyart_obj": [[245, "act-utils-create-pyart-obj"]], "act.utils.date_parser": [[246, "act-utils-date-parser"]], "act.utils.dates_between": [[247, "act-utils-dates-between"]], "act.utils.datetime64_to_datetime": [[248, "act-utils-datetime64-to-datetime"]], "act.utils.decode_present_weather": [[249, "act-utils-decode-present-weather"]], "act.utils.destination_azimuth_distance": [[250, "act-utils-destination-azimuth-distance"]], "act.utils.determine_time_delta": [[251, "act-utils-determine-time-delta"]], "act.utils.generate_movie": [[252, "act-utils-generate-movie"]], "act.utils.get_missing_value": [[253, "act-utils-get-missing-value"]], "act.utils.get_solar_azimuth_elevation": [[254, "act-utils-get-solar-azimuth-elevation"]], "act.utils.get_sunrise_sunset_noon": [[255, "act-utils-get-sunrise-sunset-noon"]], "act.utils.height_adjusted_pressure": [[256, "act-utils-height-adjusted-pressure"]], "act.utils.height_adjusted_temperature": [[257, "act-utils-height-adjusted-temperature"]], "act.utils.is_gunzip_file": [[258, "act-utils-is-gunzip-file"]], "act.utils.is_sun_visible": [[259, "act-utils-is-sun-visible"]], "act.utils.numpy_to_arm_date": [[260, "act-utils-numpy-to-arm-date"]], "act.utils.pack_gzip": [[261, "act-utils-pack-gzip"]], "act.utils.pack_tar": [[262, "act-utils-pack-tar"]], "act.utils.planck_converter": [[263, "act-utils-planck-converter"]], "act.utils.proc_scog": [[264, "act-utils-proc-scog"]], "act.utils.reduce_time_ranges": [[265, "act-utils-reduce-time-ranges"]], "act.utils.ts_weighted_average": [[266, "act-utils-ts-weighted-average"]], "act.utils.unpack_gzip": [[267, "act-utils-unpack-gzip"]], "act.utils.unpack_tar": [[268, "act-utils-unpack-tar"]], "API Reference Manual": [[269, "api-reference-manual"]], "Blog": [[270, "blog"]], "New Docs": [[271, "new-docs"]], "Visualize and bring together data from the SAIL campaign and NOAA": [[272, "visualize-and-bring-together-data-from-the-sail-campaign-and-noaa"]], "Imports": [[272, "imports"]], "Download and visualize our data using ACT": [[272, "download-and-visualize-our-data-using-act"]], "Create a Multipanel Plot to Compare the KAZR and Parsivel": [[272, "create-a-multipanel-plot-to-compare-the-kazr-and-parsivel"]], "Add Doppler Lidar Retrieved Winds": [[272, "add-doppler-lidar-retrieved-winds"]], "Conclusion": [[272, "conclusion"]], "April 8, 2024 Eclipse - Data from ARM\u2019s Southern Great Plains (SGP) Observatory": [[273, "april-8-2024-eclipse-data-from-arm-s-southern-great-plains-sgp-observatory"]], "Step 1: Import our libraries": [[273, "step-1-import-our-libraries"]], "Step 2: Download data!": [[273, "step-2-download-data"]], "Instruments": [[273, "instruments"]], "Doppler Lidar (DL)": [[273, "doppler-lidar-dl"]], "Solar and Infrared Radiation Station (SIRS)": [[273, "solar-and-infrared-radiation-station-sirs"]], "Surface Meteorological Station (MET)": [[273, "surface-meteorological-station-met"]], "Eddy Correlation Flux Measurement System (ECOR)": [[273, "eddy-correlation-flux-measurement-system-ecor"]], "Radar Wind Profiler (RWP)": [[273, "radar-wind-profiler-rwp"]], "Ultrafine Condensation Particle Counter (CPCUF)": [[273, "ultrafine-condensation-particle-counter-cpcuf"]], "Scanning Mobility Particle Sizer": [[273, "scanning-mobility-particle-sizer"]], "Step 2.1: Transform the RWP dataset for easy plotting": [[273, "step-2-1-transform-the-rwp-dataset-for-easy-plotting"]], "Step 3: Visualize the Data": [[273, "step-3-visualize-the-data"]], "Summary": [[273, "summary"]], "Atmospheric data Community Toolkit Documentation": [[274, "atmospheric-data-community-toolkit-documentation"]], "Atmospheric Community Toolkit (ACT)": [[274, "atmospheric-community-toolkit-act"]], "Version 2.0": [[274, "version-2-0"]], "Dependencies": [[274, "dependencies"]], "Optional Dependencies": [[274, "optional-dependencies"]], "Contributing": [[274, "contributing"], [348, "contributing"]], "Testing": [[274, "testing"]], "Computation times": [[275, "computation-times"], [278, "computation-times"], [284, "computation-times"], [294, "computation-times"], [322, "computation-times"], [329, "computation-times"], [333, "computation-times"], [334, "computation-times"], [340, "computation-times"], [347, "computation-times"]], "Correction examples": [[276, "correction-examples"], [285, "correction-examples"]], "Correct wind data for ship motion": [[277, "correct-wind-data-for-ship-motion"]], "Discovery examples": [[279, "discovery-examples"], [285, "discovery-examples"]], "Airnow Data": [[280, "airnow-data"]], "Query and plot ASOS data": [[281, "query-and-plot-asos-data"]], "NEON Data": [[282, "neon-data"]], "NOAA FMCW and parsivel plot": [[283, "noaa-fmcw-and-parsivel-plot"]], "ACT Example Gallery": [[285, "act-example-gallery"]], "Input/Output Examples": [[285, "input-output-examples"], [286, "input-output-examples"]], "Plotting examples": [[285, "plotting-examples"], [295, "plotting-examples"]], "Quality Control Examples": [[285, "quality-control-examples"], [323, "quality-control-examples"]], "Retrieval examples": [[285, "retrieval-examples"], [330, "retrieval-examples"]], "Utility examples": [[285, "utility-examples"], [335, "utility-examples"]], "Workflow examples": [[285, "workflow-examples"], [341, "workflow-examples"]], "Convert Data to AmeriFlux Format": [[287, "convert-data-to-ameriflux-format"]], "Create a dataset to mimic ARM file formats": [[288, "create-a-dataset-to-mimic-arm-file-formats"]], "Read and plot a HYSPLIT trajectory file from a HYSPlIT run.": [[289, "read-and-plot-a-hysplit-trajectory-file-from-a-hysplit-run"]], "Plot ICARTT Formatted Files": [[290, "plot-icartt-formatted-files"]], "Read and plot a PPI from raw mini-MPL data": [[291, "read-and-plot-a-ppi-from-raw-mini-mpl-data"]], "Read and plot a Sodar file": [[292, "read-and-plot-a-sodar-file"]], "Plot SurfRad Data": [[293, "plot-surfrad-data"]], "Plot ARM AAF Flight Path": [[296, "plot-arm-aaf-flight-path"]], "Simple plot of 2D data": [[297, "simple-plot-of-2d-data"]], "Spatial contour plot": [[298, "spatial-contour-plot"]], "Data rose plot": [[299, "data-rose-plot"]], "Calculate and plot wind rose plots separated by day.": [[300, "calculate-and-plot-wind-rose-plots-separated-by-day"]], "Calculate and plot daily daytime temperature averages": [[301, "calculate-and-plot-daily-daytime-temperature-averages"]], "Enhanced plot of a sounding": [[302, "enhanced-plot-of-a-sounding"]], "Xarray Plotting Examples": [[303, "xarray-plotting-examples"]], "Example plot using heat maps": [[304, "example-plot-using-heat-maps"]], "Plot a histogram of Met data.": [[305, "plot-a-histogram-of-met-data"]], "Plot a timeseries of sounding data": [[306, "plot-a-timeseries-of-sounding-data"], [316, "plot-a-timeseries-of-sounding-data"]], "Calculate and View Aerosol Percentages": [[307, "calculate-and-view-aerosol-percentages"]], "Plot Present Weather Code": [[308, "plot-present-weather-code"]], "Plotting QC Flags": [[309, "plotting-qc-flags"]], "Plot winds and relative humidity from sounding data": [[310, "plot-winds-and-relative-humidity-from-sounding-data"]], "Compare Aircraft Airspeeds": [[311, "compare-aircraft-airspeeds"]], "Secondary Y-Axis Plotting": [[312, "secondary-y-axis-plotting"]], "Example Size Distribution Plots": [[313, "example-size-distribution-plots"]], "Skew-T plot of a sounding": [[314, "skew-t-plot-of-a-sounding"], [315, "skew-t-plot-of-a-sounding"]], "Plotting state variables": [[317, "plotting-state-variables"]], "Time-Height Scatter Plot": [[318, "time-height-scatter-plot"]], "Investigate Temperature Quantiles": [[319, "investigate-temperature-quantiles"]], "Windrose and windbarb timeseries plot": [[320, "windrose-and-windbarb-timeseries-plot"]], "Multidimensional cross sections": [[321, "multidimensional-cross-sections"]], "Working with and expanding embedded quality control variables": [[324, "working-with-and-expanding-embedded-quality-control-variables"]], "Query the ARM DQR webservice": [[325, "query-the-arm-dqr-webservice"]], "Forcing line plots with 2D data and QC": [[326, "forcing-line-plots-with-2d-data-and-qc"]], "Plotting Baseline Surface Radiation Network (BSRN) QC Flags": [[327, "plotting-baseline-surface-radiation-network-bsrn-qc-flags"]], "Working with embedded quality control variables": [[328, "working-with-embedded-quality-control-variables"]], "Cloud Base Height Retrievals": [[331, "cloud-base-height-retrievals"]], "Retrieve stability indicies from a sounding": [[332, "retrieve-stability-indicies-from-a-sounding"]], "Calculate and plot aerosol percentages.": [[336, "calculate-and-plot-aerosol-percentages"]], "Changing units in dataset": [[337, "changing-units-in-dataset"]], "Parse the ARM datastream filename": [[338, "parse-the-arm-datastream-filename"]], "Working with TAR and gunzip files": [[339, "working-with-tar-and-gunzip-files"]], "Plot AERIoe data with cloud base height from ceilometer": [[342, "plot-aerioe-data-with-cloud-base-height-from-ceilometer"]], "Merge multiple datasets": [[343, "merge-multiple-datasets"]], "Plot multiple datasets": [[344, "plot-multiple-datasets"]], "Transformations and QC": [[345, "transformations-and-qc"]], "Calculate and plot weighted means": [[346, "calculate-and-plot-weighted-means"]], "Types of Contributions": [[348, "types-of-contributions"]], "Report Bugs": [[348, "report-bugs"]], "Fix Bugs": [[348, "fix-bugs"]], "Implement Features": [[348, "implement-features"]], "Write Documentation": [[348, "write-documentation"]], "Submit Feedback": [[348, "submit-feedback"]], "Get Started!": [[348, "get-started"]], "Fork and Cloning the ACT Repository": [[348, "fork-and-cloning-the-act-repository"]], "Install": [[348, "install"]], "Working with Git Branches": [[348, "working-with-git-branches"]], "Python File Setup": [[348, "python-file-setup"]], "Code Style": [[348, "code-style"]], "Naming Convention": [[348, "naming-convention"]], "Discovery": [[348, "discovery"], [350, "discovery"]], "IO": [[348, "io"], [350, "io"]], "Adding Secrets and Environment Variables": [[348, "adding-secrets-and-environment-variables"]], "Unit Testing": [[348, "unit-testing"]], "Adding Changes to GitHub": [[348, "adding-changes-to-github"]], "Setting up an Environment": [[349, "setting-up-an-environment"]], "Anaconda": [[349, "anaconda"]], "Setting a Channel": [[349, "setting-a-channel"]], "Creating an Environment": [[349, "creating-an-environment"]], "More Information": [[349, "more-information"]], "ACT Version 2 Release Guide": [[350, "act-version-2-release-guide"]], "Plotting": [[350, "plotting"]], "QC": [[350, "qc"]], "Tests": [[350, "tests"]], "User Guide": [[351, "user-guide"]], "Installation": [[352, "installation"]], "Usage": [[353, "usage"]]}, "indexentries": {"act.corrections": [[0, "module-act.corrections"]], "module": [[0, "module-act.corrections"], [6, "module-act.discovery"], [19, "module-act.io"], [50, "module-act.plotting"], [142, "module-act.qc"], [201, "module-act.retrievals"], [217, "module-act.utils"]], "correct_ceil() (in module act.corrections)": [[1, "act.corrections.correct_ceil"]], "correct_dl() (in module act.corrections)": [[2, "act.corrections.correct_dl"]], "correct_mpl() (in module act.corrections)": [[3, "act.corrections.correct_mpl"]], "correct_rl() (in module act.corrections)": [[4, "act.corrections.correct_rl"]], "correct_wind() (in module act.corrections)": [[5, "act.corrections.correct_wind"]], "act.discovery": [[6, "module-act.discovery"]], "download_arm_data() (in module act.discovery)": [[7, "act.discovery.download_arm_data"]], "download_neon_data() (in module act.discovery)": [[8, "act.discovery.download_neon_data"]], "download_noaa_psl_data() (in module act.discovery)": [[9, "act.discovery.download_noaa_psl_data"]], "download_surfrad_data() (in module act.discovery)": [[10, "act.discovery.download_surfrad_data"]], "get_airnow_bounded_obs() (in module act.discovery)": [[11, "act.discovery.get_airnow_bounded_obs"]], "get_airnow_forecast() (in module act.discovery)": [[12, "act.discovery.get_airnow_forecast"]], "get_airnow_obs() (in module act.discovery)": [[13, "act.discovery.get_airnow_obs"]], "get_arm_doi() (in module act.discovery)": [[14, "act.discovery.get_arm_doi"]], "get_asos_data() (in module act.discovery)": [[15, "act.discovery.get_asos_data"]], "get_crop_type() (in module act.discovery)": [[16, "act.discovery.get_crop_type"]], "get_neon_product_avail() (in module act.discovery)": [[17, "act.discovery.get_neon_product_avail"]], "get_neon_site_products() (in module act.discovery)": [[18, "act.discovery.get_neon_site_products"]], "act.io": [[19, "module-act.io"]], "writedataset (class in act.io)": [[20, "act.io.WriteDataset"]], "write_netcdf() (act.io.writedataset method)": [[21, "act.io.WriteDataset.write_netcdf"]], "check_arm_standards() (in module act.io)": [[22, "act.io.check_arm_standards"]], "check_if_tar_gz_file() (in module act.io)": [[23, "act.io.check_if_tar_gz_file"]], "convert_to_ameriflux() (in module act.io)": [[24, "act.io.convert_to_ameriflux"]], "create_ds_from_arm_dod() (in module act.io)": [[25, "act.io.create_ds_from_arm_dod"]], "proc_sigma_mplv5_read() (in module act.io)": [[26, "act.io.proc_sigma_mplv5_read"]], "read_arm_mmcr() (in module act.io)": [[27, "act.io.read_arm_mmcr"]], "read_arm_netcdf() (in module act.io)": [[28, "act.io.read_arm_netcdf"]], "read_csv() (in module act.io)": [[29, "act.io.read_csv"]], "read_gml() (in module act.io)": [[30, "act.io.read_gml"]], "read_gml_co2() (in module act.io)": [[31, "act.io.read_gml_co2"]], "read_gml_halo() (in module act.io)": [[32, "act.io.read_gml_halo"]], "read_gml_met() (in module act.io)": [[33, "act.io.read_gml_met"]], "read_gml_ozone() (in module act.io)": [[34, "act.io.read_gml_ozone"]], "read_gml_radiation() (in module act.io)": [[35, "act.io.read_gml_radiation"]], "read_hk_file() (in module act.io)": [[36, "act.io.read_hk_file"]], "read_hysplit() (in module act.io)": [[37, "act.io.read_hysplit"]], "read_icartt() (in module act.io)": [[38, "act.io.read_icartt"]], "read_mfas_sodar() (in module act.io)": [[39, "act.io.read_mfas_sodar"]], "read_neon_csv() (in module act.io)": [[40, "act.io.read_neon_csv"]], "read_psl_parsivel() (in module act.io)": [[41, "act.io.read_psl_parsivel"]], "read_psl_radar_fmcw_moment() (in module act.io)": [[42, "act.io.read_psl_radar_fmcw_moment"]], "read_psl_surface_met() (in module act.io)": [[43, "act.io.read_psl_surface_met"]], "read_psl_wind_profiler() (in module act.io)": [[44, "act.io.read_psl_wind_profiler"]], "read_psl_wind_profiler_temperature() (in module act.io)": [[45, "act.io.read_psl_wind_profiler_temperature"]], "read_sigma_mplv5() (in module act.io)": [[46, "act.io.read_sigma_mplv5"]], "read_sp2() (in module act.io)": [[47, "act.io.read_sp2"]], "read_sp2_dat() (in module act.io)": [[48, "act.io.read_sp2_dat"]], "read_surfrad() (in module act.io)": [[49, "act.io.read_surfrad"]], "act.plotting": [[50, "module-act.plotting"]], "contourdisplay (class in act.plotting)": [[51, "act.plotting.ContourDisplay"]], "add_colorbar() (act.plotting.contourdisplay method)": [[52, "act.plotting.ContourDisplay.add_colorbar"]], "add_subplots() (act.plotting.contourdisplay method)": [[53, "act.plotting.ContourDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.contourdisplay method)": [[54, "act.plotting.ContourDisplay.assign_to_figure_axis"]], "barbs() (act.plotting.contourdisplay method)": [[55, "act.plotting.ContourDisplay.barbs"]], "contour() (act.plotting.contourdisplay method)": [[56, "act.plotting.ContourDisplay.contour"]], "contourf() (act.plotting.contourdisplay method)": [[57, "act.plotting.ContourDisplay.contourf"]], "create_contour() (act.plotting.contourdisplay method)": [[58, "act.plotting.ContourDisplay.create_contour"]], "group_by() (act.plotting.contourdisplay method)": [[59, "act.plotting.ContourDisplay.group_by"]], "plot_station() (act.plotting.contourdisplay method)": [[60, "act.plotting.ContourDisplay.plot_station"]], "plot_vectors_from_spd_dir() (act.plotting.contourdisplay method)": [[61, "act.plotting.ContourDisplay.plot_vectors_from_spd_dir"]], "put_display_in_subplot() (act.plotting.contourdisplay method)": [[62, "act.plotting.ContourDisplay.put_display_in_subplot"]], "display (class in act.plotting)": [[63, "act.plotting.Display"]], "add_colorbar() (act.plotting.display method)": [[64, "act.plotting.Display.add_colorbar"]], "add_subplots() (act.plotting.display method)": [[65, "act.plotting.Display.add_subplots"]], "assign_to_figure_axis() (act.plotting.display method)": [[66, "act.plotting.Display.assign_to_figure_axis"]], "group_by() (act.plotting.display method)": [[67, "act.plotting.Display.group_by"]], "put_display_in_subplot() (act.plotting.display method)": [[68, "act.plotting.Display.put_display_in_subplot"]], "distributiondisplay (class in act.plotting)": [[69, "act.plotting.DistributionDisplay"]], "add_colorbar() (act.plotting.distributiondisplay method)": [[70, "act.plotting.DistributionDisplay.add_colorbar"]], "add_subplots() (act.plotting.distributiondisplay method)": [[71, "act.plotting.DistributionDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.distributiondisplay method)": [[72, "act.plotting.DistributionDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.distributiondisplay method)": [[73, "act.plotting.DistributionDisplay.group_by"]], "plot_heatmap() (act.plotting.distributiondisplay method)": [[74, "act.plotting.DistributionDisplay.plot_heatmap"]], "plot_pie_chart() (act.plotting.distributiondisplay method)": [[75, "act.plotting.DistributionDisplay.plot_pie_chart"]], "plot_scatter() (act.plotting.distributiondisplay method)": [[76, "act.plotting.DistributionDisplay.plot_scatter"]], "plot_size_distribution() (act.plotting.distributiondisplay method)": [[77, "act.plotting.DistributionDisplay.plot_size_distribution"]], "plot_stacked_bar() (act.plotting.distributiondisplay method)": [[78, "act.plotting.DistributionDisplay.plot_stacked_bar"]], "plot_stairstep() (act.plotting.distributiondisplay method)": [[79, "act.plotting.DistributionDisplay.plot_stairstep"]], "plot_violin() (act.plotting.distributiondisplay method)": [[80, "act.plotting.DistributionDisplay.plot_violin"]], "put_display_in_subplot() (act.plotting.distributiondisplay method)": [[81, "act.plotting.DistributionDisplay.put_display_in_subplot"]], "set_ratio_line() (act.plotting.distributiondisplay method)": [[82, "act.plotting.DistributionDisplay.set_ratio_line"]], "set_xrng() (act.plotting.distributiondisplay method)": [[83, "act.plotting.DistributionDisplay.set_xrng"]], "set_yrng() (act.plotting.distributiondisplay method)": [[84, "act.plotting.DistributionDisplay.set_yrng"]], "geographicplotdisplay (class in act.plotting)": [[85, "act.plotting.GeographicPlotDisplay"]], "add_colorbar() (act.plotting.geographicplotdisplay method)": [[86, "act.plotting.GeographicPlotDisplay.add_colorbar"]], "add_subplots() (act.plotting.geographicplotdisplay method)": [[87, "act.plotting.GeographicPlotDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.geographicplotdisplay method)": [[88, "act.plotting.GeographicPlotDisplay.assign_to_figure_axis"]], "geoplot() (act.plotting.geographicplotdisplay method)": [[89, "act.plotting.GeographicPlotDisplay.geoplot"]], "group_by() (act.plotting.geographicplotdisplay method)": [[90, "act.plotting.GeographicPlotDisplay.group_by"]], "put_display_in_subplot() (act.plotting.geographicplotdisplay method)": [[91, "act.plotting.GeographicPlotDisplay.put_display_in_subplot"]], "skewtdisplay (class in act.plotting)": [[92, "act.plotting.SkewTDisplay"]], "add_colorbar() (act.plotting.skewtdisplay method)": [[93, "act.plotting.SkewTDisplay.add_colorbar"]], "add_stability_info() (act.plotting.skewtdisplay method)": [[94, "act.plotting.SkewTDisplay.add_stability_info"]], "add_subplots() (act.plotting.skewtdisplay method)": [[95, "act.plotting.SkewTDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.skewtdisplay method)": [[96, "act.plotting.SkewTDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.skewtdisplay method)": [[97, "act.plotting.SkewTDisplay.group_by"]], "plot_enhanced_skewt() (act.plotting.skewtdisplay method)": [[98, "act.plotting.SkewTDisplay.plot_enhanced_skewt"]], "plot_from_spd_and_dir() (act.plotting.skewtdisplay method)": [[99, "act.plotting.SkewTDisplay.plot_from_spd_and_dir"]], "plot_from_u_and_v() (act.plotting.skewtdisplay method)": [[100, "act.plotting.SkewTDisplay.plot_from_u_and_v"]], "plot_hodograph() (act.plotting.skewtdisplay method)": [[101, "act.plotting.SkewTDisplay.plot_hodograph"]], "put_display_in_subplot() (act.plotting.skewtdisplay method)": [[102, "act.plotting.SkewTDisplay.put_display_in_subplot"]], "set_xrng() (act.plotting.skewtdisplay method)": [[103, "act.plotting.SkewTDisplay.set_xrng"]], "set_yrng() (act.plotting.skewtdisplay method)": [[104, "act.plotting.SkewTDisplay.set_yrng"]], "timeseriesdisplay (class in act.plotting)": [[105, "act.plotting.TimeSeriesDisplay"]], "add_colorbar() (act.plotting.timeseriesdisplay method)": [[106, "act.plotting.TimeSeriesDisplay.add_colorbar"]], "add_subplots() (act.plotting.timeseriesdisplay method)": [[107, "act.plotting.TimeSeriesDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.timeseriesdisplay method)": [[108, "act.plotting.TimeSeriesDisplay.assign_to_figure_axis"]], "day_night_background() (act.plotting.timeseriesdisplay method)": [[109, "act.plotting.TimeSeriesDisplay.day_night_background"]], "fill_between() (act.plotting.timeseriesdisplay method)": [[110, "act.plotting.TimeSeriesDisplay.fill_between"]], "group_by() (act.plotting.timeseriesdisplay method)": [[111, "act.plotting.TimeSeriesDisplay.group_by"]], "plot() (act.plotting.timeseriesdisplay method)": [[112, "act.plotting.TimeSeriesDisplay.plot"]], "plot_barbs_from_spd_dir() (act.plotting.timeseriesdisplay method)": [[113, "act.plotting.TimeSeriesDisplay.plot_barbs_from_spd_dir"]], "plot_barbs_from_u_v() (act.plotting.timeseriesdisplay method)": [[114, "act.plotting.TimeSeriesDisplay.plot_barbs_from_u_v"]], "plot_time_height_xsection_from_1d_data() (act.plotting.timeseriesdisplay method)": [[115, "act.plotting.TimeSeriesDisplay.plot_time_height_xsection_from_1d_data"]], "put_display_in_subplot() (act.plotting.timeseriesdisplay method)": [[116, "act.plotting.TimeSeriesDisplay.put_display_in_subplot"]], "qc_flag_block_plot() (act.plotting.timeseriesdisplay method)": [[117, "act.plotting.TimeSeriesDisplay.qc_flag_block_plot"]], "set_xrng() (act.plotting.timeseriesdisplay method)": [[118, "act.plotting.TimeSeriesDisplay.set_xrng"]], "set_yrng() (act.plotting.timeseriesdisplay method)": [[119, "act.plotting.TimeSeriesDisplay.set_yrng"]], "time_height_scatter() (act.plotting.timeseriesdisplay method)": [[120, "act.plotting.TimeSeriesDisplay.time_height_scatter"]], "windrosedisplay (class in act.plotting)": [[121, "act.plotting.WindRoseDisplay"]], "add_colorbar() (act.plotting.windrosedisplay method)": [[122, "act.plotting.WindRoseDisplay.add_colorbar"]], "add_subplots() (act.plotting.windrosedisplay method)": [[123, "act.plotting.WindRoseDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.windrosedisplay method)": [[124, "act.plotting.WindRoseDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.windrosedisplay method)": [[125, "act.plotting.WindRoseDisplay.group_by"]], "plot() (act.plotting.windrosedisplay method)": [[126, "act.plotting.WindRoseDisplay.plot"]], "plot_data() (act.plotting.windrosedisplay method)": [[127, "act.plotting.WindRoseDisplay.plot_data"]], "put_display_in_subplot() (act.plotting.windrosedisplay method)": [[128, "act.plotting.WindRoseDisplay.put_display_in_subplot"]], "set_rrng() (act.plotting.windrosedisplay method)": [[129, "act.plotting.WindRoseDisplay.set_rrng"]], "set_thetarng() (act.plotting.windrosedisplay method)": [[130, "act.plotting.WindRoseDisplay.set_thetarng"]], "xsectiondisplay (class in act.plotting)": [[131, "act.plotting.XSectionDisplay"]], "add_colorbar() (act.plotting.xsectiondisplay method)": [[132, "act.plotting.XSectionDisplay.add_colorbar"]], "add_subplots() (act.plotting.xsectiondisplay method)": [[133, "act.plotting.XSectionDisplay.add_subplots"]], "assign_to_figure_axis() (act.plotting.xsectiondisplay method)": [[134, "act.plotting.XSectionDisplay.assign_to_figure_axis"]], "group_by() (act.plotting.xsectiondisplay method)": [[135, "act.plotting.XSectionDisplay.group_by"]], "plot_xsection() (act.plotting.xsectiondisplay method)": [[136, "act.plotting.XSectionDisplay.plot_xsection"]], "plot_xsection_map() (act.plotting.xsectiondisplay method)": [[137, "act.plotting.XSectionDisplay.plot_xsection_map"]], "put_display_in_subplot() (act.plotting.xsectiondisplay method)": [[138, "act.plotting.XSectionDisplay.put_display_in_subplot"]], "set_subplot_to_map() (act.plotting.xsectiondisplay method)": [[139, "act.plotting.XSectionDisplay.set_subplot_to_map"]], "set_xrng() (act.plotting.xsectiondisplay method)": [[140, "act.plotting.XSectionDisplay.set_xrng"]], "set_yrng() (act.plotting.xsectiondisplay method)": [[141, "act.plotting.XSectionDisplay.set_yrng"]], "act.qc": [[142, "module-act.qc"]], "cleandataset (class in act.qc)": [[143, "act.qc.CleanDataset"]], "clean_arm_qc() (act.qc.cleandataset method)": [[144, "act.qc.CleanDataset.clean_arm_qc"]], "clean_arm_state_variables() (act.qc.cleandataset method)": [[145, "act.qc.CleanDataset.clean_arm_state_variables"]], "clean_cf_qc() (act.qc.cleandataset method)": [[146, "act.qc.CleanDataset.clean_cf_qc"]], "clean_seri_qc() (act.qc.cleandataset method)": [[147, "act.qc.CleanDataset.clean_seri_qc"]], "clean_swats_qc() (act.qc.cleandataset method)": [[148, "act.qc.CleanDataset.clean_swats_qc"]], "cleanup() (act.qc.cleandataset method)": [[149, "act.qc.CleanDataset.cleanup"]], "correct_valid_minmax() (act.qc.cleandataset method)": [[150, "act.qc.CleanDataset.correct_valid_minmax"]], "fix_incorrect_variable_bit_description_attributes() (act.qc.cleandataset method)": [[151, "act.qc.CleanDataset.fix_incorrect_variable_bit_description_attributes"]], "get_attr_info() (act.qc.cleandataset method)": [[152, "act.qc.CleanDataset.get_attr_info"]], "handle_missing_values() (act.qc.cleandataset method)": [[153, "act.qc.CleanDataset.handle_missing_values"]], "link_variables() (act.qc.cleandataset method)": [[154, "act.qc.CleanDataset.link_variables"]], "matched_qc_variables (act.qc.cleandataset property)": [[155, "act.qc.CleanDataset.matched_qc_variables"]], "normalize_assessment() (act.qc.cleandataset method)": [[156, "act.qc.CleanDataset.normalize_assessment"]], "qcfilter (class in act.qc)": [[157, "act.qc.QCFilter"]], "add_atmospheric_pressure_test() (act.qc.qcfilter method)": [[158, "act.qc.QCFilter.add_atmospheric_pressure_test"]], "add_delta_test() (act.qc.qcfilter method)": [[159, "act.qc.QCFilter.add_delta_test"]], "add_difference_test() (act.qc.qcfilter method)": [[160, "act.qc.QCFilter.add_difference_test"]], "add_equal_to_test() (act.qc.qcfilter method)": [[161, "act.qc.QCFilter.add_equal_to_test"]], "add_gesd_test() (act.qc.qcfilter method)": [[162, "act.qc.QCFilter.add_gesd_test"]], "add_greater_equal_test() (act.qc.qcfilter method)": [[163, "act.qc.QCFilter.add_greater_equal_test"]], "add_greater_test() (act.qc.qcfilter method)": [[164, "act.qc.QCFilter.add_greater_test"]], "add_inside_test() (act.qc.qcfilter method)": [[165, "act.qc.QCFilter.add_inside_test"]], "add_iqr_test() (act.qc.qcfilter method)": [[166, "act.qc.QCFilter.add_iqr_test"]], "add_less_equal_test() (act.qc.qcfilter method)": [[167, "act.qc.QCFilter.add_less_equal_test"]], "add_less_test() (act.qc.qcfilter method)": [[168, "act.qc.QCFilter.add_less_test"]], "add_missing_value_test() (act.qc.qcfilter method)": [[169, "act.qc.QCFilter.add_missing_value_test"]], "add_not_equal_to_test() (act.qc.qcfilter method)": [[170, "act.qc.QCFilter.add_not_equal_to_test"]], "add_outside_test() (act.qc.qcfilter method)": [[171, "act.qc.QCFilter.add_outside_test"]], "add_persistence_test() (act.qc.qcfilter method)": [[172, "act.qc.QCFilter.add_persistence_test"]], "add_test() (act.qc.qcfilter method)": [[173, "act.qc.QCFilter.add_test"]], "available_bit() (act.qc.qcfilter method)": [[174, "act.qc.QCFilter.available_bit"]], "bsrn_comparison_tests() (act.qc.qcfilter method)": [[175, "act.qc.QCFilter.bsrn_comparison_tests"]], "bsrn_limits_test() (act.qc.qcfilter method)": [[176, "act.qc.QCFilter.bsrn_limits_test"]], "check_for_ancillary_qc() (act.qc.qcfilter method)": [[177, "act.qc.QCFilter.check_for_ancillary_qc"]], "compare_time_series_trends() (act.qc.qcfilter method)": [[178, "act.qc.QCFilter.compare_time_series_trends"]], "create_qc_summary() (act.qc.qcfilter method)": [[179, "act.qc.QCFilter.create_qc_summary"]], "create_qc_variable() (act.qc.qcfilter method)": [[180, "act.qc.QCFilter.create_qc_variable"]], "datafilter() (act.qc.qcfilter method)": [[181, "act.qc.QCFilter.datafilter"]], "get_masked_data() (act.qc.qcfilter method)": [[182, "act.qc.QCFilter.get_masked_data"]], "get_qc_test_mask() (act.qc.qcfilter method)": [[183, "act.qc.QCFilter.get_qc_test_mask"]], "remove_test() (act.qc.qcfilter method)": [[184, "act.qc.QCFilter.remove_test"]], "set_test() (act.qc.qcfilter method)": [[185, "act.qc.QCFilter.set_test"]], "unset_test() (act.qc.qcfilter method)": [[186, "act.qc.QCFilter.unset_test"]], "update_ancillary_variable() (act.qc.qcfilter method)": [[187, "act.qc.QCFilter.update_ancillary_variable"]], "qcsummary (class in act.qc)": [[188, "act.qc.QCSummary"]], "create_qc_summary() (act.qc.qcsummary method)": [[189, "act.qc.QCSummary.create_qc_summary"]], "qctests (class in act.qc)": [[190, "act.qc.QCTests"]], "compare_time_series_trends() (act.qc.qctests method)": [[191, "act.qc.QCTests.compare_time_series_trends"]], "sp2particlecriteria (class in act.qc)": [[192, "act.qc.SP2ParticleCriteria"]], "add_dqr_to_qc() (in module act.qc)": [[193, "act.qc.add_dqr_to_qc"]], "fft_shading_test() (in module act.qc)": [[194, "act.qc.fft_shading_test"]], "fft_shading_test_process() (in module act.qc)": [[195, "act.qc.fft_shading_test_process"]], "get_waveform_statistics() (in module act.qc)": [[196, "act.qc.get_waveform_statistics"]], "parse_bit() (in module act.qc)": [[197, "act.qc.parse_bit"]], "read_yaml_supplemental_qc() (in module act.qc)": [[198, "act.qc.read_yaml_supplemental_qc"]], "set_bit() (in module act.qc)": [[199, "act.qc.set_bit"]], "unset_bit() (in module act.qc)": [[200, "act.qc.unset_bit"]], "act.retrievals": [[201, "module-act.retrievals"]], "aeri2irt() (in module act.retrievals)": [[202, "act.retrievals.aeri2irt"]], "calc_sp2_diams_masses() (in module act.retrievals)": [[203, "act.retrievals.calc_sp2_diams_masses"]], "calculate_dsh_from_dsdh_sdn() (in module act.retrievals)": [[204, "act.retrievals.calculate_dsh_from_dsdh_sdn"]], "calculate_irradiance_stats() (in module act.retrievals)": [[205, "act.retrievals.calculate_irradiance_stats"]], "calculate_longwave_radiation() (in module act.retrievals)": [[206, "act.retrievals.calculate_longwave_radiation"]], "calculate_net_radiation() (in module act.retrievals)": [[207, "act.retrievals.calculate_net_radiation"]], "calculate_pbl_heffter() (in module act.retrievals)": [[208, "act.retrievals.calculate_pbl_heffter"]], "calculate_pbl_liu_liang() (in module act.retrievals)": [[209, "act.retrievals.calculate_pbl_liu_liang"]], "calculate_precipitable_water() (in module act.retrievals)": [[210, "act.retrievals.calculate_precipitable_water"]], "calculate_stability_indicies() (in module act.retrievals)": [[211, "act.retrievals.calculate_stability_indicies"]], "compute_winds_from_ppi() (in module act.retrievals)": [[212, "act.retrievals.compute_winds_from_ppi"]], "generic_sobel_cbh() (in module act.retrievals)": [[213, "act.retrievals.generic_sobel_cbh"]], "process_sp2_psds() (in module act.retrievals)": [[214, "act.retrievals.process_sp2_psds"]], "sst_from_irt() (in module act.retrievals)": [[215, "act.retrievals.sst_from_irt"]], "sum_function_irt() (in module act.retrievals)": [[216, "act.retrievals.sum_function_irt"]], "act.utils": [[217, "module-act.utils"]], "changeunits (class in act.utils)": [[218, "act.utils.ChangeUnits"]], "change_units() (act.utils.changeunits method)": [[219, "act.utils.ChangeUnits.change_units"]], "datastreamparserarm (class in act.utils)": [[220, "act.utils.DatastreamParserARM"]], "datastream (act.utils.datastreamparserarm property)": [[221, "act.utils.DatastreamParserARM.datastream"]], "datastream_class (act.utils.datastreamparserarm property)": [[222, "act.utils.DatastreamParserARM.datastream_class"]], "datastream_standard (act.utils.datastreamparserarm property)": [[223, "act.utils.DatastreamParserARM.datastream_standard"]], "date (act.utils.datastreamparserarm property)": [[224, "act.utils.DatastreamParserARM.date"]], "ext (act.utils.datastreamparserarm property)": [[225, "act.utils.DatastreamParserARM.ext"]], "facility (act.utils.datastreamparserarm property)": [[226, "act.utils.DatastreamParserARM.facility"]], "level (act.utils.datastreamparserarm property)": [[227, "act.utils.DatastreamParserARM.level"]], "set_datastream() (act.utils.datastreamparserarm method)": [[228, "act.utils.DatastreamParserARM.set_datastream"]], "site (act.utils.datastreamparserarm property)": [[229, "act.utils.DatastreamParserARM.site"]], "time (act.utils.datastreamparserarm property)": [[230, "act.utils.DatastreamParserARM.time"]], "accumulate_precip() (in module act.utils)": [[231, "act.utils.accumulate_precip"]], "add_in_nan() (in module act.utils)": [[232, "act.utils.add_in_nan"]], "add_solar_variable() (in module act.utils)": [[233, "act.utils.add_solar_variable"]], "adjust_timestamp() (in module act.utils)": [[234, "act.utils.adjust_timestamp"]], "arm_site_location_search() (in module act.utils)": [[235, "act.utils.arm_site_location_search"]], "arm_standards_validator() (in module act.utils)": [[236, "act.utils.arm_standards_validator"]], "assign_coordinates() (in module act.utils)": [[237, "act.utils.assign_coordinates"]], "calc_cog_sog() (in module act.utils)": [[238, "act.utils.calc_cog_sog"]], "calculate_dqr_times() (in module act.utils)": [[239, "act.utils.calculate_dqr_times"]], "calculate_percentages() (in module act.utils)": [[240, "act.utils.calculate_percentages"]], "cleanup_files() (in module act.utils)": [[241, "act.utils.cleanup_files"]], "convert_2d_to_1d() (in module act.utils)": [[242, "act.utils.convert_2d_to_1d"]], "convert_to_potential_temp() (in module act.utils)": [[243, "act.utils.convert_to_potential_temp"]], "convert_units() (in module act.utils)": [[244, "act.utils.convert_units"]], "create_pyart_obj() (in module act.utils)": [[245, "act.utils.create_pyart_obj"]], "date_parser() (in module act.utils)": [[246, "act.utils.date_parser"]], "dates_between() (in module act.utils)": [[247, "act.utils.dates_between"]], "datetime64_to_datetime() (in module act.utils)": [[248, "act.utils.datetime64_to_datetime"]], "decode_present_weather() (in module act.utils)": [[249, "act.utils.decode_present_weather"]], "destination_azimuth_distance() (in module act.utils)": [[250, "act.utils.destination_azimuth_distance"]], "determine_time_delta() (in module act.utils)": [[251, "act.utils.determine_time_delta"]], "generate_movie() (in module act.utils)": [[252, "act.utils.generate_movie"]], "get_missing_value() (in module act.utils)": [[253, "act.utils.get_missing_value"]], "get_solar_azimuth_elevation() (in module act.utils)": [[254, "act.utils.get_solar_azimuth_elevation"]], "get_sunrise_sunset_noon() (in module act.utils)": [[255, "act.utils.get_sunrise_sunset_noon"]], "height_adjusted_pressure() (in module act.utils)": [[256, "act.utils.height_adjusted_pressure"]], "height_adjusted_temperature() (in module act.utils)": [[257, "act.utils.height_adjusted_temperature"]], "is_gunzip_file() (in module act.utils)": [[258, "act.utils.is_gunzip_file"]], "is_sun_visible() (in module act.utils)": [[259, "act.utils.is_sun_visible"]], "numpy_to_arm_date() (in module act.utils)": [[260, "act.utils.numpy_to_arm_date"]], "pack_gzip() (in module act.utils)": [[261, "act.utils.pack_gzip"]], "pack_tar() (in module act.utils)": [[262, "act.utils.pack_tar"]], "planck_converter() (in module act.utils)": [[263, "act.utils.planck_converter"]], "proc_scog() (in module act.utils)": [[264, "act.utils.proc_scog"]], "reduce_time_ranges() (in module act.utils)": [[265, "act.utils.reduce_time_ranges"]], "ts_weighted_average() (in module act.utils)": [[266, "act.utils.ts_weighted_average"]], "unpack_gzip() (in module act.utils)": [[267, "act.utils.unpack_gzip"]], "unpack_tar() (in module act.utils)": [[268, "act.utils.unpack_tar"]]}})
\ No newline at end of file
diff --git a/sg_execution_times.html b/sg_execution_times.html
index 2fb2a4d403..9e714742b1 100644
--- a/sg_execution_times.html
+++ b/sg_execution_times.html
@@ -5,7 +5,7 @@
- Computation times — Atmospheric data Community Toolkit 0.post1+g834c874 documentation
+ Computation times — Atmospheric data Community Toolkit 0.post1+gc20753b documentation
@@ -41,7 +41,7 @@
-
+
@@ -49,8 +49,7 @@
-
-
+
@@ -64,17 +63,14 @@
gtag('js', new Date());
gtag('config', 'G-8YN80YZDD8');
-
-
+
-
-
-
+
@@ -213,10 +209,9 @@
-
-
+
Computation times¶
-06:36.069 total execution time for 54 files from all galleries:
+06:15.235 total execution time for 54 files from all galleries: