Skip to content

Commit ba22f48

Browse files
author
rayaberova
committed
find image fix
2 parents c5d5875 + ef2daaa commit ba22f48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,12 @@ async def find_image(
103103
Find image path for a given NUTS3 and year.
104104
105105
Args:
106+
<<<<<<< HEAD
106107
lon_gps (float): longitude of the gps point.
107108
lat_gps (float): longitude of the gps point.
109+
=======
110+
gps_point (tuple[float, float]): the gps point.
111+
>>>>>>> ef2daaa0337a84a2355aeca3ceb61423c0548e07
108112
nuts_id (str): The ID of the NUTS.
109113
year (int): The year of the satellite images.
110114
Returns:

0 commit comments

Comments
 (0)