Accessing data from jupyterhub?
A research project of mine lead me to the dataset on geocoded natural disasters on SEDAC: https://doi.org/10.1038/s41597-021-00846-6
I'm trying to access the dataset from my lab's jupyterhub server, however I haven't been able to. I tried using NASA earthaccess for this, but it seems that earthaccess tokens don't work for SEDAC datasets.
Right now the only way I have been able to access the data is to use the 'point and click' approach where I login in the SEDAC website and download the data to my personal computer. This does not work on a server, however, because there is no 'point and click' interface that I can use to log in.
Is there a way I could access this dataset? (E.g. using a python or a bash script?) If there's no current way, would it be possible to make this possible?
Thank you so much in advance!