tsgettoolbox.tsgettoolbox.metdata¶
- tsgettoolbox.tsgettoolbox.metdata(lat, lon, variables=None, start_date=None, end_date=None)¶
NAmerica:4km:1980-:D:Download daily data from METDATA based on PRISM.
This archive contains daily surface meteorological (METDATA) data for the Continental United States at 4-km (1/24-deg) resolution. The meteorological variables are maximum/minimum temperature, precipitation amount and duration, maximum/minimum relative humidity,downward shortwave solar radiation, wind speed and direction, and specific humidity. The method utilized here combines desirable spatial attributes of gridded climate data from PRISM and desirable temporal attributes of regional-scale reanalysis and daily gauge-based precipitation from NLDAS-2 to derive a spatially and temporally complete high resolution gridded dataset of surface meteorological variables for the continental US for 1979-present. Validation of this data suggests that it can serve as a suitable surrogate for landscape-scale ecological modeling across vast unmonitored areas of the US.
Whenever you publish research based on data from this archive, please reference this data by using the phrase “daily gridded meteorological data (METDATA) for the continental US” and by citing the article (Abatzoglou,2012). Further, appropriately acknowledge the National Science Foundation (NSF), Idaho EPSCoR and the individual investigators responsible for the data set.
- Citation:
Abatzoglou, J.T., 2013, Development of gridded surface meteorological data for ecological applications and modeling, International Journal of Climatology, DOI: 10.1002/joc.3413
- geospatial_bounds_crs:
EPSG:4326
- Conventions:
CF-1.0
- geospatial_bounds:
POLYGON((-124.7666666333333 49.400000000000000, -124.7666666333333 25.066666666666666, -67.058333300000015 25.066666666666666, -67.058333300000015 49.400000000000000, -124.7666666333333 49.400000000000000))
- geospatial_lat_min:
25.0631
- geospatial_lat_max:
49.3960
- geospatial_lon_min:
-124.7722
- geospatial_lon_max:
-67.0648
- geospatial_lon_resolution:
0.041666666666666
- geospatial_lat_resolution:
0.041666666666666
- geospatial_lat_units:
decimal_degrees north
- geospatial_lon_units:
decimal_degrees east
- coordinate_system:
EPSG:4326
- author:
John Abatzoglou - University of Idaho, jabatzoglou @ uidaho.edu
- date:
02 July 2019
- note1:
The projection information for this file is: GCS WGS 1984.
- note3:
Data in slices after last_permanent_slice (1-based) are considered provisional and subject to change with subsequent updates
- note4:
Data in slices after last_provisional_slice (1-based) are considered early and subject to change with subsequent updates
- note5:
Days correspond approximately to calendar days ending at midnight, Mountain Standard Time (7 UTC the next calendar day)
- Metadata_Conventions:
Unidata Dataset Discovery v1.0
- title:
Daily Meteorological data for continental US
- keywords:
daily precipitation, daily precipitation duration, daily maximum temperature, daily minimum temperature, daily downward shortwave solar radiation, daily specific humidity, daily maximum relative humidity, daily minimum relative humidity, daily wind speed, daily wind direction, ClimatologyMeteorologyAtmosphere, Gridded Meteorological Data, EPSCoR Data
- id:
UofIMETDATA
- naming_authority:
cida.usgs.gov
- cdm_data_type:
Grid
- date_created:
2012-08-16
- creator_name:
Dr. John Abatzoglou
- creator_url:
- creator_email:
jabatzoglou @ uidaho.edu
- institution:
University of Idaho
- date_issued:
2012-08-16
- project:
METDATA
- processing_level:
Gridded Meteorogolical Data
- contributors:
Dr. John Abatzoglou
- time_coverage_start:
1979-01-01T00:00
- time_coverage_resolution:
P1D
- license:
Freely available
- 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 METDATA variables are in the following table and you can use either the “Short” or “Long” names.
Short
Long
Units
pr
precipitation_amount
mm
rmax
daily_maximum_relative_humidity
rmin
daily_minimum_relative_humidity
sph
daily_mean_specific_humidity
kg/kg
srad
daily_mean_shortwave_radiation_at_surface
W/m2
tmmn
daily_minimum_temperature
degK
tmmx
daily_maximum_temperature
degK
vs
daily_mean_wind_speed
m/s
bi
daily_mean_burning_index_g
fm100
dead_fuel_moisture_100hr
fm1000
dead_fuel_moisture_1000hr
erc
daily_mean_energy_release_component-g
pdsi
daily_mean_palmer_drought_severity_index
etr
daily_mean_reference_evapotranspiration_alfalfa
pet
daily_mean_reference_evapotranspiration_grass
vpd
daily_mean_vapor_pressure_deficit
spi14d
spi
spi30d
spi
spi90d
spi
spi180d
spi
spi1y
spi
spi2y
spi
spi5y
spi
spei14d
spei
spei30d
spei
spei90d
spei
spei180d
spei
spei270d
spei
spei1y
spei
spei2y
spei
spei5y
spei
eddi14d
eddi
eddi30d
eddi
eddi90d
eddi
eddi180d
eddi
eddi270d
eddi
eddi1y
eddi
eddi2y
eddi
eddi5y
eddi
z
daily_mean_palmer_z_index
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.