Closed
Description
The test iotools/test_tmy.py::test_read_tmy3_remote
started failing because of a 404 on the remote TMY file it tries to read:
The obvious fix would be to update the URL to wherever that file lives now, but I didn't find it with a quick look around. It's probably in the zipfiles at https://nsrdb.nrel.gov/data-sets/archives.html, but that's not really an option unless we add unzipping functionality, which seems pretty out of scope.
We could have it read from the pvlib github repo instead via: https://raw.githubusercontent.com/pvlib/pvlib-python/master/pvlib/data/723170TYA.CSV. Or just remove the test entirely if TMY files aren't available from NREL via direct links anymore?
Metadata
Metadata
Assignees
Labels
No labels