-
Notifications
You must be signed in to change notification settings - Fork 20
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
Questions about landscape_gen_funcs.py #30
Comments
Hi, sorry for late answer,
|
Thank you for your response, I managed to generate my own landscape.nc file that looks good in the EDA. However now I have an issue with the simulation. More specifically, I have used a single band of southern wind, and the example aullene.ff file, but the fire propagation stays the same triangular shape only a bit bigger. I understand that according to your documentation, if we don't use specific wind columns to our landscape through WindNInja, then the wind depends on the triggers we put in the ForeFire file. I also understand that loc=(0.,0.,0.) is the ignition point. So what do I need to change to see a different polygon in the simulation than just a triangle? Thank you! |
Well, a triangle not getting bigger, is a fire not starting. Have you tried to update and use the pyForeFire library ? |
Is the wind example in landscape_gen_funcs.py, or somewhere else? Basically I just took the example in there and removed the 7 bands |
It is on the other depot with the python bindings : |
Thank you, I'll have a look and I will let you know if I have any further questions! |
So it says you need the netCDF libraries and ther netCDF-CXX libraries, however on the netCDF download page it only offers libraries for C, C++, Fortran and Java. Which one of these do I need for pyForeFire? |
cXX is c++, take this one, but overall it may depends on your system |
I want to generate a landscape file for the area of my interest, and I have already gathered the necessary rasters from CORINE for fuels and EuroDEM for the elevation. However I do have some questions:
Thank you in advance for your responses, I will appreciate your help a lot since this script seems to be a very usefull tool to create a landscape.nc file, which is not easy to do from scratch
The text was updated successfully, but these errors were encountered: