EcohydroLib
1.29
|
Namespaces | |
ecohydrolib.climatedata.ghcndquery | |
Query NCDC Global Historical Climatology Network dataset for daily climate data. | |
Functions | |
def | ecohydrolib.climatedata.ghcndquery.findStationsWithinBoundingBox (config, bbox) |
Find stations that lie within a bounding box. More... | |
def | ecohydrolib.climatedata.ghcndquery.findStationNearestToCoordinates (config, longitude, latitude) |
Determine identifier of station nearest to longitude, latitude coordinates. More... | |
def | ecohydrolib.climatedata.ghcndquery.getClimateDataForStation |
Fetch climate timeseries data for a GHCN daily station. More... | |
Variables | |
string | ecohydrolib.climatedata.ghcndquery.HOST = 'www1.ncdc.noaa.gov' |
string | ecohydrolib.climatedata.ghcndquery.URL_PROTO = '/pub/data/ghcn/daily/all/{station_id}.dly' |
tuple | ecohydrolib.climatedata.ghcndquery._SRS = int(4326) |
int | ecohydrolib.climatedata.ghcndquery._BUFF_LEN = 4096 |