-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BuildResidential Weather File Support #347
Comments
For reference, the path to top of project weather files is included in If BuildResidential uses |
Hmm... For urbanopt-example-geojson-project, the residential workflow does look in I would expect the same for urbanopt-cli; that the residential workflow would look in Do you see an error when you don't add custom weather files to |
Here is the error I see. This in my project.
It looks like it tries three alternate locations before it fails I thought I had mine structured like example project but something must be different? |
@DavidGoldwasser, is there a typo in that weather file name? the ending looks suspicious. Shouldn't it be: USA_VT_Montpelier.AP.726145_TMY3.epw |
@kflemin that is the correct name, it was project specific and doesn't match name of files we typically have. I"ll play around a bit. I'm running with the UrbanOpt CLI, wondering if that might be different than using rake task, and if it matters what directory I'm in in terminal. |
I think I may know what this could be. Like you said, something perhaps related to relative paths and what directory you're running from or where the run directory for each feature ends up. I'll see if I can set absolute weather file paths in the hpxml so we can avoid any possible relative path problems. Currently, the weather file (relative) path stored in the hpxml file is always of the form |
Another approach here is to lean no |
Is your feature request related to a problem? Please describe.
This is a feature to better support using BuildResidential for locations not included in the hpxml-measures weather files that ship with the OpenStuido CLI and example projects made from it.
https://github.com/urbanopt/urbanopt-cli/tree/develop/example_files/resources/hpxml-measures/weather
Describe the solution you'd like
URBANopt projects generally expect weather files at the top of the project that are user supplied.
https://github.com/urbanopt/urbanopt-cli/tree/develop/example_files/weather
Describe alternatives you've considered
Currently I have to add custom weather files to the
resoources/hpxml-measures/weather
directory in addition to at the top of the project for commercial features that don't use BuildResidential. It would be nice if BuildResidential measure can be enhanced with alternate locations for weather files or only look for weather files at the not locations, and do not ship extra locations.Additional context
Long term it could be nice if the BuildResidential and these restores, are included as a measure gem. When I update repo with project made with UO 0.7.1 to use with UO 0.8.0 I had to update almost 700 files either in the measure or the resources. All other non-custom measures except this are defined by the gem version being used. Here a copy is added to the project and manually updated. I'm happy to make a separate issue out of this.
The text was updated successfully, but these errors were encountered: