Skip to content

Why are the results (especially the volume) always different if I run the same code with the same file several times? #14

Description

@AnthoineResea

I'm trying to calculate the volume of a tree. I'm running the code with the following lines:

lasReader = lasFileReader(filename);
ptCloud =readPointCloud(lasReader);
P = ptCloud.Location;
inputs = define_input(P,1,1,1);
QSM = treeqsm(P, inputs);

Anyway, if I run the same code I always obtain results very different from each other (order of magnitude even greater than 10,000 L of difference).
Why is that? Can someone help me to understand and possibly fix this?
Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions