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

Use `utils:URLencode()` #62

Closed hongyuanjia closed 1 year ago

hongyuanjia commented 1 year ago

esgf_query() uses a self-implemented URL encode approach, which is kind of a hack. It is better to take advantage of the utils::URLencode() function instead.