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