Skip to content

Installation

Eric Mueller edited this page Jul 16, 2024 · 4 revisions

Requirements

This plugin currently relies on the Contour plugin. This can be installed from the plugins manager in QGIS (Plugins > Manage and Install Plugins). In this manager, search for 'Contour plugin' and click to install.

Installation steps

The fds_isochrones plugin is not currently published in the QGIS plugin repo. Therefore, the only way is to manually install it by cloning this repository into your local QGIS plugins folder. This can be done with the following steps:

1. Find the plugin location

In QGIS go to Settings > User profiles > Open active profile folder, and from there navigate to the python > plugins folder. If the plugins directory does not exist you can create it. This is the location where you will need to clone the repository.

For example, on macOS you can open a terminal and create the plugins directory by typing:

$ cd ~/Library/Application Support/QGIS/QGIS3/profiles/default/python/
$ mkdir plugins

2. Clone the repository

$ cd ~/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/
$ git clone [email protected]:ericvmueller/fds_isochrones.git

3. Install the plugin

if QGIS is open, close it and reopen; open the Plugin Manager by clicking on Plugins > Manage and Install Plugins; select the Installed option in the Plugin Manager dialog; find the fds isochrones plugin and enable it by checking the box.

The plugin should now be available in your Processing Toolbox

plugin_install

See the Getting Started guide for an introduction to using the plugin.

Clone this wiki locally