Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 930 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 930 Bytes

About

This is a wrapper-type plugin, bases on amazing:

Core functionality:

  • choose Point layer
  • generate concave hull for all or selected points in that layer

Installation

Open osgeo4w shell and run:

python -m ensurepip --upgrade
pip install cffi

Copy "lib" folder with supplied DLL to plugin dir

$APPDATA%\QGIS\QGIS3\profiles\default\python\plugins\concaveman_qgis

Dependencies

Plugin depends on the following Python libraries:

  • shapely
  • numpy
  • scipy
  • cffi

Binary dependencies:

  • concaveman-cpp compiled library
    DLL for Windows is inluded
    SO for Linux should be compiled from source

License

GPLv3