Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

Cannot Download Resstock Models

asked 2025-08-18 15:00:52 -0500

Hi,

As per the FAQ of ResStock at this link: https://nrel.github.io/ResStock.githu..., “More recent datasets have xml and osm files, like the 2024 release 2.”

However, when I navigate to the building_energy_models files at this link: https://data.openei.org/s3_viewer?buc... , I am unable to download the OSM files.

Anyone has any insights why the OSM files cannot be downloaded ?

Thanks,

edit retag flag offensive close merge delete

Comments

@Sreenidhi K when I try to click on an entry in the data.openei.org site (e.g., upgrade=0/), I get the following error:

This page isn’t working
data.openei.org is currently unable to handle this request.
HTTP ERROR 500

Is that happening for you as well, or are you having a different issue?

Aaron Boranian's avatar Aaron Boranian  ( 2025-08-18 15:45:27 -0500 )edit

I am getting the same error message. Thanks for checking.

Sreenidhi K's avatar Sreenidhi K  ( 2025-08-18 19:22:58 -0500 )edit

@sreenidhi-k @aaron-boranian Yes, it seems like a server side issue (openei side). I got this error "Failed to load resource: the server responded with a status of 500 ()".

But the s3 command line approach still works for me with downloading model from a specific path. See page 56 here.

Yapan's avatar Yapan  ( 2025-08-19 10:33:35 -0500 )edit

@Yapan, Wondering if you can explain how we do that? Say, we want to download the model from this path: https://data.openei.org/s3_viewer?buc... and upgrade = 2 hyperlink. How do we use the s3 command line ?

Thanks,

Sreenidhi K's avatar Sreenidhi K  ( 2025-08-19 11:29:29 -0500 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2025-08-20 16:31:20 -0500

In the case of openei stopped working. You can try the following two approaches to download data from AWS S3 bucket. (Assuming the server is running normally.)

Approach 1. If you want to download the model files using command line approach, please see the following example. This approach requires you to correctly setup aws cli.

# example code of downloading the file from the s3 bucket
# aws s3 cp s3://oedi-data-lake/nrel-pds-building-stock/end-use-load-profiles-for-us-building-stock/2024/resstock_amy2018_release_2/model_and_schedule_files/building_energy_models/upgrade=2/bldg0004829-up02.zip ./multifamily/bldg0004829-up02.zip --no-sign-request

Approach 2. If you are familiar with Python, here is a notebook you can refer to.

You will need the building_id for specific files you want to download. Such information can be found in the metadata files.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Question Tools

Stats

Asked: 2025-08-18 15:00:52 -0500

Seen: 461 times

Last updated: Aug 20