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

enable hidden var selection #426

Closed nicolejkeeney closed 2 months ago

nicolejkeeney commented 2 months ago

Description of PR

Enable users to select variables not shown in the GUI, but that exist in the variable_descriptions.csv file under show=False.

How to select hidden vars:

selections.enable_hidden_vars = True
selections.variable = "Surface runoff" 

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist: