This commit is contained in:
nq
2026-05-03 21:58:47 +03:00
parent fd44235ff4
commit e45d1cb6b4
18 changed files with 1259 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "bgtopo-bluebox-poc"
version = "0.1.0"
description = "PoC pipeline for detecting blue square/rectangle symbols in BGtopoVJ rasters and scoring coordinate points."
requires-python = ">=3.10"
dependencies = []
[tool.setuptools]
packages = ["bgtopo_poc"]
[project.scripts]
bgtopo-bluebox = "bgtopo_poc.cli:main"