Skip to content

Commit 4fa0feb

Browse files
committed
55951-elys
1 parent 75774e7 commit 4fa0feb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/src/main/java/joshuatee/wx/vis/UtilityGoes.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object UtilityGoes {
4747
} else {
4848
"SECTOR/$sector"
4949
}
50-
var satellite = "GOES16"
50+
var satellite = "GOES19"
5151
if (sectorsInGoes17.contains(sector)) {
5252
satellite = "GOES17"
5353
if (sector == "CONUS-G17") {
@@ -79,7 +79,7 @@ object UtilityGoes {
7979
val satellite = if (sectorsInGoes17.contains(sector)) {
8080
"G17"
8181
} else {
82-
"G16"
82+
"G19"
8383
}
8484
val productLocal = product.replace("GLM", "EXTENT3")
8585
val url = when (sector) {

doc/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
# Developer ChangeLog
44

5-
## 55951 2025_04_04
5+
## 55951 2025_04_08
66

77
* [ADD] use UtilityDownloadNws.getLocationPointData in Location.getWfoRadarSiteFromPoint
8+
* [FIX] replace GOES 16 URLS with GOES 19, redirects were in place but better to avoid
89

910
## 55950 2025_03_27
1011

0 commit comments

Comments
 (0)