diff --git a/apps/picsa-apps/extension-app-native/android/app/build.gradle b/apps/picsa-apps/extension-app-native/android/app/build.gradle index eb2c6dd9..1d79def2 100644 --- a/apps/picsa-apps/extension-app-native/android/app/build.gradle +++ b/apps/picsa-apps/extension-app-native/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.picsa.extension" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3049000 - versionName "3.49.0" + versionCode 3049001 + versionName "3.49.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/apps/picsa-tools/climate-tool/src/app/data/stations/zm.ts b/apps/picsa-tools/climate-tool/src/app/data/stations/zm.ts index 64726500..03bb24b7 100644 --- a/apps/picsa-tools/climate-tool/src/app/data/stations/zm.ts +++ b/apps/picsa-tools/climate-tool/src/app/data/stations/zm.ts @@ -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', }, { diff --git a/libs/data/resources/forecasts/zm.ts b/libs/data/resources/forecasts/zm.ts index 6bbaba22..68f9dd19 100644 --- a/libs/data/resources/forecasts/zm.ts +++ b/libs/data/resources/forecasts/zm.ts @@ -24,6 +24,91 @@ const seasonal: IForecastStorageEntry[] = [ }, ]; -export const downscaled: IForecastStorageEntry[] = []; +export const downscaled: IForecastStorageEntry[] = [ + { + id: '8067b33b-dca9-47cc-9296-fb42b0ec5f54', + bucket_id: 'zm', + name: 'forecasts/downscaled/CINYANJA SEASONAL RAINFALL FORECAST YA CHIPATA DISTRICT 2024.pdf', + owner: '', + created_at: '2024-10-25 09:59:27.62489+00', + updated_at: '2024-10-25 09:59:27.62489+00', + last_accessed_at: '2024-10-25 09:59:27.62489+00', + metadata: { + eTag: '73ebdbac756a8eb4e75cb3b2dea34a33-1', + size: 556821, + mimetype: 'application/pdf', + cacheControl: 'max-age=3600', + lastModified: '2024-10-25T09:59:28.000Z', + contentLength: 556821, + httpStatusCode: 200, + }, + path_tokens: ['forecasts', 'downscaled', 'CINYANJA SEASONAL RAINFALL FORECAST YA CHIPATA DISTRICT 2024.pdf'], + version: 'f66a3d8a-dee8-43f6-8715-4c3d5e2aba51', + owner_id: '', + }, + { + id: '23938706-cea7-4c9e-b199-961d17b4be9a', + bucket_id: 'zm', + name: 'forecasts/downscaled/CINYANJA SEASONAL RAINFALL FORECAST YA PETAUKE DISTRICT 2024.pdf', + owner: '', + created_at: '2024-10-25 09:59:30.722051+00', + updated_at: '2024-10-25 09:59:30.722051+00', + last_accessed_at: '2024-10-25 09:59:30.722051+00', + metadata: { + eTag: 'b8a95f80f88b3083193fd1de1d2c3dfb-1', + size: 565672, + mimetype: 'application/pdf', + cacheControl: 'max-age=3600', + lastModified: '2024-10-25T09:59:31.000Z', + contentLength: 565672, + httpStatusCode: 200, + }, + path_tokens: ['forecasts', 'downscaled', 'CINYANJA SEASONAL RAINFALL FORECAST YA PETAUKE DISTRICT 2024.pdf'], + version: '9a29fb0c-75b1-4612-a506-2508b2aab0ed', + owner_id: '', + }, + { + id: '37b86bd1-f8a1-4709-8fd2-d2e6b8dc7294', + bucket_id: 'zm', + name: 'forecasts/downscaled/SEASONAL RAINFALL FORECAST FOR CHIPATA DISTRICT 2024.pdf', + owner: '', + created_at: '2024-10-25 09:59:15.267263+00', + updated_at: '2024-10-25 09:59:15.267263+00', + last_accessed_at: '2024-10-25 09:59:15.267263+00', + metadata: { + eTag: '37d023ca77636f9baeb62ff425328553-1', + size: 250740, + mimetype: 'application/pdf', + cacheControl: 'max-age=3600', + lastModified: '2024-10-25T09:59:15.000Z', + contentLength: 250740, + httpStatusCode: 200, + }, + path_tokens: ['forecasts', 'downscaled', 'SEASONAL RAINFALL FORECAST FOR CHIPATA DISTRICT 2024.pdf'], + version: '7366cdd9-1749-4e99-a774-3ffea0da08b6', + owner_id: '', + }, + { + id: '9f4fd23f-d1c8-474f-aacc-f15d5aec4da9', + bucket_id: 'zm', + name: 'forecasts/downscaled/SEASONAL RAINFALL FORECAST FOR PETAUKE DISTRICT 2024.pdf', + owner: '', + created_at: '2024-10-25 09:59:17.786206+00', + updated_at: '2024-10-25 09:59:17.786206+00', + last_accessed_at: '2024-10-25 09:59:17.786206+00', + metadata: { + eTag: '3778409294e650524ee43a948f1feafe-1', + size: 260681, + mimetype: 'application/pdf', + cacheControl: 'max-age=3600', + lastModified: '2024-10-25T09:59:18.000Z', + contentLength: 260681, + httpStatusCode: 200, + }, + path_tokens: ['forecasts', 'downscaled', 'SEASONAL RAINFALL FORECAST FOR PETAUKE DISTRICT 2024.pdf'], + version: 'ec0d18d2-7e80-4670-925e-e4ddda49ea24', + owner_id: '', + }, +]; export default { seasonal, downscaled }; diff --git a/libs/environments/src/version.ts b/libs/environments/src/version.ts index 76c44973..79471494 100644 --- a/libs/environments/src/version.ts +++ b/libs/environments/src/version.ts @@ -4,5 +4,5 @@ import packageJson from '../../../package.json'; export const APP_VERSION = { number: packageJson.version, - date: '2024-10-17', + date: '2024-10-25', }; diff --git a/package.json b/package.json index 1142b74c..13e39214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picsa-apps", - "version": "3.49.0", + "version": "3.49.1", "license": "See LICENSE", "scripts": { "ng": "nx",