generated from wiesehahn/project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2554 lines (2382 loc) · 205 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{agrenUseMultipleLIDARderived2021,
title = {Use of Multiple {{LIDAR-derived}} Digital Terrain Indices and Machine Learning for High-Resolution National-Scale Soil Moisture Mapping of the {{Swedish}} Forest Landscape},
author = {{\AA}gren, Anneli M. and Larson, Johannes and Paul, Siddhartho Shekhar and Laudon, Hjalmar and Lidberg, William},
year = {2021},
month = dec,
journal = {Geoderma},
volume = {404},
pages = {115280},
issn = {00167061},
doi = {10.1016/j.geoderma.2021.115280},
urldate = {2023-02-15},
langid = {english}
}
@article{almeidaOptimizingRemoteDetection2019,
title = {Optimizing the {{Remote Detection}} of {{Tropical Rainforest Structure}} with {{Airborne Lidar}}: {{Leaf Area Profile Sensitivity}} to {{Pulse Density}} and {{Spatial Sampling}}},
shorttitle = {Optimizing the {{Remote Detection}} of {{Tropical Rainforest Structure}} with {{Airborne Lidar}}},
author = {de Almeida, Danilo Roberti Alves and Stark, Scott C. and Shao, Gang and Schietti, Juliana and Nelson, Bruce Walker and Silva, Carlos Alberto and Gorgens, Eric Bastos and Valbuena, Ruben and Papa, Daniel de Almeida and Brancalion, Pedro Henrique Santin},
year = {2019},
month = jan,
journal = {Remote Sensing},
volume = {11},
number = {1},
pages = {92},
issn = {2072-4292},
doi = {10.3390/rs11010092},
urldate = {2023-03-09},
abstract = {Airborne Laser Scanning (ALS) has been considered as a primary source to model the structure and function of a forest canopy through the indicators leaf area index (LAI) and vertical canopy profiles of leaf area density (LAD). However, little is known about the effects of the laser pulse density and the grain size (horizontal binning resolution) of the laser point cloud on the estimation of LAD profiles and their associated LAIs. Our objective was to determine the optimal values for reliable and stable estimates of LAD profiles from ALS data obtained over a dense tropical forest. Profiles were compared using three methods: Destructive field sampling, Portable Canopy profiling Lidar (PCL) and ALS. Stable LAD profiles from ALS, concordant with the other two analytical methods, were obtained when the grain size was less than 10 m and pulse density was high ({$>$}15 pulses m-2). Lower pulse densities also provided stable and reliable LAD profiles when using an appropriate adjustment (coefficient K). We also discuss how LAD profiles might be corrected throughout the landscape when using ALS surveys of lower density, by calibrating with LAI measurements in the field or from PCL. Appropriate choices of grain size, pulse density and K provide reliable estimates of LAD and associated tree plot demography and biomass in dense forest ecosystems.},
langid = {english}
}
@article{alvitesTerrestrialLaserScanning2021,
title = {Terrestrial {{Laser Scanning}} for {{Quantifying Timber Assortments}} from {{Standing Trees}} in a {{Mixed}} and {{Multi-Layered Mediterranean Forest}}},
author = {Alvites, Cesar and Santopuoli, Giovanni and Hollaus, Markus and Pfeifer, Norbert and Maesano, Mauro and Moresi, Federico Valerio and Marchetti, Marco and Lasserre, Bruno},
year = {2021},
month = oct,
journal = {Remote Sensing},
volume = {13},
number = {21},
pages = {4265},
issn = {2072-4292},
doi = {10.3390/rs13214265},
urldate = {2023-02-15},
abstract = {Timber assortments are some of the most important goods provided by forests worldwide. To quantify the amount and type of timber assortment is strongly important for socio-economic purposes, but also for accurate assessment of the carbon stored in the forest ecosystems, regardless of their main function. Terrestrial laser scanning (TLS) became a promising tool for timber assortment assessment compared to the traditional surveys, allowing reconstructing the tree architecture directly and rapidly. This study aims to introduce an approach for timber assortment assessment using TLS data in a mixed and multi-layered Mediterranean forest. It consists of five steps: (1) pre-processing, (2) timber-leaf discrimination, (3) stem detection, (4) stem reconstruction, and (5) timber assortment assessment. We assume that stem form drives the stem reconstruction, and therefore, it influences the timber assortment assessment. Results reveal that the timber-leaf discrimination accuracy is 0.98 through the Random Forests algorithm. The overall detection rate for all trees is 84.4\%, and all trees with a diameter at breast height larger than 0.30 m are correctly identified. Results highlight that the main factors hindering stem reconstruction are the presence of defects outside the trunk, trees poorly covered by points, and the stem form. We expect that the proposed approach is a starting point for valorising the timber resources from unmanaged/managed forests, e.g., abandoned forests. Further studies to calibrate its performance under different forest stand conditions are furtherly required.},
langid = {english}
}
@article{appiahmensahMappingSiteIndex2023,
title = {Mapping Site Index in Coniferous Forests Using Bi-Temporal Airborne Laser Scanning Data and Field Data from the {{Swedish}} National Forest Inventory},
author = {Appiah Mensah, Alex and Jonz{\'e}n, Jonas and Nystr{\"o}m, Kenneth and Wallerman, J{\"o}rgen and Nilsson, Mats},
year = {2023},
month = nov,
journal = {Forest Ecology and Management},
volume = {547},
pages = {121395},
issn = {03781127},
doi = {10.1016/j.foreco.2023.121395},
urldate = {2023-09-19},
langid = {english}
}
@article{arumaePlanningCommercialThinnings2022,
title = {Planning of {{Commercial Thinnings Using Machine Learning}} and {{Airborne Lidar Data}}},
author = {Arum{\"a}e, Tauri and Lang, Mait and Sims, Allan and Laarmann, Diana},
year = {2022},
month = jan,
journal = {Forests},
volume = {13},
number = {2},
pages = {206},
issn = {1999-4907},
doi = {10.3390/f13020206},
urldate = {2023-03-09},
abstract = {The goal of this study was to predict the need for commercial thinning using airborne lidar data (ALS) with random forest (RF) machine learning algorithm. Two test sites (with areas of 14,750 km2 and 12,630 km2) were used with a total of 1053 forest stands from southwestern Estonia and 951 forest stands from southeastern Estonia. The thinnings were predicted based on the ALS measurements in 2019 and 2017. The two most important ALS metrics for predicting the need for thinning were the 95th height percentile and the canopy cover. The prediction accuracy based on validation stands was 93.5\% for southwestern Estonia and 85.7\% for southeastern Estonia. For comparison, the general linear model prediction accuracy was less for both test sites---92.1\% for southwest and 81.8\% for southeast. The selected important predictive ALS metrics differed from those used in the RF algorithm. The cross-validation of the thinning necessity models of southeastern and southwestern Estonia showed a dependence on geographic regions.},
langid = {english}
}
@article{assmannEcoDesDK15HighresolutionEcological2022,
title = {{{EcoDes-DK15}}: High-Resolution Ecological Descriptors of Vegetation and Terrain Derived from {{Denmark}}'s National Airborne Laser Scanning Data Set},
shorttitle = {{{EcoDes-DK15}}},
author = {Assmann, Jakob J. and Moeslund, Jesper E. and Treier, Urs A. and Normand, Signe},
year = {2022},
month = feb,
journal = {Earth System Science Data},
volume = {14},
number = {2},
pages = {823--844},
issn = {1866-3516},
doi = {10.5194/essd-14-823-2022},
urldate = {2023-02-15},
abstract = {Abstract. Biodiversity studies could strongly benefit from three-dimensional data on ecosystem structure derived from contemporary remote sensing technologies, such as light detection and ranging (lidar). Despite the increasing availability of such data at regional and national scales, the average ecologist has been limited in accessing them due to high requirements on computing power and remote sensing knowledge. We processed Denmark's publicly available national airborne laser scanning (ALS) data set acquired in 2014/15, together with the accompanying elevation model, to compute 70 rasterised descriptors of interest for ecological studies. With a grain size of 10\,m, these data products provide a snapshot of high-resolution measures including vegetation height, structure and density, as well as topographic descriptors including elevation, aspect, slope and wetness across more than 40\,000\,km2 covering almost all of Denmark's terrestrial surface. The resulting data set is comparatively small ({$\sim$}94\,GB, compressed 16.8\,GB), and the raster data can be readily integrated into analytical workflows in software familiar to many ecologists (GIS software, R, Python). Source code and documentation for the processing workflow are openly available via a code repository, allowing for transfer to other ALS data sets, as well as modification or re-calculation of future instances of Denmark's national ALS data set. We hope that our high-resolution ecological vegetation and terrain descriptors (EcoDes-DK15) will serve as an inspiration for the publication of further such data sets covering other countries and regions and that our rasterised data set will provide a baseline of the ecosystem structure for current and future studies of biodiversity, within Denmark and beyond. The full data set is available on Zenodo: https://doi.org/10.5281/zenodo.4756556 (Assmann et al., 2021); a 5\,MB teaser subset is also available: https://doi.org/10.5281/zenodo.6035188 (Assmann et al., 2022a).},
langid = {english}
}
@article{atkinsIntegratingForestStructural2023,
title = {Integrating Forest Structural Diversity Measurement into Ecological Research},
author = {Atkins, Jeff W. and Bhatt, Parth and Carrasco, Luis and Francis, Emily and Garabedian, James E. and Hakkenberg, Christopher R. and Hardiman, Brady S. and Jung, Jinha and Koirala, Anil and LaRue, Elizabeth A. and Oh, Sungchan and Shao, Gang and Shao, Guofan and Shugart, H. H. and Spiers, Anna and Stovall, Atticus E. L. and Surasinghe, Thilina D. and Tai, Xiaonan and Zhai, Lu and Zhang, Tao and Krause, Keith},
year = {2023},
month = sep,
journal = {Ecosphere},
volume = {14},
number = {9},
pages = {e4633},
issn = {2150-8925, 2150-8925},
doi = {10.1002/ecs2.4633},
urldate = {2023-11-21},
abstract = {Abstract The measurement of forest structure has evolved steadily due to advances in technology, methodology, and theory. Such advances have greatly increased our capacity to describe key forest structural elements and resulted in a range of measurement approaches from traditional analog tools such as measurement tapes to highly derived and computationally intensive methods such as advanced remote sensing tools (e.g., lidar, radar). This assortment of measurement approaches results in structural metrics unique to each method, with the caveat that metrics may be biased or constrained by the measurement approach taken. While forest structural diversity (FSD) metrics foster novel research opportunities, understanding how they are measured or derived, limitations of the measurement approach taken, as well as their biological interpretation is crucial for proper application. We review the measurement of forest structure and structural diversity---an umbrella term that includes quantification of the distribution of functional and biotic components of forests. We consider how and where these approaches can be used, the role of technology in measuring structure, how measurement impacts extend beyond research, and current limitations and potential opportunities for future research.},
langid = {english}
}
@article{axelssonUseDualwavelengthAirborne2023,
title = {The Use of Dual-Wavelength Airborne Laser Scanning for Estimating Tree Species Composition and Species-Specific Stem Volumes in a Boreal Forest},
author = {Axelsson, Christoffer R. and Lindberg, Eva and Persson, Henrik J. and Holmgren, Johan},
year = {2023},
month = apr,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {118},
pages = {103251},
issn = {15698432},
doi = {10.1016/j.jag.2023.103251},
urldate = {2023-10-30},
langid = {english}
}
@article{beeseUsingRepeatAirborne2022,
title = {Using Repeat Airborne {{LiDAR}} to Map the Growth of Individual Oil Palms in {{Malaysian Borneo}} during the 2015--16 {{El Ni{\~n}o}}},
author = {Beese, Lucy and Dalponte, Michele and Asner, Gregory P. and Coomes, David A. and Jucker, Tommaso},
year = {2022},
month = dec,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {115},
pages = {103117},
issn = {15698432},
doi = {10.1016/j.jag.2022.103117},
urldate = {2023-02-15},
langid = {english}
}
@article{belandPromotingUseLidar2019,
title = {On Promoting the Use of Lidar Systems in Forest Ecosystem Research},
author = {Beland, Martin and Parker, Geoffrey and Sparrow, Ben and Harding, David and Chasmer, Laura and Phinn, Stuart and Antonarakis, Alexander and Strahler, Alan},
year = {2019},
month = oct,
journal = {Forest Ecology and Management},
volume = {450},
pages = {117484},
issn = {03781127},
doi = {10.1016/j.foreco.2019.117484},
urldate = {2023-03-22},
langid = {english}
}
@article{bienzBilderkennungssoftwareFurFeinerschliessungen2022,
title = {Bilderkennungssoftware F{\"u}r {{Feinerschliessungen}} Im {{Wald}}},
author = {Bienz, Raffael and Freuler, Andreas},
year = {2022},
month = jul,
journal = {Schweizerische Zeitschrift fur Forstwesen},
volume = {173},
number = {4},
pages = {196--197},
issn = {2235-1469, 0036-7818},
doi = {10.3188/szf.2022.0196},
urldate = {2023-03-02},
abstract = {Zum Schutz des Waldbodens und als Hilfe bei Planungsaufgaben wird im Kanton Aargau die Feinerschliessung digitalisiert. Mithilfe der bisher erfassten Feinerschliessung wurde ein Bilderkennungsmodell trainiert, um auf der restlichen Kantonsfl{\"a}che die Feinerschliessung automatisch zu kartieren. Das Modell hat rund 90 Prozent der sichtbaren Fahrspuren zuverl{\"a}ssig erkannt. Die Daten dienen f{\"u}r die Erstellung von Arbeitsauftr{\"a}gen oder Holzschlagskizzen und werden Maschinisten im Bord-GPS zur Verf{\"u}gung gestellt.},
langid = {english}
}
@article{blackfordDigitalSoilMapping2021,
title = {Digital Soil Mapping Workflow for Forest Resource Applications: A Case Study in the {{Hearst Forest}}, {{Ontario}}},
shorttitle = {Digital Soil Mapping Workflow for Forest Resource Applications},
author = {Blackford, Christopher and Heung, Brandon and Baldwin, Ken and Fleming, Robert L. and Hazlett, Paul W. and Morris, Dave M. and Uhlig, Peter W.C. and Webster, Kara L.},
year = {2021},
month = jan,
journal = {Canadian Journal of Forest Research},
volume = {51},
number = {1},
pages = {59--77},
issn = {0045-5067, 1208-6037},
doi = {10.1139/cjfr-2020-0066},
urldate = {2023-03-09},
abstract = {Accurate soil information is critically important for forest management planning and operations but is challenging to map. Digital soil mapping (DSM) improves upon the limitations of conventional soil mapping by explicitly linking a variety of environmental data layers to spatial soil point data sets to continuously predict soil variability across a landscape. Thus far, much DSM research has focussed on the development of ultrafine-resolution soil maps within agricultural systems; however, increasing availability of light detection and ranging (LiDAR) data presents new opportunities to apply DSM to support forest resource applications at multiple scales. This project describes a DSM workflow using LiDAR-derived elevation data and machine learning models (MLMs) to predict key forest soil attributes. A case study in the Hearst Forest in northeastern Ontario, Canada, is used to illustrate the workflow. We applied multiple MLMs to the Hearst Forest to predict soil moisture regime and textural class. Both qualitative and quantitative assessment pointed to the random forest MLM producing the best maps (63\% accuracy for moisture regime and 66\% accuracy for textural class). Where error occurred, soils were typically misclassified to neighbouring classes. This standardized, flexible workflow is a valuable tool for practitioners that want to undertake DSM as part of forest resource management and planning.},
langid = {english}
}
@article{bredePeeringThicketEffects2022,
title = {Peering through the Thicket: {{Effects}} of {{UAV LiDAR}} Scanner Settings and Flight Planning on Canopy Volume Discovery},
shorttitle = {Peering through the Thicket},
author = {Brede, Benjamin and Bartholomeus, Harm M. and Barbier, Nicolas and Pimont, Fran{\c c}ois and Vincent, Gr{\'e}goire and Herold, Martin},
year = {2022},
month = nov,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {114},
pages = {103056},
issn = {15698432},
doi = {10.1016/j.jag.2022.103056},
urldate = {2023-02-15},
langid = {english}
}
@article{brodicRefinementIndividualTree2022,
title = {Refinement of {{Individual Tree Detection Results Obtained}} from {{Airborne Laser Scanning Data}} for a {{Mixed Natural Forest}}},
author = {Brodi{\'c}, Nenad and Cvijetinovi{\'c}, {\v Z}eljko and Milenkovi{\'c}, Milutin and Kova{\v c}evi{\'c}, Jovan and Stan{\v c}i{\'c}, Nikola and Mitrovi{\'c}, Momir and Mihajlovi{\'c}, Dragan},
year = {2022},
month = oct,
journal = {Remote Sensing},
volume = {14},
number = {21},
pages = {5345},
issn = {2072-4292},
doi = {10.3390/rs14215345},
urldate = {2023-02-15},
abstract = {Numerous semi- and fully-automatic algorithms have been developed for individual tree detection from airborne laser-scanning data, but different rates of falsely detected treetops also accompany their results. In this paper, we proposed an approach that includes a machine learning-based refinement step to reduce the number of falsely detected treetops. The approach involves the local maxima filtering and segmentation of the canopy height model to extract different segment-level features used for the classification of treetop candidates. The study was conducted in a mixed temperate forest, predominantly deciduous, with a complex topography and an area size of 0.6 km {\texttimes} 4 km. The classification model's training was performed by five machine learning approaches: Random Forest (RF), Extreme Gradient Boosting, Artificial Neural Network, the Support Vector Machine, and Logistic Regression. The final classification model with optimal hyperparameters was adopted based on the best-performing classifier (RF). The overall accuracy (OA) and kappa coefficient ({$\kappa$}) obtained from the ten-fold cross validation for the training data were 90.4\% and 0.808, respectively. The prediction of the test data resulted in an OA = 89.0\% and a {$\kappa$} = 0.757. This indicates that the proposed method could be an adequate solution for the reduction of falsely detected treetops before tree crown segmentation, especially in deciduous forests.},
langid = {english}
}
@article{brownEvaluationSPL100Single2020,
title = {Evaluation of {{SPL100 Single Photon Lidar Data}}},
author = {Brown, Rebecca and Hartzell, Preston and Glennie, Craig},
year = {2020},
month = feb,
journal = {Remote Sensing},
volume = {12},
number = {4},
pages = {722},
issn = {2072-4292},
doi = {10.3390/rs12040722},
urldate = {2023-02-15},
abstract = {Geiger-mode and single photon lidar sensors have recently emerged on the commercial market, advertising greater collection efficiency than the traditional linear mode lidar (LML) systems. Non-linear photon detection is a new technology for the geospatial community, and its performance characteristics for surveying and mapping are not yet well understood. Therefore, the geospatial quality of the data produced by one of these new sensors, the Leica SPL100, is examined by comparing the achieved lidar point cloud accuracy, precision, digital elevation model (DEM) generation, canopy penetration, and multiple return generation to a LML point cloud. We find the SPL100 has a lower ranging precision than linear mode lidar and that the precision is more negatively affected by surface properties such as low intensity and high incidence angle. The accuracy of the SPL100 point cloud, however, was found to be comparable to LML for smooth horizontal surfaces. A 1 m resolution SPL100 DEM was also comparable to a corresponding LML DEM, but the SPL100 was observed to have a reduced ability to resolve multiple returns through vegetation when compared to a LML sensor. In its current state, the SPL100 is likely best suited for applications in which the need for collection efficiency outweighs the need for maximum precision and canopy penetration and modeling.},
langid = {english}
}
@article{brunnerSegmentationConiferTree2022,
title = {Segmentation of Conifer Tree Crowns from Terrestrial Laser Scanning Point Clouds in Mixed Stands of {{Scots}} Pine and {{Norway}} Spruce},
author = {Brunner, Andreas and Houtmeyers, Silke},
year = {2022},
month = oct,
journal = {European Journal of Forest Research},
volume = {141},
number = {5},
pages = {909--925},
issn = {1612-4669, 1612-4677},
doi = {10.1007/s10342-022-01481-5},
urldate = {2023-02-15},
abstract = {Abstract Terrestrial laser scanning of conifer tree crowns is challenged by occlusion problems causing sparse point clouds for many trees. Automatic segmentation of conifer tree crowns from sparse point clouds is a task that has only recently been addressed and not solved in a way that all trees can be segmented automatically without assignment errors. We developed a new segmentation algorithm that is based on region growing from seeds in voxelized 3D laser point clouds. In our data, field measured tree positions and diameters were available as input data to estimate crown cores as seeds for the region growing. In other applications, these seeds can be derived from the laser point cloud. Segmentation success was judged visually in the 3D voxel clouds for 1294 tree crowns of Norway spruce and Scots pine on 24 plots in six mixed species stands. Only about half of the tree crowns had only minor or no segmentation errors allowing to fit concentric crown models. Segmentation errors were most often caused by unsegmented neighbors at the edge of the sample plots. Wrong assignments of crown parts were also more frequent in dense groups of trees and for understory trees. For some trees, point clouds were too sparse to describe the crown. Segmentation success rates were considerably higher for dominant trees in the plot center. Despite the incomplete automatic segmentation of tree crowns, metrics describing crown size and crown shape could be derived for a large number of sample trees. A description of the irregular shape of tree crowns was not possible for most trees due to the sparse point clouds in the upper crown of most trees.},
langid = {english}
}
@article{caldersLaserScanningReveals2022,
title = {Laser Scanning Reveals Potential Underestimation of Biomass Carbon in Temperate Forest},
author = {Calders, Kim and Verbeeck, Hans and Burt, Andrew and Origo, Niall and Nightingale, Joanne and Malhi, Yadvinder and Wilkes, Phil and Raumonen, Pasi and Bunce, Robert G. H. and Disney, Mathias},
year = {2022},
month = oct,
journal = {Ecological Solutions and Evidence},
volume = {3},
number = {4},
issn = {2688-8319, 2688-8319},
doi = {10.1002/2688-8319.12197},
urldate = {2023-02-28},
langid = {english}
}
@article{caldersStrucNetGlobalNetwork2023,
title = {{{StrucNet}}: A Global Network for Automated Vegetation Structure Monitoring},
shorttitle = {{{StrucNet}}},
author = {Calders, Kim and Brede, Benjamin and Newnham, Glenn and Culvenor, Darius and Armston, John and Bartholomeus, Harm and Griebel, Anne and Hayward, Jodie and Junttila, Samuli and Lau, Alvaro and Levick, Shaun and Morrone, Rosalinda and Origo, Niall and Pfeifer, Marion and Verbesselt, Jan and Herold, Martin},
editor = {Sankey, Temuulen and Murray, Nicholas},
year = {2023},
month = apr,
journal = {Remote Sensing in Ecology and Conservation},
pages = {rse2.333},
issn = {2056-3485, 2056-3485},
doi = {10.1002/rse2.333},
urldate = {2023-06-02},
langid = {english}
}
@article{camarrettaMonitoringForestStructure2020,
title = {Monitoring Forest Structure to Guide Adaptive Management of Forest Restoration: A Review of Remote Sensing Approaches},
shorttitle = {Monitoring Forest Structure to Guide Adaptive Management of Forest Restoration},
author = {Camarretta, Nicol{\`o} and Harrison, Peter A. and Bailey, Tanya and Potts, Brad and Lucieer, Arko and Davidson, Neil and Hunt, Mark},
year = {2020},
month = jul,
journal = {New Forests},
volume = {51},
number = {4},
pages = {573--596},
issn = {0169-4286, 1573-5095},
doi = {10.1007/s11056-019-09754-5},
urldate = {2023-06-02},
langid = {english}
}
@article{caoBenchmarkingAirborneLaser2023,
title = {Benchmarking Airborne Laser Scanning Tree Segmentation Algorithms in Broadleaf Forests Shows High Accuracy Only for Canopy Trees},
author = {Cao, Yujie and Ball, James G.C. and Coomes, David A. and Steinmeier, Leon and Knapp, Nikolai and Wilkes, Phil and Disney, Mathias and Calders, Kim and Burt, Andrew and Lin, Yi and Jackson, Toby D.},
year = {2023},
month = sep,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {123},
pages = {103490},
issn = {15698432},
doi = {10.1016/j.jag.2023.103490},
urldate = {2023-10-20},
langid = {english}
}
@techreport{caoTreeSegmentationAirborne2022,
type = {Preprint},
title = {Tree Segmentation in Airborne Laser Scanning Data Is Only Accurate for Canopy Trees},
author = {Cao, Yujie and Ball, James G. C. and Coomes, David A. and Steinmeier, Leon and Knapp, Nikolai and Wilkes, Phil and Disney, Mathias and Calders, Kim and Burt, Andrew and Lin, Yi and Jackson, Tobias D.},
year = {2022},
month = dec,
institution = {Ecology},
doi = {10.1101/2022.11.29.518407},
urldate = {2023-03-23},
abstract = {Abstract Individual tree segmentation from airborne laser scanning data is a longstanding and important challenge in forest remote sensing. There are a number of segmentation algorithms but robust intercomparison studies are rare due to the difficulty of obtaining reliable reference data. Here we provide a benchmark data set for temperate and tropical broadleaf forests generated from labelled terrestrial laser scanning data. We compare the performance of four widely used tree segmentation algorithms against this benchmark data set. All algorithms achieved reasonable accuracy for the canopy trees, but very low accuracy for the understory trees. The point cloud based algorithm AMS3D (Adaptive Mean Shift 3D) had the highest overall accuracy, closely followed by the 2D raster based region growing algorithm Dalponte2016+. This result was consistent across both forest types. This study emphasises the need to assess tree segmentation algorithms directly using benchmark data. We provide the first openly available benchmark data set for tropical forests and we hope future studies will extend this work to other regions.},
langid = {english}
}
@misc{choudhryPrecisionForestryRevolution2018,
title = {Precision Forestry: {{A}} Revolution in the {{woodsThe}} Precision Forestry Revolution {\textbar} {{McKinsey}}},
author = {Choudhry, Harsh and O'Kelly, Glen},
year = {2018},
month = jun,
journal = {https://www.mckinsey.com/industries/paper-forest-products-and-packaging/our-insights/precision-forestry-a-revolution-in-the-woods},
urldate = {2023-03-03},
abstract = {Advanced technologies could improve forest management significantly. What areas are most promising, and how can forestry companies start their digital transformation?},
howpublished = {https://www.mckinsey.com/industries/paper-forest-products-and-packaging/our-insights/precision-forestry-a-revolution-in-the-woods}
}
@article{coopsFrameworkRealtimeForest2023,
title = {Framework for near Real-Time Forest Inventory Using Multi Source Remote Sensing Data},
author = {Coops, Nicholas C and Tompalski, Piotr and Goodbody, Tristan R H and Achim, Alexis and Mulverhill, Christopher},
editor = {Fassnacht, Fabian},
year = {2023},
month = jan,
journal = {Forestry: An International Journal of Forest Research},
volume = {96},
number = {1},
pages = {1--19},
issn = {0015-752X, 1464-3626},
doi = {10.1093/forestry/cpac015},
urldate = {2023-02-15},
abstract = {Abstract Forestry inventory update is a critical component of sustainable forest management, requiring both the spatially explicit identification of forest cover change and integration of sampled or modelled components like growth and regeneration. Contemporary inventory data demands are shifting, with an increased focus on accurate attribute estimation via the integration of advanced remote sensing data such as airborne laser scanning (ALS). Key challenges remain, however, on how to maintain and update these next-generation inventories as they age. Of particular interest is the identification of remotely sensed data that can be applied cost effectively, as well as establishing frameworks to integrate these data to update information on forest condition, predict future growth and yield, and integrate information that can guide forest management or silvicultural decisions such as thinning and harvesting prescriptions. The purpose of this article is to develop a conceptual framework for forestry inventory update, which is also known as the establishment of a `living inventory'. The proposed framework contains the critical components of an inventory update including inventory and growth monitoring, change detection and error propagation. In the framework, we build on existing applications of ALS-derived enhanced inventories and integrate them with data from satellite constellations of free and open, analysis-ready moderate spatial resolution imagery. Based on a review of the current literature, our approach fits trajectories to chronosequences of pixel-level spectral index values to detect change. When stand-replacing change is detected, corresponding values of cell-level inventory attributes are reset and re-established based on an assigned growth curve. In the case of non--stand-replacing disturbances, cell estimates are modified based on predictive models developed between the degree of observed spectral change and relative changes in the inventory attributes. We propose that additional fine-scale data can be collected over the disturbed area, from sources such as CubeSats or remotely piloted airborne systems, and attributes updated based on these data sources. Cells not identified as undergoing change are assumed unchanged with cell-level growth curves used to increment inventory attributes. We conclude by discussing the impact of error propagation on the prediction of forest inventory attributes through the proposed near real-time framework, computing needs and integration of other available remote sensing data.},
langid = {english}
}
@article{coopsModellingLidarderivedEstimates2021,
title = {Modelling Lidar-Derived Estimates of Forest Attributes over Space and Time: {{A}} Review of Approaches and Future Trends},
shorttitle = {Modelling Lidar-Derived Estimates of Forest Attributes over Space and Time},
author = {Coops, Nicholas C. and Tompalski, Piotr and Goodbody, Tristan R.H. and Queinnec, Martin and Luther, Joan E. and Bolton, Douglas K. and White, Joanne C. and Wulder, Michael A. and {van Lier}, Oliver R. and Hermosilla, Txomin},
year = {2021},
month = jul,
journal = {Remote Sensing of Environment},
volume = {260},
pages = {112477},
issn = {00344257},
doi = {10.1016/j.rse.2021.112477},
urldate = {2023-03-22},
langid = {english}
}
@article{cushmanSmallFieldPlots2023,
title = {Small {{Field Plots Can Cause Substantial Uncertainty}} in {{Gridded Aboveground Biomass Products}} from {{Airborne Lidar Data}}},
author = {Cushman, K. C. and Saatchi, Sassan and McRoberts, Ronald E. and {Anderson-Teixeira}, Kristina J. and Bourg, Norman A. and Chapman, Bruce and McMahon, Sean M. and Mulverhill, Christopher},
year = {2023},
month = jul,
journal = {Remote Sensing},
volume = {15},
number = {14},
pages = {3509},
issn = {2072-4292},
doi = {10.3390/rs15143509},
urldate = {2023-10-20},
abstract = {Emerging satellite radar and lidar platforms are being developed to produce gridded aboveground biomass (AGB) predictions that are poised to expand our understanding of global carbon stocks and changes. However, the spatial resolution of AGB map products from these platforms is often larger than the available field plot data underpinning model calibration and validation efforts. Intermediate-resolution/extent remotely sensed data, like airborne lidar, can serve as a bridge between small plots and map resolution, but methods are needed to estimate and propagate uncertainties with multiple layers of data. Here, we introduce a workflow to estimate the pixel-level mean and variance in AGB maps by propagating uncertainty from a lidar-based model using small plots, taking into account prediction uncertainty, residual uncertainty, and residual spatial autocorrelation. We apply this workflow to estimate AGB uncertainty at a 100 m map resolution (1 ha pixels) using 0.04 ha field plots from 11 sites across four ecoregions. We compare uncertainty estimates using site-specific models, ecoregion-specific models, and a general model using all sites. The estimated AGB uncertainty for 1 ha pixels increased with mean AGB, reaching 7.8--33.3 Mg ha-1 for site-specific models (one standard deviation), 11.1--28.2 Mg ha-1 for ecoregion-specific models, and 21.1--22.1 Mg ha-1 for the general model for pixels in the AGB range of 80--100 Mg ha-1. Only 3 of 11 site-specific models had a total uncertainty of {$<$}15 Mg ha-1 in this biomass range, suitable for the calibration or validation of AGB map products. Using two additional sites with larger field plots, we show that lidar-based models calibrated with larger field plots can substantially reduce 1 ha pixel AGB uncertainty for the same range from 18.2 Mg ha-1 using 0.04 ha plots to 10.9 Mg ha-1 using 0.25 ha plots and 10.1 Mg ha-1 using 1 ha plots. We conclude that the estimated AGB uncertainty from models estimated from small field plots may be unacceptably large, and we recommend coordinated efforts to measure larger field plots as reference data for the calibration or validation of satellite-based map products at landscape scales ({$\geq$}0.25 ha).},
langid = {english}
}
@article{dalagnolLargescaleVariationsDynamics2021,
title = {Large-Scale Variations in the Dynamics of {{Amazon}} Forest Canopy Gaps from Airborne Lidar Data and Opportunities for Tree Mortality Estimates},
author = {Dalagnol, Ricardo and Wagner, Fabien H. and Galv{\~a}o, L{\^e}nio S. and Streher, Annia S. and Phillips, Oliver L. and Gloor, Emanuel and Pugh, Thomas A. M. and Ometto, Jean P. H. B. and Arag{\~a}o, Luiz E. O. C.},
year = {2021},
month = jan,
journal = {Scientific Reports},
volume = {11},
number = {1},
pages = {1388},
issn = {2045-2322},
doi = {10.1038/s41598-020-80809-w},
urldate = {2023-02-15},
abstract = {Abstract We report large-scale estimates of Amazonian gap dynamics using a novel approach with large datasets of airborne light detection and ranging (lidar), including five multi-temporal and 610 single-date lidar datasets. Specifically, we (1) compared the fixed height and relative height methods for gap delineation and established a relationship between static and dynamic gaps (newly created gaps); (2) explored potential environmental/climate drivers explaining gap occurrence using generalized linear models; and (3) cross-related our findings to mortality estimates from 181 field plots. Our findings suggest that static gaps are significantly correlated to dynamic gaps and can inform about structural changes in the forest canopy. Moreover, the relative height outperformed the fixed height method for gap delineation. Well-defined and consistent spatial patterns of dynamic gaps were found over the Amazon, while also revealing the dynamics of areas never sampled in the field. The predominant pattern indicates 20--35\% higher gap dynamics at the west and southeast than at the central-east and north. These estimates were notably consistent with field mortality patterns, but they showed 60\% lower magnitude likely due to the predominant detection of the broken/uprooted mode of death. While topographic predictors did not explain gap occurrence, the water deficit, soil fertility, forest flooding and degradation were key drivers of gap variability at the regional scale. These findings highlight the importance of lidar in providing opportunities for large-scale gap dynamics and tree mortality monitoring over the Amazon.},
langid = {english}
}
@article{davisonEffectLeafonLeafoff2020,
title = {The Effect of Leaf-on and Leaf-off Forest Canopy Conditions on {{LiDAR}} Derived Estimations of Forest Structural Diversity},
author = {Davison, Sophie and Donoghue, Daniel N.M. and Galiatsatos, Nikolaos},
year = {2020},
month = oct,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {92},
pages = {102160},
issn = {15698432},
doi = {10.1016/j.jag.2020.102160},
urldate = {2023-03-14},
langid = {english}
}
@article{derschCompleteTreeCrown2023,
title = {Towards Complete Tree Crown Delineation by Instance Segmentation with {{Mask R}}--{{CNN}} and {{DETR}} Using {{UAV-based}} Multispectral Imagery and Lidar Data},
author = {Dersch, S. and Sch{\"o}ttl, A. and Krzystek, P. and Heurich, M.},
year = {2023},
month = apr,
journal = {ISPRS Open Journal of Photogrammetry and Remote Sensing},
volume = {8},
pages = {100037},
issn = {26673932},
doi = {10.1016/j.ophoto.2023.100037},
urldate = {2023-05-23},
langid = {english}
}
@article{dietmaierComparisonLiDARDigital2019,
title = {Comparison of {{LiDAR}} and {{Digital Aerial Photogrammetry}} for {{Characterizing Canopy Openings}} in the {{Boreal Forest}} of {{Northern Alberta}}},
author = {Dietmaier, Annette and McDermid, Gregory J. and Rahman, Mir Mustafizur and Linke, Julia and Ludwig, Ralf},
year = {2019},
month = aug,
journal = {Remote Sensing},
volume = {11},
number = {16},
pages = {1919},
issn = {2072-4292},
doi = {10.3390/rs11161919},
urldate = {2023-03-20},
abstract = {Forest canopy openings are a key element of forest structure, influencing a host of ecological dynamics. Light detection and ranging (LiDAR) is the de-facto standard for measuring three-dimensional forest structure, but digital aerial photogrammetry (DAP) has emerged as a viable and economical alternative. We compared the performance of LiDAR and DAP data for characterizing canopy openings and no-openings across a 1-km2 expanse of boreal forest in northern Alberta, Canada. Structural openings in canopy cover were delineated using three canopy height model (CHM) alternatives, from (i) LiDAR, (ii) DAP, and (iii) a LiDAR/DAP hybrid. From a point-based detectability perspective, the LiDAR CHM produced the best results (87\% overall accuracy), followed by the hybrid and DAP models (47\% and 46\%, respectively). The hybrid and DAP CHMs experienced large errors of omission (9--53\%), particularly with small openings up to 20m2, which are an important element of boreal forest structure. By missing these, DAP and hybrid datasets substantially under-reported the total area of openings across our site (152,470 m2 and 159,848 m2, respectively) compared to LiDAR (245,920 m2). Our results illustrate DAP's sensitivity to occlusions, mismatched tie points, and other optical challenges inherent to using structure-from-motion workflows in complex forest scenes. These under-documented constraints currently limit the technology's capacity to fully characterize canopy structure. For now, we recommend that operational use of DAP in forests be limited to mapping large canopy openings, and area-based attributes that are well-documented in the literature.},
langid = {english}
}
@article{diltsImprovedTopographicRuggedness2023,
title = {Improved Topographic Ruggedness Indices More Accurately Model Fine-Scale Ecological Patterns},
author = {Dilts, Thomas E. and Blum, Marcus E. and Shoemaker, Kevin T. and Weisberg, Peter J. and Stewart, Kelley M.},
year = {2023},
month = apr,
journal = {Landscape Ecology},
issn = {0921-2973, 1572-9761},
doi = {10.1007/s10980-023-01646-6},
urldate = {2023-04-20},
langid = {english}
}
@misc{europeancommission.jointresearchcentre.NoncommercialLightDetection2021,
title = {Non-Commercial {{Light Detection}} and {{Ranging}} ({{LiDAR}}) Data in {{Europe}}.},
author = {{European Commission. Joint Research Centre.}},
year = {2021},
urldate = {2023-02-27},
langid = {english}
}
@article{eysnBenchmarkLidarBasedSingle2015,
title = {A {{Benchmark}} of {{Lidar-Based Single Tree Detection Methods Using Heterogeneous Forest Data}} from the {{Alpine Space}}},
author = {Eysn, Lothar and Hollaus, Markus and Lindberg, Eva and Berger, Fr{\'e}d{\'e}ric and Monnet, Jean-Matthieu and Dalponte, Michele and Kobal, Milan and Pellegrini, Marco and Lingua, Emanuele and Mongus, Domen and Pfeifer, Norbert},
year = {2015},
month = may,
journal = {Forests},
volume = {6},
number = {12},
pages = {1721--1747},
issn = {1999-4907},
doi = {10.3390/f6051721},
urldate = {2023-03-14},
langid = {english}
}
@article{ferrazLidarDetectionIndividual2016,
title = {Lidar Detection of Individual Tree Size in Tropical Forests},
author = {Ferraz, Ant{\'o}nio and Saatchi, Sassan and Mallet, Cl{\'e}ment and Meyer, Victoria},
year = {2016},
month = sep,
journal = {Remote Sensing of Environment},
volume = {183},
pages = {318--333},
issn = {00344257},
doi = {10.1016/j.rse.2016.05.028},
urldate = {2023-03-23},
langid = {english}
}
@article{fuhrDetectingOvermatureForests2022,
title = {Detecting Overmature Forests with Airborne Laser Scanning ( {{{\textsc{ALS}}}} )},
shorttitle = {Detecting Overmature Forests with Airborne Laser Scanning (},
author = {Fuhr, Marc and Lalech{\`e}re, Etienne and Monnet, Jean-Matthieu and Berg{\`e}s, Laurent},
editor = {Disney, Mat and Hernandez-Clemente, Roc{\'i}o},
year = {2022},
month = oct,
journal = {Remote Sensing in Ecology and Conservation},
volume = {8},
number = {5},
pages = {731--743},
issn = {2056-3485, 2056-3485},
doi = {10.1002/rse2.274},
urldate = {2023-02-15},
langid = {english}
}
@article{ganzMeasuringTreeHeight2019,
title = {Measuring {{Tree Height}} with {{Remote Sensing}}---{{A Comparison}} of {{Photogrammetric}} and {{LiDAR Data}} with {{Different Field Measurements}}},
author = {Ganz, Selina and K{\"a}ber, Yannek and Adler, Petra},
year = {2019},
month = aug,
journal = {Forests},
volume = {10},
number = {8},
pages = {694},
issn = {1999-4907},
doi = {10.3390/f10080694},
urldate = {2023-03-09},
abstract = {We contribute to a better understanding of different remote sensing techniques for tree height estimation by comparing several techniques to both direct and indirect field measurements. From these comparisons, factors influencing the accuracy of reliable tree height measurements were identified. Different remote sensing methods were applied on the same test site, varying the factors sensor type, platform, and flight parameters. We implemented light detection and ranging (LiDAR) and photogrammetric aerial images received from unmanned aerial vehicles (UAV), gyrocopter, and aircraft. Field measurements were carried out indirectly using a Vertex clinometer and directly after felling using a tape measure on tree trunks. Indirect measurements resulted in an RMSE of 1.02 m and tend to underestimate tree height with a systematic error of -0.66 m. For the derivation of tree height, the results varied from an RMSE of 0.36 m for UAV-LiDAR data to 2.89 m for photogrammetric data acquired by an aircraft. Measurements derived from LiDAR data resulted in higher tree heights, while measurements from photogrammetric data tended to be lower than field measurements. When absolute orientation was appropriate, measurements from UAV-Camera were as reliable as those from UAV-LiDAR. With low flight altitudes, small camera lens angles, and an accurate orientation, higher accuracies for the estimation of individual tree heights could be achieved. The study showed that remote sensing measurements of tree height can be more accurate than traditional triangulation techniques if the aforementioned conditions are fulfilled.},
langid = {english}
}
@article{garabedianQuantitativeAnalysisWoodpecker2014,
title = {Quantitative Analysis of Woodpecker Habitat Using High-Resolution Airborne {{LiDAR}} Estimates of Forest Structure and Composition},
author = {Garabedian, James E. and McGaughey, Robert J. and Reutebuch, Stephen E. and Parresol, Bernard R. and Kilgo, John C. and Moorman, Christopher E. and Peterson, M. Nils},
year = {2014},
month = apr,
journal = {Remote Sensing of Environment},
volume = {145},
pages = {68--80},
issn = {00344257},
doi = {10.1016/j.rse.2014.01.022},
urldate = {2023-04-11},
langid = {english}
}
@article{gavilan-acunaEstimatingPotentialTree2022,
title = {Estimating Potential Tree Height in {{{\emph{Pinus}}}}{\emph{ Radiata}} Plantations Using Airborne Laser Scanning Data},
author = {{Gavil{\'a}n-Acu{\~n}a}, Gonzalo and Coops, Nicholas C. and Tompalski, Piotr and {Mena-Quijada}, Pablo},
year = {2022},
month = oct,
journal = {Canadian Journal of Forest Research},
volume = {52},
number = {10},
pages = {1353--1366},
issn = {0045-5067, 1208-6037},
doi = {10.1139/cjfr-2022-0121},
urldate = {2023-03-01},
abstract = {Representing the spatial distribution of trees and competition interactions in growth models improves growth prediction and provides insights into spatially explicit forecasts for precise silvicultural interventions. However, this information is rarely taken into account over large areas because obtaining the spatial distribution of individual trees and estimating their competition is both expensive and time consuming. Airborne laser scanning enables rapid estimation of tree height and other attributes over large areas. In this study, we implemented an individual tree detection approach to first extract tree attributes of Pinus radiata D.~Don plantations, and second to use this spatially explicit information on tree location and competition to forecast potential tree height, defined as a maximum projected tree height at rotation age. To do so, using a chronosequence of tree heights, we developed a tree height growth model using a Chapman--Richards function, utilizing the effect of inter-tree competition and stand-level top height (TH) on the tree height growth. The results showed that using chronosequence of heights, competition, and TH resulted in accurate predictions of potential tree height (root mean square error~=~2.9~m; mean absolute percentage error~=~0.154\%). We concluded that individual tree height growth is significantly influenced by competition, with increased competition values associated with reductions in potential height growth by 22.2\% at 30 years.},
langid = {english}
}
@article{glasmannMappingSubcanopyLight2023,
title = {Mapping Subcanopy Light Regimes in Temperate Mountain Forests from {{Airborne Laser Scanning}}, {{Sentinel-1}} and {{Sentinel-2}}},
author = {Glasmann, Felix and Senf, Cornelius and Seidl, Rupert and Annigh{\"o}fer, Peter},
year = {2023},
month = dec,
journal = {Science of Remote Sensing},
volume = {8},
pages = {100107},
issn = {26660172},
doi = {10.1016/j.srs.2023.100107},
urldate = {2023-11-21},
langid = {english}
}
@article{goodbodyAirborneLaserScanning2021,
title = {Airborne Laser Scanning for Quantifying Criteria and Indicators of Sustainable Forest Management in {{Canada}}},
author = {Goodbody, Tristan R.H. and Coops, Nicholas C. and Luther, Joan E. and Tompalski, Piotr and Mulverhill, Christopher and Frizzle, Catherine and Fournier, Richard and Furze, Shane and Herniman, Sam},
year = {2021},
month = jul,
journal = {Canadian Journal of Forest Research},
volume = {51},
number = {7},
pages = {972--985},
issn = {0045-5067, 1208-6037},
doi = {10.1139/cjfr-2020-0424},
urldate = {2023-03-06},
abstract = {Airborne laser scanning (ALS) has emerged as a technology capable of generating descriptors of vegetation structure and best available terrain information. Research and operational implementations of ALS data have highlighted their value for characterizing forest structure and generating spatially explicit and objective spatial coverages and mapping products for forest management. Continued emphasis to enhance forest stewardship is promoting novel methods to integrate ALS to detail non-timber ecosystem values like habitat, soil, and water. Standardized criteria and indicator frameworks such as the Canadian Council of Forest Ministers provide a reliable starting point for where ALS has opportunities to characterize ecosystems objectively regardless of location. In this review of primarily Canadian work, we highlight how ALS is becoming an increasingly viable technology for deriving meaningful indicators to meet sustainable forest management criteria. We review and highlight the value of ALS for quantifying indicators of biological diversity, ecosystem condition and productivity, soil and water, and the role of forests in global ecological cycles. We conclude by highlighting the need for increased education, tech transfer, flexible software, and reporting frameworks alongside five key considerations for using ALS to derive meaningful indicators of sustainable forest management.},
langid = {english}
}
@article{goodbodyAirborneLaserScanning2023,
title = {Airborne Laser Scanning to Optimize the Sampling Efficiency of a Forest Management Inventory in {{South-Eastern Germany}}},
author = {Goodbody, Tristan R.H. and Coops, Nicholas C. and Senf, Cornelius and Seidl, Rupert},
year = {2023},
month = dec,
journal = {Ecological Indicators},
volume = {157},
pages = {111281},
issn = {1470160X},
doi = {10.1016/j.ecolind.2023.111281},
urldate = {2023-11-21},
langid = {english}
}
@article{goodbodyDigitalAerialPhotogrammetry2019,
title = {Digital {{Aerial Photogrammetry}} for {{Updating Area-Based Forest Inventories}}: {{A Review}} of {{Opportunities}}, {{Challenges}}, and {{Future Directions}}},
shorttitle = {Digital {{Aerial Photogrammetry}} for {{Updating Area-Based Forest Inventories}}},
author = {Goodbody, Tristan R. H. and Coops, Nicholas C. and White, Joanne C.},
year = {2019},
month = jun,
journal = {Current Forestry Reports},
volume = {5},
number = {2},
pages = {55--75},
issn = {2198-6436},
doi = {10.1007/s40725-019-00087-2},
urldate = {2023-02-15},
langid = {english}
}
@article{goodbodySgsRStructurallyGuided2023,
title = {{{{\emph{sgsR}}}} : A Structurally Guided Sampling Toolbox for {{LiDAR-based}} Forest Inventories},
shorttitle = {{{{\emph{sgsR}}}}},
author = {Goodbody, Tristan R H and Coops, Nicholas C and Queinnec, Martin and White, Joanne C and Tompalski, Piotr and Hudak, Andrew T and Auty, David and Valbuena, Ruben and LeBoeuf, Antoine and Sinclair, Ian and McCartney, Grant and Prieur, Jean-Francois and Woods, Murray E},
editor = {Fassnacht, Fabian},
year = {2023},
month = feb,
journal = {Forestry: An International Journal of Forest Research},
pages = {cpac055},
issn = {0015-752X, 1464-3626},
doi = {10.1093/forestry/cpac055},
urldate = {2023-02-15},
abstract = {Abstract Establishing field inventories can be labor intensive, logistically challenging and expensive. Optimizing a sample to derive accurate forest attribute predictions is a key management-level inventory objective. Traditional sampling designs involving pre-defined, interpreted strata could result in poor selection of within-strata sampling intensities, leading to inaccurate estimates of forest structural variables. The use of airborne laser scanning (ALS) data as an applied forest inventory tool continues to improve understanding of the composition and spatial distribution of vegetation structure across forested landscapes. The increased availability of wall-to-wall ALS data is promoting the concept of structurally guided sampling (SGS), where ALS metrics are used as an auxiliary data source driving stratification and sampling within management-level forest inventories. In this manuscript, we present an open-source R package named sgsR that provides a robust toolbox for implementing various SGS approaches. The goal of this package is to provide a toolkit to facilitate better optimized allocation of sample units and sample size, as well as to assess and augment existing plot networks by accounting for current forest structural conditions. Here, we first provide justification for SGS approaches and the creation of the sgsR toolbox. We then briefly describe key functions and workflows the package offers and provide two reproducible examples. Avenues to implement SGS protocols according to auxiliary data needs are presented.},
langid = {english}
}
@article{gorgensAutomatedOperationalLogging2020,
title = {Automated Operational Logging Plan Considering Multi-Criteria Optimization},
author = {G{\"o}rgens, Eric Bastos and Mund, Jan-Peter and Cremer, Tobias and {de Conto}, Tiago and Krause, Stuart and Valbuena, Ruben and Rodriguez, Luiz Carlos Estraviz},
year = {2020},
month = mar,
journal = {Computers and Electronics in Agriculture},
volume = {170},
pages = {105253},
issn = {01681699},
doi = {10.1016/j.compag.2020.105253},
urldate = {2023-03-03},
langid = {english}
}
@article{grilUsingAirborneLiDAR2023,
title = {Using Airborne {{LiDAR}} to Map Forest Microclimate Temperature Buffering or Amplification},
author = {Gril, Eva and Laslier, Marianne and {Gallet-Moron}, Emilie and Durrieu, Sylvie and Spicher, Fabien and Le Roux, Vincent and Brasseur, Boris and Haesen, Stef and Van Meerbeek, Koenraad and Decocq, Guillaume and Marrec, Ronan and Lenoir, Jonathan},
year = {2023},
month = dec,
journal = {Remote Sensing of Environment},
volume = {298},
pages = {113820},
issn = {00344257},
doi = {10.1016/j.rse.2023.113820},
urldate = {2023-10-20},
langid = {english}
}
@incollection{guoLiDARRemoteSensing2022,
title = {{{LiDAR Remote Sensing}} of {{Forest Ecosystems}}: {{Applications}} and {{Prospects}}},
shorttitle = {{{LiDAR Remote Sensing}} of {{Forest Ecosystems}}},
booktitle = {New {{Thinking}} in {{GIScience}}},
author = {Guo, Qinghua and Liang, Xinlian and Li, Wenkai and Jin, Shichao and Guan, Hongcan and Cheng, Kai and Su, Yanjun and Tao, Shengli},
editor = {Li, Bin and Shi, Xun and Zhu, A-Xing and Wang, Cuizhen and Lin, Hui},
year = {2022},
pages = {221--231},
publisher = {Springer Nature Singapore},
address = {Singapore},
doi = {10.1007/978-981-19-3816-0_24},
urldate = {2023-04-14},
isbn = {978-981-19381-5-3 978-981-19381-6-0},
langid = {english}
}
@article{haesenForestTempSubCanopy2021,
title = {{{ForestTemp}} -- {{Sub}}-canopy Microclimate Temperatures of {{European}} Forests},
author = {Haesen, Stef and Lembrechts, Jonas J. and De Frenne, Pieter and Lenoir, Jonathan and Aalto, Juha and Ashcroft, Michael B. and Kopeck{\'y}, Martin and Luoto, Miska and Maclean, Ilya and Nijs, Ivan and Niittynen, Pekka and Hoogen, Johan and Arriga, Nicola and Br{\r u}na, Josef and Buchmann, Nina and {\v C}iliak, Marek and Collalti, Alessio and De Lombaerde, Emiel and Descombes, Patrice and Gharun, Mana and Goded, Ignacio and Govaert, Sanne and Greiser, Caroline and Grelle, Achim and Gruening, Carsten and Hederov{\'a}, Lucia and Hylander, Kristoffer and Kreyling, J{\"u}rgen and Kruijt, Bart and Macek, Martin and M{\'a}li{\v s}, Franti{\v s}ek and Man, Mat{\v e}j and Manca, Giovanni and Matula, Radim and Meeussen, Camille and Merinero, Sonia and Minerbi, Stefano and Montagnani, Leonardo and Muffler, Lena and Ogaya, Rom{\`a} and Penuelas, Josep and Plichta, Roman and Portillo-Estrada, Miguel and Schmeddes, Jonas and Shekhar, Ankit and Spicher, Fabien and Ujh{\'a}zyov{\'a}, Mariana and Vangansbeke, Pieter and Weigel, Robert and Wild, Jan and Zellweger, Florian and Van Meerbeek, Koenraad},
year = {2021},
month = dec,
journal = {Global Change Biology},
volume = {27},
number = {23},
pages = {6307--6319},
issn = {1354-1013, 1365-2486},
doi = {10.1111/gcb.15892},
urldate = {2023-04-20},
langid = {english}
}
@article{hauglinLargeScaleMapping2021,
title = {Large Scale Mapping of Forest Attributes Using Heterogeneous Sets of Airborne Laser Scanning and {{National Forest Inventory}} Data},
author = {Hauglin, Marius and Rahlf, Johannes and Schumacher, Johannes and Astrup, Rasmus and Breidenbach, Johannes},
year = {2021},
month = dec,
journal = {Forest Ecosystems},
volume = {8},
number = {1},
pages = {65},
issn = {2197-5620},
doi = {10.1186/s40663-021-00338-4},
urldate = {2023-02-24},
abstract = {Abstract Background The Norwegian forest resource map (SR16) maps forest attributes by combining national forest inventory (NFI), airborne laser scanning (ALS) and other remotely sensed data. While the ALS data were acquired over a time interval of 10\,years using various sensors and settings, the NFI data are continuously collected. Aims of this study were to analyze the effects of stratification on models linking remotely sensed and field data, and assess the accuracy overall and at the ALS project level. Materials and methods The model dataset consisted of 9203 NFI field plots and data from 367 ALS projects, covering 17 Mha and 2/3 of the productive forest in Norway. Mixed-effects regression models were used to account for differences among ALS projects. Two types of stratification were used to fit models: 1) stratification by the three main tree species groups spruce, pine and deciduous resulted in species-specific models that can utilize a satellite-based species map for improving predictions, and 2) stratification by species and maturity class resulted in stratum-specific models that can be used in forest management inventories where each stand regularly is visually stratified accordingly. Stratified models were compared to general models that were fit without stratifying the data. Results The species-specific models had relative root-mean-squared errors (RMSEs) of 35\%, 34\%, 31\%, and 12\% for volume, aboveground biomass, basal area, and Lorey's height, respectively. These RMSEs were 2--7 percentage points (pp) smaller than those of general models. When validating using predicted species, RMSEs were 0--4\,pp. smaller than those of general models. Models stratified by main species and maturity class further improved RMSEs compared to species-specific models by up to 1.8\,pp. Using mixed-effects models over ordinary least squares models resulted in a decrease of RMSE for timber volume of 1.0--3.9\,pp., depending on the main tree species. RMSEs for timber volume ranged between 19\%--59\% among individual ALS projects. Conclusions The stratification by tree species considerably improved models of forest structural variables. A further stratification by maturity class improved these models only moderately. The accuracy of the models utilized in SR16 were within the range reported from other ALS-based forest inventories, but local variations are apparent.},
langid = {english}
}
@article{hawryloHowAdequatelyDetermine2024,
title = {How to Adequately Determine the Top Height of Forest Stands Based on Airborne Laser Scanning Point Clouds?},
author = {Hawry{\l}o, Pawe{\l} and Socha, Jaros{\l}aw and W{\k e}{\.z}yk, Piotr and Ocha{\l}, Wojciech and Krawczyk, Wojciech and Miszczyszyn, Jakub and {Tymi{\'n}ska-Czaba{\'n}ska}, Luiza},
year = {2024},
month = jan,
journal = {Forest Ecology and Management},
volume = {551},
pages = {121528},
issn = {03781127},
doi = {10.1016/j.foreco.2023.121528},
urldate = {2024-01-04},
langid = {english}
}
@article{heinaroAirborneLaserScanning2021,
title = {Airborne Laser Scanning Reveals Large Tree Trunks on Forest Floor},
author = {Heinaro, Einari and Tanhuanp{\"a}{\"a}, Topi and Yrttimaa, Tuomas and Holopainen, Markus and Vastaranta, Mikko},
year = {2021},
month = jul,
journal = {Forest Ecology and Management},
volume = {491},
pages = {119225},
issn = {03781127},
doi = {10.1016/j.foreco.2021.119225},
urldate = {2023-02-15},
langid = {english}
}
@article{heinaroEvaluatingFactorsImpacting2023,
title = {Evaluating {{Factors Impacting Fallen Tree Detection}} from {{Airborne Laser Scanning Point Clouds}}},
author = {Heinaro, Einari and Tanhuanp{\"a}{\"a}, Topi and Vastaranta, Mikko and Yrttimaa, Tuomas and Kukko, Antero and Hakala, Teemu and Mattsson, Teppo and Holopainen, Markus},
year = {2023},
month = jan,
journal = {Remote Sensing},
volume = {15},
number = {2},
pages = {382},
issn = {2072-4292},
doi = {10.3390/rs15020382},
urldate = {2023-02-15},
abstract = {Fallen tree mapping provides valuable information regarding the ecological value of boreal forests. Airborne laser scanning (ALS) enables mapping fallen trees on a large scale. We compared the performance of line-detection-based individual fallen tree detection when using moderate point density ALS data (15 points/m2) and high-point-density unmanned aerial vehicle-based laser scanning (ULS) data (285 points/m2). Furthermore, we inspected the dataset and detection methodology-related factors impacting performance in each case. The results of this study showed that increasing the point density of the laser scanning dataset enables the detection of a larger proportion of fallen trees. However, based on our experiment, a line-detection-based fallen tree detection approach is sensitive to noise, thus generating a large number of false detections, especially with high-point-density data. Different types of filters, such as a simple height-based filter and machine-learning-based filters, can be used for reducing noise. However, using such filters is always a compromise, as in addition to reducing noise and thus false detections, they also reduce the number of true detections. Hence, a less noise-sensitive fallen tree detection method utilizing the finer details visible in high-density point clouds could be more suitable for high-point-density laser scanning data.},
langid = {english}
}
@article{hoffmannTrafficabilityPredictionUsing2022,
title = {Trafficability {{Prediction Using Depth-to-Water Maps}}: The {{Status}} of {{Application}} in {{Northern}} and {{Central European Forestry}}},
shorttitle = {Trafficability {{Prediction Using Depth-to-Water Maps}}},
author = {Hoffmann, Stephan and Sch{\"o}nauer, Marian and Heppelmann, Joachim and Asikainen, Antti and Cacot, Emmanuel and Eberhard, Benno and Hasenauer, Hubert and Ivanovs, Janis and Jaeger, Dirk and Lazdins, Andis and Mohtashami, Sima and Moskalik, Tadeusz and Nordfjell, Tomas and Stere{\'n}czak, Krzysztof and Talbot, Bruce and Uusitalo, Jori and Vuillermoz, Morgan and Astrup, Rasmus},
year = {2022},
month = mar,
journal = {Current Forestry Reports},
volume = {8},
number = {1},
pages = {55--71},
issn = {2198-6436},
doi = {10.1007/s40725-021-00153-8},
urldate = {2023-02-15},
abstract = {Abstract Purpose of Review Mechanized logging operations with ground-based equipment commonly represent European production forestry but are well-known to potentially cause soil impacts through various forms of soil disturbances, especially on wet soils with low bearing capacity. In times of changing climate, with shorter periods of frozen soils, heavy rain fall events in spring and autumn and frequent needs for salvage logging, forestry stakeholders face increasingly unfavourable conditions to conduct low-impact operations. Thus, more than ever, planning tools such as trafficability maps are required to ensure efficient forest operations at reduced environmental impact. This paper aims to describe the status quo of existence and implementation of such tools applied in forest operations across Europe. In addition, focus is given to the availability and accessibility of data relevant for such predictions. Recent Findings A commonly identified method to support the planning and execution of machine-based operations is given by the prediction of areas with low bearing capacity due to wet soil conditions. Both the topographic wetness index (TWI) and the depth-to-water algorithm (DTW) are used to identify wet areas and to produce trafficability maps, based on spatial information. Summary The required input data is commonly available among governmental institutions and in some countries already further processed to have topography-derived trafficability maps and respective enabling technologies at hand. Particularly the Nordic countries are ahead within this process and currently pave the way to further transfer static trafficability maps into dynamic ones, including additional site-specific information received from detailed forest inventories. Yet, it is hoped that a broader adoption of these information by forest managers throughout Europe will take place to enhance sustainable forest operations.},
langid = {english}
}
@article{holmgrenTreeCrownSegmentation2022,
title = {Tree Crown Segmentation in Three Dimensions Using Density Models Derived from Airborne Laser Scanning},
author = {Holmgren, Johan and Lindberg, Eva and Olofsson, Kenneth and Persson, Henrik J.},
year = {2022},
month = jan,
journal = {International Journal of Remote Sensing},
volume = {43},
number = {1},
pages = {299--329},
issn = {0143-1161, 1366-5901},
doi = {10.1080/01431161.2021.2018149},
urldate = {2023-02-24},
langid = {english}
}
@article{holopainenOutlookNextGeneration2014,
title = {Outlook for the {{Next Generation}}'s {{Precision Forestry}} in {{Finland}}},
author = {Holopainen, Markus and Vastaranta, Mikko and Hyypp{\"a}, Juha},
year = {2014},
month = jul,
journal = {Forests},
volume = {5},
number = {7},
pages = {1682--1694},
issn = {1999-4907},
doi = {10.3390/f5071682},
urldate = {2023-03-03},
langid = {english}
}
@article{holzwarthEarthObservationBased2020,
title = {Earth {{Observation Based Monitoring}} of {{Forests}} in {{Germany}}: {{A Review}}},
shorttitle = {Earth {{Observation Based Monitoring}} of {{Forests}} in {{Germany}}},
author = {Holzwarth, Stefanie and Thonfeld, Frank and Abdullahi, Sahra and Asam, Sarah and Da Ponte Canova, Emmanuel and Gessner, Ursula and Huth, Juliane and Kraus, Tanja and Leutner, Benjamin and Kuenzer, Claudia},
year = {2020},
month = oct,
journal = {Remote Sensing},
volume = {12},
number = {21},
pages = {3570},
issn = {2072-4292},
doi = {10.3390/rs12213570},
urldate = {2023-03-07},
abstract = {Forests in Germany cover around 11.4 million hectares and, thus, a share of 32\% of Germany's surface area. Therefore, forests shape the character of the country's cultural landscape. Germany's forests fulfil a variety of functions for nature and society, and also play an important role in the context of climate levelling. Climate change, manifested via rising temperatures and current weather extremes, has a negative impact on the health and development of forests. Within the last five years, severe storms, extreme drought, and heat waves, and the subsequent mass reproduction of bark beetles have all seriously affected Germany's forests. Facing the current dramatic extent of forest damage and the emerging long-term consequences, the effort to preserve forests in Germany, along with their diversity and productivity, is an indispensable task for the government. Several German ministries have and plan to initiate measures supporting forest health. Quantitative data is one means for sound decision-making to ensure the monitoring of the forest and to improve the monitoring of forest damage. In addition to existing forest monitoring systems, such as the federal forest inventory, the national crown condition survey, and the national forest soil inventory, systematic surveys of forest condition and vulnerability at the national scale can be expanded with the help of a satellite-based earth observation. In this review, we analysed and categorized all research studies published in the last 20 years that focus on the remote sensing of forests in Germany. For this study, 166 citation indexed research publications have been thoroughly analysed with respect to publication frequency, location of studies undertaken, spatial and temporal scale, coverage of the studies, satellite sensors employed, thematic foci of the studies, and overall outcomes, allowing us to identify major research and geoinformation product gaps.},
langid = {english}
}
@article{hopfstockAufWegDigitalen2021,
title = {{Auf dem Weg zu einem Digitalen Zwilling von Deutschland}},
author = {Hopfstock, Anja},
year = {2021},
journal = {zfv -- Zeitschrift f{\"u}r Geod{\"a}sie, Geoinformation und Landmanagement},
number = {6/2021},
pages = {385--390},
issn = {1618-8950},
doi = {10.12902/zfv-0379-2021},
urldate = {2023-02-27},
abstract = {A high resolution, digital twin of Germany will enable Federal and Local Authorities to address current issues, such as adapting to climate change, increased land use or sociodemographic changes in an efficient and also holistic way. The first step is the development of a countrywide areal LiDAR-scan based 3D model. The LiDAR survey will have a resolution of at least 40 points per square meter. These data will be linked with many other geospatial datasets in a cloud-based data management platform. BKG is currently creating a first prototype in cooperation with the city of Hamburg for demonstrating the feasibility of the concept.},
langid = {ngerman}
}
@article{huoEstimatingConservationValue2023,
title = {Estimating the Conservation Value of Boreal Forests Using Airborne Laser Scanning},
author = {Huo, Langning and Strengbom, Joachim and Lundmark, Tomas and Westerfelt, Per and Lindberg, Eva},
year = {2023},
month = mar,
journal = {Ecological Indicators},
volume = {147},
pages = {109946},
issn = {1470160X},
doi = {10.1016/j.ecolind.2023.109946},
urldate = {2023-03-22},
langid = {english}
}
@article{huoLowVegetationIdentification2022,
title = {Towards Low Vegetation Identification: {{A}} New Method for Tree Crown Segmentation from {{LiDAR}} Data Based on a Symmetrical Structure Detection Algorithm ({{SSD}})},
shorttitle = {Towards Low Vegetation Identification},
author = {Huo, Langning and Lindberg, Eva and Holmgren, Johan},
year = {2022},
month = mar,
journal = {Remote Sensing of Environment},
volume = {270},
pages = {112857},
issn = {00344257},
doi = {10.1016/j.rse.2021.112857},
urldate = {2023-04-11},
langid = {english}
}
@article{hyyppaAccurateDerivationStem2020,
title = {Accurate Derivation of Stem Curve and Volume Using Backpack Mobile Laser Scanning},
author = {Hyypp{\"a}, Eric and Kukko, Antero and Kaijaluoto, Risto and White, Joanne C. and Wulder, Michael A. and Py{\"o}r{\"a}l{\"a}, Jiri and Liang, Xinlian and Yu, Xiaowei and Wang, Yunsheng and Kaartinen, Harri and Virtanen, Juho-Pekka and Hyypp{\"a}, Juha},
year = {2020},
month = mar,
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
volume = {161},
pages = {246--262},
issn = {09242716},
doi = {10.1016/j.isprsjprs.2020.01.018},
urldate = {2023-04-28},
langid = {english}
}
@article{iglhautStructureMotionPhotogrammetry2019,
title = {Structure from {{Motion Photogrammetry}} in {{Forestry}}: A {{Review}}},
shorttitle = {Structure from {{Motion Photogrammetry}} in {{Forestry}}},
author = {Iglhaut, Jakob and Cabo, Carlos and Puliti, Stefano and Piermattei, Livia and O'Connor, James and Rosette, Jacqueline},
year = {2019},
month = sep,
journal = {Current Forestry Reports},
volume = {5},
number = {3},
pages = {155--168},
issn = {2198-6436},
doi = {10.1007/s40725-019-00094-3},
urldate = {2023-03-03},
langid = {english}
}
@article{iglsederPotentialCombiningSatellite2023,
title = {The Potential of Combining Satellite and Airborne Remote Sensing Data for Habitat Classification and Monitoring in Forest Landscapes},
author = {Iglseder, Anna and Immitzer, Markus and Dost{\'a}lov{\'a}, Alena and Kasper, Andreas and Pfeifer, Norbert and Bauerhansl, Christoph and Sch{\"o}ttl, Stefan and Hollaus, Markus},
year = {2023},
month = mar,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {117},
pages = {103131},
issn = {15698432},
doi = {10.1016/j.jag.2022.103131},
urldate = {2023-03-22},
langid = {english}
}
@article{jarronDetectionQuantificationCoarse2021,
title = {Detection and {{Quantification}} of {{Coarse Woody Debris}} in {{Natural Forest Stands Using Airborne LiDAR}}},
author = {Jarron, Lukas R and Coops, Nicholas C and MacKenzie, William H and Dykstra, Pamela},
year = {2021},
month = sep,
journal = {Forest Science},
volume = {67},
number = {5},
pages = {550--563},
issn = {0015-749X, 1938-3738},
doi = {10.1093/forsci/fxab023},
urldate = {2023-02-15},
abstract = {Abstract Coarse woody debris (CWD) is a meaningful contributor to forest carbon cycles, wildlife habitat, and biodiversity and can influence wildfire behavior. Using airborne laser scanning (ALS), we map CWD across a range of natural forest stand types in north-central British Columbia, Canada, providing forest managers with spatially detailed information on the presence and volume of ground-level woody biomass. We describe a novel methodology that isolates CWD returns from large diameter logs (\>30cm) using a refined grounding algorithm, a mixture of height and pulse-based filters and linear pattern recognition, to transform ALS returns into measurable, vectorized shapes. We then assess the accuracy of CWD detection at the individual log level and predict CWD volume at the plot level. We detected 64\% of CWD logs and 79\% of CWD volume within our plots. Increased elevation of CWD significantly aided detection (P\>=\>0.04), whereas advanced stages of decay hindered detection (P\>=\>0.04). ALS-predicted CWD volume totals were compared against field-measured CWD and displayed a strong correlation (R\>=\>0.81), allowing us to expand the methodology to map CWD over a larger region. The expanded CWD volume map compared ALS volume predictions between stands and suggests greater volume in stands with older and more heterogeneous stand structure.},
langid = {english}
}
@article{jarronDetectionSubcanopyForest2020,
title = {Detection of Sub-Canopy Forest Structure Using Airborne {{LiDAR}}},
author = {Jarron, Lukas R. and Coops, Nicholas C. and MacKenzie, William H. and Tompalski, Piotr and Dykstra, Pamela},
year = {2020},
month = jul,
journal = {Remote Sensing of Environment},
volume = {244},
pages = {111770},
issn = {00344257},
doi = {10.1016/j.rse.2020.111770},
urldate = {2023-02-15},
langid = {english}
}
@article{johnsonFineresolutionLandscapescaleBiomass2022,
title = {Fine-Resolution Landscape-Scale Biomass Mapping Using a Spatiotemporal Patchwork of {{LiDAR}} Coverages},
author = {Johnson, Lucas K. and Mahoney, Michael J. and Bevilacqua, Eddie and Stehman, Stephen V. and Domke, Grant M. and Beier, Colin M.},
year = {2022},
month = nov,
journal = {International Journal of Applied Earth Observation and Geoinformation},
volume = {114},
pages = {103059},
issn = {15698432},
doi = {10.1016/j.jag.2022.103059},
urldate = {2023-02-15},
langid = {english}
}
@article{joyceDetectionCoarseWoody2019,
title = {Detection of Coarse Woody Debris Using Airborne Light Detection and Ranging ({{LiDAR}})},
author = {Joyce, Michael J. and Erb, John D. and Sampson, Barry A. and Moen, Ron A.},
year = {2019},
month = feb,
journal = {Forest Ecology and Management},
volume = {433},
pages = {678--689},
issn = {03781127},
doi = {10.1016/j.foreco.2018.11.049},
urldate = {2023-02-15},
langid = {english}
}
@article{juckerAllometricEquationsIntegrating2017,
title = {Allometric Equations for Integrating Remote Sensing Imagery into Forest Monitoring Programmes},
author = {Jucker, Tommaso and Caspersen, John and Chave, J{\'e}r{\^o}me and Antin, C{\'e}cile and Barbier, Nicolas and Bongers, Frans and Dalponte, Michele and {van Ewijk}, Karin Y. and Forrester, David I. and Haeni, Matthias and Higgins, Steven I. and Holdaway, Robert J. and Iida, Yoshiko and Lorimer, Craig and Marshall, Peter L. and Momo, St{\'e}phane and Moncrieff, Glenn R. and Ploton, Pierre and Poorter, Lourens and Rahman, Kassim Abd and Schlund, Michael and Sonk{\'e}, Bonaventure and Sterck, Frank J. and Trugman, Anna T. and Usoltsev, Vladimir A. and Vanderwel, Mark C. and Waldner, Peter and Wedeux, Beatrice M. M. and Wirth, Christian and W{\"o}ll, Hannsj{\"o}rg and Woods, Murray and Xiang, Wenhua and Zimmermann, Niklaus E. and Coomes, David A.},
year = {2017},
month = jan,
journal = {Global Change Biology},
volume = {23},
number = {1},
pages = {177--190},
issn = {13541013},
doi = {10.1111/gcb.13388},
urldate = {2023-04-18},
langid = {english}
}
@article{jutras-perreaultDetectingPresenceNatural2023,
title = {Detecting the Presence of Natural Forests Using Airborne Laser Scanning Data},
author = {{Jutras-Perreault}, Marie-Claude and Gobakken, Terje and N{\ae}sset, Erik and {\O}rka, Hans Ole},
year = {2023},
month = oct,
journal = {Forest Ecosystems},
pages = {100146},
issn = {21975620},
doi = {10.1016/j.fecs.2023.100146},
urldate = {2023-10-30},
langid = {english}
}
@article{kaminskaSpeciesrelatedSingleDead2018,
title = {Species-Related Single Dead Tree Detection Using Multi-Temporal {{ALS}} Data and {{CIR}} Imagery},
author = {Kami{\'n}ska, Agnieszka and Lisiewicz, Maciej and Stere{\'n}czak, Krzysztof and Kraszewski, Bart{\l}omiej and Sadkowski, Rafa{\l}},
year = {2018},
month = dec,
journal = {Remote Sensing of Environment},
volume = {219},
pages = {31--43},
issn = {00344257},
doi = {10.1016/j.rse.2018.10.005},
urldate = {2023-02-15},
langid = {english}
}
@article{kamoskeLeafAreaDensity2019,
title = {Leaf Area Density from Airborne {{LiDAR}}: {{Comparing}} Sensors and Resolutions in a Temperate Broadleaf Forest Ecosystem},
shorttitle = {Leaf Area Density from Airborne {{LiDAR}}},