tsgettoolbox.tsgettoolbox.usgs_flet_stns¶
- tsgettoolbox.tsgettoolbox.usgs_flet_stns(lat, lon, variables=None, start_date=None, end_date=None)¶
US/FL:2km:2019-:D:Download USGS WATERS data from CIDA.
Daily reference and potential evapotranspiration, and supporting meteorological, solar insolation, and blue-sky albedo data, Florida, 2019 (ver. 1.1)
version: 1.1
acknowledgement: U.S. Geological Survey, Caribbean-Florida Water Science Center, www.usgs.gov/centers/car-fl-water
Metadata_Conventions: Unidata Dataset Discovery v1.0
keywords: Evapotranspiration, Atmospheric Temperature, Humidity, Surface Winds, Albedo, Incoming Solar Radiation
keywords_vocabulary: GCMD Science Keywords
id: flet/thredds/cida.usgs.gov
naming_authority: cida.usgs.gov
cdm_data_type: Grid
creator_name: Jason Bellino
creator_email: jbellino at usgs.gov
publisher_name: U.S. Geological Survey
publisher_url: www.usgs.gov
time_coverage_resolution: Daily
license: These data are freely available and public domain.
authors: Bellino, Jason C.; Shoemaker, W.B.; and Mecikalski, J.R.
institution: U.S. Geological Survey
- Parameters:
lat – The latitude of the point. North hemisphere is positive from 0 to 90. South hemisphere is negative from 0 to -90.
lon – The longitude of the point. Western hemisphere (west of Greenwich Prime Meridian) is negative 0 to -180. The eastern hemisphere (east of the Greenwich Prime Meridian) is positive 0 to 180.
variables (str) –
At the command line can supply a comma separated list of variable names. Using the Python API needs to be a Python list of strings.
The current list of available variables are in the following table.
Short
Long
Units
ETo
reference ET
mm
PET
potential ET
mm
Solar
solar radiation
MJ/m2/day
Albedo
albedo
Tmin
minimum temperature
degC
Tmax
maximum temperature
degC
RHmin
minimum relative humidity
percent
RHmax
maximum relative humidity
percent
ws2m
wind_speed
m/s
SolarCode
solar radiation quality code
start_date (str) –
[optional, defaults to first date in time-series, input filter]
The start_date of the series in ISOdatetime format, or ‘None’ for beginning.
end_date (str) –
[optional, defaults to last date in time-series, input filter]
The end_date of the series in ISOdatetime format, or ‘None’ for end.