add first version real geo-access

This commit is contained in:
Alessio Prato 2025-08-02 02:57:45 +02:00
parent 45c7e94096
commit 2f32706bda
4 changed files with 135 additions and 1 deletions

View file

@ -1,5 +1,4 @@
from math import radians, sin, cos, sqrt, atan2
from shapely import Polygon
# class PolygonChecker: