Tree generator error #561
Unanswered
qinqinqinj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
First you can do is to reproject all your data into the same coordinate reference system (CRS). Algorithms for this is found in the Processing Toolbox in QGIS. Also, use a CRS that is represented in meters, e.g. EPSG 26918. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using version 3.28 of QGIS.








I have used a point vector layer to represent the position of the tree, where the attribute table contains the 4 attributes required; and also used DSM and DEM layers, wanting to generate TDSM and CDSM. but the generated layers TDSM (TDSMA) and CDSM (CDSMA) show zero bands, and I don't know why this is happening.
I tried the case provided on the UMEP website to try it out and it generates trees correctly.
I referred to the previous answer and realized that the difference between my own file and the case file is that the coordinate reference system (CRS) is different, is there a problem here? How to solve it?
(The above is the CRS for my file)
(The above is the CRS of the reference document)
Here are the files I used:
Documents utilized.zip
Please answer the questions!
Beta Was this translation helpful? Give feedback.
All reactions