Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 4.38 KB

README.md

File metadata and controls

48 lines (28 loc) · 4.38 KB

Miradi

Miradi is project management software designed for conservation practitioners. It helps teams practice evidence-based conservation for projects or programs, while implementing the Open Standards for the Practice of Conservation.

I've been working with the technical team behind Miradi to develop a Power BI report template, which smoothly integrates with the Miradi API to jump-start analysis on any Miradi project or program.

Here's a sample Power BI report, using the data from the Miradi Islands Seascape (Example Program):

Link to interactive DataViz

Click to view and interact with the report

This article in the Miradi Help Centre describes their API and the Power BI template, and provides a link to get started.
Miradi API

The Power BI template integrates and models the key data from Miradi, and presents a set of interactive pages to start exploring and analyzing. The June 2024 update includes:

  • replacing the MapBox maps with the IconMap Custom Visual. Integration via Power Queries with embedded Python scripts - automates the extraction of shapes from any Miradi program
  • Program Overview page: map now coloured by Overall Viability Status
  • Threats page: map added to show Threat Footprints
  • Threat tooltips are now more informative
  • Indicators .. Taxonomies tables added to the semantic model
  • HTML Content custom visual was replaced with the HTML Content

Power BI provides a great platform to extend the template - to build alternative visuals or page layouts, or to integrate data from other sources. Power BI can automate the chores of keeping your report up-to-date and distributing it to the right audience.

While developing this template, I've been grateful for the help, support and guidance from teams at Foundations of Success, ESA Sitka, Bush Heritage Australia, Conservation Management and the Gordon and Betty Moore Foundation.

The template has already been deployed at several organisations, and I'm keen to see it widely used. Please feel free to contact me if you are interested or have any questions.

Results Chain Diagrams

Examples (from the Miradi sample projects) of diagrams exported from Miradi for access by Power BI custom visuals. You could clone this project and upload your own results chain diagrams following the naming standard, then point the Power BI template for Miradi at your clone to view your own diagrams.

/ResultsChainDiagrams sub-folder naming standard is /[Project Name]. Special characters in Project Names have to be removed to meet github & file system constraints.

Within each sub-folder, Results Chain diagrams should be named [Results Chain ID and Name].png (which is the default names given on export from Miradi Share. Those files can then be referred to by analysis tools e.g. Power BI.

Spatial

This is a method to extract the spatial data stored in Miradi for Projects and Threats, and output each in a geojson file for integration with MapBox or similar. This method is no longer required, if you are happy with the integrated IconMap custom visuals.

The instructions are provided at the top of the Python script. Power BI Desktop is also required. Sample data files from the Miradi sample program are provided, also in the Spatial sub-folder.

🤝 Support

Contributions, issues, feature requests and sponsorship are all welcome!

Give a ⭐️ if you like this project!