Closed joakimmoller closed 1 year ago
The script src/scripts/getsolar.sh runs in a lambda to get data to a bucket.
src/scripts/getsolar.sh
Note that the python-script used in getsolar.sh uses an sqlite-database to check what files to download – this should be replaced by a "list-bucket" operation.
getsolar.sh
The script
src/scripts/getsolar.sh
runs in a lambda to get data to a bucket.Note that the python-script used in
getsolar.sh
uses an sqlite-database to check what files to download – this should be replaced by a "list-bucket" operation.