Добавил геофильтры. Теперь нужен рефакторинг.

This commit is contained in:
2025-11-17 17:44:24 +03:00
parent b889fb29a3
commit c0f2f16303
7 changed files with 385 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ from .data_import import (
ProcessKubsatView,
)
from .api import (
GeoPointsAPIView,
GetLocationsView,
LyngsatDataAPIView,
SatelliteDataAPIView,
@@ -70,6 +71,7 @@ __all__ = [
'LinkVchSigmaView',
'ProcessKubsatView',
# API
'GeoPointsAPIView',
'GetLocationsView',
'LyngsatDataAPIView',
'SatelliteDataAPIView',