cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

Optionally Load in Warming Level data #400

Closed claalmve closed 4 months ago

claalmve commented 4 months ago

Description of PR

Summary of changes and related issue Add functionality to optionally load in warming levels. This allows for lazy loading with xarray and for more data manipulation/subsetting before having to load data into memory.

Relevant motivation and context We want to have the option to load in warming levels data or not. This can be toggled with the wl.wl_params.load_data =True/False parameter.

Type of change

How Has This Been Tested?

In a notebook using warming levels.

Checklist: