ideas-lab-nus / epwshiftr

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

Use OPeNDAP for remote data subseting #68

Open hongyuanjia opened 1 year ago

hongyuanjia commented 1 year ago

OPeNAP makes it possible to directly subset the GCM data directly in the data nodes. This approach can avoid downloading GBs of NetCDF files locally. See DAP2 and DAP4 Protocol Services

hongyuanjia commented 1 year ago

Note that at lease RNetCDF v2.6-1 is needed to make sure OPeNDAP works on Windows. See https://github.com/mjwoods/RNetCDF/issues/72