asparke2

Results 22 issues of asparke2

The weather files take up a lot of space on Eagle for each run, even if the run is a small 100 building test run. After the run completes, delete...

enhancement

While doing QAQC on a recent ComStock run, I realized that there were multiple upgrades in the `yml` file that had the same name (see below). Although I was able...

enhancement
good first issue

Add the [SightGlass metadata checks](https://github.com/NREL/SightGlassDataProcessing/blob/main/telescope/__init__.py#L370-L498) to comstockpostproc. The goal is to perform these checks while the data is still in memory, and before waiting on an upload to S3. These...

enhancement
postprocessing

**Description:** The format of the `openstudio_oputput.log` file generated for each model run has changed, which means that the `summarize_failures` utility no longer works correctly. https://github.com/NREL/ComStock/pull/93 was the first step in...

postprocessing

- Make an `.aws` directory in your home directory - Windows: `C:\Users\myname\.aws` - Mac: `~/.aws` - Download the ZIP file for NREL's [aws-sso-tool](https://github.com/nrel/cloud-tools/aws-sso-tool) into your `.aws` directory - Activate a...

documentation

Currently, we use a mix of Pandas and Polars in comstock-postprocessing. Change this all over to Polars. It performs better, and having one library to manage changes in would be...

postprocessing

Currently, ComStock reports propane and fuel oil no 2. combined into the single "other fuel" in the annual results. They are already reported separately in the timeseries data. Report them...

workflow measure
postprocessing

During EUSS, we have to break the buildstock.csv into multiple separate runs. When this happens, unless you are careful, blanks in the file are converted into NA or other unexpected...

sampling

Sometimes comstock-postproc creates negative numbers in enduse columns, which is probably caused by splitting fuel types or end uses. Who knows. Anyways, create a check for this to find goofy...

workflow measure