Python Module Index
+ ++ o | ||
+ |
+ obswx | + |
+ |
+ obswx.obswx | + |
+ |
+ obswx.utils | + |
diff --git a/genindex.html b/genindex.html index dfeddb3..a687b22 100644 --- a/genindex.html +++ b/genindex.html @@ -86,8 +86,73 @@
+ | + |
|
+
|
+
|
+
+ |
Methods
+
|
+Get data |
+
|
+Get location of the station |
+
|
+Get metadata |
+
Get data
+year – int, year of the data
station – str, station ID
print_info – bool, print information or not
isd_source – str, source of the ISD data
pandas dataframe
+Get location of the station
+lat – int or float, latitude; list or tuple, latitude range
lon – int or float, longitude; list or tuple, longitude range
radius – int or float, distance in km
source – str, source of the data
ellipsoid – str, ellipsoid. Default is “WGS-84”, Check geopy.distance.geodesic for more options. ref: https://geopy.readthedocs.io/en/stable/#module-geopy.distance
year – int, list, tuple, year of the data or range of the year
pandas dataframe
+Get metadata
+source – str, source of the data
load – bool, load data or not
pandas dataframe
+Read HadISD data from a file.
+path (str) – Path to the file.
output (str) – Path to the output file.
+ o | ||
+ |
+ obswx | + |
+ |
+ obswx.obswx | + |
+ |
+ obswx.utils | + |