Panu Lahtinen
Panu Lahtinen
I would be fine removing the legacy area definition support. I think we've had the yaml version already for so long, that even without a deprecation cycle it should be...
I merged with `main` to trigger the tests, there were no "re-run failed jobs" available anymore.
@djhoese is using the full resolution data with 1 km resolution. That is, 36 times more data compared to your 6 km version. Could be that he made the example...
Only if the data are available and there are enough resources to run with real data.
Very interesting test! What is the chunking of the `zarr` data? My guess is that the (possible) native chunking in the `zarr` version speeds up the processing as less data...
Also list all properties (e.g. wind speed, wind direction, ...) that can be queried by setting the `params` keyword argument. This might be available via the link in the ``...
Sorry for the very late answer. This could be something with how Windows handles files. I've seen something similar in other Python libraries where they have to do workarounds for...
Sorry for the delay and thanks for the feedback! You can get both with the same query simply by adding `'tmon'` to `parameters`: ```python obs = download_stored_query('fmi::observations::weather::monthly::multipointcoverage', args=['bbox=12,55,35,75', 'starttime=2018-01-01', 'endtime=2019-12-31',...
> It could affect (monitoring) tools that interpret logfiles. The log formatting can be tuned by the user if necessary. I this mostly affects Trollflow2 and the collectors. > It...
First thing: do all the loading in the first `Scene` object. So `scn.load([composite])`. Loading all the available datasets is unnecessary, and you actually end up resampling them all, too. Things...