ideas-lab-nus / epwshiftr

Create future EnergyPlus Weather files using CMIP6 data
https://ideas-lab-nus.github.io/epwshiftr/
Other
30 stars 7 forks source link

Directly use `dataset_id` to query files instead of rebuilding the same query #67

Open hongyuanjia opened 1 year ago

hongyuanjia commented 1 year ago

init_cmip6_index() first sends a query for Dataset and then uses the same input for File, and finally merges these two results together. It should directly use the dataset_id from the Dataset query when fetching output file information.