Daily

Daily data provide one data value to represent water conditions for the day. Throughout much of the history of the USGS, the primary water data available was daily data collected manually at the monitoring location once each day. With improved availability of computer storage and automated transmission of data, the daily data published today are generally a statistical summary or metric of the continuous data collected each day, such as the daily mean, minimum, or maximum value. Daily data are automatically calculated from the continuous data of the same parameter code and are described by parameter code and a statistic code. These data have also been referred to as “daily values” or “DV”.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
time_series_id string
monitoring_location_id string
parameter_code string
statistic_id string
time string
value string
unit_of_measure string
approval_status string
qualifier string
last_modified string
View JSON Schema on GitHub

JSON Schema

daily.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/daily/schema",
  "title": "Daily",
  "description": "Daily data provide one data value to represent water conditions for the day. Throughout much of the history of the USGS, the primary water data available was daily data collected manually at the monitoring location once each day. With improved availability of computer storage and automated transmission of data, the daily data published today are generally a statistical summary or metric of the continuous data collected each day, such as the daily mean, minimum, or maximum value. Daily data are automatically calculated from the continuous data of the same parameter code and are described by parameter code and a statistic code. These data have also been referred to as \u201cdaily values\u201d or \u201cDV\u201d.",
  "type": "object",
  "properties": {
    "time_series_id": {
      "type": "string",
      "title": "Time Series Id"
    },
    "monitoring_location_id": {
      "type": "string",
      "title": "Monitoring Location Id"
    },
    "parameter_code": {
      "type": "string",
      "title": "Parameter Code"
    },
    "statistic_id": {
      "type": "string",
      "title": "Statistic Id"
    },
    "time": {
      "type": "string",
      "title": "Time"
    },
    "value": {
      "type": "string",
      "title": "Value"
    },
    "unit_of_measure": {
      "type": "string",
      "title": "Unit Of Measure"
    },
    "approval_status": {
      "type": "string",
      "title": "Approval Status"
    },
    "qualifier": {
      "type": "string",
      "title": "Qualifier"
    },
    "last_modified": {
      "type": "string",
      "title": "Last Modified"
    }
  }
}