This commit is contained in:
Andras Schmelczer 2026-05-13 08:00:12 +01:00
parent 63713c3a2b
commit bd6b511f16
17 changed files with 544 additions and 377 deletions

View file

@ -31,7 +31,6 @@
"import io\n",
"from pathlib import Path\n",
"import json\n",
"import math\n",
"import sys\n",
"\n",
"import folium\n",
@ -50,7 +49,7 @@
"if str(ROOT) not in sys.path:\n",
" sys.path.insert(0, str(ROOT))\n",
"\n",
"from pipeline.transform.tree_density import (\n",
"from pipeline.transform.tree_density import ( # noqa: E402\n",
" DEFAULT_TOW_TYPES,\n",
" _layers,\n",
" _metric_columns,\n",