NOAA Weather Metrics Timeseries
Snowflake table name : CYBERSYN.NOAA_WEATHER_METRICS_TIMESERIES
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier for land surface weather stations in the Global Historical Climatology Network daily (GHCNd), comprised of the FIPS country code (first 2 characters), a network code (third character), and the actual station ID (the remaining 8 characters). | VARCHAR |
|
| A unique identifier for a variable joinable to the timeseries table. | VARCHAR |
|
| Human-readable name for the variable. | VARCHAR |
|
| Date associated with the value | DATE |
|
| Datetime associated with the value | TIMESTAMP_NTZ |
|
| Value reported for the variable | NUMBER |
|
| Unit of measurement for the reported value. | VARCHAR |
|
Last updated