-
Notifications
You must be signed in to change notification settings - Fork 18
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
Save individual observer rasters #28
Comments
Hello, In QGIS 3 you can use the "run as batch process" option to achieve what you need, but it's not handy for larger numbers of points. Why do you need multiple individual outputs? If there is a general need for such a feature, I could perhaps schedule it for next release (no promises). |
I would also like this functionality if it is easy to add back in. Otherwise I'm going to figure out how to write a script that loads a DEM and Points layer (with many points) and then iterates over each point in the Points layer to do the following:
To give you a sense of the use case I have in mind, this is for some work looking at the visibility of wind turbines. Different wind projects come online at different times so just having a cumulative visibility value isn't very useful. I actually want to be able to separately identify the visibility of each turbine to account for the fact that some became visible before others. I imagine you could think of doing a similar kind of analysis for anything where visibility changes over time (e.g. building construction, deforestation etc. etc.) |
Hello, |
Thanks for the tip. In the meantime I've managed to use the intervisibility algorithm to achieve what I wanted in one go because I already have both the target points (~2000 wind projects) and observer points (~2.4 million postcodes). If at some point in the future I actually need the full visibility rasters for each target point then I'll give the batch processing a go. Thanks again, this is a great package! :) |
Thank you very much for this plugin!
in the .5 version with QGIS 2 it is possible to save each observer point viewshed raster individually, or the cumulative output viewshed raster. Is it possible to do the same with .6 in QGIS 3, or is the cumulative option the only one in .6?
If not, is there a method to run a batch/loop in QGIS to loop through each observer point and run the viewshed individually?
The text was updated successfully, but these errors were encountered: