Skip to content
Snippets Groups Projects
Isaac AFAMBO's avatar
Isaac AFAMBO authored
7ef518fe
Forked from dbnomics-fetchers / entsoe-fetcher
9 commits behind, 9 commits ahead of the upstream repository.
Name Last commit Last update
README.md
convert.py
download.py
requirements.txt

download.py and convert.py file

In the OECD, the download.py does not work due to security. The OECD proxy does not allow connection on port 22 (sftp). A special proxy has been created for this fetcher: Host: ssh-proxy.oecd.org Port: 2222

The acces password ENTSOE_PASSWORD is in keepass : S:\Applic\EMPRACTICE\ServiceAccountsDatabase.kdbx >> Data fetchers group

ENTSOE_USERNAME : datafetchers@oecd.org

Need to set the env variable every time (not permanently)

On Unix :

export ENTSOE_PASSWORD = ************** => in the keepass

echo ENTSOE_PASSWORD

These variables must be registered as environment variables:

ENTSOE_USERNAME = 'datafetchers@oecd.org'

host_ENTSOE = 'sftp-transparency.entsoe.eu'

host_OECD = 'ssh-proxy.oecd.org'

port_SSH = 22

port_OECD = 2222