epwshiftr icon indicating copy to clipboard operation
epwshiftr copied to clipboard

Create future EnergyPlus Weather files using CMIP6 data

Results 11 epwshiftr issues
Sort by recently updated
recently updated
newest added

Hi The `init_cmip6_index(..., source=NULL)` usage seems broken: ```r packageDescription("epwshiftr")[c("Version", "Built")] # 0.1.4 # R 4.1.2; ; 2024-04-12 10:18:46 UTC; unix dt

`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...

enhancement

`dataset_id` could not be used as the unique identifier of the dataset. It is specific to data node. This did not cause any problems for `esgf_query()`, but did result in...

bug

See: https://discourse.ladybug.tools/t/generated-epw-file-and-is-not-being-read/16797/6

bug

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...

feature

Error using summary_database() Hi, I am trying to use the tool and receiving this warning message while using the ``` summary_database() ``` . I have copied the file in the...

Currently, there is no way to let the user specify in a flexible way where they want to save the CMIP6 output index file. This sometime become cumbersome to let...

JOSS

Hi! Thanks for this tool, it is quite cool. I have been testing this tool on some southern-hemisphere climates, and it seems to be that, by default, the weather generated...