-
Notifications
You must be signed in to change notification settings - Fork 170
Update community page #2538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
VeckoTheGecko
wants to merge
13
commits into
Parcels-code:main
Choose a base branch
from
VeckoTheGecko:better-community
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update community page #2538
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
ed12c43
MAINT: Update `make clean`
VeckoTheGecko 34e9076
Update community page
VeckoTheGecko 6d70e45
Move lagrangian diagnostics
VeckoTheGecko 388da40
Update reference
VeckoTheGecko a579a1d
typo
VeckoTheGecko 8355239
Add "projects that use Parcels" section
VeckoTheGecko 599ae79
copy edit
VeckoTheGecko 8ff6b83
copy edits
VeckoTheGecko f624c0a
Disable left sidebar
VeckoTheGecko 9ffb243
Revert "Disable left sidebar"
VeckoTheGecko 6026a1f
Convert cards to list
VeckoTheGecko 433b45d
update link
VeckoTheGecko 3cde02e
Merge branch 'main' into better-community
VeckoTheGecko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,5 @@ | ||
| # Community | ||
|
|
||
| ```{toctree} | ||
| :caption: CLAM Community | ||
| :maxdepth: 1 | ||
| :hidden: | ||
|
|
||
| Website <https://clam-community.github.io/> | ||
| ``` | ||
|
|
||
| ```{toctree} | ||
| :caption: GitHub | ||
| :maxdepth: 1 | ||
| :hidden: | ||
|
|
||
| Discussions <https://github.com/Parcels-code/parcels/discussions> | ||
| Issues <https://github.com/Parcels-code/parcels/issues> | ||
| ``` | ||
|
|
||
| ```{toctree} | ||
| :caption: Community examples | ||
| :maxdepth: 1 | ||
| :hidden: | ||
|
|
||
| Repository <https://github.com/Parcels-code/parcels_contributions> | ||
| ``` | ||
|
|
||
| Parcels users and developers interact in a vibrant community on a few different platforms. Check out the cards below to see how you can interact with us. | ||
|
|
||
| `````{grid} 1 2 2 2 | ||
|
|
@@ -78,6 +53,10 @@ Report a bug with an Issue | |
|
|
||
| Curious to see if someone has already written the custom `Kernel` you are thinking of or runs **Parcels** with the same hydrodynamic data? Check out the parcels_contributions repository and share examples with other users! | ||
|
|
||
| ```{image} https://img.shields.io/badge/maintainer_needed-red | ||
| :width: 40% | ||
| ``` | ||
|
|
||
| +++ | ||
|
|
||
| ```{button-link} https://github.com/Parcels-code/parcels_contributions | ||
|
|
@@ -88,20 +67,35 @@ Curious to see if someone has already written the custom `Kernel` you are thinki | |
| Share custom Parcels code | ||
| ``` | ||
| ```` | ||
| ````{grid-item-card} Lagrangian Diagnostics | ||
| :img-top: ../_static/LAdiag-logo.svg | ||
| :shadow: md | ||
| ````` | ||
|
|
||
| Are you interested in advanced analysis and diagnostics of Parcels output or Lagrangian trajectories in general? The Lagrangian Diagnostics project provides code and descriptions of different analyses. | ||
| (analysis-code)= | ||
|
|
||
| +++ | ||
| ## Analysis code | ||
|
|
||
| ```{button-link} https://lagrangian-diags.readthedocs.io/en/latest/ | ||
| :click-parent: | ||
| :color: secondary | ||
| :expand: | ||
| The following is an alphabetically sorted list of tools for analysing Lagrangian trajectory output: | ||
|
|
||
| Visit Lagrangian Diagnostics | ||
| ``` | ||
| ```` | ||
| ````` | ||
| - [Lagrangian Diagnostics](https://lagrangian-diags.readthedocs.io/en/latest/) (): Are you interested in advanced analysis and diagnostics of Parcels output or Lagrangian trajectories in general? The Lagrangian Diagnostics project provides code and descriptions of different analyses. | ||
| - [Lagrangian Trajectories Toolbox](https://github.com/oj-tooth/lt_toolbox): A Python library dedicated to the post-processing, visualisation and analysis of Lagrangian particle trajectories. This library assumes trajectories are stored as tabular output (e..g, Parquet or CSV). | ||
| - [TrajAn](https://github.com/OpenDrift/trajan): A Python package for analysing and plotting ocean drifter and trajectory data stored, developed as part of the OpenDrift project. This library assumes trajectories are stored as CF-compliant Netcdf/Zarr output. | ||
|
|
||
| ## Projects that use Parcels | ||
|
|
||
| The following is an alphabetically sorted list of projects that use Parcels: | ||
|
|
||
| - [LOCATE](https://github.com/UPC-LOCATE/LOCATE/): A collection of numerical tools developed within LOCATE ESA-funded project to build simulations of plastic particle dispersion in nearshore water. | ||
| - [PlasticParcels](https://github.com/Parcels-code/plasticparcels): A tool - based on Parcels - providing a modular and customisable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties. | ||
| - [pyPlume](https://github.com/jerukan/PyPlume): A collection of notebooks and methods made unifying the process of loading two-dimensional oceanic current vector fields from models and observations, simulating trajectory models, and analyzing and visualizing particle trajectories. | ||
| - [VirtualFleet](https://github.com/euroargodev/VirtualFleet): Make and analyse simulations of virtual Argo float trajectories | ||
| - [VirtualShip](https://virtualship.parcels-code.org/): A framework to plan and conduct a virtual research expedition, receiving measurements as if they were coming from actual oceanographic instruments. | ||
|
|
||
| ## Other Lagrangian software | ||
|
|
||
| The following is an alphabetically sorted list of other Lagrangian ocean modelling and analysis software: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, make these cards? |
||
|
|
||
| - [connectivity-modeling-system (CMS)](https://github.com/beatrixparis/connectivity-modeling-system) | ||
| - [Drifters.jl](https://github.com/JuliaClimate/Drifters.jl) | ||
| - [oceantracker](https://github.com/oceantracker/oceantracker) | ||
| - [OpenDrift](https://github.com/OpenDrift/opendrift) | ||
| - [TrackMPD](https://github.com/IJalonRojas/TrackMPD) | ||
| - [TRACMASS](https://www.tracmass.org/) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.