Metadata-Version: 2.1
Name: icenet
Version: 0.2.0.dev6
Summary: Library for operational IceNet forecasting
Home-page: https://github.com/icenet-ai
Author: Tom Andersson / James Byrne
Author-email: jambyr@bas.ac.uk
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: azure-storage-blob
Requires-Dist: bokeh
Requires-Dist: cartopy
Requires-Dist: cdsapi
Requires-Dist: cfgrib
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: dm-tree
Requires-Dist: eccodes
Requires-Dist: ecmwf-api-client
Requires-Dist: h5py (==2.10.0)
Requires-Dist: imageio
Requires-Dist: imageio-ffmpeg
Requires-Dist: model-ensembler
Requires-Dist: motuclient
Requires-Dist: netcdf4
Requires-Dist: plotly
Requires-Dist: pip
Requires-Dist: pydap
Requires-Dist: scitools-iris
Requires-Dist: setuptools
Requires-Dist: tensorboard
Requires-Dist: tensorflow
Requires-Dist: tensorflow-probability
Requires-Dist: wandb
Requires-Dist: wheel
Requires-Dist: xarray[complete]
Provides-Extra: dev
Requires-Dist: watchdog ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jinja2 (==3.0.3) ; extra == 'docs'
Requires-Dist: Sphinx (==1.8.5) ; extra == 'docs'

# icenet

This is the core python library for the IceNet project. 

## Usage

### Installation

We're still working on clear dependency management using pip, Tensorflow is best through pip but obviously you need NVIDIA dependencies for GPU based training. If you're having trouble with system dependencies some advice about environment setup is given by the examples [under the pipeline repository][1].

```
pip install icenet
```

## License

This is licensed using the [MIT License](LICENSE)

[1]: https://github.com/icenet-ai/icenet-pipeline

---
