.. SPDX-FileCopyrightText: 2015-2023 Tanguy Fardet SPDX-License-Identifier: CC-BY-SA-4.0 doc/modules/geometry.rst.in .. _geometry: =============== Geometry module =============== This module is a direct copy of the SENeC package `PyNCulture `_. Therefore, in the examples below, you will have to import ``nngt`` instead of ``PyNCulture`` and replace ``pnc`` by ``nngt.geometry``. Overview ======== .. autosummary:: nngt.geometry.Area nngt.geometry.Shape nngt.geometry.culture_from_file nngt.geometry.plot_shape nngt.geometry.pop_largest nngt.geometry.shapes_from_file .. currentmodule:: nngt.geometry .. automodule:: nngt.geometry :members: