Connector Details
Type
Virtual machines, Single VM , BYOL
Runs on
Google Compute Engine
Last Update
24 October, 2024
Category
USGS Water Data OGC Connector
Connector Details
Type
Virtual machines, Single VM , BYOL
Runs on
Google Compute Engine
Last Update
24 October, 2024
Category
Overview
The USGSWaterDataOGC Connector enables seamless integration with the USGS Water Data OGC APIs, providing access to geospatial water data, including continuous sensor measurements, daily data, field measurements, and metadata about monitoring locations, aquifers, and more. Built to support Open Geospatial Consortium (OGC) standards, this connector allows users to efficiently retrieve and process hydrologic data for analysis within Google Cloud Platform workflows. Ideal for applications requiring real-time or historical water data, such as environmental monitoring, research, and resource management. This supports JSON, HTML, JSON-LD, and CSV response formats.
Integration Overview
This document provides a detailed guide for each integration point, its purpose, configuration, and workflow support using the USGSWaterDataOGC Connector.
Supported Integration Action Points:
Detailed Integration Documentation
Landing Page Retrieval
Action | getLandingPage |
Purpose | Retrieves the API landing page, serving as the entry point with basic information, links to collections and conformance, and conformance declarations. Useful for discovering API capabilities and navigation. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable (e.g., https://api.waterdata.usgs.gov/ogcapi/v0). |
Output |
|
Workflow Example |
|
Collections Retrieval
Action | getCollections |
Purpose | Retrieves the list of available collections in the API, including their IDs, titles, descriptions, and links. This serves as the primary entry point for discovering data collections like monitoring-locations or parameter-codes. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable. |
Output |
|
Workflow Example |
|
Agency Codes Collection Metadata Retrieval
Action | describeAgencyCodesCollection |
Purpose | Retrieves metadata for the agency-codes collection, including its ID, title, description, extent, and links. Useful for understanding the scope of agency codes used in site information and data sources. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable. |
Output |
|
Workflow Example |
|
Agency Codes Features Retrieval
Action | getAgencyCodesFeatures |
Purpose | Retrieves features (items) from the agency-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining agency code data for site information or permitting agencies. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Agency Codes Feature Retrieval
Action | getAgencyCodesFeature |
Purpose | Retrieves a specific feature by ID from the agency-codes collection. Useful for obtaining detailed information about a specific agency code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Agency Codes Queryables Retrieval
Action | getAgencyCodesQueryables |
Purpose | Retrieves queryable properties for the agency-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Agency Codes Schema Retrieval
Action | getAgencyCodesSchema |
Purpose | Retrieves the schema for the agency-codes collection. Useful for understanding the structure of agency code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via the CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Agency Codes Features Options
Action | optionsAgencyCodesFeatures |
Purpose | Retrieves options for the agency-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Agency Codes Feature Options
Action | optionsAgencyCodesFeature |
Purpose | Retrieves options for a specific agency-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Collection Metadata Retrieval
Action | describeAltitudeDatumsCollection |
Purpose | Retrieves metadata for the altitude-datums collection, including its ID, title, description, extent, and links. Useful for understanding vertical datums like NAVD88 or NGVD29. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable. |
Output |
|
Workflow Example |
|
Altitude Datums Features Retrieval
Action | getAltitudeDatumsFeatures |
Purpose | Retrieves features (items) from the altitude-datums collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining vertical datum data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Feature Retrieval
Action | getAltitudeDatumsFeature |
Purpose | Retrieves a specific feature by ID from the altitude-datums collection. Useful for obtaining detailed information about a specific vertical datum. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Queryables Retrieval
Action | getAltitudeDatumsQueryables |
Purpose | Retrieves queryable properties for the altitude-datums collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Schema Retrieval
Action | getAltitudeDatumsSchema |
Purpose | Retrieves the schema for the altitude-datums collection. Useful for understanding the structure of vertical datum data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Features Options
Action | optionsAltitudeDatumsFeatures |
Purpose | Retrieves options for the altitude-datums items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Altitude Datums Feature Options
Action | optionsAltitudeDatumsFeature |
Purpose | Retrieves options for a specific altitude-datums item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Collection Metadata Retrieval
Action | describeAquiferCodesCollection |
Purpose | Retrieves metadata for the aquifer-codes collection, including its ID, title, description, extent, and links. Useful for understanding local aquifer data and geohydrologic unit codes. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable. |
Output |
|
Workflow Example |
|
Aquifer Codes Features Retrieval
Action | getAquiferCodesFeatures |
Purpose | Retrieves features (items) from the aquifer-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining aquifer code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Feature Retrieval
Action | getAquiferCodesFeature |
Purpose | Retrieves a specific feature by ID from the aquifer-codes collection. Useful for obtaining detailed information about a specific aquifer code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Queryables Retrieval
Action | getAquiferCodesQueryables |
Purpose | Retrieves queryable properties for the aquifer-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Schema Retrieval
Action | getAquiferCodesSchema |
Purpose | Retrieves the schema for the aquifer-codes collection. Useful for understanding the structure of aquifer code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Features Options
Action | optionsAquiferCodesFeatures |
Purpose | Retrieves options for the aquifer-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Codes Feature Options
Action | optionsAquiferCodesFeature |
Purpose | Retrieves options for a specific aquifer-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Collection Metadata Retrieval
Action | describeAquiferTypesCollection |
Purpose | Retrieves metadata for the aquifer-types collection, including its ID, title, description, extent, and links. Useful for understanding confined and unconfined aquifer types. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL environment variable. |
Output |
|
Workflow Example |
|
Aquifer Types Features Retrieval
Action | getAquiferTypesFeatures |
Purpose | Retrieves features (items) from the aquifer-types collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining aquifer type data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Feature Retrieval
Action | getAquiferTypesFeature |
Purpose | Retrieves a specific feature by ID from the aquifer-types collection. Useful for obtaining detailed information about a specific aquifer type. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Queryables Retrieval
Action | getAquiferTypesQueryables |
Purpose | Retrieves queryable properties for the aquifer-types collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Schema Retrieval
Action | getAquiferTypesSchema |
Purpose | Retrieves the schema for the aquifer-types collection. Useful for understanding the structure of aquifer type data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Features Options
Action | optionsAquiferTypesFeatures |
Purpose | Retrieves options for the aquifer-types items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Aquifer Types Feature Options
Action | optionsAquiferTypesFeature |
Purpose | Retrieves options for a specific aquifer-types item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY environment variables. |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Collection Metadata Retrieval
Action | describeCoordinateAccuracyCodesCollection |
Purpose | Retrieves metadata for the coordinate-accuracy-codes collection, including its ID, title, description, extent, and links. Useful for understanding the accuracy of latitude-longitude values. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Features Retrieval
Action | getCoordinateAccuracyCodesFeatures |
Purpose | Retrieves features from the coordinate-accuracy-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining coordinate accuracy code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Feature Retrieval
Action | getCoordinateAccuracyCodesFeature |
Purpose | Retrieves a specific feature by ID from the coordinate-accuracy-codes collection. Useful for obtaining detailed information about a specific coordinate accuracy code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Queryables Retrieval
Action | getCoordinateAccuracyCodesQueryables |
Purpose | Retrieves queryable properties for the coordinate-accuracy-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Schema Retrieval
Action | getCoordinateAccuracyCodesSchema |
Purpose | Retrieves the schema for the coordinate-accuracy-codes collection. Useful for understanding the structure of coordinate accuracy code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Features Options
Action | optionsCoordinateAccuracyCodesFeatures |
Purpose | Retrieves options for the coordinate-accuracy-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Accuracy Codes Feature Options
Action | optionsCoordinateAccuracyCodesFeature |
Purpose | Retrieves options for a specific coordinate-accuracy-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Collection Metadata Retrieval
Action | describeCoordinateDatumCodesCollection |
Purpose | Retrieves metadata for the coordinate-datum-codes collection, including its ID, title, description, extent, and links. Useful for understanding horizontal datum codes like NAD83 or NAD27. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Features Retrieval
Action | getCoordinateDatumCodesFeatures |
Purpose | Retrieves features (items) from the coordinate-datum-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining horizontal datum code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Feature Retrieval
Action | getCoordinateDatumCodesFeature |
Purpose | Retrieves a specific feature by ID from the coordinate-datum-codes collection. Useful for obtaining detailed information about a specific horizontal datum code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Queryables Retrieval
Action | getCoordinateDatumCodesQueryables |
Purpose | Retrieves queryable properties for the coordinate-datum-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Schema Retrieval
Action | getCoordinateDatumCodesSchema |
Purpose | Retrieves the schema for the coordinate-datum-codes collection. Useful for understanding the structure of horizontal datum code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Features Options
Action | optionsCoordinateDatumCodesFeatures |
Purpose | Retrieves options for the coordinate-datum-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Datum Codes Feature Options
Action | optionsCoordinateDatumCodesFeature |
Purpose | Retrieves options for a specific coordinate-datum-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Collection Metadata Retrieval
Action | describeCoordinateMethodCodesCollection |
Purpose | Retrieves metadata for the coordinate-method-codes collection, including its ID, title, description, extent, and links. Useful for understanding methods used to determine coordinates. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Features Retrieval
Action | getCoordinateMethodCodesFeatures |
Purpose | Retrieves features (items) from the coordinate-method-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining coordinate method code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Feature Retrieval
Action | getCoordinateMethodCodesFeature |
Purpose | Retrieves a specific feature by ID from the coordinate-method-codes collection. Useful for obtaining detailed information about a specific coordinate method code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Queryables Retrieval
Action | getCoordinateMethodCodesQueryables |
Purpose | Retrieves queryable properties for the coordinate-method-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Schema Retrieval
Action | getCoordinateMethodCodesSchema |
Purpose | Retrieves the schema for the coordinate-method-codes collection. Useful for understanding the structure of coordinate method code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Features Options
Action | optionsCoordinateMethodCodesFeatures |
Purpose | Retrieves options for the coordinate-method-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Coordinate Method Codes Feature Options
Action | optionsCoordinateMethodCodesFeature |
Purpose | Retrieves options for a specific coordinate-method-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Collection Metadata Retrieval
Action | describeHydrologicUnitCodesCollection |
Purpose | Retrieves metadata for the hydrologic-unit-codes collection, including its ID, title, description, extent, and links. Useful for understanding hydrologic unit codes like HUC8 or HUC12. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Features Retrieval
Action | getHydrologicUnitCodesFeatures |
Purpose | Retrieves features (items) from the hydrologic-unit-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining hydrologic unit code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Feature Retrieval
Action | getHydrologicUnitCodesFeature |
Purpose | Retrieves a specific feature by ID from the hydrologic-unit-codes collection. Useful for obtaining detailed information about a specific hydrologic unit code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Queryables Retrieval
Action | getHydrologicUnitCodesQueryables |
Purpose | Retrieves queryable properties for the hydrologic-unit-codes collection, supporting profiles for actual or valid domains. Useful for understanding which properties can be queried. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Schema Retrieval
Action | getHydrologicUnitCodesSchema |
Purpose | Retrieves the schema for the hydrologic-unit-codes collection. Useful for understanding the structure of hydrologic unit code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Features Options
Action | optionsHydrologicUnitCodesFeatures |
Purpose | Retrieves options for the hydrologic-unit-codes items endpoint, providing supported HTTP methods and parameters. Useful for understanding available operations. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Hydrologic Unit Codes Feature Options
Action | optionsHydrologicUnitCodesFeature |
Purpose | Retrieves options for a specific hydrologic-unit-codes item by ID, providing supported HTTP methods and parameters. Useful for understanding available operations for a specific feature. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Medium Codes Collection Metadata Retrieval
Action | describeMediumCodesCollection |
Purpose | Retrieves metadata for the medium-codes collection, including its ID, title, description, extent, and links. Useful for understanding medium codes like surface water or groundwater. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL . |
Output |
|
Workflow Example |
|
Medium Codes Features Retrieval
Action | getMediumCodesFeatures |
Purpose | Retrieves features (items) from the medium-codes collection, supporting filtering by bounding box, properties, and sorting. Useful for obtaining medium code data. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Medium Codes Feature Retrieval
Action | getMediumCodesFeature |
Purpose | Retrieves a specific feature by ID from the medium-codes collection. Useful for obtaining detailed information about a specific medium code. |
Parameters |
|
Configuration | Ensure the connector is configured with the base URL and optional API key via CONNECTOR_ENV_USGSWATERDATAOGC_BASE_URL and CONNECTOR_ENV_USGSWATERDATAOGC_API_KEY . |
Output |
|
Workflow Example |
|
Medium Codes Queryables Retrieval