From eabdf101007f40a6f850ca0842df0ba5cf0fea1c Mon Sep 17 00:00:00 2001 From: Romain Caneill Date: Fri, 7 Jun 2024 21:30:55 +0200 Subject: [PATCH] numpy is missing in the example (#455) --- paper.md | 1 + 1 file changed, 1 insertion(+) diff --git a/paper.md b/paper.md index 41b14081..0759d205 100644 --- a/paper.md +++ b/paper.md @@ -62,6 +62,7 @@ The scope of the Clouddrift library includes: *Example*: The following example illustrates how to combine two functions from the Clouddrift library in order to calculate Lagrangian velocities from ragged arrays of Cartesian positions and times that share row sizes 2, 3, and 4: ``` +import numpy as np from clouddrift.kinematics import velocity_from_position from clouddrift.ragged import apply_ragged