Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aux/ldmd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ EXEC "rtstats -h rtstats.unidata.ucar.edu"
# which host can deliver the data-products most quickly on average.
#
# DEFAULT
REQUEST LIGHTNING ".*" iddc.unidata.ucar.edu # USPLN
#REQUEST LIGHTNING ".*" iddc.unidata.ucar.edu # USPLN
#REQUEST LIGHTNING ".*" striker.atmos.albany.edu # NLDN
#REQUEST FNEXRAD ".*" idd.unidata.ucar.edu # MRMS - Unidata feed via NCEP
#REQUEST NEXRAD3 ".*" idd.unidata.ucar.edu # Radar Level3
#REQUEST HDS "^SDUS6.*" idd.unidata.ucar.edu # Radar Level3 - specific files
#REQUEST WMO ".*" idd.unidata.ucar.edu # WMO Feedtype includes HDS|IDS|DDPLUS
#REQUEST UNIWISC|NIMAGE ".*" idd.unidata.ucar.edu # AREA/GINI and GOES
REQUEST UNIWISC|NIMAGE "OR_ABI-L2-.*-M6C02_G1[67].*" idd.unidata.ucar.edu # AREA/GINI and GOES
#REQUEST DIFAX "GLM" idd.unidata.ucar.edu # GOES GLM Gridded Product (Texas Tech-Eric Bruning)
#REQUEST DIFAX "OR_ABI" idd.unidata.ucar.edu # GOES ABI netCDF4 (Unidata tiles)
#REQUEST NOTHER "^TI[PRS]... KNES" idd.unidata.ucar.edu # GOES ABI gini
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
container_name: edex_server
ports:
- 9581:9581
- 9582:9582
- 388:388
volumes:
- ./aux/ldmd.conf:/awips2/ldm/etc/ldmd.conf
Expand Down