File tree Expand file tree Collapse file tree
app/src/main/java/joshuatee/wx/vis Expand file tree Collapse file tree Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments