Closed
Description
According to an email sent out by Transvalor on May 12th 2022, the SoDa websites and services will switch from using "HTTP" to only "HTTPS".
The existing HTTP endpoints will redirect to the correct HTTPS sites, hence without any changes the get_cams
function will continue to work correctly (as the request package handles redirects automatically). However, for good practice and to avoid unnecessary redirects, updating the existing URLs and endpoints to HTTPS is surely a good idea:
pvlib-python/pvlib/iotools/sodapro.py
Line 188 in a0812b1
For reference, here's a screen-shot of Transvalor email:
FYI: this is a good first issue to tackle to get familiar with contribution to pvlib :)