Skip to content

THREDDS Radar get_radar_map update for multiple time steps #5

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()

Activity

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

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