From cf3b29d760ddf1c78eb16870aa1e545f1c4fc1b8 Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Wed, 16 Oct 2024 15:47:11 +0200 Subject: [PATCH] Create config.json (#6) --- ETL/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ETL/config.json diff --git a/ETL/config.json b/ETL/config.json new file mode 100644 index 0000000..8c331e1 --- /dev/null +++ b/ETL/config.json @@ -0,0 +1,10 @@ +{ + "source": "CDSE_S5p", + "indicator": "L2_NO2", + "start_date": "2019-01-01", + "end_date": "2024-10-16", + "output_path": "data/S5pL2NO2/", + "tile_resolution": "512", + "grid_division": "10", + "time_step": "1D" +}