Jan Ivar Korsbakken
Jan Ivar Korsbakken
In line 145 of intake/source/csv.py, in the method `CSVSource._get_schema`, the `nrows` parameter to `pandas.read_csv` gets set to 10, presumably to read only 10 rows to infer the schema in constant...
### Checks - [X] I have read the FAQ section, searched the open issues, and still think this is a new bug. ### Describe the bug you encountered: I use...
The current processing workflow, and in particular the `validation.validate` function currently raises a `ValueError` and writes invalid item names to log if any item in any dimension is not contained...
Added `encoding="utf-8"` to all calls to `open` that open a yaml file or stream, where encoding was not already specified. This is intended to deal with inconsistencies that arise from...
When instantiating a `RegionProcessor` object from `RegionProcessor.from_directory`, pydantic raises a ValidationError for regions with non-ASCII characters, stating they are not in the RegionCodeList even though they in fact are defined...
Question about sectors under `Final Energy|Transportation`, and consistency with `Emission` sectors.
The sectors under `Final Energy|Transportation` are very different from what was used in the variable definitions for the [global sectoral pathways in AR6 WGIII](https://data.ece.iiasa.ac.at/ar6-scenario-submission/static/files/global_sectoral.zip). Also, there aren't coresponding sectors under...
Under `Final Energy`, there is a `Commercial` subhierarchy, which contains several sectors that are commonly provided by both private commercial actors and public/municipal actors, like Water, and Heat. The closest...