CEA Plugins - Part 6: Publish your plugin and claim your T-Shirt
You’ve coded up your CEA plugin - now it’s time to add it to the CEA and share it with the rest of the world!
CEA Plugins - Part 5: How to add your own plots to the CEA
This article goes into the details of the plots.yml
file used in CEA plugins.
CEA Plugins - Part 4: How to add your own tools to the CEA
Now that you have an overview of the CEA plugin template, let’s dive into some of the files responsible for adding a new tool to the CEA.
CEA Plugins - Part 3: Introduction to the CEA plugin template
The easiest was to get started creating your own plugin is to start with the CEA plugin template. In this article, we’ll get you started with your own plugin based on the CEA plugin template on GitHub.
CEA Plugins - Part 2: Anatomy of a CEA plugin
Let’s take a bird’s-eye view of the parts that make up a CEA plugin. We’ll cover the interface expected by the CEA when you define a plugin as well as it’s default implementation: cea.plugin.CeaPlugin
.
CEA Plugins - Part 1: Introduction
The City Energy Analyst (CEA) consists of a core set of tools and visualizations of the output of those tools. This article is about extending that set with your own tools and your own visualizations. To do that, you’ll need to write a CEA plugin.