Skip to content

Commit

Permalink
change metadata output path
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 21, 2024
1 parent b757f43 commit 967cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/time_travel/sentinel5p_metadata_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def generate_time_travel_metadata(
with tempfile.NamedTemporaryFile(suffix=".json", delete=True) as out:
with open(out.name, "w") as f:
f.write(metadata.model_dump_json(indent=2))
relative_path = f"{case_study_name}/{tracer_id}/{job_id}/sentinel/sentinel5p_time_travel_metadata.json"
relative_path = f"{case_study_name}/{tracer_id}/{job_id}/metadata.json"
out_source_data = KernelPlancksterSourceData(
name="time_travel_metadata.json",
protocol=protocol,
Expand Down

0 comments on commit 967cbff

Please sign in to comment.