-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forest Information from LiDAR data-your title #4
Comments
Trying to run "make_CHM_tiles.R" and reading the given las File the warning message came: "Invalid data: ScanAngleRank greater than 90 degrees". |
everythng fine so far just dont use mapview. Try to plot the result |
Thank you. The picture is plotted. But why does mapview not work?
Zitat von Chris Reudenbach ***@***.***>:
… everythng fine so far just dont use mapview. Try to plot the result
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#4 (comment)
|
Now, I am trying to run the Script using MOF_las file. But it does not know "espg_number". What should I input instead? |
@Muenchj4 we discussed during the last course it is: https://epsg.io/25832 |
thank you.
Zitat von Chris Reudenbach ***@***.***>:
… @Muenchj4 we discussed during the last course it is: https://epsg.io/25832
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#4 (comment)
|
Ok I have set epsg_number = 25832. |
sorry, normalize_height also worked well, but it was not able to grid canopy. |
I have found the problem myself. There was not setted a path normalized. I set it myself and rast was able to write the file "chm_distmin_1m", plotted it, but mapview did not work again, since it could not find the function "pal". |
@Muenchj4 yup the col function |
OK, the chm catalog is shown with mapview. Thank godness.
Zitat von Chris Reudenbach ***@***.***>:
… @Muenchj4 yup the col function `pal` is not defined. Just delete the row
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#4 (comment)
|
Hello, "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS agis_lidar_13-12.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output agis_lidar_13-12.html --lua-filter "E:\edu\Packages\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "E:\edu\Packages\rmarkdown\rmarkdown\lua\latex-div.lua" --self-contained --variable bs3=TRUE --standalone --section-divs --template "E:\edu\Packages\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable theme=bootstrap --include-in-header "C:\Users\Kathi\AppData\Local\Temp\Rtmp4UVnEJ\rmarkdown-str23f05223275.html" --mathjax --variable "mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" What could this be about? Online I didn't find anything about this.. |
Please sent or upload the markdown file |
@gisma took me a while, but now I did and sent you an invite. |
Er findet momentan bei mir die Funktion "get_vrt_img" nicht. Wie kann ich diese Funktion einbauen? |
Ich habe das "mof_chm_one_tile.tif" nochmals zu plotten versucht. Es ist prinzipiell auch immer noch im Ordner. Er gibt aber die Meldung aus: Error in h(simpleError(msg, call)) : |
Ich habe den Fehler gefunden und den Katalog jetzt erstellt. |
versuchen sie es mal mit |
das ist eine Funktion die ich ihnen im Kurskontext zur Verfügung gestellt hatte. get_vrt_img = function(name,path,tag,rasterStack = TRUE) {
fList = list.files(path,
pattern = glob2rx(paste0("*",tag,".tif")),
full.names = TRUE)
res = invisible(gdalUtils::mosaic_rasters(gdalfile = fList,
output_Raster = TRUE,
dst_dataset = paste0(path,name,".tif"),verbose = FALSE))
if (rasterStack) return(raster::stack(paste0(path,name,".tif")))
}
|
Forest Information from LiDAR data-your title
https://gisma-courses.github.io/gi-modules/gi-modules/post/2021-11-20-forest-information-from-lidar-data/
The text was updated successfully, but these errors were encountered: