Skip to content

Commit 6fe4ccb

Browse files
committed
Merge branch 'staging' into adding-biomass-data
2 parents 0ce4e1e + 563c445 commit 6fe4ccb

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

app/public/data/internal/pois_eodash.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4299,26 +4299,6 @@
42994299
"updateFrequency": "EndSeason",
43004300
"yAxis": "Cumulative (%)"
43014301
},
4302-
{
4303-
"aoi": "48.13,11.57",
4304-
"aoiID": "EU",
4305-
"city": "/",
4306-
"country": "/",
4307-
"description": "Crude Oil Storage Index - Europe",
4308-
"indicator": "OX_EU",
4309-
"indicatorName": "/",
4310-
"lastColorCode": "Green",
4311-
"lastIndicatorValue": "Green",
4312-
"lastMeasurement": "0.47",
4313-
"lastReferenceTime": "",
4314-
"lastReferenceValue": "",
4315-
"lastTime": "2024-01-01T00:00:00",
4316-
"region": "/",
4317-
"siteName": "/",
4318-
"subAoi": "/",
4319-
"updateFrequency": "weekly",
4320-
"yAxis": "[%]"
4321-
},
43224302
{
43234303
"aoi": "60.16666667,24.933332999999998",
43244304
"aoiID": "FI",
@@ -12079,4 +12059,4 @@
1207912059
"updateFrequency": "weekly",
1208012060
"yAxis": "[%]"
1208112061
}
12082-
]
12062+
]

app/src/config/esa.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -659,12 +659,6 @@ export const indicatorsDefinition = Object.freeze({
659659
story: '/eodash-data/stories/OX',
660660
disableCSV: true,
661661
},
662-
'OX-EU': {
663-
indicatorSummary: 'Crude Oil Storage Utilization',
664-
themes: ['economy'],
665-
story: '/eodash-data/stories/OX',
666-
disableCSV: true,
667-
},
668662
GG: {
669663
indicatorSummary: 'Mobility',
670664
themes: ['economy'],

app/src/scripts/generate_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,6 @@ def date_converter(obj):
867867
['E200', ''],
868868
['Sentinel_1_Vessel_Density_Europe_Timeseries', ''],
869869
['Crude_Oil_Storage_Index', ''],
870-
['Crude_Oil_Storage_Index-Europe', ''],
870+
# ['Crude_Oil_Storage_Index-Europe', ''],
871871
]
872872
)

0 commit comments

Comments
 (0)