oceanhackweek / ohw22-proj-front-finder

Project proposed by Sophie Clayton. Repo started by Felipe and Maya
3 stars 1 forks source link

Load altimetry data from Copernicus #1

Open mayajakes opened 2 years ago

mayajakes commented 2 years ago

I have downloaded a Copernicus altimetry file for the year 2019 with Absolute Dynamic Topography (ADT) from -45 to -60 degrees N. This is too big to upload to github as it exceeds 100 MB. We will need to load the data programmatically directly from the Copernicus website, which requires login details. @vsilvafelipe is working on this problem.

vsilvafelipe commented 2 years ago

Hi, @mayajakes . I think I found an answer for this using pydap. I will push a script named 'import_cmems_data'.

vsilvafelipe commented 2 years ago

The notebook is working. It just happens that once you open a session in CMEMS, you will need to change your password in Copernicus again to open another session in any other kernel. Any ideas to turn it better?

sophieclayton commented 2 years ago

Is this resolved now, can we close this issue?