Download and process the Montana SNOTEL site inventory from the NRCS National Water and Climate Center

mco_get_snotel_inventory()

Value

A simple feature collection with 6 fields:

  • Station Id — the SNOTEL station identification number

  • Station Name — the SNOTEL station location name

  • State Code — the two letter state code

  • Network Code — the code for the station network

  • Start Date — the date the station started recording data

  • End Date — the date the station stopped recording data. Will be "2100-01-01" if station is still recording.

Examples

if (FALSE) { mco_get_snotel_inventory() }