The IMPORT / DXF tab provides four import workflows. Export is available via the Export button in the header.
Screenshot coming soon
Drop a .dxf file containing blast hole collar points. The parser extracts point entities and groups them by layer name to create blast records.
Supported data: 3D point entities from AutoCAD DXF files.
Layer naming convention:
BLASTNAME-HOLETYPE{[Burden][Spacing][BenchHt][Subdrill][Diameter]}
Example: S4_226_413-PRODUCTION{[4.5][5.2][12][1.5][0.311]}
Drop a .json file exported from the Kirra Blast Design application containing charge configurations and blast settings.
Drop a project file to restore or import blast data:
| Extension | Behaviour |
|---|---|
.kgp |
Full restore – Replaces all scheduler state (blasts, equipment, patterns, dependencies, surfaces, solids). This is the native Kirra Scheduler project format. |
.kirra / .json |
Kirra App import – Extracts blast holes, polygon boundaries, surfaces (full geometry), solids (full geometry), and charge configurations. |
Holes are grouped by entity name. For each group, the importer:
Kirra project imports preserve the full surface and solid geometry for 3D rendering in the 3D Playback tab.
After parsing, a preview dialog shows the imported blasts and lets you confirm before adding them to the schedule.
Drop a .kap file exported from the Kirra App. KAP is the Kirra App’s native project archive format – a ZIP file containing structured data.
A .kap file is a ZIP archive containing:
| Content | Description |
|---|---|
| Manifest | Version, project name, content counts |
| Holes | Blast holes (full data model) |
| Drawings | Entity pairs for polygon boundaries |
| Surfaces | Triangulated surfaces with full vertex geometry |
| Products | Explosive products |
| Charging | Per-hole charging data |
| Configs | Charge configurations |
| Layers | Drawing and surface layer organisation |
| Textures | OBJ texture files (if any) |
| Images | GeoTIFF imagery files (if any) |
| Data | Usage in Scheduler |
|---|---|
| Surfaces | 3D pit shell rendering in 3D Playback |
| Blast Holes | Grouped by entity name, matched to existing scheduled blasts |
| Drawings (polygons) | Blast boundary outlines for the 3D view |
| Charge Configs | Merged into the scheduler’s configuration library |
| Products, charging, layers | Not imported (not needed for scheduling) |
KAP files can be large. A typical mine-site project may have 80 MB+ of uncompressed surface data (compressed to around 12 MB in the ZIP). Parsing takes 30-60 seconds in the browser due to decompression and processing.
The Export button in the header opens a dropdown menu with the following options:
Saves the complete scheduler state as a single JSON file:
The .kgp file can be re-imported to fully restore the scheduler to its saved state.
A spreadsheet-friendly summary of all blasts with columns for: name, status, mode, surface area, volume, explosive mass, drill meters, hole count, hole types, dates, assignments, load rate, dependency settings, predecessor, and drill/load progress.
A blank CSV template with example rows for defining site-specific blast patterns. See Pattern Library for details on the import/export workflow.
Exports the current pattern library as a CSV file.
A blank CSV template for defining drill rigs, MPUs, ancillary equipment, and personnel.
Exports the current equipment fleet as a CSV file.
From the Blast Calendar sub-tab of the Blast Overview, a calendar export dialog offers two modes:
And two formats:
| Extension | Format | Direction | Description |
|---|---|---|---|
.dxf |
AutoCAD DXF | Import | Blast hole collar points grouped by layer |
.json |
Kirra config | Import | Charge configurations from Kirra App |
.json / .kirra |
Kirra project | Import | Full project with holes, surfaces, solids, polygons |
.kap |
Kirra Application Project | Import | ZIP archive with surfaces, holes, drawings, configs |
.kgp |
Kirra Gantt Project | Import / Export | Full scheduler state (round-trip) |
.csv |
Schedule spreadsheet | Export | Blast summary table with all metrics |
.csv |
Pattern template | Export | Blank pattern template for CSV import |
.csv |
Pattern library | Export | Current pattern definitions |
.csv |
Equipment template | Export | Blank equipment template for CSV import |
.csv |
Equipment library | Export | Current fleet definitions |
.csv |
Calendar CSV | Export | Schedule for calendar / spreadsheet apps |
.ics |
iCal | Export | Calendar events for Outlook / Google Calendar |