Skip to content

Variable: WATER_PARAMS ​

ts
const WATER_PARAMS: {
  00010: "Temperature, water (°C)";
  00045: "Precipitation (inches)";
  00060: "Discharge (cubic feet per second)";
  00065: "Gage height (feet)";
  00095: "Specific conductance (µS/cm)";
  00300: "Dissolved oxygen (mg/L)";
  00400: "pH";
  72019: "Depth to water level (feet below land surface)";
};

Defined in: usgs/sdk.ts:138

Common USGS water parameter codes.

Type Declaration ​

00010 ​

ts
readonly 00010: "Temperature, water (°C)" = "Temperature, water (°C)";

00045 ​

ts
readonly 00045: "Precipitation (inches)" = "Precipitation (inches)";

00060 ​

ts
readonly 00060: "Discharge (cubic feet per second)" = "Discharge (cubic feet per second)";

00065 ​

ts
readonly 00065: "Gage height (feet)" = "Gage height (feet)";

00095 ​

ts
readonly 00095: "Specific conductance (µS/cm)" = "Specific conductance (µS/cm)";

00300 ​

ts
readonly 00300: "Dissolved oxygen (mg/L)" = "Dissolved oxygen (mg/L)";

00400 ​

ts
readonly 00400: "pH" = "pH";

72019 ​

ts
readonly 72019: "Depth to water level (feet below land surface)" = "Depth to water level (feet below land surface)";

Released under the MIT License.