From 673093d3a8f044810fb0aeac6429b55e6fbfba1b Mon Sep 17 00:00:00 2001 From: Peter Hawthorne Date: Thu, 28 May 2026 16:04:00 -0500 Subject: [PATCH] add plugin: ROOT --- plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins.json b/plugins.json index e97944c..388fa11 100644 --- a/plugins.json +++ b/plugins.json @@ -4,5 +4,11 @@ "version": "1.0.0", "plugin_type": "invest_model_variant", "keywords": ["RouteDEM", "hydrology", "streams", "routing"] + }, + { + "repo_url": "https://github.com/natcap/ROOT.git", + "version": "2.0.0", + "plugin_type": "postprocessing", + "keywords": ["optimization", "landscape planning", "restoration"] } ]