Daymet Single Pixel Extraction Tool API
DS
Daymet Single Pixel Extraction Tool API
/preview

Preview Daymet Data in a web browser

Returns a table to the browser displaying requested data

liveunknown~3s typical
daymet
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ornl-gov-daymet /preview for me.

Input

FieldTypeDescription
lat*numberLatitude component of location default null
lon*numberLongitude component of location. default null
varsarrayDaymet Daily weather estimates. default null
yearsarraySubset on years [1980..2019]. default null
startstringSubset on dates (start date). default null
endstringSubset on dates (end date). default null
format*string (csv | json)Specify a format for data retrieval. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-ornl-gov-daymet","endpoint":"/preview","input":{"lat":1,"lon":1,"vars":[],"years":[],"start":"...","end":"...","format":"csv"}}'
cli
npx cracked-ai run -p oa-ornl-gov-daymet -e /preview -i '{"lat":1,"lon":1,"vars":[],"years":[],"start":"...","end":"...","format":"csv"}'
mcp
run_tool({ provider: "oa-ornl-gov-daymet", endpoint: "/preview", input: {"lat":1,"lon":1,"vars":[],"years":[],"start":"...","end":"...","format":"csv"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.