Daniel Heinesen

Results 22 comments of Daniel Heinesen

Not only. It is also slow because of the way I made it convert between pyaro and ungriddeddata. I foresaw this then I made the reader. So the time has...

As mentioned by Lewis in [#1302](https://github.com/metno/pyaerocom/issues/1302), the reason is due to caching. Without caching, everything works as intended. With caching: To check if there is a cached file the Ungriddedreader...

Some test do not work due to ``` if self.colocation_setup.model_use_climatology: if self.colocation_setup.stop is not None or not isinstance( self.colocation_setup.start, int ): raise ColocationSetupError( "Conflict: only single year analyses are support...

Will be closed for now. Correct way of handling start/stop is still not decided and will be postpone until a problem arise

This is a bigger (design) issue than first thought. #1212 makes the tutorials work, but breaks tests. The way it is done #1212 work to some degree, but keeps the...

Implementing some kind of hash internally, instead of station_name? Then at some point do the same for output

Two tests fail due to different mean obs than expected with new climatology.

As of now I don't think this is a major issue. Very few situations require multiyear evaluations with hourly. The EMEP reader even has a check that raises an error...

Seems to be due to the fact that trends are Null in the map files for yearly for this station. Since the other statistics are non-Null, there is an entry...