-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
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.
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:
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
$ cd ~/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/
$ git clone [email protected]:ericvmueller/fds_isochrones.git
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

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