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
19 stars 2 forks source link

Move `read_catalog_from_csv` out of `DataParameters.retrieve` #395

Open elehmer opened 1 month ago

elehmer commented 1 month ago

DataParameters.retrieve has an option to read the selections from a CSV file and retrieve the data. It might be better to move this to a DataParameters creation option method. It would adjust the attributes of the DataParameters class and then you could call retrieve.

elehmer commented 1 month ago

The CSV functionality needed to be thoroughly documented as well so that users know how to create the file correctly