Skip to main content

Adaptive Filtering Wizard

Project description

Welcome to the Adaptive Filtering Wizard

License: MIT GitHub Workflow Status codecov Documentation Status Binder

This library is currently under development.

Features

AFwizard is a Python package to enhance the productivity of ground point filtering workflows in archaeology and beyond. It provides a Jupyter-based environment for "human-in-the-loop" tuned, spatially heterogeneous ground point filterings. Core features:

  • Working with Lidar datasets directly in Jupyter notebooks
    • Loading/Storing of LAS/LAZ files
    • Visualization using hillshade models and slope maps
    • Applying of ground point filtering algorithms
    • Cropping with a map-based user interface
  • Accessibility of existing filtering algorithms under a unified data model:
    • PDAL: The Point Data Abstraction Library is an open source library for point cloud processing.
    • OPALS is a proprietary library for processing Lidar data. It can be tested freely for datasets <1M points.
    • LASTools has a proprietary tool called lasground_new that can be used for ground point filtering.
  • Access to predefined filter pipeline settings
  • Spatially heterogeneous application of filter pipelines
    • Assignment of filter pipeline settings to spatial subregions in map-based user interface
    • Command Line Interface for large scale application of filter pipelines

Documentation

The documentation of AFwizard can be found here: https://afwizard.readthedocs.io/en/latest

Prerequisites

In order to work with AFwizard, you need the following required pieces of Software.

If you want to use the respective backends, you also need to install the following pieces of software:

  • OPALS in the latest (nightly) version that contains the TerrainFilter module.
  • LASTools

There are alternatives to Conda for installation, but we strongly advise you to use Conda as it offers the best experience for this type of project.

Installing and using

Using Conda

Having a local installation of Conda, the following sequence of commands sets up a Conda environment for afwizard:

git clone https://github.com/ssciwr/afwizard.git
cd afwizard
conda env create -f environment.yml --force
conda run -n afwizard python -m pip install .

You can start the JupyterLab frontend by doing:

conda activate afwizard
jupyter lab

Using Binder

You can try AFwizard without prior installation by using Binder, which is a free cloud-hosted service to run Jupyter notebooks. This will give you an impression of the library's capabilities, but you will want to work on a local setup when using the library productively: On Binder, you might experience very long startup times, slow user experience and limitations to disk space and memory.

Using Docker

Having set up Docker, you can use AFwizard directly from a provided Docker image:

docker run -t -p 8888:8888 ssciwr/afwizard:latest

Having executed above command, paste the URL given on the command line into your browser and start using AFwizard by looking at the provided Jupyter notebooks. This image is limited to working with non-proprietary filtering backends (PDAL only).

Using Pip

We advise you to use Conda as AFwizard depends on a lot of other Python packages, some of which have external C/C++ dependencies. Using Conda, you get all of these installed automatically, using pip you might need to do a lot of manual work to get the same result.

That being said, afwizard can be installed from PyPI:

python -m pip install afwizard

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

afwizard-1.0.0b3.tar.gz (68.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page