A small utility to download smart meter LV feeder data from SSEN
- Pull docker image
docker pull herald24/ssen_download:latest - run docker container
docker run herald24/ssen_download -s 2024-03-12 -e 2024-03-15 -r True
python download.py -s 2024-03-12 -e 2024-03-15 -r True
- Date should be in YYYY-MM-DD format.
- Flag
-ris optional. It defaults to False. It only accepts boolean.
For help:
python download.py -h
- Catch
urllib3.exceptions.IncompleteReadexception.