We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d5875 + ef2daaa commit ba22f48Copy full SHA for ba22f48
1 file changed
app/main.py
@@ -103,8 +103,12 @@ async def find_image(
103
Find image path for a given NUTS3 and year.
104
105
Args:
106
+<<<<<<< HEAD
107
lon_gps (float): longitude of the gps point.
108
lat_gps (float): longitude of the gps point.
109
+=======
110
+ gps_point (tuple[float, float]): the gps point.
111
+>>>>>>> ef2daaa0337a84a2355aeca3ceb61423c0548e07
112
nuts_id (str): The ID of the NUTS.
113
year (int): The year of the satellite images.
114
Returns:
0 commit comments