You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,14 @@ CopernicusMarine.jl provides a Julia interface to the [copernicusmarine](https:/
16
16
using Pkg
17
17
Pkg.add(CopernicusMarine)
18
18
```
19
+
20
+
## Usage
21
+
22
+
By importing the package you have access to the python package via:
23
+
24
+
```julia
25
+
julia>using CopernicusMarine
26
+
27
+
julia> CopernicusMarine.copernicusmarine
28
+
Python:<module'copernicusmarine' from '/Users/arandomuser/CopernicusMarine.jl/.CondaPkg/.pixi/envs/default/lib/python3.13/site-packages/copernicusmarine/__init__.py'>
0 commit comments