euronion

Results 76 comments of euronion

Can reproduce. From a first glance this might be an issue on the CDS API side. *classic* netCDF is limited in size to ~2 GB, maybe the individual requests are...

Maybe mismatching units? NUTS3 dataset was pop in abs. values IIRC, the gridded pop data should be pop density.

@FabianHofmann Can we reuse the `atlite` code used for the `ExclusionCalculator` to implement the calculation faster than what `xagg` has to offer? (Determine overlaps between `regions` / shapes and a...

PR in principle ready, marked as "Draft" as to not accidentally merge it with the upcoming release. Intended to be merged with the next next release.

It might also be worth differentiating between "offshore" and "offshore near shore" turbines, c.f. pg. 240f: (real "offshore") > For wake losses there are not assumed reductions due to neighbouring...

- [x] Needs update to new atlite version, see #224 . - [x] Needs disentanglement of all the different features changed into separate PRs.

Instead of merging we agreed upon today to collect good examples for constraints in the documentation rather than merging. Especially relevant for constraints which require very specific setups.

Added. `isort` may be a bit controversial. I had to exclude a regex for all CAPITAL CASE words for codespell, as it complained about the code strings `THS` and `BA`...

> Re question what to add: I like under `pre-commit-hooks` > > ``` > - id: check-added-large-files > args: ['--maxkb=1000'] > ``` Added, but with 2 MB as a limit....