CloudDrift
Accelerates the use of Lagrangian data for atmospheric, oceanic, and climate sciences.
https://github.com/Cloud-Drift/clouddrift
Category: Atmosphere
Sub Category: Atmospheric Dispersion and Transport
Keywords
climate-data climate-science data-structures oceanography python
Last synced: about 1 hour ago
JSON representation
Repository metadata
CloudDrift accelerates the use of Lagrangian data for atmospheric, oceanic, and climate sciences.
- Host: GitHub
- URL: https://github.com/Cloud-Drift/clouddrift
- Owner: Cloud-Drift
- License: mit
- Created: 2021-11-03T14:43:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-15T18:14:31.000Z (3 months ago)
- Last Synced: 2025-12-08T17:52:37.597Z (17 days ago)
- Topics: climate-data, climate-science, data-structures, oceanography, python
- Language: Python
- Homepage: https://clouddrift.org/
- Size: 6.31 MB
- Stars: 42
- Watchers: 7
- Forks: 11
- Open Issues: 63
- Releases: 53
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Zenodo: .zenodo.json
README.md
clouddrift
📦 Distributions
👥 Social
Join the Email Distribution List
📚 Binders and examples
-
: HURDAT2 get started (🌀 cyclone/hurricane trajectories from 1852 - 2022)
-
HYCOM-OceanTrack: A repository with notebook examples using
clouddriftwith a very large , analysis-ready cloud-optimized, Lagrangian dataset hosted in the cloud: HYCOM OceanTrack: Integrated HYCOM Eulerian Fields and Lagrangian Trajectories Dataset.
clouddrift is a Python package that accelerates the use of Lagrangian data for atmospheric, oceanic, and climate sciences.
It is funded by NSF EarthCube through the
EarthCube Capabilities Grant No. 2126413.
Read the documentation.
Using clouddrift
Start by reading the documentation.
Example Jupyter notebooks that showcase the library, as well as scripts
to process various Lagrangian datasets, can be found in gdp-get-started, mosaic-get-started, hurdat2-get-started, or a demo for the EarthCube community workshop 2023.
Contributing and scope
We welcome and invite contributions from the community in any shape or form! Please visit our Contributing Guide to get Started 😃
The scope of clouddrift includes:
- Working with contiguous ragged-array data; for example, see the
clouddrift.raggedmodule. - Common scientific analysis of Lagrangian data, oceanographic or otherwise;
for example, see the
clouddrift.kinematics,
clouddrift.signal, and
clouddrift.waveletmodules. - Processing existing Lagrangian datasets into a common data structure and format;
for example, see theclouddrift.adapters.mosaicmodule. - Making cloud-optimized ragged-array datasets easily accessible; for example,
see theclouddrift.datasetsmodule.
If you have an idea that does not fit into the scope of clouddrift but you think
it should, please open an issue to discuss it.
Getting started
Install clouddrift
You can install the latest release of clouddrift using pip or conda.
Latest official release:
pip:
In your virtual environment, type:
pip install clouddrift
To install optional dependencies needed by the clouddrift.plotting module,
type:
pip install clouddrift[plotting]
Conda:
First add conda-forge to your channels in your Conda configuration (~/.condarc):
conda config --add channels conda-forge
conda config --set channel_priority strict
then install clouddrift:
conda install clouddrift
To install optional dependencies needed by the clouddrift.plotting module,
type:
conda install matplotlib cartopy
Development branch:
If you need the latest development version, you can install it directly from this GitHub repository.
pip:
In your existing virtual environment, you can use pip as follows.
- Get the code:
git clone https://github.com/cloud-drift/clouddrift
cd clouddrift/
- Install dependencies and local version of
clouddrift:
pip install .
Conda:
Using conda, you can proceed as follows.
- Get the code:
git clone https://github.com/cloud-drift/clouddrift
cd clouddrift/
- Create an environment as specified in the yml file with the required library dependencies:
conda env create -f environment.yml # creates a new env with the dependencies
2a. Make sure you created the environment by activating it:
conda activate clouddrift
- Finally, install the local version of
clouddrift:
pip install .
Installing clouddrift on unsupported platforms
One or more dependencies of clouddrift may not have pre-built wheels for
platforms like IBM Power9 or Raspberry Pi.
If you are using pip to install clouddrift and are getting errors during the
installation step, try installing clouddrift using Conda.
If you still have issues installing clouddrift, you may need to install system
dependencies first.
Please let us know by opening an
issue and we will do our
best to help you.
Found an issue or need help?
Please create a new issue here
and provide as much detail as possible about your problem or question.
Owner metadata
- Name: CloudDrift
- Login: Cloud-Drift
- Email:
- Kind: organization
- Description: A platform for accelerating research with Lagrangian climate data
- Website: https://cloud-drift.github.io/clouddrift/
- Location: United States of America
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/91622877?v=4
- Repositories: 4
- Last ynced at: 2023-06-13T03:24:03.828Z
- Profile URL: https://github.com/Cloud-Drift
GitHub Events
Total
- Create event: 3
- Release event: 2
- Issues event: 33
- Watch event: 5
- Delete event: 3
- Member event: 1
- Issue comment event: 119
- Push event: 29
- Pull request event: 48
- Pull request review comment event: 79
- Pull request review event: 87
- Fork event: 4
Last Year
- Create event: 3
- Release event: 2
- Issues event: 32
- Watch event: 4
- Delete event: 3
- Issue comment event: 107
- Push event: 29
- Pull request review event: 74
- Pull request review comment event: 65
- Pull request event: 44
- Fork event: 2
Committers metadata
Last synced: about 14 hours ago
Total Commits: 578
Total Committers: 10
Avg Commits per committer: 57.8
Development Distribution Score (DDS): 0.671
Commits in past year: 169
Committers in past year: 6
Avg Commits per committer in past year: 28.167
Development Distribution Score (DDS) in past year: 0.615
| Name | Commits | |
|---|---|---|
| Philippe Miron | p****n@g****m | 190 |
| Milan Curcic | c****o@g****m | 104 |
| Shane Elipot | s****t@m****u | 87 |
| Philippe Miron | p****n@p****m | 65 |
| Kevin | k****7@g****m | 59 |
| Kevin Santana | k****1@g****m | 49 |
| Philippe Miron | p****n@d****m | 13 |
| samouertani | s****i@n****v | 5 |
| Vadim BERTRAND | 3****r | 4 |
| Philippe Miron | p****n@C****l | 2 |
Committer domains:
- noaa.gov: 1
- dtn.com: 1
- premera.com: 1
- miami.edu: 1
Issue and Pull Request metadata
Last synced: 29 days ago
Total issues: 197
Total pull requests: 373
Average time to close issues: about 2 months
Average time to close pull requests: 8 days
Total issue authors: 9
Total pull request authors: 9
Average comments per issue: 1.99
Average comments per pull request: 3.02
Merged pull request: 305
Bot issues: 0
Bot pull requests: 0
Past year issues: 18
Past year pull requests: 49
Past year average time to close issues: 17 days
Past year average time to close pull requests: 5 days
Past year issue authors: 4
Past year pull request authors: 5
Past year average comments per issue: 1.28
Past year average comments per pull request: 2.43
Past year merged pull request: 29
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- selipot (59)
- kevinsantana11 (49)
- milancurcic (48)
- philippemiron (21)
- KevinShuman (7)
- malmans2 (6)
- vadmbertr (4)
- miniufo (2)
- rcaneill (1)
Top Pull Request Authors
- kevinsantana11 (105)
- philippemiron (94)
- selipot (74)
- milancurcic (61)
- KevinShuman (28)
- vadmbertr (5)
- samouertani (3)
- rcaneill (2)
- Copilot (1)
Top Issue Labels
- enhancement (70)
- bug (33)
- analysis-functions (17)
- question (15)
- documentation (13)
- data-adapters (10)
- help wanted (3)
- good first issue (1)
- tooling (1)
Top Pull Request Labels
- enhancement (80)
- documentation (33)
- analysis-functions (23)
- data-adapters (22)
- bug (19)
- help wanted (5)
- arhicved-label-data-adapters (2)
Package metadata
- Total packages: 3
-
Total downloads:
- pypi: 346 last-month
- Total docker downloads: 27
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 1 (may contain duplicates)
- Total versions: 158
- Total maintainers: 3
proxy.golang.org: github.com/cloud-drift/clouddrift
- Homepage:
- Documentation: https://pkg.go.dev/github.com/cloud-drift/clouddrift#section-documentation
- Licenses: mit
- Latest release: v0.46.0 (published 3 months ago)
- Last Synced: 2025-12-23T20:03:09.487Z (2 days ago)
- Versions: 53
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.401%
- Average: 5.583%
- Dependent repos count: 5.764%
proxy.golang.org: github.com/Cloud-Drift/clouddrift
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Cloud-Drift/clouddrift#section-documentation
- Licenses: mit
- Latest release: v0.46.0 (published 3 months ago)
- Last Synced: 2025-12-23T20:03:10.227Z (2 days ago)
- Versions: 53
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.401%
- Average: 5.583%
- Dependent repos count: 5.764%
pypi.org: clouddrift
Accelerating the use of Lagrangian data for atmospheric, oceanic, and climate sciences
- Homepage: https://github.com/Cloud-Drift/clouddrift
- Documentation: https://cloud-drift.github.io/clouddrift
- Licenses: MIT License
- Latest release: 0.46.0 (published 3 months ago)
- Last Synced: 2025-12-23T20:03:08.831Z (2 days ago)
- Versions: 52
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 346 Last month
- Docker Downloads: 27
-
Rankings:
- Docker downloads count: 4.154%
- Dependent packages count: 7.303%
- Downloads: 9.394%
- Average: 12.021%
- Stargazers count: 12.269%
- Forks count: 16.94%
- Dependent repos count: 22.068%
- Maintainers (3)
Dependencies
- pydata_sphinx_theme *
- sphinx *
- actions/checkout v3 composite
- psf/black stable composite
- actions/checkout v3 composite
- codecov/codecov-action v3 composite
- mamba-org/setup-micromamba v1 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- ad-m/github-push-action master composite
- mamba-org/setup-micromamba v1 composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- aiohttp >=3.8.4
- awkward >=2.0.0
- fsspec >=2022.3.0
- netcdf4 >=1.6.4
- numpy >=1.22.4
- pandas >=1.3.4
- pyarrow >=8.0.0
- requests >=2.31.0
- scipy >=1.11.2
- tqdm >=4.64.0
- xarray >=2023.5.0
- zarr >=2.14.2
Score: 12.891439638771157