ArcGIS Pro SDK - Fire Perimeter Tools Sample Add-In

Share this & earn $10
Published at : August 14, 2021

This video of the Fire Perimeter Tools sample add-in for ArcGIS Pro demonstrates a number of ArcGIS Pro SDK for .NET capabilities and also updates with ArcGIS Pro 2.8, including the Data Definition Language (DDL) API for geodatabase schema management and enhancements to the Reports API.

Traditionally, Pro SDK developers have created geodatabase schema such as feature classes and standalone tables with the SDK by calling geoprocessing tools. Developers are now able to use the new DDL API to directly create, modify and delete geodatabase schema such as feature classes, tables and their attributes, and feature datasets and file geodatabases.

This sample walks through a scenario with a workflow involving three custom tools built with the Pro SDK. In the workflow, the user creates a new file geodatabase containing a subset of historical wildfire perimeter polygon data, which is then ready for tracking data updates.

Following creation of a perimeter subset, the user generates a data clock chart for better understanding of the subset or the source perimeter dataset and also generates a standard report that is ready for export. Last, the user examines a brief visualization, by year, of the perimeters in the subset or a selected set of features in the source layer.

The sample’s project package dataset includes (and requires) the CAL FIRE wildfire perimeter polygon feature class from CAL FIRE’s Fire and Resource Assessment Program (FRAP):
https://frap.fire.ca.gov/frap-projects/fire-perimeters/

The Fire Perimeter Tools sample demonstration add-in for ArcGIS Pro is available on ArcGIS.com here: https://www.arcgis.com/home/item.html?id=c242953e2a4c4d7e9f08d6fd690f9c37 ArcGIS Pro SDK - Fire Perimeter Tools Sample Add-In
ArcGISPerimeterTools