finish logic

This commit is contained in:
jze9
2025-04-23 02:32:30 +05:00
commit bccbcad79f
11 changed files with 384 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "kadastr11"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pyproj>=3.7.1",
"shapely>=2.1.0",
]