Skip to content

adapt single value query to start at 00:00 #48

Description

@wseis

within read_wasserportal(). When I want to get single values from yesterday, I write:

`

# Reading stations from Wasserportal
stations <- get_stations()

# Assigning crosstab variable
crosstab <- stations$crosstable

# Defining today
today <- Sys.Date()

# requesting data from Wasserportal
request <- wasserportal::read_wasserportal( station = "5803200",
                                            variables = "odf",
                                            from_date = today - 1,
                                            type = "single",
                                            stations_crosstable = crosstab)

`
The resulting data start at 01:00 and increase by steps of 15 min. However, it should start at 00:00.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions