Fix documentation.

This commit is contained in:
Sergey Vartanov 2022-07-18 23:42:48 +03:00
parent 0371172aef
commit 913ac05f23
4 changed files with 26 additions and 11 deletions

View file

@ -1,3 +1,9 @@
"""
Drawing tree features on the map.
If radius of trunk or crown are specified they are displayed with simple
circles.
"""
import numpy as np
from colour import Color
from svgwrite import Drawing