Skip to content

Commit fff48e0

Browse files
committed
🎨 Fetch ERO via akami, with origin shutdown
1 parent f0591da commit fff48e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

util/wpc_ero_geojson.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Ingest GeoJSON into database.
44
- Submit to LDM for archival.
55
6-
https://origin.wpc.ncep.noaa.gov/exper/eromap/geojson/
6+
https://www.wpc.ncep.noaa.gov/exper/eromap/geojson/
77
"""
88

99
import json
@@ -26,8 +26,8 @@
2626
# https://github.com/geopandas/pyogrio/issues/344
2727
warnings.simplefilter("ignore", FutureWarning)
2828
LOG = logger()
29-
# No akami
30-
BASEURI = "https://origin.wpc.ncep.noaa.gov/exper/eromap/geojson/"
29+
# Only akami allowed
30+
BASEURI = "https://www.wpc.ncep.noaa.gov/exper/eromap/geojson/"
3131
JABBER = {
3232
"connection": None,
3333
"to": None,

0 commit comments

Comments
 (0)