biigle/ptp

BIIGLE module for point to polygon conversion .

Installs: 123

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 5

pkg:composer/biigle/ptp

v1.0.4 2025-11-04 11:50 UTC

This package is auto-updated.

Last update: 2025-11-04 11:50:54 UTC


README

Test status

A BIIGLE module for point to polygon conversion.

Installation

  1. Run composer require biigle/ptp.
  2. Install the Python dependencies with pip install -r requirements.txt.
  3. Add Biigle\Modules\Ptp\PtpServiceProvider::class to the providers array in config/app.php.
  4. Run php artisan vendor:publish --tag=public to refresh the public assets of the modules. Do this for every update of this module.

Configuration

Processing jobs require a GPU and are submitted to the default queue of the gpu connection. You can configure these with the PTP_JOB_QUEUE and PTP_JOB_CONNECTION environment variables.

Developing

Take a look at the development guide of the core repository to get started with the development setup.

Want to develop a new module? Head over to the biigle/ptp template repository.

Contributions and bug reports

Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.