-
pyaqsapi.bybox.bybox module
-
Functions that aggregate data by box.
+
+pyaqsapi package
+
+Submodules
+
+pyaqsapi.bybox.bybox module
+Functions that aggregate data by box.
(by latitude/longitude bounding box)
-
-pyaqsapi.bybox.bybox.annualsummary(parameter, bdate, edate, minlat, maxlat, minlon, maxlon, cbdate=None, cedate=None, return_header=False)
+pyaqsapi.bybox.bybox.annualsummary(parameter, bdate, edate, minlat, maxlat, minlon, maxlon, cbdate=None, cedate=None, return_header=False)
Return a DataFrame of annual data aggregated by latitude/longitude
bounding box (_by_box).
Annual summary contains a DataFrame matching the input parameter for the
@@ -210,7 +214,7 @@
Submodules
+
+pyaqsapi.bycbsa.bycbsa module
+Functions that aggregate data by cbsa
(by Core Based Statistic Area, as defined by the Census Bureau).
-
-pyaqsapi.bycbsa.bycbsa.annualsummary(parameter, bdate, edate, cbsa_code, cbdate=None, cedate=None, return_header=False)
+pyaqsapi.bycbsa.bycbsa.annualsummary(parameter, bdate, edate, cbsa_code, cbdate=None, cedate=None, return_header=False)
Return a DataFrame of annual data aggregated at the Core Based
Statistical Area (cbsa) level.
Annual summary contains a DataFrame matching the input parameter and
cbsa_code provided for bdate - edate time frame. Variables returned include
mean value, maxima, percentiles, and etc.
-- Parameters
+- Parameters:
- parametera character list or a single character string
which represents the parameter code of the air
pollutant related to the data being requested.
@@ -462,7 +466,7 @@ Submodules
+
+pyaqsapi.bycounty.bycounty module
+Functions that aggregate data by county.
-
-pyaqsapi.bycounty.bycounty.annualsummary(parameter, bdate, edate, stateFIPS, countycode, cbdate=None, cedate=None, return_header=False)
+pyaqsapi.bycounty.bycounty.annualsummary(parameter, bdate, edate, stateFIPS, countycode, cbdate=None, cedate=None, return_header=False)
Return a DataFrame of annual data aggregated at the county level.
Annual summary contains a DataFrame matching the input parameter,
stateFIPS and county_code provided for bdate - edate time frame.
Variables returned include mean value, maxima, percentiles, and etc.
-- Parameters
+- Parameters:
- parametera character list or a single character string
which represents the parameter code of the air
pollutant related to the data being requested.
@@ -735,7 +739,7 @@ Submodules