Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I worked on a new way of assembling reference models with
virtualizarr
, as well as pre-processing raw.csv
tag/biologging data.I have since used this work and I think that my implementations can be beneficial for the community.
Consequently, I turned my code into two how-to guides (one about reference model creation, the other about raw biologging data) and added them in the documentation (under the section Data preparation).
I tried to make them didactic, but please note the following caveats:
rclone
to the GFTS's bucket from Mercator Ocean. My goal was to best describe a practical use case, from finding the model reference to the final assembled dataset... But for sure a future improvement would be to assemble a dummy reference model without copying data to the bucket (and making the notebook way less computation intensive!). To account for this, I structured the notebook in two parts: the general methodology (with "template commands" to adapt), and a "real world" illustration of them to a similar use case I used the implementation for.Also, related to the point above, I could not re-check the notebook about reference models (since I don't have the
rclone
credentials). But I checked the other notebook, and built the documentation locally.