معرفی شرکت ها


cmip6-downscaling-0.1.11


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

climate downscaling using cmip6 data
ویژگی مقدار
سیستم عامل -
نام فایل cmip6-downscaling-0.1.11
نام cmip6-downscaling
نسخه کتابخانه 0.1.11
نگهدارنده ["['Oriana Chegwidden', 'Raphael Hagen', 'Joe Hamman', 'Anderson Banihirwe', 'Max Jones']"]
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/carbonplan/cmip6-downscaling
آدرس اینترنتی https://pypi.org/project/cmip6-downscaling/
مجوز MIT
<img src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png' height='48' /> **climate downnscaling using cmip6 data** # carbonplan / cmip6-downscaling _Note: This project is under active development. We expect to make breaking changes until reaching version 1.0.0._ [![GitHub][github-badge]][github] [![Build Status]][actions] ![MIT License][] [github]: https://github.com/carbonplan/cmip6-downscaling [github-badge]: https://badgen.net/badge/-/github?icon=github&label [build status]: https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml/badge.svg [actions]: https://github.com/carbonplan/cmip6-downscaling/actions/workflows/main.yaml [mit license]: https://badgen.net/badge/license/MIT/blue <img src='https://images.carbonplan.org/highlights/cmip6-downscaling-dark.png' /> This repository includes our tools/scripts/models/etc for climate downscaling. This work is described in more detail in a [web article](https://carbonplan.org/research/cmip6-downscaling-explainer) with a companion [map tool](https://carbonplan.org/research/cmip6-downscaling) to explore the data. We encourage you to reach out if you are interested in using the code or datasets by [opening an issue](https://github.com/carbonplan/cmip6-downscaling/issues/new) or [sending us an email](mailto:hello@carbonplan.org). ## install ```shell pip install -e . ``` ## usage ```python from cmip6_downscaling.methods import ... ``` ## data access There are two ways to access the data using Python. First, the entire collection of datasets at daily timescales is available through an `intake` catalog using the following code snippet. ``` import intake cat = intake.open_esm_datastore( 'https://cpdataeuwest.blob.core.windows.net/cp-cmip/version1/catalogs/global-downscaled-cmip6.json' ) ``` You can check out this example [Jupyter notebook](https://github.com/carbonplan/cmip6-downscaling/blob/main/notebooks/accessing_data_example.ipynb) to see how to access the data, perform some simple analysis, and download subsets. You can also access the data by using the URL of an individual dataset. See [the datasets page](datasets.md) for a table of all available datasets in this collection with storage locations and other metadata. A code snippet showing how to use the URL is shown below: ``` import xarray as xr xr.open_zarr('https://cpdataeuwest.blob.core.windows.net/cp-cmip/version1/data/DeepSD/ScenarioMIP.CCCma.CanESM5.ssp245.r1i1p1f1.day.DeepSD.pr.zarr') ``` ## license All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed. Some of the data provided by this API is sourced from content made available under a [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution for this content, and we please request that you also maintain that attribution if using this data. ## about us CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of carbon removal and climate solutions through open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/cmip6-downscaling/issues/new) or [sending us an email](mailto:hello@carbonplan.org).


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl cmip6-downscaling-0.1.11:

    pip install cmip6-downscaling-0.1.11.whl


نصب پکیج tar.gz cmip6-downscaling-0.1.11:

    pip install cmip6-downscaling-0.1.11.tar.gz