yosoyjay / OCSMesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lint workflow fnc workflow

OCSMesh

A Python package for processing DEM data into georeferenced unstructured meshes using the jigsaw-python library.

Installation

The Jigsaw library must be initialized first by running ./setup.py install_jigsaw, then, the package can be installed normally by doing ./setup.py install:

./setup.py install_jigsaw # installs the Jigsaw C-library to the current Python environment
./setup.py install # Installs the OCSMesh library to the current Python environment
./setup.py develop # run this if you are a developer.

Requirements

  • 3.7 <= Python < 3.10
  • CMake
  • C/C++ compilers

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 99.9%Language:Shell 0.1%