Metadata-Version: 2.4
Name: import-cmip6-data-utils
Version: 2.0b7
Summary: Utilitary package for building notebooks that import CMIP6 data thanks to csv files, based on intake-esgf.
Project-URL: Homepage, https://gricad-gitlab.univ-grenoble-alpes.fr/gibonil/import-cmip6-data-utils
Project-URL: Issues, https://gricad-gitlab.univ-grenoble-alpes.fr/gibonil/import-cmip6-data-utils/-/issues
Author-email: Lucas Giboni <lucas.giboni@univ-grenoble-alpes.fr>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: CMIP6,data,download,intake-esgf,notebook,utilities
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: intake-esgf
Requires-Dist: ipykernel
Requires-Dist: ipywidgets
Requires-Dist: pandas
Requires-Dist: tabulate
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# import-cmip6-data-utils

## Description

This package is used in order to download CMIP6 data thanks to an input *.csv* file, filled with the criteria for the search. It is decomposed into several sub-packages. In order to use it easily, you may check the **raw notebook associated to it**. It is maintained in this [repository](https://gricad-gitlab.univ-grenoble-alpes.fr/gibonil/import_cmip6_data).
The package is conserved and built on [pypi](https://pypi.org/project/import-cmip6-data-utils/).

### Installation

You can install this package via the following command :

`pip install import_cmip6_data_utils`

You can then import it :

`import import_cmip6_data_utils`

### CMIP6 data

This project allows for the downloading of data from the CMIP6. You may consult this [documentation of the CMIP6 iniative](https://wcrp-cmip.org/cmip-model-and-experiment-documentation).

### Dependencies

This project uses the [intake-egsf library](https://github.com/esgf2-us/intake-esgf?tab=readme-ov-file). You may consult their [beginner guide](https://intake-esgf.readthedocs.io/en/latest/beginner.html).

### License

This project is under the BSD 3-Clause License.

### Authors and acknowledgment

This work was devised by Lucas Giboni, PhD Student at IGE, CNRS in Grenoble, France.

## Interacting with the project

### Contributing

Do not hesitate to contribute to this project by raising issues and associated branches. I'll check them for merging. The project can be found at this [link](https://gricad-gitlab.univ-grenoble-alpes.fr/gibonil/import-cmip6-data-utils).

### Roadmap

This is a package that is to be published as a beta but it misses some features I would like to add eventually.

### Support

You can get some help by sending me an email at : <lucas.giboni@univ-grenoble-alpes.fr>.
