Skip to content

alexlipovka/concaveman_qgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published