-
Notifications
You must be signed in to change notification settings - Fork 19
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
FileNotFoundError on docker-compose run --rm eeweather rebuild-db #81
Comments
Could you post the full output of |
Thanks for getting back so promptly - see below: /eeweather/scripts/download_primary_sources.sh
100K .......... .......... .......... .......... .......... 1.24M Downloading cb_2016_us_county_500k.json
100K .......... .......... .......... .......... .......... 1.42M Downloading CA_Building_Standards_Climate_Zones.json
100K .......... .......... .......... .......... .......... 6% 7.40M 3s Downloading climate_zones.csv
Downloading isd-history.csv
Downloading isd-inventory.csv
Downloading tmy3-stations.html
Finished downloading primary source files |
...And for the eeweather rebuild-db: $ docker-compose run --rm eeweather rebuild-db
100K .......... .......... .......... .......... .......... 6% 4.23M 2s
100K .......... .......... .......... .......... .......... 5% 9.98M 6s
100K .......... .......... .......... .......... .......... 1% 7.06M 23s
Traceback (most recent call last): |
I'm pretty sure the problem is the same as the one referenced in #67 that the CA climate zone file no longer exists (the one that is referenced here. I think it has to do with what they say on their web page: It appeared to be solved here: #59 (comment) by using the link here: https://community.esri.com/ccqpr47374/attachments/ccqpr47374/coordinate-reference-systemsforum-board/1814/1/CA_Building_Standards_Climate_Zones.zip |
This should now be solved in the newest pypi version. |
I am consistently getting a FileNotFoundError on running docker-compose run --rm eeweather rebuild-db on Windows 11. This follows:
Nevertheless I still get:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp_wiu3k1t/cb_2016_us_zcta510_500k.json'
. Is this replicated on anyone else's machine trying to rebuild the database? It looks like this is down to a temporary file issue deleting itself after being created, but it is causing real issues with rebuilding the database on my machine.P.S. this is in service of adding a UK facility to eeweather.
The text was updated successfully, but these errors were encountered: