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

Allow empty `replica` for query #61

Closed hongyuanjia closed 1 year ago

hongyuanjia commented 1 year ago

According ESGF Search RESTful API, the default behavior is to returns all records (masters and replicas). Current implantation always specifies the replica parameter, which means to send a query to either return only master records or only replicas.