sup3r
sup3r copied to clipboard
The Super-Resolution for Renewable Resource Data (sup3r) software uses generative adversarial networks to create synthetic high-resolution wind and solar spatiotemporal data from coarse low-resolution...
The `bias_calc` was already getting too large, so let's split and reorganize it. This PR is meant to simplify the review of the following `PresRat`. Here, it is mostly about...
Implementing PresRat for precipitation.
Ok, here we go... `sup3r/preprocessing` was previously just data handlers and batch handlers, essentially. Now we have `Loaders`, `Extracters`, `Derivers`, `Cachers` which are composed in `sup3r.preprocessing.data_handlers.factory` to build objects similar...
Seeing weird clearsky ratio scenes at night in timesteps 12-14 where left is clearsky ratio, right is ghi. Timesteps with `all(ghi < 10)` are being caught at dawn/dusk and making...
**Why this feature is necessary:** From discussions on #215, @bnb32 suggested to register as a ToDo so we don't forget about it. **A possible solution is:** Different possibilities: - Combine...
This adds the option to skip chunks in the forward pass routine if all coordinates covered by that chunk are masked. The mask is provided as an additional variable through...