99
1010def update_inventory (scene_id , collection , inventory_dsn ):
1111 """
12- Description...
12+ Description...
1313
1414 Parameters:
1515 scene_id: x
@@ -52,7 +52,7 @@ def update_inventory(scene_id, collection, inventory_dsn):
5252
5353def get_scene_id_from_inventory_db (conn , collection , max_datetime = None ):
5454 """
55- Description...
55+ Description...
5656
5757 Parameters:
5858 conn: x
@@ -85,7 +85,7 @@ def get_scene_id_from_inventory_db(conn, collection, max_datetime=None):
8585
8686def get_scenes_from_inventory_file (db_file , date_column = "ContentDate:Start" , max_datetime = None ):
8787 """
88- Description...
88+ Description...
8989
9090 Parameters:
9191 db_file: x
@@ -113,7 +113,7 @@ def get_scenes_from_inventory_file(db_file, date_column="ContentDate:Start", max
113113
114114def get_scenes_diff (scenes_inventory , scenes_db , id_column ):
115115 """
116- Description...
116+ Description...
117117
118118 Parameters:
119119 scenes_inventory: x
@@ -142,7 +142,7 @@ def get_scenes_diff(scenes_inventory, scenes_db, id_column):
142142
143143def get_item_from_id (scene_id , collection , api_url = "https://stac.terrabyte.lrz.de/inventory/api" ):
144144 """
145- Description...
145+ Description...
146146
147147 Parameters:
148148 scene_id: x
@@ -170,7 +170,7 @@ def query_geoparquet(
170170 id_column = "id" ,
171171):
172172 """
173- Description...
173+ Description...
174174
175175 Parameters:
176176 inventory: x
@@ -229,7 +229,7 @@ def query_geoparquet(
229229
230230def query_stac_db (cur , inventory , collection , max_datetime = None ):
231231 """
232- Description...
232+ Description...
233233
234234 Parameters:
235235 cur: x
@@ -272,7 +272,7 @@ def query_stac_db(cur, inventory, collection, max_datetime=None):
272272
273273def query_inventory_db (cur , inventory , collection , max_datetime = None ):
274274 """
275- Description...
275+ Description...
276276
277277 Parameters:
278278 cur: x
@@ -328,7 +328,7 @@ def query_inventory_db(cur, inventory, collection, max_datetime=None):
328328
329329def calculate_differences (collection , inventory_geoparquet , conn , id_column , date_column , max_datetime = None ):
330330 """
331- Description...
331+ Description...
332332
333333 Parameters:
334334 collection: x
@@ -361,7 +361,7 @@ def calculate_differences(collection, inventory_geoparquet, conn, id_column, dat
361361
362362def generate_stac_new_scenes (scenes , collection , inventory_fct ):
363363 """
364- Description...
364+ Description...
365365
366366 Parameters:
367367 scenes: x
@@ -385,7 +385,7 @@ def generate_stac_new_scenes(scenes, collection, inventory_fct):
385385
386386def import_new_scenes (scenes , collection , inventory_fct , dsn ):
387387 """
388- Description...
388+ Description...
389389
390390 Parameters:
391391 scenes: x
@@ -402,7 +402,7 @@ def import_new_scenes(scenes, collection, inventory_fct, dsn):
402402
403403def delete_removed_scenes (collection , to_be_removed , reasons , api_url , api_user , api_pw ):
404404 """
405- Description...
405+ Description...
406406
407407 Parameters:
408408 collection: x
0 commit comments