
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ltool
Advanced tools
Documentation: https://nikolaos-siomos.github.io/ltool/
ltool is a layer detection tool based on the Wavelet Covariance Transform (WCT) for lidar profile analysis.
It provides:
get_layers)ltool_standalone) for local processingltool_scc) for server-side processing using an .ini configurationFrom PyPI:
pip install ltool
For development:
pip install -e .
from ltool.__ltool__ import get_layers
layer_obj = get_layers(
height=height,
sig=sig,
sig_err=sig_err,
method="optimized_prm",
)
print(layer_obj.layers)
Export and plots:
layer_obj.export_to_netcdf(dir_out="/path/to/output", save_netcdf=True)
layer_obj.visualize(dir_out="/path/to/output", save_plots=True)
Run on a directory of NetCDF files:
ltool_standalone \
--input_path /absolute/path/to/data \
--method optimized_prm \
--save_plots \
--save_netcdf
ltool_scc \
--measurement_id 123456 \
--config_file /absolute/path/to/ltool.ini
The --method option controls how bases/tops are selected. Choices:
height_basedwct_basedsnr_basedprm_basedoptimized_wctoptimized_snroptimized_prm (default)See docs/methods/pairing.md for the full explanation.
Serve docs locally:
mkdocs serve
Build static site:
mkdocs build
Recommended structure:
.
├── pyproject.toml
├── src/
│ └── ltool/
├── examples/
├── docs/
├── mkdocs.yml
└── .gitlab-ci.yml
Build:
rm -rf dist build *.egg-info
python -m build
Upload:
python -m twine upload dist/*
This project is licensed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE.
Maintainer: Nikolaos Siomos
LMU
Email: nikolaos.siomos@lmu.de
FAQs
Unknown package
We found that ltool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.