다음 모델 제품에서 일일 GLORYS 모델 출력을 추출하는 스크립트:
그렉 펠레티에(Greg Pelletier) | [email protected]) | https://github.com/gjpelletier/get_glorys
이러한 스크립트는 유럽 코페르니쿠스 해양 환경 모니터링 서비스에서 제공되는 GLORYS 모델 제품의 출력을 다운로드하는 데 사용됩니다.
https://data.marine.copernicus.eu/
Mercator Ocean International의 GLORYS 해양 재분석 프로젝트에 대한 자세한 정보는 다음과 같습니다.
https://www.mercator-ocean.eu/en/ocean-science/glorys/
Python/iPython(.py) 또는 Google Colab의 Jupyter Notebook(.ipynb)과 함께 사용하기 위해 각 일일 및 월간 스크립트의 두 가지 버전이 다음과 같이 제공됩니다.
지침
이 스크립트를 사용하기 전에 먼저 https://data.marine.copernicus.eu/에서 무료 계정을 설정해야 합니다. 계정을 설정할 때 사용자 이름이 할당됩니다. 비밀번호에는 특수 문자가 포함되어서는 안됩니다.
계정을 설정한 후 이 스크립트를 사용하기 위한 지침은 다음과 같습니다.
이 스크립트는 다음 웹 페이지에 설명된 수동 사전 방법을 사용합니다: https://help.marine.copernicus.eu/en/articles/5211063-how-to-use-the-motuclient-within-python-environment
motuclient를 아직 설치하지 않은 경우 설치에 대한 참고 사항: $ python -m pip install --upgrade motuclient 그렇지 않은 경우(이전에 motuclient를 설치한 적이 없는 경우) 다음을 입력하십시오. $ python -m pip install motuclient 해당 명령을 설치해야 합니다. 그리고 motuclient package v1.8.8을 표시합니다. 버전을 표시하려면: $ python -m motuclient --version 해당 명령이 반환되지 않으면: "motuclient-python v1.8.X" ("X" >= "8")를 입력하고 다음을 입력합니다. 다음에서: $ python -m pip install motuclient==1.8.8