Skip to content

THREDDS Radar get_radar_map update for multiple time steps #5

@MethaneRain

Description

@MethaneRain

query_cat.datasets[0] Can vary based off how many time steps was queried. Need to update for user to specify which time step is desired

import numpy as np
query = rs.query()
query.stations(station).time_range(start,end).variables(product)
print(end)
filetime = "{0:%Y_%m_%d_%H%MZ}".format(end)
query_cat = rs.get_catalog(query)
        
data = query_cat.datasets[0].remote_access()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions