feat: chunks from google

This commit is contained in:
2026-01-11 13:54:37 +03:00
parent 31c0f13361
commit 3ee3599b87
11 changed files with 410 additions and 180 deletions

View File

@@ -1,5 +1,12 @@
import numpy as np
# Ширина 1 пикселя в метрах
YANDEX_PIXEL_RATIO_18 = 0.332697807435653
GOOGLE_PIXEL_RATIO_15 = 2766 / 1031
GOOGLE_PIXEL_RATIO_18 = 346 / 1031
WINDOW_HEIGHT = 1031
# Ширина и высота снимка в пикселях
CHUNK_WIDTH = 700