Daniel Huppmann

Results 107 issues of Daniel Huppmann

Per issue #806 by @gorkemgungormetu, there are several possible improvements to the `interpolate()` method if some but not all timeseries have values before and after `time` (to be interpolated). 1....

The method `aggregate_time()` still uses the "old" `data` dataframe attribute instead of the internal `_data` series. Refactoring could yield some performance improvements.

The pint-package (used by the `convert_unit()` method) raises a dimensionality error if the units cannot be converted. However, if a user applies the method `convert_unit("source_unit", "target_unit")` and the IamDataFrame does...

Per our discussion on the development of **ixmp v4.0**, we agreed to implement a new method `pyam.read_ixmp()` that queries data and meta indicators (and other dimensions of the data model...

We just switched from pandas-data reader to wbdata as a dependency for the pyam package, see https://pyam-iamc.readthedocs.io. I have the following issue on Mac OS 14.2.1, Python 3.12.2, using both...

When trying to use this package in https://github.com/IAMconsortium/pyam/pull/323, it seemed like I needed to unpack a zipped file first (compared to just reading it as `package = Package(path)` using [datapackage-py](https://github.com/frictionlessdata/datapackage-py))....

While working on some sanity-checks for the new IAMC project templates, I realized that several emissions species are relevant for IAM reporting but are not included in the [list of...

enhancement

As discussed in other contexts, it would be highly useful to add a module to convert between different currencies taking into account deflation and the year (or more granular?) of...

enhancement

### Comment: I'm a maintainer of the package **pyam** (https://github.com/conda-forge/pyam-feedstock), but for some reasons in its early days, this package was published as **pyam-iamc** on Pypi. I recently played around...

question

Per https://github.com/IAMconsortium/common-definitions/pull/91, the package should support replacing tags if the attribute is a list of strings.