Metadata-Version: 2.1
Name: climetlab-cems-flood
Version: 0.0.4
Summary: A dataset plugin for climetlab for the dataset cems-flood/glofas.
Home-page: https://github.com/ecmwf-lab/cems-flood
Author: iacopo ferrario
Author-email: iacopo.ferrario@ecmwf.int
License: Apache License Version 2.0
Description: 
        ## WIP
        =======
        ## cems-flood
        
        A dataset plugin for climetlab for the dataset cems-flood/glofas.
        
        
        Features
        --------
        
        In this README is a description of how to get the cems-flood.
        
        ## Datasets description
        
        There are two datasets: 
        
        ### 1 : `glofas`
        
        
        ### 2
        TODO
        
        
        ## Using climetlab to access the data (supports grib, netcdf and zarr)
        
        See the demo notebooks here (https://github.com/ecmwf-lab/climetlab_cems_flood/notebooks
        
        https://github.com/ecmwf-lab/climetlab_cems_flood/notebooks/demo_glofas.ipynb
        [nbviewer] (https://nbviewer.jupyter.org/github/climetlab_cems_flood/blob/main/notebooks/demo_glofas.ipynb) 
        [colab] (https://colab.research.google.com/github/climetlab_cems_flood/blob/main/notebooks/demo_glofas.ipynb) 
        
        The climetlab python package allows easy access to the data with a few lines of code such as:
        ```
        
        !pip install climetlab climetlab_cems_flood
        import climetlab as cml
        ds = cml.load_dataset(""cems-flood-glofas", date='20201231',)
        ds.to_xarray()
        ```
        
Keywords: hydrology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
