Metadata-Version: 2.1
Name: clouddrift
Version: 0.1.0
Summary: Accelerating the use of Lagrangian data for atmospheric, oceanic, and climate sciences
Project-URL: Homepage, https://github.com/Cloud-Drift/clouddrift
Project-URL: Documentation, https://cloud-drift.github.io/clouddrift
Author-email: Shane Elipot <selipot@miami.edu>, Philippe Miron <philippemiron@gmail.com>
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: awkward==1.9.0rc7
Requires-Dist: fsspec>=2022.3.0
Requires-Dist: netcdf4>=1.5.8
Requires-Dist: numba>=0.53.1
Requires-Dist: numpy>=1.22.4
Requires-Dist: pandas>=1.4.2
Requires-Dist: pyarrow>=8.0.0
Requires-Dist: tqdm>=4.64.0
Requires-Dist: xarray>=2022.3.0
Requires-Dist: zarr>=2.11.3
Description-Content-Type: text/markdown

# CloudDrift
![CI](https://github.com/Cloud-Drift/clouddrift/workflows/CI/badge.svg)
[![Documentation Status](https://github.com/Cloud-Drift/clouddrift/actions/workflows/docs.yml/badge.svg)](https://cloud-drift.github.io/clouddrift)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Cloud-Drift/clouddrift/main?labpath=examples)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![NSF-2126413](https://img.shields.io/badge/NSF-2126413-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=2126413)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FCloud-Drift%2Fclouddrift&count_bg=%2368C563&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

The *CloudDrift* project aims at accelerating the use of Lagrangian data for atmospheric, oceanic, and climate sciences. It is currently funded by the [NSF EarthCube program](https://www.earthcube.org/info) through [EarthCube Capabilities Grant No. 2126413](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2126413). The lead Principal Investigator of the project is [Shane Elipot](https://github.com/selipot) and its development is led by [Philippe Miron](https://github.com/philippemiron).

This project is generating the *clouddrift* library as an open source software written in python. This software requires a number of modules that need to exist within your working python environment. The list of necessary modules is contained in the YAML file `environment.yml`. This file can be used with a package manager such as conda to create the necessary python environment. From the command line, run

`conda env create --file environment.yml`

Once the library is in a *beta* stage, a conda/pip packages will be available to simplify the installation process.

This repository is organized as follows:
- `clouddrift/`: modules of the *clouddrift* library.
- `data/`: processing scripts for various Lagrangian datasets, including the GDP historical dataset.
- `docs/`: documentation *in-progress* available at [cloud-drift.github.io/clouddrift](https://cloud-drift.github.io/clouddrift/).
- `examples/`: series of Jupyter Notebooks showcasing the library use cases.
- `tests/`: test-suite.
- `dev/`: development Jupyter Notebooks use to brainstorm new ideas and discussions.
