# HG changeset patch # User bgruening # Date 1761835075 0 # Node ID 6f80b2dfb7d445c7501143189016d7e9001fd490 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/3dtrees_segmentanytree commit 7540181d97a24b5bf07dde308f6d79bee5f18c9c diff -r 000000000000 -r 6f80b2dfb7d4 segmentanytree.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/segmentanytree.xml Thu Oct 30 14:37:55 2025 +0000 @@ -0,0 +1,122 @@ + + + Forest instance segmentation. + + + 1.1.0 + 0 + + + + ghcr.io/3dtrees-earth/3dtrees_sat:@TOOL_VERSION@ + + + + + + + + + + + + + + + + log_file + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool performs deep learning-based tree segmentation on LiDAR point clouds using the **SegmentAnyTree** algorithm (Wielgosz et al., 2024). It is sensor- and platform-agnostic, working across airborne (ALS/ULS), terrestrial (TLS), and mobile (MLS) laser scanning data. + +----- + + +**Input** +- A **ZIP file** containing the following directory structure: + + 00_original/ + input.laz + 01_subsampled/ + input_subsampled.laz + 02_input_SAT/ + tile_1.laz + tile_2.laz + ... + +- A single **LAZ/LAS file** containing a point cloud + +----- + +**Output** + +The output depends on the input type: +- **ZIP input** → ZIP output containing the complete processed folder structure. +- **LAZ input** → Single LAZ output file `segmented_pc.laz` containing the segmented point cloud with tree instance IDs. + +We recommend using the [3DTrees: Tile and Merge](https://usegalaxy.eu/?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fbgruening%2F3dtrees_tile_merge%2F3dtrees_tile_merge%2F1.0.1%2Bgalaxy0&version=latest) tool to preprocess and remap the segmented point cloud back to original resolution. + + + + + + + + + 10.1016/j.rse.2024.114367 + + @misc{3dtrees_segmentanytree, title = {3Dtrees: SegmentAnyTree}, author = {3Dtrees-Project}, year = {2025}} + + + diff -r 000000000000 -r 6f80b2dfb7d4 test-data/mikro.laz Binary file test-data/mikro.laz has changed diff -r 000000000000 -r 6f80b2dfb7d4 test-data/prepared_files_mikro.zip Binary file test-data/prepared_files_mikro.zip has changed