Skip to content

Commit 3dbb794

Browse files
Update fetch class
1 parent 14b8ce6 commit 3dbb794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fetch_lidar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def fetch_data(self, bounds: Bounds, polygon_str: str, region: list) -> gpd.GeoD
5151
dep_data = self._gdf_helper.create_gdf(pl.arrays)
5252
return dep_data
5353

54-
def get_lidar_data(self):
54+
def get_lidar_data(self, polygon, regions):
5555
bound, polygon_str = self._gdf_helper.get_bound_from_polygon(polygon)
56-
return self.fetch_data(bound, polygon_str)
56+
return self.fetch_data(bound, polygon_str, regions)
5757

5858

5959

0 commit comments

Comments
 (0)