Skip to content

Commit

Permalink
Update paper.md with corrected image path
Browse files Browse the repository at this point in the history
  • Loading branch information
selipot committed Apr 16, 2024
1 parent 7e8a598 commit 51533b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In Earth, Ocean, Geo-, and Atmospheric Science, Eulerian typically refers to a t
The scope of the Clouddrift library includes:

1. **Working with contiguous ragged array representations of data, whether they originate from geosciences or any other field**. Ragged array representations are useful when the data lengths of the instances of a feature (variable) are not all equal. With such representations the data for each feature are stored contiguously in memory, and the number of elements that each feature has is contained in a count variable which Clouddrift calls *rowsize*.
![Ragged array representation for Lagrangian data.\label{fig:ragged_array}](./docs/img/ragged_array.png)
![Ragged array representation for Lagrangian data.\label{fig:ragged_array}](ragged_array.png)
A graphical representation of the application of the ragged array structure to Lagrangian data is displayed in \autoref{fig:ragged_array}.

2. **Delivering functions and methods to perform scientific analysis of Lagrangian data, oceanographic or otherwise [@Lacasce:2008;@Vansebille:2018], structured as ragged arrays or otherwise**. A straightforward example of Lagrangian analysis provided by Clouddrift is the derivation of Lagrangian velocities from a sequence of Lagrangian positions, and vice versa. Another more involved example is the discovery of pairs of Lagrangian data prescribed by distances in space and time. Both of these methods are currently available with Clouddrift.
Expand Down
Binary file added ragged_array.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51533b9

Please sign in to comment.