All Projects → bcgov → clus

bcgov / clus

Licence: Apache-2.0 license
Caribou and land use simulator- decision support model for caribou and forest management

Programming Languages

HTML
75241 projects
r
7636 projects
java
68154 projects - #9 most used programming language
PLpgSQL
1095 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to clus

awesome-forests
🌳 A curated list of ground-truth forest datasets for the machine learning and forestry community.
Stars: ✭ 111 (+640%)
Mutual labels:  forestry
MtreeRing
A tool for measuring tree-ring width
Stars: ✭ 19 (+26.67%)
Mutual labels:  forestry
brevifolia-gatsby-forestry
A simple starter blog built with Gatsby & Forestry
Stars: ✭ 54 (+260%)
Mutual labels:  forestry
gis-pantry
Repository for GIS related scripts, tools and recipes.
Stars: ✭ 37 (+146.67%)
Mutual labels:  flnr
Tinacms
Open source editor that brings visual editing into React websites. A developer-centric CMS to build contextual and intuitive editing experience without sacrificing code quality.
Stars: ✭ 6,804 (+45260%)
Mutual labels:  forestry
AdTree
Accurate, Detailed, and Automatic Modelling of Laser-Scanned Trees
Stars: ✭ 88 (+486.67%)
Mutual labels:  forestry
arboles
Mapa de Arbolado Urbano
Stars: ✭ 13 (-13.33%)
Mutual labels:  forestry
darkfolio
Gridsome portfolio theme (Forestry ready)
Stars: ✭ 20 (+33.33%)
Mutual labels:  forestry

img

Caribou and Land Use Simulator

Description and Usage

The Caribou and Land Use Simulator (CLUS) is a spatial, large-scale analytical model for simulating forest harvest and it's potential influence on other forest values (e.g., wildlife habitat). It was first designed to support the government of British Columbia's caribou recovery program, by providing a tool to spatially estimate future forestry and caribou habitat conditions under hypothetical, alternative forest management regimes. It has since been and will continue to be expanded and developed to examine other forest values.

The code in this github is open-source and provides a transparent record of the CLUS model. Anyone is free to download, reproduce and apply the model. However, this is not a self-contained piece of software. In particular, using CLUS as-is requires accessing our data management framework, or modifying the code here to work with your preferred data structure. The repository here also consists of code to create backend apps to develop CLUS model scenarios and review outputs.

Getting Help or Reporting an Issue

We've developed a Wiki page to help you with understanding the structure and functions of the CLUS model. We are also working on a tutorial that will describe the steps to get a basic CLUS model up and running.

Once you are familiar with CLUS, if you find any errors with the code, please submit them via the github "Issues" tab.

For more information on working with the CLUS team to use the CLUS model for a forest management problem, please don't hesitate to contact Tyler Muhly ([email protected]), Acting Team Lead, Strategic Analysis, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development.

Core Team

Tyler Muhly, Team Lead, Strategic Analysis, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development

Kyle Lochhead, Ecological Modeling Specialist, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development

Elizabeth Kleynhans, Ecological Modeling Specialist, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development

Contributors

Mike Fowler, Spatial Data Analyst, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development

Cora Skaien, Ecological Modeling Specialist, Forest Analysis and Inventory Branch, Office of the Chief Forester, Ministry of Forests, Lands, Natural Resource Operations and Rural Development

Requirements

The model is coded using the R programming language. Thus, you will need to download program R to work with the code, but don't worry, it's free, open-source software. We also recommend downloading the free version of RStudio, which provides a nice integrated development environment for working with R.

R consists of many 'packages' developed by R users that bundle-up specific functions for manipulating, analyzing and visualizing aspatail and spatial data. The packages needed to run CLUS are documented in the respective pieces of code where they are used, and we do not list them all here. However, we note here that you will need the open source simulation engine 'SpaDES' R package to use CLUS. We recommend familiarizing yourself with this package if you want to use CLUS.

License

Copyright 2020-2021 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].