Skip to content

Commit

Permalink
#1035: Last code changes to remove metadata was successful. Removing …
Browse files Browse the repository at this point in the history
…some more
  • Loading branch information
philipjyoon committed Dec 6, 2024
1 parent 3929a13 commit 6ab65e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product2dataset/product2dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def convert(

if pge_name == "L3_DISP_S1":
# Get rid of bunch of data that we don't care about but takes up a lot of space
'''dataset_met_json["runconfig"]["localize"] = None # This list is the same as lineage so no point in duplicatingq
dataset_met_json["runconfig"]["input_file_group"]["input_file_paths"] = None # This list is the same as lineage so no point in duplicating'''
dataset_met_json["runconfig"]["localize"] = None # This list is the same as lineage so no point in duplicatingq
dataset_met_json["runconfig"]["input_file_group"]["input_file_paths"] = None # This list is the same as lineage so no point in duplicating
logger.info("Removing superfluous data from DISP-S1 metadata")
logger.info(dataset_met_json.keys())
for file in dataset_met_json["Files"]:
Expand Down

0 comments on commit 6ab65e8

Please sign in to comment.