Lewis Blake

Results 87 comments of Lewis Blake

They aren't being passed correctly. Pydantic should've yelled at me: ```python from pyaerocom.aeroval.glob_defaults import VarWebScaleAndColormap test = VarWebScaleAndColormap({"blah": {"blah": ["a", "b", "c"], "blub": ["d", "e", "f"]}}) ```

@dulte pushing this back until September to match the milestone for the associated PR. This is the type of issue I think we should clarify at the AeroTools backend design...

They have merged a fix for cf-units, but need to release (latest from April 17, 2023). On the iris side, this fix will not be integrated until end of October...

I would say we should ask the modelers how they want the comparison done and then we implement that rather than us coming up with a solution which they might...

To be discussed: https://github.com/metno/AeroToolsIssues/issues/80

@Ovewh In theory if you do it correctly it is possible. But this interface for picking up collocated data objects in a WIP https://pyaerocom.readthedocs.io/en/latest/pyaerocom-tutorials/making_a_colocated_data_object_with_pyaerocom.html

Note: this will not work out of the box for non-lon-lat grids. So this PR will have to be limited in scope to only implement what xarray offers (e.g., `.sel`...

Another note: We want this to be implemented in such a way that it does not cause the data to be realized in memory earlier than the current implementation.