This commit is contained in:
Andrej730
2024-03-18 17:25:09 +05:00
parent a755ec99f9
commit ec7af4e719
3 changed files with 47 additions and 28 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ class sqlite(file):
return True
return False
def get_geometry(self, ids):
def get_geometry(self, ids: list[int]) -> dict[str, dict]:
import numpy as np
ids_csv = ",".join(map(str, ids))