Skip to main content
Daymet Banner Daymet Home ORNL DAAC NASA
Daymet Home > Get Data > Single Pixel Extraction Tool

Single Pixel Extraction Tool

Coordinates for a latitude, longitude pair (in decimal degrees) can be manually entered below or automatically filled by dragging the balloon in the map. Click on a tile (within the Google Map) to see the latitude and longitude bounds for that tile.
Enter the coordinates, Daymet variables, and time subset you would like in order to download, visualize, or preview the data.
Coordinates:

Latitude:

Longitude:

Variables:

Date Range Years

Browser URL requests are populated as variables and time subsets are selected in the GUI. See the Web Services page for additional information.

curl -J 'https://daymet.ornl.gov/single-pixel/api/data?lat=35.9621&lon=-84.2916&vars=dayl,prcp,srad,swe,tmax,tmin,vp&start=1990-01-01&end=2006-12-31' -O

wget --content-disposition 'https://daymet.ornl.gov/single-pixel/api/data?lat=35.9621&lon=-84.2916&vars=dayl,prcp,srad,swe,tmax,tmin,vp&start=1990-01-01&end=2006-12-31'