Skip to content

Sample summary information #261

Description

@ldecicco-USGS

The R package has a function that hits the samples-data summary service:
https://github.com/DOI-USGS/dataRetrieval/blob/main/R/read_waterdata_samples.R#L539

Which hits:
https://api.waterdata.usgs.gov/samples-data/docs#/summaries/read_summaries_samples_data_summary__monitoringLocationIdentifier__get

discrete_available <- summarize_waterdata_samples(
  monitoringLocationIdentifier = "USGS-04183500"
)
Requesting:
https://api.waterdata.usgs.gov/samples-data/summary/USGS-04183500?mimeType=text%2Fcsv

It is handy for getting an inventory of the available data. Unfortunately it is only available for a single monitoring location at a time. It would be a nice feature to add to the Python package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions