If you are looking to download WFDSS data, some is available and some isn't. Some data, like private home locations and infrastructure are data owned by Homeland Security. We don't have authority to download those data, only to access those data while "in" a password-protected site like WFDSS. However, some data ARE available to download. Go to the WFDSS Home Page and click "Data" in the left menu. Here you will find several links, the third of which will bring you to the downloads page with most items. Check out the other links here as well! Some datasets are huge--downloader, beware!
Search This Blog
Wednesday, July 25, 2018
Monday, July 16, 2018
Archive of Fire Videos and Webinars is Available!
Sometimes late in the afternoon or toward the end of the week, you just need a little something to motivate yourself, learn something new, or distract yourself from a task...just for a few minutes until you can get your mind back on track. Don't get me wrong--taking a walk and getting some fresh air is good too! This archive might provide some options to take a different kind of mental break, but still allow you to feel OK about using your time to browse the web. I know it's a little nerdy, maybe, but I like browsing through sites like this just to find out things that I don't know I don't know. Check it out at https://www.frames.gov/partner-sites/presentation-archive/
Friday, July 6, 2018
Looking for Lightning Data?
As many of you know, the prior BLM lightning viewer (located at https://wfmi.nifc.gov) ceased operation last year. As a result, two temporary lightning viewer capabilities were created (EGP and a simple BLM). For those that are not aware of these current/temporary solutions, here are links to those sources:
Temporary BLM viewer:
Also available for those with a WFMI logon (https://wfmi.nifc.gov)
Temporary EGP viewer:
Login; Situation Analysis (SA); OPS; Li; Layers/BLM
Lightning
Near term:
EGP has executed a task order to create a new viewer on EGP
that is intended to address issues like performance, zooming, caching
preferences; timeouts; etc. This viewer is estimated to be be available
in August 2018. Functions described below.
We ask that users continue their patience with using the
temporary solutions until the near-term solution comes online.
Thanks, John
John Noneman
Project Manager
Bureau of Land Management
National Interagency Fire Center (OC-390)
208-387-5496
***************************************************************************
Instructions:
EGP (Enterprise Geospatial Portal) currently displays Bureau of Land Management (BLM)
lightning data in both 2D (Situation Analyst) and 3D (FireGlobe) displays. Both 2D and 3D displays include a lightning
viewstate with layers for BLM lightning data in fixed time ranges: last hour,
last 6 hours, last 12 hours, 24 hour, and 2-7 days. The
requirements for the viewer are detailed in a document that has been circulating via email, but here is some basic info:
The EGP Lightning Viewer will be an ASP.Net web
application hosted by NESS at the EROS data center as a sub-site on the EGP
domain similar to FireGlobe and Flight.
The EGP CCB will serve as the CCB for the Lightning
Viewer.
Authentication and authorization will be handled by the
EGP LDAP. All users authorized to view
Situation Analyst or FireGlobe will have access to the lightning viewer.
The 2D map display will be the default view. The default view will be the continental
United States (CONUS). The default
display of lightning data will be the previous 12 hours.
The 2D display will have the following Graphical User Interface
(GUI) elements/controls:
·
Switch to 3D View
·
Zoom in/out
·
Text display of count of lightning strikes in
current view
·
Selection of time period to display
·
Bookmarks for pre-defined geographical areas
·
Layer control to show/hide optional layers
·
Polygon draw toggle.
In addition to the GUI controls, the GUI will support
mouse click-drag for panning the map and left-click for opening meta data
popups.
The GUI elements are illustrated in Figure
2‑1. This
mockup represents one possible implementation of the required
functionality. The specific interface
elements may change during design/development based on requirements and user
feedback. The GUI and underlying code
will be based on FireGlobe which will result in the features described below
having a similar look and feel to the existing FireGlobe application including
its use of headers, footers, fly-out panels and popups.
Lightning strikes will be displayed as individual +/-
markers based on the polarity of the strike.
Individual strikes will be shown at all zoom levels. Testing will determine if there is a number
of lightning strikes above which the display does not function properly. If such a threshold exists, the view will be
configured to display an alert with a message containing the number of strikes
and a request to the user to change the view, e.g., “The current view contains
110,000 strikes which exceeds the limit of the viewer. Please zoom in to display fewer strikes for
the area of interest.”
Clicking on a lightning strike indicator will open a popup
with detail information as shown in the center of the map.
The four buttons at the top left of the map pane will provide
access to the layers menu, the bookmarks menu, toggle polygon drawing on/off,
and export data. Each icon will display
an activated state.
The table at the top right will provide a count of
lightning strikes in the current map view.
The controls at the bottom right will provide zoom, center
on user’s location, and toggle to 3D view.
The dropdown at the bottom left will provide time span
options including the previous 1, 6, 12, 24, 48 and 72 hour periods and a
“Range” option that will display inputs for start and stop time (i.e., date-time
input with minute precision).
The polygon drawing feature will allow the user to draw a
polygon around a map area. When the
polygon is closed and selected, the lightning strike counts will be updated to
display the counts within the enclosed area.
The text in the count table will use a font color corresponding to the
polygon line color to provide a visual cue that the counts represent only the
polygon area. When the polygon is
de-selected, the counts will revert to showing values for the entire map view. Polygons will use a set of pre-configured
contrasting colors (not user configurable).
Data export will create a file download of CSV data
containing time, latitude, longitude, and polarity of strikes in the current
view. Header information will be
included with the start and stop time of the time interval selected and the
name of the current bookmark if active.
The 3D map display will display the lightning data on a
globe view. The 3D GUI will contain the
same controls as the 2D viewer. The view
toggle button at the bottom right will display “2D” instead of “3D” in the 3D
view.
EGP currently processes a data feed from BLM containing
lightning strike data. However, because
of the volume of lightning data and the limited requirements for lightning
strike display in SA and FireGlobe, only seven days of data is retained on a
rolling basis. The current EGP database
optimizes query and display by preselecting strike data in the last 24 hours
and in the previous two to seven days into separate tables.
The new EGP lightning strike viewer will require access to
archived data. As part of the design
process, the database table design will be prototyped to retain efficient
processing of data with a larger data set.
In addition, the volume of necessary storage will be estimated from
historical data to provide estimates of storage requirements for the future.
The existing EGP lightning feed processor and database
stored procedures will be reused where possible for the new viewer, but the
existing EGP process and data will not be changed. The new EGP Lightning Viewer will use a new
ETL process and database tables to make the lightning viewer independent from
the current SA and FireGlobe versions.
This will allow SA and FireGlobe to retain their current lightning views
or turn them off in the future as appropriate for those applications.
A new API will be designed and implemented as part of the
lightning viewer. The API will allow the
client-side viewer to query lightning strike data based on the parameters
allowed by the GUI including start and stop time and geographic limits of the
current view.
The sections above detail features intended for an initial
version-one deliverable. On-going work
may include the following features.
These features will be discussed and prioritized after the initial
development, testing and deployment is complete. The features below are not included in the
scope described in Section 4.0.
The initial development will include CSV data format
export. Users may desire the export of spatial
data files (i.e., geo-database or GeoPDF).
After the initial API development, the possibility of providing these
exports for user-selected time ranges and geographic areas will be
investigated.
Initial discussions of functionality included the
possibility of having start/stop times set using a graphical slider
control. There are several challenges
with using a slider control for start/stop time including:
·
Sufficient time granularity over a large archive
data set. Users will likely require
one-hour or less granularity when exploring recent data, but will want to
access archive data as well. If a
screen-width slider represents just two years of time span, an hour would be
approximately 1/10th of a pixel on typical monitors, making it
impossible for the user to perform accurate selections. A slider control may be most useful for
viewing a fixed time range in an animated fashion (e.g., display always shows 6
hours and the slider changes the base time) allowing the user to quickly
explore the archive for large-scale lightning events. However, this use would be secondary to being
able to accurately set the start/stop times of interest. After the initial viewer has been deployed,
discussion and prototyping of slider controls can be done based on lessons
learned from users and performance of the initial version.
·
The data volume of the archive data may preclude
the use of slider controls and fast-changing animations over long time
periods. Typical time periods may
contain only tens of thousands of lightning strikes per day, but events with
millions of strikes per day must be accommodated. The initial version of the lightning viewer
will allow the developers to accurately assess the archive data size and the
data loading requirements of a viewer providing animation of long time periods.
·
Display limitations of a browser-based viewer
may limit the number of data points that can be displayed with reasonable
performance. The implementation of a
viewer threshold is discussed above in Section 2.2. The effect of these limitations on the
implementation of a slider will be assessed.
Users have requested that the lightning viewer display
newly-added strikes in an animated fashion in near-real-time as the data points
are loaded from the feed. Once the basic
feed processing and display functionality is in place, the API and rendering
requirements for continually updating the display with newly-acquired data will
be assessed and tested.
The current lightning viewer in SA and FireGlobe uses
lightning strike density representations at zoom levels where the number and
resolution of individual strikes is not practical. If using a heat-map style representation of
strike density solves some of the performance issues mentioned in Section 4.2,
they will be discussed with users and prototyped as part of the on-going
development.
Monday, February 12, 2018
Agency Administrator Annual Fire Decision-Making Refresher webinar
* Update 2/27/18, 1600hrs: We just checked and are able to access the Registration from the USFS network on both Chrome and Internet Explorer. If you are still having issues, please call the number on the announcement, thanks!
*Update 2/27/18: It has come to our attention that the Registration link has not been accessible from the USFS network since 2/22/18. The link is not broken; you can access it and Register using your government email if you are OFF the network (any internet connection that is not on VPN). You can forward the link to your personal email as long as you also copy the email to your government email account to comply with policy. We apologize for this inconvenience--we are troubleshooting this problem with the CIO USFS HelpDesk. We've tested the GoToWebinar interface and you will be able to join the meeting from your government computer using the link in your government email on the USFS network. This issue does not affect DOI users.
Please join us on March 14, 10-11MDT for a refresher webinar that will cover fire decision-making. The session will be recorded and can be counted as one hour toward the recommended two-hour annual refresher for line officers. The attached flyer is just a poster, so use this link to register unless you received the flyer via email (in which it does have a 'live' link):
https://register.gotowebinar.com/register/2709423538898381315
*Update 2/27/18: It has come to our attention that the Registration link has not been accessible from the USFS network since 2/22/18. The link is not broken; you can access it and Register using your government email if you are OFF the network (any internet connection that is not on VPN). You can forward the link to your personal email as long as you also copy the email to your government email account to comply with policy. We apologize for this inconvenience--we are troubleshooting this problem with the CIO USFS HelpDesk. We've tested the GoToWebinar interface and you will be able to join the meeting from your government computer using the link in your government email on the USFS network. This issue does not affect DOI users.
Please join us on March 14, 10-11MDT for a refresher webinar that will cover fire decision-making. The session will be recorded and can be counted as one hour toward the recommended two-hour annual refresher for line officers. The attached flyer is just a poster, so use this link to register unless you received the flyer via email (in which it does have a 'live' link):
Monday, November 6, 2017
Check out the Fire Library
Have you heard about the Fire Library?
The Wildland Fire Library is a collection of long-term assessments, fire progressions, fire behavior reports, and other documents and resources to support fire modeling and assessment of long-duration fires. Each file is tied to some event with a location, a start date, and background information.
Event locations, file attachments, and remarks are optional, but because events can represent many things, every event needs one tag to indicate document type:
Progression Fire Progressions
WindWizard WindWizard Library (KMLs)
FireWeather Critical Fire Weather
LTA Long-term Assessments
SeasonEnd Season-ending Analyses
SPP Structure Protection Plans
FireDanger Fire Danger & PocketCards
Report Reports, Reviews, & Case Studies
Burnover Fatalities or Entrapments (Burnovers)
Note Fire Modeling & LCP Calibration Notes
The main map shows all events by tag-derived category. You can also browse the full list and, if something is missing, login to add your own document.
This site is operated by Rick Stratton and Jim Edmonds at USFS Pacific NW and Alaska Regions and BLM OR/WA State Office.
"Those who cannot remember the past are condemned to repeat it." George Santayana, 1905
https://firelibrary.org/
Tuesday, October 31, 2017
Webinar - Interagency Coordination to Meet Multiple Objectives: An Effective Approach to Wildfire
Nov 1, 2017 12:00 pm - 1:00 pm
Mountain Time
Sponsored by the Southwest Fire Science Consortium
Presented by Shaula Hedwall, U.S. Fish & Wildlife Service and Wesley Hall, Coconino National Forest
While the number of acres burned annually by uncharacteristic wildfire continues to grow, it is becoming exceedingly important for agencies to identify opportunities to use wildfire to meet multiple land management and resource objectives. When conditions allow for unplanned ignitions to be managed for one or more of these objectives, it may be appropriate to use wildfire during the peak of the traditional fire season. Management response to wildland fire on federal lands is based on objectives established in the applicable Land/Resource Management Plan and/or Fire Management Plan. Objectives are affected by changes in fuels, weather, topography; varying social understanding and tolerance; and involvement of other governmental jurisdictions having different missions and objectives. Coordination with resource specialists and development of mutually agreed to objectives is fundamental to being successful in achieving land and resource objectives with wildfire. We will discuss recommendations for implementing this process using case studies incorporating Mexican spotted owl management objectives into wildfire management and post-fire monitoring.
To register, click HERE.
Original Announcement is here:
https://www.frames.gov/about/calendar/webinar-interagency-coordination-meet-multiple-objectives-effective-approach-wildfire/?eID=6376
Give your input: NIROPS Program for fire perimeter mapping (Due 12/20)
Greetings,
Forest Service Fire and
Aviation Management (FAM) has identified the need to define requirements,
capabilities, and methodology to integrate existing and new fire imaging
technology into fire operations and decision support. Fire imaging
technology is playing an increasing role to support wildland fire management
operations and decision making. For decades the wildland fire community
has primarily relied on the Forest Service National Infrared Operations program
(NIROPS) to provide fire perimeter mapping using infrared imagery, however
additional fixed wing, rotor wing, and satellite platforms with day and night
capabilities are becoming available.
The purpose of this
questionnaire is to help determine how firefighters, fire managers, Incident
Management Teams, and Agency Administrators use fire imaging products for
tactical, strategic, or decision support, what information they need fire
imaging to provide, when do they need it, how often, what format, etc.
Your response to these
questions will assist FAM with establishing fire imaging requirements so we can
solicit Requests For Information with other governmental agencies,
universities, or private contractors. If you would like to participate in
the questionnaire please complete the form by Dec 20, 2017.
Responses will be compiled and reviewed by Forest Service WO-FAM to guide how
we proceed in the future.
Thank you for your
participation. If questions, please contact Evans Kuo at ekuo@fs.fed.us or 208-866-8548.
-Evans
|
Mobile GIS Training Nov 14-16
Mobile
GIS is a new technology-based training the region is putting on this year,
mobile GIS is a 3 day webinar, Nov 14-16, which will cover wildland fire
technologies including Avenza PDF maps, AGOL, Collector, Google Earth and
Google Apps. There will be demonstration and hands on practice with
current and emerging technologies. There will also be a panel discussion
identifying field needs, collaboration, and limitations. Sounds like a
good opportunity to help support and provide feedback for future direction.
Even
though this training will be fire-centric, use of these tools are current and
emerging technology for use on the district/forest too.
They are
accepting late nominations and have a capacity of 99 attendees. I will be using
the big screen in the SO conference room to share the class if anyone wants to
train group-style or is only available for part of the class time period.
(second
option down)
Please
forward as appropriate.
![]() |
|
Thursday, January 26, 2017
Thank You 2016 Mentees
The Wildland Fire Management RD&A hosted three mentees for two week assignments during the summer of 2016. These individuals played a critical in helping WFM RD&A to support incident's use of WFDSS, fire modeling, and decision support. The following individuals provided exceptional support to the field.
Casey Teske
NPS Grand Canyon National Park
Casey provided large fire decision support to the Forest Service in the Rocky Mountain GACC. This includes advising on decision content, seasonal fuels and weather condition assessments, and fire behavior analysis. Casey also participated in daily morning briefings for the regional FAM staff and weekly briefings to the Regional Forester and AD’s. These briefings required Casey to gather and compile fire situation information as well as weather and outlook information and present this information to the regional Fire Planner and to the groups themselves. In addition to support at the regional level Casey also provided in-depth support to several incidents. Incident support included season end date analysis, seasonal assessments and fire behavior and growth analysis.
Daron Reynolds
USFS Medicine Bow-Routt National Forests
Daron provided WFDSS decision support to Region 2. Including advising units on decision content in WFDSS on emerging incidents as well as providing a critique and advice on decision content after the fact to improve future decisions. Daron also ran a few fire behavior analyses in support of emerging incidents as well as providing advice on existing analysis and how to improve those in the future.
As part of providing support to the Rocky Mountain Region Daron provided morning situational briefings to the regional FAM staff and weekly briefings to the Regional Forester and AD’s. These briefings required Daron to gather and compile fire situation information as well as weather and outlook information and present this information to the groups using graphics. Daron developed a spreadsheet with formulas to allow him to enter each day’s data and the sheet would calculate change from the previous day. Staff was most interested in trends. In addition to these other duties Daron also provided some WFDSS overview training to several people.
Sean McEldery
BLM Southern Nevada District Office
During Sean’s mentee tour he worked as a GSAN on a fire assignment to support fires in Region 2. Sean assisted the Pike San Isabel NF and USFS Regional Office in Denver, CO with analysis, decision support, presentations and documentation for the Hayden Pass, Beaver Creek, Arden, White Peak, and Lava Mountain Fires. Sean maintained a positive attitude throughout and was always eager and willing to take on any task assigned. He was adaptable with each situation and always able to produce quality products in a timely fashion. His wealth of knowledge with T & E, NEPA, GIS, along with persistence allowed him to organize and provide key information needed in developing incident decisions, long term products, fire behavior modeling and spatial fire planning. Sean also did an excellent job documenting, making recommendations, and assisting with after action review information for the region.
We would like to extend a huge thank you to all of the mentees!
~WFM RD&A Staff
Casey Teske
NPS Grand Canyon National Park
Casey provided large fire decision support to the Forest Service in the Rocky Mountain GACC. This includes advising on decision content, seasonal fuels and weather condition assessments, and fire behavior analysis. Casey also participated in daily morning briefings for the regional FAM staff and weekly briefings to the Regional Forester and AD’s. These briefings required Casey to gather and compile fire situation information as well as weather and outlook information and present this information to the regional Fire Planner and to the groups themselves. In addition to support at the regional level Casey also provided in-depth support to several incidents. Incident support included season end date analysis, seasonal assessments and fire behavior and growth analysis.
Daron Reynolds
USFS Medicine Bow-Routt National Forests
Daron provided WFDSS decision support to Region 2. Including advising units on decision content in WFDSS on emerging incidents as well as providing a critique and advice on decision content after the fact to improve future decisions. Daron also ran a few fire behavior analyses in support of emerging incidents as well as providing advice on existing analysis and how to improve those in the future.
As part of providing support to the Rocky Mountain Region Daron provided morning situational briefings to the regional FAM staff and weekly briefings to the Regional Forester and AD’s. These briefings required Daron to gather and compile fire situation information as well as weather and outlook information and present this information to the groups using graphics. Daron developed a spreadsheet with formulas to allow him to enter each day’s data and the sheet would calculate change from the previous day. Staff was most interested in trends. In addition to these other duties Daron also provided some WFDSS overview training to several people.
Sean McEldery
BLM Southern Nevada District Office
During Sean’s mentee tour he worked as a GSAN on a fire assignment to support fires in Region 2. Sean assisted the Pike San Isabel NF and USFS Regional Office in Denver, CO with analysis, decision support, presentations and documentation for the Hayden Pass, Beaver Creek, Arden, White Peak, and Lava Mountain Fires. Sean maintained a positive attitude throughout and was always eager and willing to take on any task assigned. He was adaptable with each situation and always able to produce quality products in a timely fashion. His wealth of knowledge with T & E, NEPA, GIS, along with persistence allowed him to organize and provide key information needed in developing incident decisions, long term products, fire behavior modeling and spatial fire planning. Sean also did an excellent job documenting, making recommendations, and assisting with after action review information for the region.
We would like to extend a huge thank you to all of the mentees!
~WFM RD&A Staff
Thursday, July 28, 2016
S-495 Nomination deadline is October 7!
S-495 Geospatial Fire Analysis, Interpretation, and Application: Nomination deadline is October 7!
If you are interested in becoming a Long Term Analyst (LTAN), don't miss the 2016-17 offering of S-495, taught once every 2 years. S-495 covers the fundamentals of fire behavior modeling systems, including limitations, assumptions; running the modeling systems; and interpreting outputs for decision-makers. Nominations (via Google Form) are due OCTOBER 7, 2016--EARLIER than many other courses since the online class begins in November 2016. The final unit is taught at NAFRI in April 2017. For details, please go to:
http://www.nationalfiretraining.net/schedule/detail/na_S495_04-03-2017_5526
If you have questions, contact the Course Coordinator, Gary Luce at: galuce at fs.fed.us
Subscribe to:
Posts (Atom)








