Skip to content

Commit cd45c4f

Browse files
committed
Merge branch 'main' of github.com:NumericalEarth/CopernicusMarine.jl
2 parents bc3bd18 + 498ec22 commit cd45c4f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# CopernicusMarine.jl
2-
Julia wrapper for the python package copernicusmarine
2+
3+
Julia wrapper for the python package [copernicusmarine](https://github.com/mercator-ocean/copernicus-marine-toolbox).
4+
5+
<a href="https://github.com/NumericalEarth/CopernicusMarine.jl/actions">
6+
<img alt="CI" src="https://github.com/NumericalEarth/CopernicusMarine.jl/actions/workflows/CI.yml/badge.svg">
7+
</a>
8+
9+
## Overview
10+
11+
CopernicusMarine.jl provides a Julia interface to the [copernicusmarine](https://github.com/mercator-ocean/copernicus-marine-toolbox) Python library, which provides tools downloading Copernicus datasets.
12+
13+
## Installation
14+
15+
```julia
16+
using Pkg
17+
Pkg.add(CopernicusMarine)
18+
```

0 commit comments

Comments
 (0)