Is there a way to create areas with no fuel? #10
Unanswered
MaryKBrady
asked this question in
FastFuels Support
Replies: 2 comments 1 reply
|
Hi Mary good question. This capability is not currently implemented, but is a small piece of work to get it in. I just need to add a field to the modification resource which expects a geojson and then some sort of "inside", "outside", etc. relation. It should be pretty easy to add. I'll try and get this done today or tomorrow. |
0 replies
|
@MaryKBrady Sorry for the delay on this. I have a schema ready to go, I just need the time to implement it. Unfortunately my days are mostly in planning meetings and proposal right now. Hopefully one day I'll get back to doing work instead of just talking about doing work. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to create control lines around my burn unit that have no surface fuels. I can get the polygon for that area from DripTorch but I haven't been able to figure out if it is possible to feed that polygon into FastFuels and edit just that area. My though was that it might be under SurfaceGridBuilder .with_modification but I haven't found any examples or documentation that indicates how/if it is possible to use a polygon in .with_modification. These edits can all be done in the QUICFire GUI but I am trying to do everything as programmatically as possible for the sake of efficiency and to avoid user errors. If there is a way to edit the fuels of specific areas within a domain, please let me know!
All reactions