Statistic Codes

Statistic codes.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
id string
statistic_name string
statistic_description string
View JSON Schema on GitHub

JSON Schema

statistic-codes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/schema",
  "title": "Statistic Codes",
  "description": "Statistic codes.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "statistic_name": {
      "type": "string",
      "title": "Statistic Name"
    },
    "statistic_description": {
      "type": "string",
      "title": "Statistic Description"
    }
  }
}