Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wind Energy: Raster result values returned outside of wind data #1698

Open
newtpatrol opened this issue Nov 25, 2024 · 0 comments
Open

Wind Energy: Raster result values returned outside of wind data #1698

newtpatrol opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@newtpatrol
Copy link
Contributor

Testing the Wind Energy model with sample data (populated in Workbench with the .json file we provide), both density_W_per_m2.tif and harvested_energy_MWhr_per_yr.tif (and possibly others related to valuation) return values that are outside of the input wind data extent, which they shouldn't do.

Here are the relevant bits from the Slack thread between Stacie and Rob Griffin:

SW: Also, the student noticed that the raster outputs have data outside of the wind_energy_points area, which seems strange - most of the darkest blue area in this screenshot.

wind_energy_raster_result_extent

RG: Raster values outside the wind data are definitely an issue for both density_W_per_m2.tif and harvested_energy_MWhr_per_yr.tif and any of the valuation outputs that are not included here. Looks like the bilinear interpolation is filling in areas in the results, which is why you get results in places where there is no underlying wind data. Seems like a missed masking step in the model to constrain outputs to only exist in areas with wind data points.

@davemfish davemfish added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants