IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
158 stars 71 forks source link

EORA 26 automatic downloader #31

Open konstantinstadler opened 5 years ago

konstantinstadler commented 5 years ago

eora26 download now requires log in - check if the downloader would work after login or remove it

konstantinstadler commented 5 years ago

eora26 now requires a login to download the files. short term solution

than

tomalrussell commented 2 years ago

Thanks for making pymrio available! I'm looking into using it to work with EORA data.

If this issue is still of interest - according to the EORA docs at https://worldmrio.com/countrywise/ it's possible to pass a username and password as URL GET parameters for authentication, like:

 curl 'https://worldmrio.com/ComputationsM/Phase199/Loop082/simplified/Eora26_2016_bp.zip?email=test@example.com&pass=examplepassword' > Eora26_2016_bp.zip

Which seems to work fine in my quick testing.

morandd commented 1 year ago

You can add the ?user=X&pass=Y to the url query string for Eora26 (and any permission-protected download at the Eora website) as well.

konstantinstadler commented 1 year ago

@hazimhussein - could you have a look