CMSC6950_Project | ARGOPY | Lavan [201990251]
$ conda create -n env_name python=3.8.5
$ conda activate my_env
$ git clone https://github.com/lavanthaya/CMSC6950_Project.git
$ cd CMSC6950_Project
$ make install
from argopy import DataFetcher as ArgoDataFetcher
$ make
You can pass below set of arguments(optional) while running make file (given below are default values)
Lon_min=-75, Lon_Max=-45, Lat_min=20, Lat_max=30, depth_min=0, depth_max=70, year_start=2011, year_end=2012, source=argovis
Example:
$ make source=erddap depth_max=100
http://local-ip:8080/OceanTemp.gif
http://local-ip:8080/Ocean_Sspeed_Temp.gif
http://local-ip:8080/Ocean_Sspeed_Sal.gif
Ocean Temperature Plot on Geo Coordinates, Monthly Visualization
Sound Speed Vs Depth Plot With Temperature, Monthly Visualization
Sound Speed Vs Depth Plot With Salinity, Monthly Visualization
$ make clean
Maze et al., (2020). argopy: A Python library for Argo ocean data analysis. Journal of Open Source Software, 5(53), 2425, https://doi.org/10.21105/joss.02425


