Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.41 KB

README_EN.md

File metadata and controls

57 lines (36 loc) · 1.41 KB

2021 Autumn | Python Argo Data Group | Source Code | Description Interface

You can get a Chinese Version here

2029/3/27 Update

  • 1 Add English Description
  • 2 Beautification image 🤣Beautify the code I just learned Python

This is the curriculum group project of Python Basic Course of Ocean University of China Basic Course of Ocean University of China: [008501101119] Python program design

Function Description

1. Data download

Inside the FTP download module from the real -time data center website of China ARGO

2, data processing

It can handle the widely used atmosphere of NetCDF4 (.NC) format file

3. Data visualization

Able to generate data to generate data to generate the visualization result of png, gif format

Code Instructions

Python Environment Version

3.9.7

Program Module dependencies

Python Built-in library

  • os
  • shutil
  • tkinter
  • ftplib

Python third-party library

  • Cartopy
  • matplotlib
  • numpy
  • netcdf4

Other operations needed

  • The following folder needs to be in the same directory as the source program
    • self_data <Stay on NC files customized by user -defined>
    • data
    • demo_data
    • lib
    • pic
    • gif