Closed trevorb1 closed 11 months ago
Just kidding. The offshore wind shape is empty before being passed into the combine_offshore_shapes
function
Okay, I guess this is happening because the ca osw
shapes are for the western interconnect, however, the config file is specifying the eastern interconnect.
I'll remove CA OSW from the config! This really would only be useful for my work.
I moved the OSW config from config.default.yaml
to config.osw.yaml
in PR #142
Checklist
master
branchpypsa-usa
environment. Update viaconda env update -f envs/environment.yaml
The Issue
If I use the the
ca osw
offshore wind shape, a geopandas error is raised in thebuild_shapes
ruleSteps To Reproduce
snakemake -j6
Expected Behavior
The workflow runs using the
ca osw
shapesError Message
Anything else?
I think we just need to make sure the offshore wind shape is a geodataframe, rather than a geoseries, before passing into
combine_offshore_shape()