Herbie icon indicating copy to clipboard operation
Herbie copied to clipboard

Specify custom local SOURCE

Open blaylockbk opened this issue 5 months ago • 0 comments

If I have local grib files (I downloaded some with rclone) I'd like to tell herbie those exist without a custom template. Instead, I'd like to define the path in the "priority" argument.

Herbie(date, 
    model='hrrr', 
    priority=[
        ('local_rclone', "/path/to/{self.model}..."), #<-- provide the template here
        'aws',  
        'nomads'
    ]

blaylockbk avatar Aug 29 '24 18:08 blaylockbk