Skip to content

Commit

Permalink
chore: update N12 dates
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Nov 5, 2023
1 parent ce8d275 commit e0d3c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/config/trilateral.js
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ export const globalIndicators = [
features: [],
},
aoiID: 'Arctic',
time: getDailyDates('1978-11-01', '2023-01-30'),
time: getDailyDates('1978-11-01', '2023-09-30'),
inputData: [''],
display: {
name: 'Sea Ice Concentration',
Expand Down Expand Up @@ -2127,7 +2127,7 @@ export const globalIndicators = [
features: [],
},
aoiID: 'World',
time: getDailyDates('1978-11-01', '2023-01-30'),
time: getDailyDates('1978-11-01', '2023-09-30'),
inputData: [''],
showGlobe: true,
display: [{
Expand Down Expand Up @@ -2162,7 +2162,7 @@ export const globalIndicators = [
features: [],
},
aoiID: 'Antarctic',
time: getDailyDates('1978-11-01', '2023-01-30'),
time: getDailyDates('1978-11-01', '2023-09-30'),
inputData: [''],
display: {
name: 'Sea Ice Concentration',
Expand Down

0 comments on commit e0d3c5a

Please sign in to comment.