{
"components":{
"parameters":{
"bbox":{
"description":"Only features that have a geometry that intersects the bounding box are selected.The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth).",
"explode":false,
"in":"query",
"name":"bbox",
"required":false,
"schema":{
"items":{
"type":"number"
},
"maxItems":6,
"minItems":4,
"type":"array"
},
"style":"form"
},
"bbox-crs":{
"description":"Indicates the coordinate reference system for the given bbox coordinates.",
"explode":false,
"in":"query",
"name":"bbox-crs",
"required":false,
"schema":{
"format":"uri",
"type":"string"
},
"style":"form"
},
"bbox-crs-epsg":{
"description":"Indicates the EPSG for the given bbox coordinates.",
"explode":false,
"in":"query",
"name":"bbox-crs",
"required":false,
"schema":{
"default":4326,
"type":"integer"
},
"style":"form"
},
"crs":{
"description":"Indicates the coordinate reference system for the results.",
"explode":false,
"in":"query",
"name":"crs",
"required":false,
"schema":{
"format":"uri",
"type":"string"
},
"style":"form"
},
"f":{
"description":"The optional f parameter indicates the output format which the server shall provide as part of the response document. The default format is GeoJSON. CSV is also available.",
"explode":false,
"in":"query",
"name":"f",
"required":false,
"schema":{
"default":"json",
"enum":[
"json",
"html",
"jsonld",
"csv"
],
"type":"string"
},
"style":"form"
},
"filter":{
"description":"CQL Text filter expression. CQL JSON cannot be used here, only in the body. \nSee also: https://docs.pygeoapi.io/en/latest/cql.html \n\nExample: time_series_id IN ('64ee32f5350a4ec4967435dcd2e364ea', '3e55d9c2d8a54bec9ca5e292b07d5a96')",
"in":"query",
"name":"filter",
"required":false,
"schema":{
"type":"string"
}
},
"filter-lang":{
"description":"CQL language used (e.g., cql-text, cql-json)",
"in":"query",
"name":"filter-lang",
"required":false,
"schema":{
"enum":[
"cql-text",
"cql-json"
],
"type":"string"
}
},
"lang":{
"description":"The optional lang parameter instructs the server return a response in a certain language, if supported. If the language is not among the available values, the Accept-Language header language will be used if it is supported. If the header is missing, the default server language is used. Note that providers may only support a single language (or often no language at all), that can be different from the server language. Language strings can be written in a complex (e.g. \"fr-CA,fr;q=0.9,en-US;q=0.8,en;q=0.7\"), simple (e.g. \"de\") or locale-like (e.g. \"de-CH\" or \"fr_BE\") fashion.",
"in":"query",
"name":"lang",
"required":false,
"schema":{
"default":"en-US",
"enum":[
"en-US"
],
"type":"string"
}
},
"limit":{
"description":"The optional limit parameter limits the number of items that are presented in the response document",
"explode":false,
"in":"query",
"name":"limit",
"required":false,
"schema":{
"default":100,
"maximum":10000,
"minimum":1,
"type":"integer"
},
"style":"form"
},
"offset":{
"description":"The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0 (default).",
"explode":false,
"in":"query",
"name":"offset",
"required":false,
"schema":{
"default":0,
"minimum":0,
"type":"integer"
},
"style":"form"
},
"resourceId":{
"description":"Configuration resource identifier",
"in":"path",
"name":"resourceId",
"required":true,
"schema":{
"default":"latest-continuous",
"type":"string"
}
},
"skipGeometry":{
"description":"This option can be used to skip response geometries for each feature.",
"explode":false,
"in":"query",
"name":"skipGeometry",
"required":false,
"schema":{
"default":false,
"type":"boolean"
},
"style":"form"
},
"statistic_id":{
"description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://help.waterdata.usgs.gov/code/stat_cd_nm_query?stat_nm_cd=%25&fmt=html](https://help.waterdata.usgs.gov/code/stat_cd_nm_query?stat_nm_cd=%25&fmt=html).",
"explode":false,
"in":"query",
"name":"statistic_id",
"required":false,
"schema":{
"description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://help.waterdata.usgs.gov/code/stat_cd_nm_query?stat_nm_cd=%25&fmt=html](https://help.waterdata.usgs.gov/code/stat_cd_nm_query?stat_nm_cd=%25&fmt=html).",
"title":"Statistic ID",
"type":"string"
},
"style":"form"
},
"time":{
"description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n",
"explode":false,
"in":"query",
"name":"time",
"required":false,
"schema":{
"description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n",
"title":"Time",
"type":"string"
},
"style":"form"
},
"vendorSpecificParameters":{
"description":"Additional \"free-form\" parameters that are not explicitly defined",
"in":"query",
"name":"vendorSpecificParameters",
"schema":{
"additionalProperties":true,
"type":"object"
},
"style":"form"
},
"wda_sortby":{
"description":"Specifies a comma-separated list of property names by which the response shall be sorted. If the property name is preceded by a plus (+) sign it indicates an ascending sort for that property. If the property name is preceded by a minus (-) sign it indicates a descending sort for that property. If the property is not preceded by a plus or minus, then the default sort order implied is ascending (+). \n\nOnly a single page of data can be returned when specifying sortby. If you need more than a single page of data, don't specify a sortby value and sort the full data set after it's been downloaded.",
"explode":false,
"in":"query",
"name":"sortby",
"required":false,
"schema":{
"items":{
"pattern":"[+|-]?[A-Za-z_].*",
"type":"string"
},
"minItems":1,
"type":"array"
},
"style":"form"
}
},
"responses":{
"200":{
"description":"successful operation"
},
"204":{
"description":"no content"
},
"Forbidden403":{
"content":{
"application/json":{
"examples":{
"missingApiKey":{
"summary":"Missing API Key",
"value":{
"error":{
"code":"API_KEY_MISSING",
"message":"No api_key was supplied. Get one at https://api.waterdata.usgs.gov/signup/"
}
}
}
},
"schema":{
"$ref":"#/components/schemas/Error"
}
},
"application/xml":{
"example":"API_KEY_MISSING\n
No api_key was supplied. Get one at https://api.waterdata.usgs.gov/signup/
\n \n " } }, "schema":{ "type":"string" } } }, "description":"Forbidden - API key is missing or not authorized for this resource." }, "Queryables":{ "content":{ "application/json":{ "schema":{ "$ref":"#/components/schemas/queryables" } } }, "description":"successful queryables operation" }, "Tiles":{ "content":{ "application/json":{ "schema":{ "$ref":"#/components/schemas/tiles" } } }, "description":"Retrieves the tiles description for this collection" }, "TooManyRequests429":{ "content":{ "application/json":{ "examples":{ "rateLimitExceeded":{ "summary":"Rate Limit Exceeded", "value":{ "error":{ "code":"OVER_RATE_LIMIT", "message":"You have exceeded your rate limit. Make sure you provided your API key from https://api.waterdata.usgs.gov/signup/, then either try again later or contact us at https://waterdata.usgs.gov/questions-comments/?referrerUrl=https://api.waterdata.usgs.gov for assistance." } } } }, "schema":{ "$ref":"#/components/schemas/Error" } }, "application/xml":{ "example":"OVER_RATE_LIMIT\n You have exceeded your rate limit. Make sure you provided your API key from https://api.waterdata.usgs.gov/signup/, then either try again later or contact us at https://waterdata.usgs.gov/questions-comments/?referrerUrl=https://api.waterdata.usgs.gov for assistance.
\n \n " } }, "schema":{ "type":"string" } } }, "description":"Too Many Requests - Rate limit exceeded." }, "default":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/exception.yaml" } } }, "description":"Unexpected error" } }, "schemas":{ "Error":{ "properties":{ "error":{ "properties":{ "code":{ "description":"Error code such as OVER_RATE_LIMIT, see https://api.data.gov/docs/developer-manual/#general-web-service-errors", "type":"string" }, "message":{ "description":"Error message", "type":"string" } }, "required":[ "code", "message" ], "type":"object" } }, "type":"object" }, "queryable":{ "properties":{ "description":{ "description":"a human-readable narrative describing the queryable", "type":"string" }, "language":{ "default":"en", "description":"the language used for the title and description", "type":"string" }, "queryable":{ "description":"the token that may be used in a CQL predicate", "type":"string" }, "title":{ "description":"a human readable title for the queryable", "type":"string" }, "type":{ "description":"the data type of the queryable", "type":"string" }, "type-ref":{ "description":"a reference to the formal definition of the type", "format":"url", "type":"string" } }, "required":[ "queryable", "type" ], "type":"object" }, "queryables":{ "properties":{ "queryables":{ "items":{ "$ref":"#/components/schemas/queryable" }, "type":"array" } }, "required":[ "queryables" ], "type":"object" }, "tilematrixsetlink":{ "properties":{ "tileMatrixSet":{ "type":"string" }, "tileMatrixSetURI":{ "type":"string" } }, "required":[ "tileMatrixSet" ], "type":"object" }, "tiles":{ "properties":{ "links":{ "items":{ "$ref":"https://schemas.opengis.net/ogcapi/tiles/part1/1.0/openapi/ogcapi-tiles-1.yaml#/components/schemas/link" }, "type":"array" }, "tileMatrixSetLinks":{ "items":{ "$ref":"#/components/schemas/tilematrixsetlink" }, "type":"array" } }, "required":[ "tileMatrixSetLinks", "links" ], "type":"object" } }, "securitySchemes":{ "ApiKeyHeader":{ "description":"Providing your API key gives you higher rate limits when querying our APIs. You can obtain an API key at https://api.waterdata.usgs.gov/signup", "in":"header", "name":"api_key", "type":"apiKey" }, "ApiKeyQuery":{ "description":"Providing your API key gives you higher rate limits when querying our APIs. You can obtain an API key at https://api.waterdata.usgs.gov/signup", "in":"query", "name":"api_key", "type":"apiKey" } } }, "info":{ "contact":{ "name":"US Geological Survey - Water Data for the Nation", "url":"https://waterdata.usgs.gov", "x-ogc-serviceContact":{ "addresses":[], "emails":[ { "value":"wdfn@usgs.gov" } ], "hoursOfService":"pointOfContact", "links":[ { "href":"https://waterdata.usgs.gov/questions-comments/?referrerUrl=https://api.waterdata.usgs.gov", "type":"text/html" } ], "name":"WDFN Support" } }, "description":"These APIs provide OGC-compliant interfaces to USGS water data, letting you download continuous sensor measurements, discrete field measurements, metadata about monitoring locations, and more.\n", "license":{ "name":"US Government work in the public domain", "url":"https://creativecommons.org/publicdomain/zero/1.0/" }, "termsOfService":"https://creativecommons.org/publicdomain/zero/1.0/", "title":"USGS Water Data OGC APIs", "version":"0.38.0", "x-keywords":[ "geospatial", "data", "api", "hydrology", "USGS" ] }, "openapi":"3.0.2", "paths":{ "/":{ "get":{ "description":"Landing page", "operationId":"getLandingPage", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/LandingPage" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Landing page", "tags":[ "server" ] } }, "/collections":{ "get":{ "description":"Collections", "operationId":"getCollections", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/LandingPage" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Collections", "tags":[ "server" ] } }, "/collections/agency-codes":{ "get":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"describeAgency-codesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Agency codes metadata", "tags":[ "agency-codes" ] } }, "/collections/agency-codes/items":{ "get":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"getAgency-codesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "agency_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "description":"Agency code identification number.", "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "description":"Agency code identification number.", "type":"string" }, "style":"form" }, { "description":"Agency name.", "explode":false, "in":"query", "name":"agency_name", "required":false, "schema":{ "description":"Agency name.", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Agency codes items", "tags":[ "agency-codes" ] }, "options":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"optionsAgency-codesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Agency codes items", "tags":[ "agency-codes" ] }, "post":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"getCQL2Agency-codesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Agency codes items with CQL2", "tags":[ "agency-codes" ] } }, "/collections/agency-codes/items/{featureId}":{ "get":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"getAgency-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Agency codes item by id", "tags":[ "agency-codes" ] }, "options":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"optionsAgency-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Agency codes item by id", "tags":[ "agency-codes" ] } }, "/collections/agency-codes/queryables":{ "get":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"getAgency-codesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "agency_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Agency codes queryables", "tags":[ "agency-codes" ] } }, "/collections/agency-codes/schema":{ "get":{ "description":"Code identifying the agency or organization used for site information, data sources, and permitting agencies. Agency codes are fixed values assigned by the National Water Information System (NWIS).\n", "operationId":"getAgency-codesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Agency codes schema", "tags":[ "agency-codes" ] } }, "/collections/altitude-datums":{ "get":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"describeAltitude-datumsCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Altitude datums metadata", "tags":[ "altitude-datums" ] } }, "/collections/altitude-datums/items":{ "get":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"getAltitude-datumsFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "altitude_datum_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "explode":false, "in":"query", "name":"altitude_datum_description", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Altitude datums items", "tags":[ "altitude-datums" ] }, "options":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"optionsAltitude-datumsFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Altitude datums items", "tags":[ "altitude-datums" ] }, "post":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"getCQL2Altitude-datumsFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Altitude datums items with CQL2", "tags":[ "altitude-datums" ] } }, "/collections/altitude-datums/items/{featureId}":{ "get":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"getAltitude-datumsFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Altitude datums item by id", "tags":[ "altitude-datums" ] }, "options":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"optionsAltitude-datumsFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Altitude datums item by id", "tags":[ "altitude-datums" ] } }, "/collections/altitude-datums/queryables":{ "get":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"getAltitude-datumsQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "altitude_datum_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Altitude datums queryables", "tags":[ "altitude-datums" ] } }, "/collections/altitude-datums/schema":{ "get":{ "description":"The recommended vertical datum is NAVD88 (North American Vertical Datum of 1988) where applicable as stated in Office of Information Technical Memo 2002.01. NGVD29 (National Geodetic Vertical Datum of 1929) and NAVD88 are the only datums that can be converted on output. NWIS uses the North American Vertical Datum Conversions (VERTCON) of the National Geodetic Survey to convert from NGVD29 to NAVD88 or vice versa. Conversions to or from other vertical datums are not available.\n", "operationId":"getAltitude-datumsSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Altitude datums schema", "tags":[ "altitude-datums" ] } }, "/collections/aquifer-codes":{ "get":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"describeAquifer-codesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Aquifer codes metadata", "tags":[ "aquifer-codes" ] } }, "/collections/aquifer-codes/items":{ "get":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"getAquifer-codesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "aquifer_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "description":"Aquifer code. The eight-character string identifying an aquifer. Codes are defined by the \\\"Catalog of Aquifer Names and Geologic Unit Codes used by the Water Resources Division.\\\"", "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "description":"Aquifer code. The eight-character string identifying an aquifer. Codes are defined by the \\\"Catalog of Aquifer Names and Geologic Unit Codes used by the Water Resources Division.\\\"", "type":"string" }, "style":"form" }, { "description":"Aquifer name. Aquifer names are defined by the \\\"Catalog of Aquifer Names and Geologic Unit Codes used by the Water Resources Division.\\\"", "explode":false, "in":"query", "name":"aquifer_name", "required":false, "schema":{ "description":"Aquifer name. Aquifer names are defined by the \\\"Catalog of Aquifer Names and Geologic Unit Codes used by the Water Resources Division.\\\"", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer codes items", "tags":[ "aquifer-codes" ] }, "options":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"optionsAquifer-codesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Aquifer codes items", "tags":[ "aquifer-codes" ] }, "post":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"getCQL2Aquifer-codesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer codes items with CQL2", "tags":[ "aquifer-codes" ] } }, "/collections/aquifer-codes/items/{featureId}":{ "get":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"getAquifer-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer codes item by id", "tags":[ "aquifer-codes" ] }, "options":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"optionsAquifer-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Aquifer codes item by id", "tags":[ "aquifer-codes" ] } }, "/collections/aquifer-codes/queryables":{ "get":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"getAquifer-codesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "aquifer_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer codes queryables", "tags":[ "aquifer-codes" ] } }, "/collections/aquifer-codes/schema":{ "get":{ "description":"Local aquifers in USGS data are identified by an aquifer name and geohydrologic unit code (a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name). For the age of formation (aquifer age), generally the smaller the number represents the younger the geohydrologic unit. Aquifer names and the definition of an aquifer can be very subjective. One rock unit may be called different aquifer names by different people. Local aquifers and layered aquifers are often grouped into larger named regional aquifers or aquifer systems. For example, the National Northern Atlantic Coastal Plain aquifer system (National aquifer) consists of five layered regional aquifers. Each regional aquifer is divided into two or more aquifers which may have a different name in each of the states in which the aquifer is found.\n", "operationId":"getAquifer-codesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer codes schema", "tags":[ "aquifer-codes" ] } }, "/collections/aquifer-types":{ "get":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"describeAquifer-typesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Aquifer types metadata", "tags":[ "aquifer-types" ] } }, "/collections/aquifer-types/items":{ "get":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"getAquifer-typesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "aquifer_type_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "description":"The single-character code identifying the type of aquifer", "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "description":"The single-character code identifying the type of aquifer", "type":"string" }, "style":"form" }, { "description":"Longer description of the aquifer type.", "explode":false, "in":"query", "name":"aquifer_type_description", "required":false, "schema":{ "description":"Longer description of the aquifer type.", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer types items", "tags":[ "aquifer-types" ] }, "options":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"optionsAquifer-typesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Aquifer types items", "tags":[ "aquifer-types" ] }, "post":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"getCQL2Aquifer-typesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer types items with CQL2", "tags":[ "aquifer-types" ] } }, "/collections/aquifer-types/items/{featureId}":{ "get":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"getAquifer-typesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer types item by id", "tags":[ "aquifer-types" ] }, "options":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"optionsAquifer-typesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Aquifer types item by id", "tags":[ "aquifer-types" ] } }, "/collections/aquifer-types/queryables":{ "get":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"getAquifer-typesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "aquifer_type_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer types queryables", "tags":[ "aquifer-types" ] } }, "/collections/aquifer-types/schema":{ "get":{ "description":"Groundwater occurs in aquifers under two different conditions. Where water only partly fills an aquifer, the upper surface is free to rise and decline. These aquifers are referred to as unconfined (or water-table) aquifers. Where water completely fills an aquifer that is overlain by a confining bed, the aquifer is referred to as a confined (or artesian) aquifer. When a confined aquifer is penetrated by a well, the water level in the well will rise above the top of the aquifer (but not necessarily above land surface).\n", "operationId":"getAquifer-typesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Aquifer types schema", "tags":[ "aquifer-types" ] } }, "/collections/continuous":{ "get":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"describeContinuousCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Continuous values metadata", "tags":[ "continuous" ] } }, "/collections/continuous/items":{ "get":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"getContinuousFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "internal_id", "time_series_id", "monitoring_location_id", "parameter_code", "statistic_id", "time", "value", "unit_of_measure", "approval_status", "qualifier", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"#/components/parameters/wda_sortby" }, { "$ref":"#/components/parameters/offset" }, { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/datetime" }, { "description":"A unique identifier representing a single time series. This corresponds to the `id` field in the `time-series-metadata` endpoint.\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"time_series_id", "required":false, "schema":{ "description":"A unique identifier representing a single time series. This corresponds to the `id` field in the `time-series-metadata` endpoint.\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Time series ID", "type":"string" }, "style":"form" }, { "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"monitoring_location_id", "required":false, "schema":{ "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Monitoring location ID", "type":"string" }, "style":"form" }, { "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"parameter_code", "required":false, "schema":{ "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Parameter code", "type":"string" }, "style":"form" }, { "description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items).\n", "explode":false, "in":"query", "name":"statistic_id", "required":false, "schema":{ "description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items).\n", "title":"Statistic ID", "type":"string" }, "style":"form" }, { "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "explode":false, "in":"query", "name":"time", "required":false, "schema":{ "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "title":"Time", "type":"string" }, "style":"form" }, { "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "explode":false, "in":"query", "name":"value", "required":false, "schema":{ "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "title":"Value", "type":"string" }, "style":"form" }, { "description":"A human-readable description of the units of measurement associated with an observation.", "explode":false, "in":"query", "name":"unit_of_measure", "required":false, "schema":{ "description":"A human-readable description of the units of measurement associated with an observation.", "title":"Unit of measure", "type":"string" }, "style":"form" }, { "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "explode":false, "in":"query", "name":"approval_status", "required":false, "schema":{ "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "enum":[ "Provisional", "Approved" ], "title":"Approval Status", "type":"string" }, "style":"form" }, { "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "explode":false, "in":"query", "name":"qualifier", "required":false, "schema":{ "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "title":"Qualifier", "type":"string" }, "style":"form" }, { "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "explode":false, "in":"query", "name":"last_modified", "required":false, "schema":{ "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "title":"Last modified date", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Continuous values items", "tags":[ "continuous" ] }, "options":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"optionsContinuousFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Continuous values items", "tags":[ "continuous" ] }, "post":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"getCQL2ContinuousFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Continuous values items with CQL2", "tags":[ "continuous" ] } }, "/collections/continuous/items/{featureId}":{ "get":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"getContinuousFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Continuous values item by id", "tags":[ "continuous" ] }, "options":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"optionsContinuousFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Continuous values item by id", "tags":[ "continuous" ] } }, "/collections/continuous/queryables":{ "get":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"getContinuousQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "internal_id", "time_series_id", "monitoring_location_id", "parameter_code", "statistic_id", "time", "value", "unit_of_measure", "approval_status", "qualifier", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Continuous values queryables", "tags":[ "continuous" ] } }, "/collections/continuous/schema":{ "get":{ "description":"This is an early version of the continuous endpoint. It is feature-complete and provides access to the full continuous data record, and is being made available as we continue to work on performance improvements.\nContinuous data are collected via automated sensors installed at a monitoring location. They are collected at a high frequency and often at a fixed 15-minute interval. Depending on the specific monitoring location, the data may be transmitted automatically via telemetry and be available on WDFN within minutes of collection, while other times the delivery of data may be delayed if the monitoring location does not have the capacity to automatically transmit data. Continuous data are described by parameter name and parameter code (pcode). These data might also be referred to as \"instantaneous values\" or \"IV\".\n", "operationId":"getContinuousSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Continuous values schema", "tags":[ "continuous" ] } }, "/collections/coordinate-accuracy-codes":{ "get":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"describeCoordinate-accuracy-codesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Coordinate accuracy codes metadata", "tags":[ "coordinate-accuracy-codes" ] } }, "/collections/coordinate-accuracy-codes/items":{ "get":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"getCoordinate-accuracy-codesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_accuracy_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "explode":false, "in":"query", "name":"coordinate_accuracy_description", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate accuracy codes items", "tags":[ "coordinate-accuracy-codes" ] }, "options":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"optionsCoordinate-accuracy-codesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate accuracy codes items", "tags":[ "coordinate-accuracy-codes" ] }, "post":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"getCQL2Coordinate-accuracy-codesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate accuracy codes items with CQL2", "tags":[ "coordinate-accuracy-codes" ] } }, "/collections/coordinate-accuracy-codes/items/{featureId}":{ "get":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"getCoordinate-accuracy-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate accuracy codes item by id", "tags":[ "coordinate-accuracy-codes" ] }, "options":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"optionsCoordinate-accuracy-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate accuracy codes item by id", "tags":[ "coordinate-accuracy-codes" ] } }, "/collections/coordinate-accuracy-codes/queryables":{ "get":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"getCoordinate-accuracy-codesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_accuracy_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate accuracy codes queryables", "tags":[ "coordinate-accuracy-codes" ] } }, "/collections/coordinate-accuracy-codes/schema":{ "get":{ "description":"Appropriate code on the schedule to indicate the accuracy of the latitude-longitude values.\n", "operationId":"getCoordinate-accuracy-codesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate accuracy codes schema", "tags":[ "coordinate-accuracy-codes" ] } }, "/collections/coordinate-datum-codes":{ "get":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"describeCoordinate-datum-codesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Coordinate datum codes metadata", "tags":[ "coordinate-datum-codes" ] } }, "/collections/coordinate-datum-codes/items":{ "get":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"getCoordinate-datum-codesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_datum_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "explode":false, "in":"query", "name":"coordinate_datum_description", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate datum codes items", "tags":[ "coordinate-datum-codes" ] }, "options":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"optionsCoordinate-datum-codesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate datum codes items", "tags":[ "coordinate-datum-codes" ] }, "post":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"getCQL2Coordinate-datum-codesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate datum codes items with CQL2", "tags":[ "coordinate-datum-codes" ] } }, "/collections/coordinate-datum-codes/items/{featureId}":{ "get":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"getCoordinate-datum-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate datum codes item by id", "tags":[ "coordinate-datum-codes" ] }, "options":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"optionsCoordinate-datum-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate datum codes item by id", "tags":[ "coordinate-datum-codes" ] } }, "/collections/coordinate-datum-codes/queryables":{ "get":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"getCoordinate-datum-codesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_datum_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate datum codes queryables", "tags":[ "coordinate-datum-codes" ] } }, "/collections/coordinate-datum-codes/schema":{ "get":{ "description":"Horizontal datum code for the latitude/longitude coordinates. There are currently more than 300 horizontal datums available for entry.\n", "operationId":"getCoordinate-datum-codesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate datum codes schema", "tags":[ "coordinate-datum-codes" ] } }, "/collections/coordinate-method-codes":{ "get":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"describeCoordinate-method-codesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Coordinate method codes metadata", "tags":[ "coordinate-method-codes" ] } }, "/collections/coordinate-method-codes/items":{ "get":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"getCoordinate-method-codesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_method_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "explode":false, "in":"query", "name":"coordinate_method_description", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate method codes items", "tags":[ "coordinate-method-codes" ] }, "options":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"optionsCoordinate-method-codesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate method codes items", "tags":[ "coordinate-method-codes" ] }, "post":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"getCQL2Coordinate-method-codesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate method codes items with CQL2", "tags":[ "coordinate-method-codes" ] } }, "/collections/coordinate-method-codes/items/{featureId}":{ "get":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"getCoordinate-method-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate method codes item by id", "tags":[ "coordinate-method-codes" ] }, "options":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"optionsCoordinate-method-codesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Coordinate method codes item by id", "tags":[ "coordinate-method-codes" ] } }, "/collections/coordinate-method-codes/queryables":{ "get":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"getCoordinate-method-codesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "coordinate_method_description" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate method codes queryables", "tags":[ "coordinate-method-codes" ] } }, "/collections/coordinate-method-codes/schema":{ "get":{ "description":"Methods used to determine latitude-longitude values.\n", "operationId":"getCoordinate-method-codesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Coordinate method codes schema", "tags":[ "coordinate-method-codes" ] } }, "/collections/counties":{ "get":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"describeCountiesCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get County identifiers metadata", "tags":[ "counties" ] } }, "/collections/counties/items":{ "get":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"getCountiesFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10000).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10000, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "country_code", "state_fips_code", "county_fips_code", "county_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/parameters/sortby.yaml" }, { "$ref":"#/components/parameters/offset" }, { "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "type":"string" }, "style":"form" }, { "description":"FIPS country code as defined by FIPS PUB 10-4: Countries, Dependencies, Areas of Special Sovereignty, and Their Principal Administrative Divisions.", "explode":false, "in":"query", "name":"country_code", "required":false, "schema":{ "description":"FIPS country code as defined by FIPS PUB 10-4: Countries, Dependencies, Areas of Special Sovereignty, and Their Principal Administrative Divisions.", "type":"string" }, "style":"form" }, { "description":"State FIPS code.", "explode":false, "in":"query", "name":"state_fips_code", "required":false, "schema":{ "description":"State FIPS code.", "type":"string" }, "style":"form" }, { "description":"County FIPS code. A two digit code indicating a U.S. county as defined by FIPS 5-2.", "explode":false, "in":"query", "name":"county_fips_code", "required":false, "schema":{ "description":"County FIPS code. A two digit code indicating a U.S. county as defined by FIPS 5-2.", "type":"string" }, "style":"form" }, { "description":"County name. The name of a U.S. county as defined by FIPS 5-2.", "explode":false, "in":"query", "name":"county_name", "required":false, "schema":{ "description":"County name. The name of a U.S. county as defined by FIPS 5-2.", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get County identifiers items", "tags":[ "counties" ] }, "options":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"optionsCountiesFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for County identifiers items", "tags":[ "counties" ] }, "post":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"getCQL2CountiesFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get County identifiers items with CQL2", "tags":[ "counties" ] } }, "/collections/counties/items/{featureId}":{ "get":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"getCountiesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get County identifiers item by id", "tags":[ "counties" ] }, "options":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"optionsCountiesFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for County identifiers item by id", "tags":[ "counties" ] } }, "/collections/counties/queryables":{ "get":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"getCountiesQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "country_code", "state_fips_code", "county_fips_code", "county_name" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get County identifiers queryables", "tags":[ "counties" ] } }, "/collections/counties/schema":{ "get":{ "description":"The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.\n", "operationId":"getCountiesSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get County identifiers schema", "tags":[ "counties" ] } }, "/collections/daily":{ "get":{ "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.\n", "operationId":"describeDailyCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Daily values metadata", "tags":[ "daily" ] } }, "/collections/daily/items":{ "get":{ "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.\n", "operationId":"getDailyFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "time_series_id", "monitoring_location_id", "parameter_code", "statistic_id", "time", "value", "unit_of_measure", "approval_status", "qualifier", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"#/components/parameters/wda_sortby" }, { "$ref":"#/components/parameters/offset" }, { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/datetime" }, { "description":"A universally unique identifier (UUID) representing a single version of a record. It is not stable over time. Every time the record is refreshed in our database (which may happen as part of normal operations and does not imply any change to the data itself) a new ID will be generated. To uniquely identify a single observation over time, compare the `time` and `time_series_id` fields; each time series will only have a single observation at a given `time`.\n", "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "description":"A universally unique identifier (UUID) representing a single version of a record. It is not stable over time. Every time the record is refreshed in our database (which may happen as part of normal operations and does not imply any change to the data itself) a new ID will be generated. To uniquely identify a single observation over time, compare the `time` and `time_series_id` fields; each time series will only have a single observation at a given `time`.\n", "format":"uuid", "type":"string" }, "style":"form" }, { "description":"A unique identifier representing a single time series. This corresponds to the `id` field in the `time-series-metadata` endpoint.\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"time_series_id", "required":false, "schema":{ "description":"A unique identifier representing a single time series. This corresponds to the `id` field in the `time-series-metadata` endpoint.\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Time series ID", "type":"string" }, "style":"form" }, { "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"monitoring_location_id", "required":false, "schema":{ "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Monitoring location ID", "type":"string" }, "style":"form" }, { "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"parameter_code", "required":false, "schema":{ "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Parameter code", "type":"string" }, "style":"form" }, { "description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"statistic_id", "required":false, "schema":{ "description":"A code corresponding to the statistic an observation represents. Example codes include 00001 (max), 00002 (min), and 00003 (mean). A complete list of codes and their descriptions can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/statistic-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Statistic ID", "type":"string" }, "style":"form" }, { "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "explode":false, "in":"query", "name":"time", "required":false, "schema":{ "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "title":"Time", "type":"string" }, "style":"form" }, { "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "explode":false, "in":"query", "name":"value", "required":false, "schema":{ "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "title":"Value", "type":"string" }, "style":"form" }, { "description":"A human-readable description of the units of measurement associated with an observation.", "explode":false, "in":"query", "name":"unit_of_measure", "required":false, "schema":{ "description":"A human-readable description of the units of measurement associated with an observation.", "title":"Unit of measure", "type":"string" }, "style":"form" }, { "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "explode":false, "in":"query", "name":"approval_status", "required":false, "schema":{ "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "enum":[ "Provisional", "Approved" ], "title":"Approval Status", "type":"string" }, "style":"form" }, { "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "explode":false, "in":"query", "name":"qualifier", "required":false, "schema":{ "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "title":"Qualifier", "type":"string" }, "style":"form" }, { "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "explode":false, "in":"query", "name":"last_modified", "required":false, "schema":{ "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "title":"Last modified date", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Daily values items", "tags":[ "daily" ] }, "options":{ "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.\n", "operationId":"optionsDailyFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Daily values items", "tags":[ "daily" ] }, "post":{ "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.\n", "operationId":"getCQL2DailyFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Daily values items with CQL2", "tags":[ "daily" ] } }, "/collections/daily/items/{featureId}":{ "get":{ "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.\n", "operationId":"getDailyFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Daily values item by id", "tags":[ "daily" ] }, "options":{ "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.\n", "operationId":"optionsDailyFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Daily values item by id", "tags":[ "daily" ] } }, "/collections/daily/queryables":{ "get":{ "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.\n", "operationId":"getDailyQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "time_series_id", "monitoring_location_id", "parameter_code", "statistic_id", "time", "value", "unit_of_measure", "approval_status", "qualifier", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Daily values queryables", "tags":[ "daily" ] } }, "/collections/daily/schema":{ "get":{ "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.\n", "operationId":"getDailySchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Daily values schema", "tags":[ "daily" ] } }, "/collections/field-measurements":{ "get":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"describeField-measurementsCollection", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "summary":"Get Field measurements metadata", "tags":[ "field-measurements" ] } }, "/collections/field-measurements/items":{ "get":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"getField-measurementsFeatures", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" }, { "$ref":"#/components/parameters/bbox" }, { "description":"The optional limit parameter limits the number of items that are presented in the response document (maximum=50000, default=10).", "explode":false, "in":"query", "name":"limit", "required":false, "schema":{ "default":10, "maximum":50000, "minimum":1, "type":"integer" }, "style":"form" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/bbox-crs" }, { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "field_visit_id", "parameter_code", "monitoring_location_id", "observing_procedure_code", "observing_procedure", "value", "unit_of_measure", "time", "qualifier", "vertical_datum", "approval_status", "measuring_agency", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/skipGeometry" }, { "$ref":"#/components/parameters/wda_sortby" }, { "$ref":"#/components/parameters/offset" }, { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/datetime" }, { "description":"A universally unique identifier (UUID) representing a single version of a record. It is not stable over time. Every time the record is refreshed in our database (which may happen as part of normal operations and does not imply any change to the data itself) a new ID will be generated. To uniquely identify a single observation over time, compare the `time` and `time_series_id` fields; each time series will only have a single observation at a given `time`.\n", "explode":false, "in":"query", "name":"id", "required":false, "schema":{ "description":"A universally unique identifier (UUID) representing a single version of a record. It is not stable over time. Every time the record is refreshed in our database (which may happen as part of normal operations and does not imply any change to the data itself) a new ID will be generated. To uniquely identify a single observation over time, compare the `time` and `time_series_id` fields; each time series will only have a single observation at a given `time`.\n", "format":"uuid", "type":"string" }, "style":"form" }, { "description":"A universally unique identifier (UUID) for the field visit. Multiple measurements may be made during a single field visit.\n", "explode":false, "in":"query", "name":"field_visit_id", "required":false, "schema":{ "description":"A universally unique identifier (UUID) for the field visit. Multiple measurements may be made during a single field visit.\n", "format":"uuid", "title":"Field visit ID", "type":"string" }, "style":"form" }, { "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"parameter_code", "required":false, "schema":{ "description":"Parameter codes are 5-digit codes used to identify the constituent measured and the units of measure. A complete list of parameter codes and associated groupings can be found at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/parameter-codes/items).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Parameter code", "type":"string" }, "style":"form" }, { "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "explode":false, "in":"query", "name":"monitoring_location_id", "required":false, "schema":{ "description":"A unique identifier representing a single monitoring location. This corresponds to the `id` field in the `monitoring-locations` endpoint. Monitoring location IDs are created by combining the agency code of the agency responsible for the monitoring location (e.g. USGS) with the ID number of the monitoring location (e.g. 02238500), separated by a hyphen (e.g. USGS-02238500).\n Split parameters are enabled for this field, so you can supply multiple values separated by commas.", "title":"Monitoring location ID", "type":"string" }, "style":"form" }, { "description":"A short code corresponding to the observing procedure for the field measurement.", "explode":false, "in":"query", "name":"observing_procedure_code", "required":false, "schema":{ "description":"A short code corresponding to the observing procedure for the field measurement.", "title":"Observing procedure code", "type":"string" }, "style":"form" }, { "description":"Water measurement or water-quality observing procedure descriptions.", "explode":false, "in":"query", "name":"observing_procedure", "required":false, "schema":{ "description":"Water measurement or water-quality observing procedure descriptions.", "title":"Observing procedure", "type":"string" }, "style":"form" }, { "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "explode":false, "in":"query", "name":"value", "required":false, "schema":{ "description":"The value of the observation. Values are transmitted as strings in the JSON response format in order to preserve precision.\n", "title":"Value", "type":"string" }, "style":"form" }, { "description":"A human-readable description of the units of measurement associated with an observation.", "explode":false, "in":"query", "name":"unit_of_measure", "required":false, "schema":{ "description":"A human-readable description of the units of measurement associated with an observation.", "title":"Unit of measure", "type":"string" }, "style":"form" }, { "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "explode":false, "in":"query", "name":"time", "required":false, "schema":{ "description":"The date an observation represents. You can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `time` that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.\n", "title":"Time", "type":"string" }, "style":"form" }, { "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "explode":false, "in":"query", "name":"qualifier", "required":false, "schema":{ "description":"This field indicates any qualifiers associated with an observation, for instance if a sensor may have been impacted by ice or if values were estimated.\n", "title":"Qualifier", "type":"string" }, "style":"form" }, { "description":"The datum used to determine altitude and vertical position at the monitoring location. A list of codes is available at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/altitude-datums/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/altitude-datums/items).\n", "explode":false, "in":"query", "name":"vertical_datum", "required":false, "schema":{ "description":"The datum used to determine altitude and vertical position at the monitoring location. A list of codes is available at [https://api.waterdata.usgs.gov/ogcapi/v0/collections/altitude-datums/items](https://api.waterdata.usgs.gov/ogcapi/v0/collections/altitude-datums/items).\n", "title":"Vertical datum", "type":"string" }, "style":"form" }, { "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "explode":false, "in":"query", "name":"approval_status", "required":false, "schema":{ "description":"Some of the data that you have obtained from this U.S. Geological Survey database may not have received Director's approval. Any such data values are qualified as provisional and are subject to revision. Provisional data are released on the condition that neither the USGS nor the United States Government may be held liable for any damages resulting from its use. This field reflects the approval status of each record, and is either \"Approved\", meaining processing review has been completed and the data is approved for publication, or \"Provisional\" and subject to revision. For more information about provisional data, go to [https://waterdata.usgs.gov/provisional-data-statement/](https://waterdata.usgs.gov/provisional-data-statement/).\n", "enum":[ "Provisional", "Approved" ], "title":"Approval Status", "type":"string" }, "style":"form" }, { "description":"The agency performing the measurement.", "explode":false, "in":"query", "name":"measuring_agency", "required":false, "schema":{ "description":"The agency performing the measurement.", "title":"Measuring agency", "type":"string" }, "style":"form" }, { "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "explode":false, "in":"query", "name":"last_modified", "required":false, "schema":{ "description":"The last time a record was refreshed in our database. This may happen due to regular operational processes and does not necessarily indicate anything about the measurement has changed.\nYou can query this field using date-times or intervals, adhering to RFC 3339, or using ISO 8601 duration objects. Intervals may be bounded or half-bounded (double-dots at start or end).\nExamples:\n\n - A date-time: \"2018-02-12T23:20:50Z\"\n - A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n - Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n - Duration objects: \"P1M\" for data from the past month or \"PT36H\" for the last 36 hours\n\nOnly features that have a `last_modified` that intersects the value of datetime are selected.\n", "title":"Last modified date", "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/filter" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Field measurements items", "tags":[ "field-measurements" ] }, "options":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"optionsField-measurementsFeatures", "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Field measurements items", "tags":[ "field-measurements" ] }, "post":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"getCQL2Field-measurementsFeatures", "requestBody":{ "content":{ "application/json":{ "schema":{ "$ref":"https://schemas.opengis.net/cql2/1.0/cql2.json" } } }, "description":"Get items with CQL2", "required":true }, "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Features" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Field measurements items with CQL2", "tags":[ "field-measurements" ] } }, "/collections/field-measurements/items/{featureId}":{ "get":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"getField-measurementsFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" }, { "$ref":"#/components/parameters/crs" }, { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Feature" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Field measurements item by id", "tags":[ "field-measurements" ] }, "options":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"optionsField-measurementsFeature", "parameters":[ { "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/featureId" } ], "responses":{ "200":{ "description":"options response" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Options for Field measurements item by id", "tags":[ "field-measurements" ] } }, "/collections/field-measurements/queryables":{ "get":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"getField-measurementsQueryables", "parameters":[ { "description":"The properties that should be included for each feature. The parameter value is a comma-separated list of property names.", "explode":false, "in":"query", "name":"properties", "required":false, "schema":{ "items":{ "enum":[ "id", "field_visit_id", "parameter_code", "monitoring_location_id", "observing_procedure_code", "observing_procedure", "value", "unit_of_measure", "time", "qualifier", "vertical_datum", "approval_status", "measuring_agency", "last_modified" ], "type":"string" }, "type":"array" }, "style":"form" }, { "$ref":"#/components/parameters/f" }, { "description":"The profile to be applied to a given request", "explode":false, "in":"query", "name":"profile", "required":false, "schema":{ "enum":[ "actual-domain", "valid-domain" ], "type":"string" }, "style":"form" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Field measurements queryables", "tags":[ "field-measurements" ] } }, "/collections/field-measurements/schema":{ "get":{ "description":"Field measurements are physically measured values collected during a visit to the monitoring location. Field measurements consist of measurements of gage height and discharge, and readings of groundwater levels, and are primarily used as calibration readings for the automated sensors collecting continuous data. They are collected at a low frequency, and delivery of the data in WDFN may be delayed due to data processing time.\n", "operationId":"getField-measurementsSchema", "parameters":[ { "$ref":"#/components/parameters/f" }, { "$ref":"#/components/parameters/lang" } ], "responses":{ "200":{ "$ref":"#/components/responses/Queryables" }, "400":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter" }, "403":{ "$ref":"#/components/responses/Forbidden403" }, "404":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound" }, "429":{ "$ref":"#/components/responses/TooManyRequests429" }, "500":{ "$ref":"https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError" } }, "security":[ { "ApiKeyQuery":[] }, { "ApiKeyHeader":[] } ], "summary":"Get Field measurements schema", "tags":[ "field-measurements" ] } }, "/collections/hydrologic-unit-codes":{ "get":{ "description":"Hydrologic units are geographic areas representing part or all of a surface drainage basin or distinct hydrologic feature identified by a unique number (HUC), and a name. The United States is divided and sub-divided into successively smaller hydrologic units which are classified into four levels: regions, sub-regions, accounting units, and cataloging units. Each unit consists of two to eight digits based on the four levels of classification in the hydrologic unit system. Additional information can be found at