Metadata-Version: 2.1
Name: climetlab-maelstrom-yr
Version: 0.3.0
Summary: A dataset plugin for climetlab for the dataset maelstrom-yr/yr.
Home-page: https://github.com/metno/climetlab-maelstrom-yr
Author: Thomas Nipen
Author-email: thomasn@met.no
License: Apache License Version 2.0
Description: ## maelstrom-yr
        
        A dataset plugin for climetlab for the dataset maelstrom-yr. Check out this
        [notebook](https://github.com/metno/maelstrom-yr/blob/main/notebooks/demo_yr.ipynb).
        
        ## Datasets description
        
        Contains gridded weather data for the Nordics. It contains both predictors (gridded weather forecasts) and
        predictand (gridded analysis fields). The forecasts are used operationally for the Nordic region on
        [https://www.yr.no](https://www.yr.no) and currently a simple ML-solution is used, as described in
        [Nipen et al. 2020](https://journals.ametsoc.org/view/journals/bams/101/1/bams-d-18-0237.1.xml).
        
        ## Using climetlab to access the data
        
        The data can be loaded by the climetlab package (https://github.com/ecmwf/climetlab). The dataset has the
        following arguments:
        - size: Which dataset to load (currently 5GB is supported, but in the future a 5TB dataset will be added)
        - parameter: Which predictand to load (currently "air_temperature" is supported)
        - dates: If left blank, the whole dataset is loaded. Otherwise, provide a list of dates in "YYYY-MM-DD"
        format to load a subset
        
        Here is an example of how to load the data:
        ```
        !pip install climetlab climetlab_maelstrom_yr
        import climetlab as cml
        ds = cml.load_dataset("maelstrom-yr", size="5GB", parameter="air_temperature", dates=['2020-06-29'])
        ds.to_xarray()
        ```
        
Keywords: meteorology
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
