Skip to content

Commit

Permalink
chore: zm station override
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Oct 25, 2024
1 parent f786c52 commit aa56d7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/picsa-tools/climate-tool/src/app/data/stations/zm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ const stations: IStationMeta[] = [
{
id: 'chipepo_met',
name: 'CHIPEPO MET',
latitude: -17.33,
longitude: 28.38,
// NOTE - Manually overridden, should keep override until climsoft corrected
latitude: -15.79,
longitude: 28.14,
district: 'GWEMBE',
},
{
Expand Down

0 comments on commit aa56d7e

Please sign in to comment.