Jonas Gliß
Jonas Gliß
Hi, many thanks for developing this package. Are you planning to also release is via conda package manager (e.g. conda-forge channel)? It is very easy to setup, based on your...
For details see #269
Refers to module `pydap.handlers.dap.py`. Class `DAPHandler` has input option `timeout` which is not passed on to inits of `BaseProxy` and `SequenceProxy` in when instantating `DAPHandler`. I do not have the...
Similar to #146, also `ColocatedData` should undergo some redefinition (but not as much as `StationData`. Suggestion is to turn `ColocatedData.data` attr. from a `xarray.DataArray` into a `xarray.Dataset` with individual `DataArrays`...
`StationData` class is widely used in pyaerocom and at the core of many essential processing routines. However, it being essentially a dictionary, it has developed to become a little cumbersome,...
I just bumped over this: https://github.com/metno/pyaerocom/blob/c09b87dcd47c7787f187de697916d123b18c918c/pyaerocom/aeroval/coldatatojson_helpers.py#L772 @dulte I think, there is some more logic needed, since the user can choose which frequencies are to be processed. The trends engine accepts...
AeroVal provides 3 options for regional aggregation: 1. default: old AeroCom rectangular regions 2. htap: HTAP binary region masks 3. countries: country based regions However, sometimes, one might want to...
Refers to method `pyaerocom.aeroval.experiment_output.ExperimentOutput.clean_json_files`.