biigle / ptp
BIIGLE module for point to polygon conversion .
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
pkg:composer/biigle/ptp
README
A BIIGLE module for point to polygon conversion.
Installation
- Run
composer require biigle/ptp. - Install the Python dependencies with
pip install -r requirements.txt. - Add
Biigle\Modules\Ptp\PtpServiceProvider::classto theprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --tag=publicto 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.