Giter Club home page Giter Club logo

mistr's Introduction

Hi ๐Ÿ‘‹

I'm Piotr, a research scientist with the Canadian Forest Service, specializing in remote sensing applications in forestry. My work focuses on developing tools and methods to analyze and manage forest resources, with R as my primary programming language.

๐ŸŒฒ My Projects

  • lidRmetrics - a companion to the fantastic {lidR} package, offering several metrics_* functions to simplify lidar processing routines.
  • LidarSpeedTests - testing and comparing runtimes of various point cloud processing tools.
  • CTAE - a collection of tools for calculating tree- or stand-level attributes developed for Canadian forests.
  • MISTR - implementation of Ontario's Modelling and Inventory Support Tool (MIST). A set of models used for growth and yield analysis.

Feel free to reach out if you have any questions or suggestions for collaboration!

mistr's People

Contributors

ptompalski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tundralily

mistr's Issues

Problem when specifying SFU parameter

StandAttributes returns an error whenever an SFU parameter is specified. For example:

StandAttributes(SI = 18, age = 85, species = "PJ", SFU = "PJ1")

Error in calc_BA(SI = SI, BHage = bhage, SppId = SppId2, stocking = stocking, :
No formula for NA

Likewise,

StandAttributes(SI = 18, age = 85, SFU = "PJ1", stocking = 1)

Species not provided. Using PJ as dominant species based on the entered SFU (PJ1).
Error in calc_BA(SI = SI, BHage = bhage, SppId = SppId2, stocking = stocking, :
No formula for NA

Issue with finding Forest Unit Co-efficients

Hello, I am encountering an error when trying to use any forest units that are listed in the coefficient table that have camel-case names.

eg. If I try to calculate GTV using the following:
GTV_var <- calc_GTV(BA = 16.67 , H =18.84 , SppId ="ConMx", Origin = "N", PlantedSpp = NA)

I encounter this error:
Error in if (!(SppID_GTV %in% coeffs$SppId)) { :
argument is of length zero

This is occurring for just these forest units:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.