<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities
        version="1.3.0"
        updateSequence="2026-05-05T12:11:53.533Z"
        xmlns="http://www.opengis.net/wms"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:edal="http://reading-escience-centre.github.io/edal-java/wms"
        xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd">
    <Service>
        <Name>WMS</Name>
        <Title>NCSCO THREDDS Server</Title>
        <Abstract>Scientific Data</Abstract>
        <KeywordList>
            <Keyword>meteorology</Keyword>
            <Keyword> atmosphere</Keyword>
            <Keyword> climate</Keyword>
            <Keyword> ocean</Keyword>
            <Keyword> earth science</Keyword>
        </KeywordList>
        <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>John McGuire</ContactPerson>
                <ContactOrganization>NC State Climate Office</ContactOrganization>
            </ContactPersonPrimary>
            <ContactVoiceTelephone></ContactVoiceTelephone>
            <ContactElectronicMailAddress>help@climate.ncsu.edu</ContactElectronicMailAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>none</AccessConstraints>
        <LayerLimit>1</LayerLimit>
        <MaxWidth>2048</MaxWidth>
        <MaxHeight>2048</MaxHeight>
    </Service>
    <Capability>
        <Request>
            <GetCapabilities>
                <Format>text/xml</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetCapabilities>
            <GetMap>
                <Format>image/png</Format>
                <Format>image/png;mode=32bit</Format>
                <Format>image/gif</Format>
                <Format>image/jpeg</Format>
                <Format>application/vnd.google-earth.kmz</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetMap>
            <GetFeatureInfo>
                <Format>text/plain</Format>
                <Format>text/xml</Format>
                <Format>text/html</Format>
                <DCPType>
                    <HTTP>
                        <Get>
                            <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin"/>
                        </Get>
                    </HTTP>
                </DCPType>
            </GetFeatureInfo>
        </Request>
        <Exception>
            <Format>XML</Format>
        </Exception>
        <edal:ExtendedCapabilities>
            <edal:CapabilitiesType>ncWMS2</edal:CapabilitiesType>
            <edal:ExtendedRequest>
                <edal:Request>GetMap</edal:Request>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORSCALERANGE</edal:ParameterName>
                    <edal:ParameterDescription>Of the form min,max this is the scale range used for plotting the data.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>NUMCOLORBANDS</edal:ParameterName>
                    <edal:ParameterDescription>The number of discrete colours to plot the data. Must be between 2 and 250</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ABOVEMAXCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are above the maximum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the maximum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>BELOWMINCOLOR</edal:ParameterName>
                    <edal:ParameterDescription>The colour to plot values which are below the minimum end of the scale range. Colours are as defined above, with the addition of "extend", which will use the minimum value of the palette.</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>LOGSCALE</edal:ParameterName>
                    <edal:ParameterDescription> "true" or "false" - whether to plot data with a logarithmic scale</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETTIME</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the time range (specified in the TIME parameter) will be plotted. In the case that an in-situ point has multiple time readings within that range, the colour used to plot them will depend on the time value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>TARGETELEVATION</edal:ParameterName>
                    <edal:ParameterDescription>For in-situ data, all points which fall within the elevation range (specified in the ELEVATION parameter) will be plotted. In the case that an in-situ point has multiple elevation readings within that range, the colour used to plot them will depend on the elevation value which is closest to this given value</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>OPACITY</edal:ParameterName>
                    <edal:ParameterDescription>The percentage opacity of the final output image</edal:ParameterDescription>
                </edal:UrlParameter>
                <edal:UrlParameter>
                    <edal:ParameterName>ANIMATION</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false" - whether to generate an animation. This also needs the TIME to be of the formstarttime/endtime, and currently is only implemented for features with a discrete time axis.</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTimeseries</edal:Request>
                <edal:RequestDescription>This produces either a timeseries graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The TIME parameter should specify a range of times in the form starttime/endtime, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetVerticalProfile</edal:Request>
                <edal:RequestDescription>This produces either a vertical profile graph or, if downloading is enabled, a CSV file containing the data. The URL parameters are identical to those of a GetFeatureInfo request. The ELEVATION parameter should specify a range of elevations in the form startelevation/endelevation, and the supported formats are: image/png,image/jpg,image/jpeg,text/csv,text/json,application/prs.coverage+json,application/prs.coverage json</edal:RequestDescription>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetTransect</edal:Request>
                <edal:RequestDescription>This produces a graph of data values along an arbitrary path. Additionally if there is vertical information present in the dataset, it will produce a vertical section along the same path.  It accepts the same URL parameters as a GetMap requestion, with the additional mandatory parameter LINESTRING</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>LINESTRING</edal:ParameterName>
                    <edal:ParameterDescription>The points which define the path of the transect to plot.  Of the form x1 y1,x2 y2,x3 y3...</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetMetadata</edal:Request>
                <edal:RequestDescription>Fetches small pieces of metadata.  Many of these are also present in this capabilities document, but GetMetadata provides a more convenient method of accessing such data. GetMetadata always returns data in the JSON format</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>ITEM</edal:ParameterName>
                    <edal:ParameterDescription>This specifies the metadata to return.  This can take the values:
                        menu: Returns a tree representation of the available WMS layers, with IDs. Takes the optional parameter DATASET to return the same tree for a single dataset
                        layerDetails: Returns a set of details needed to plot a given layer. This includes such data as units, layer bounding box, configured scale range, etc. Takes the parameters LAYERNAME and TIME. The TIME parameter is optional, and if it is specified then the nearest available time is returned as part of the layer's details.
                        minmax: Calculates the range of values in the given area. Takes the same parameters as a GetMap request.
                        timesteps: Returns the available times for a given day. Takes the parameters LAYERNAME and DAY (yyyy-mm-dd)
                        animationTimesteps: Returns a list of time strings at different temporal resolutions for a given time range. This is used to present to the user different frequencies for the generation of an animation. Takes the parameters LAYERNAME, START, and END</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
            <edal:ExtendedRequest>
                <edal:Request>GetLegendGraphic</edal:Request>
                <edal:RequestDescription>The GetLegendGraphic request generates an image which can be used as a legend. There are two main options: Generating just a colourbar, and generating a full legend.</edal:RequestDescription>
                <edal:UrlParameter>
                    <edal:ParameterName>COLORBARONLY</edal:ParameterName>
                    <edal:ParameterDescription>"true" or "false".  Whether to generate a full legend or just the colour bar.  If it's "true", the following URL parameters are required:
                        PALETTE: The name of the palette to use. If missing, set to "default"
                        NUMCOLORBANDS: The number of colour bands to use. If missing, set to 250
                        VERTICAL: Whether to very colours vertically. If missing, defaults to true
                        WIDTH: The width of the image to generate. If missing, defaults to 50
                        HEIGHT: The height of the image to generate. If missing, defaults to 200
                    
                    For a full legend, the additional parameters LAYERS and either STYLES, SLD, or SLD_BODY must be supplied. This is because a single WMS layer may depend on an arbitrary number of sub-layers, depending on the style it is plotted in. In addition to these parameters, the optional parameters controlling the style may be supplied (these are the same as documented in the GetMap request).  Note that for full legends, the supplied width and height are NOT the final height of the image, but rather the width and height of each individual coloured plot area (i.e. the 1d/2d colourbar)</edal:ParameterDescription>
                </edal:UrlParameter>
            </edal:ExtendedRequest>
        </edal:ExtendedCapabilities>
        <Layer>
            <Title>NCSCO THREDDS Server</Title>
            <CRS>EPSG:4326</CRS>
            <CRS>CRS:84</CRS>
            <CRS>EPSG:41001</CRS>
            <CRS>EPSG:27700</CRS>
            <CRS>EPSG:3408</CRS>
            <CRS>EPSG:3409</CRS>
            <CRS>EPSG:3857</CRS>
            <CRS>EPSG:5041</CRS>
            <CRS>EPSG:5042</CRS>
            <CRS>EPSG:32661</CRS>
            <CRS>EPSG:32761</CRS>
            <Layer>
                <Title>No dataset title found.</Title>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_6_Hour_Accumulation</Name>
        <Title>Total precipitation (6_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total precipitation (6_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T12:00:00.000Z/2014-04-10T00:00:00.000Z/PT6H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_6_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Convective_Hazard_Outlook_surface_24_Hour_Average</Name>
        <Title>Convective Hazard Outlook (24_Hour Average) @ Ground or water surface</Title>
        <Abstract>Convective Hazard Outlook (24_Hour Average) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-09T12:00:00.000Z">
            2014-04-07T12:00:00.000Z/2014-04-09T12:00:00.000Z/P1D
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Hazard_Outlook_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Hazard_Outlook_surface_24_Hour_Average&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Hazard_Outlook_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Hazard_Outlook_surface_24_Hour_Average&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Convective_Hazard_Outlook_surface_24_Hour_Average
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Convective_Hazard_Outlook_surface_24_Hour_Average&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254</Name>
        <Title>Probability Total precipitation (12_Hour Accumulation) above_0.254 kg.m-2 @ Ground or water surface</Title>
        <Abstract>Probability Total precipitation (12_Hour Accumulation) above_0.254 kg.m-2 @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T12:00:00.000Z/2014-04-10T00:00:00.000Z/PT12H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_precipitation_surface_12_Hour_Accumulation_probability_above_0p254&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Dewpoint_temperature_surface</Name>
        <Title>Dewpoint temperature @ Ground or water surface</Title>
        <Abstract>Dewpoint temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Dewpoint_temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Dewpoint_temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Relative_humidity_surface</Name>
        <Title>Relative humidity @ Ground or water surface</Title>
        <Abstract>Relative humidity @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Relative_humidity_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Relative_humidity_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Significant_height_of_wind_waves_surface</Name>
        <Title>Significant height of wind waves @ Ground or water surface</Title>
        <Abstract>Significant height of wind waves @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Significant_height_of_wind_waves_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Significant_height_of_wind_waves_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Significant_height_of_wind_waves_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Significant_height_of_wind_waves_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Significant_height_of_wind_waves_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Significant_height_of_wind_waves_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Temperature_surface</Name>
        <Title>Temperature @ Ground or water surface</Title>
        <Abstract>Temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_cloud_cover_surface</Name>
        <Title>Total cloud cover @ Ground or water surface</Title>
        <Abstract>Total cloud cover @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_cloud_cover_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_cloud_cover_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Apparent_Temperature_surface</Name>
        <Title>Apparent Temperature @ Ground or water surface</Title>
        <Abstract>Apparent Temperature @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_Temperature_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_Temperature_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Apparent_Temperature_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Apparent_Temperature_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Weather_string_surface</Name>
        <Title>Weather string @ Ground or water surface</Title>
        <Abstract>Weather string @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Weather_string_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Weather_string_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Weather_string_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Weather_string_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Weather_string_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Weather_string_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_direction_from_which_blowing_surface</Name>
        <Title>Wind direction (from which blowing) @ Ground or water surface</Title>
        <Abstract>Wind direction (from which blowing) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_direction_from_which_blowing_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_direction_from_which_blowing_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_direction_from_which_blowing_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_direction_from_which_blowing_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_direction_from_which_blowing_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_direction_from_which_blowing_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_surface</Name>
        <Title>Wind speed @ Ground or water surface</Title>
        <Abstract>Wind speed @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_gust_surface</Name>
        <Title>Wind speed (gust) @ Ground or water surface</Title>
        <Abstract>Wind speed (gust) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T09:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_gust_surface
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_gust_surface&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722</Name>
        <Title>Probability Wind speed (Mixed_intervals Accumulation) above_25.722 m/s @ Specified height level above ground</Title>
        <Abstract>Probability Wind speed (Mixed_intervals Accumulation) above_25.722 m/s @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T06:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_25p722&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491</Name>
        <Title>Probability Wind speed (Mixed_intervals Accumulation) above_17.491 m/s @ Specified height level above ground</Title>
        <Abstract>Probability Wind speed (Mixed_intervals Accumulation) above_17.491 m/s @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T06:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_17p491&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924</Name>
        <Title>Probability Wind speed (Mixed_intervals Accumulation) above_32.924 m/s @ Specified height level above ground</Title>
        <Abstract>Probability Wind speed (Mixed_intervals Accumulation) above_32.924 m/s @ Specified height level above ground</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-07T06:00:00.000Z/2014-04-10T00:00:00.000Z/PT3H
        </Dimension>
        <Dimension name="elevation" units="ncwms:height" unitSymbol="m" default="10.0">
            10.0
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Wind_speed_height_above_ground_Mixed_intervals_Accumulation_probability_above_32p924&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Tornado_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Tornado Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Tornado Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Hail_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Hail Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Hail Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Damaging Thunderstorm Wind Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Damaging Thunderstorm Wind Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Damaging_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Extreme Tornado Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Extreme Tornado Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Tornado_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Extreme Hail Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Extreme Hail Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Hail_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Extreme Thunderstorm Wind Probability (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Extreme Thunderstorm Wind Probability (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-08T12:00:00.000Z">
            2014-04-07T12:00:00.000Z,2014-04-08T12:00:00.000Z
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Extreme_Thunderstorm_Wind_Probability_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Maximum_temperature_surface_12_Hour_Maximum</Name>
        <Title>Maximum temperature (12_Hour Maximum) @ Ground or water surface</Title>
        <Abstract>Maximum temperature (12_Hour Maximum) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T00:00:00.000Z">
            2014-04-08T00:00:00.000Z/2014-04-10T00:00:00.000Z/P1D
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_surface_12_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_surface_12_Hour_Maximum&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_surface_12_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_surface_12_Hour_Maximum&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Maximum_temperature_surface_12_Hour_Maximum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Maximum_temperature_surface_12_Hour_Maximum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Total Probability of Severe Thunderstorms (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Total Probability of Severe Thunderstorms (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T12:00:00.000Z">
            2014-04-08T12:00:00.000Z/2014-04-10T12:00:00.000Z/P1D
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0</Name>
        <Title>Probability Total Probability of Extreme Severe Thunderstorms (24_Hour Average) above_0 % @ Ground or water surface</Title>
        <Abstract>Probability Total Probability of Extreme Severe Thunderstorms (24_Hour Average) above_0 % @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-10T12:00:00.000Z">
            2014-04-08T12:00:00.000Z/2014-04-10T12:00:00.000Z/P1D
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_Probability_of_Extreme_Severe_Thunderstorms_surface_24_Hour_Average_probability_above_0&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Minimum_temperature_surface_12_Hour_Minimum</Name>
        <Title>Minimum temperature (12_Hour Minimum) @ Ground or water surface</Title>
        <Abstract>Minimum temperature (12_Hour Minimum) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-09T12:00:00.000Z">
            2014-04-07T12:00:00.000Z/2014-04-09T12:00:00.000Z/P1D
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_surface_12_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_surface_12_Hour_Minimum&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_surface_12_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_surface_12_Hour_Minimum&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Minimum_temperature_surface_12_Hour_Minimum
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Minimum_temperature_surface_12_Hour_Minimum&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
    <Layer queryable="1">
        <Name>Total_snowfall_surface_6_Hour_Accumulation</Name>
        <Title>Total snowfall (6_Hour Accumulation) @ Ground or water surface</Title>
        <Abstract>Total snowfall (6_Hour Accumulation) @ Ground or water surface</Abstract>
        <EX_GeographicBoundingBox>
            <westBoundLongitude>-85.82254344910035</westBoundLongitude>
            <eastBoundLongitude>-73.97545323851375</eastBoundLongitude>
            <southBoundLatitude>30.44146931733223</southBoundLatitude>
            <northBoundLatitude>40.30382214448327</northBoundLatitude>
        </EX_GeographicBoundingBox>
        <BoundingBox CRS="CRS:84" minx="-85.82254344910035" maxx="-73.97545323851375" miny="30.44146931733223" maxy="40.30382214448327"/>
        <Dimension name="time" units="unknown" multipleValues="true" current="true" default="2014-04-09T00:00:00.000Z">
            2014-04-07T12:00:00.000Z/2014-04-09T00:00:00.000Z/PT6H
        </Dimension>
        <Style>
            <Name>default-scalar/default</Name>
            <Title>default-scalar/default</Title>
            <Abstract>default-scalar style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_snowfall_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_snowfall_surface_6_Hour_Accumulation&amp;STYLES=default-scalar/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>colored_contours/default</Name>
            <Title>colored_contours/default</Title>
            <Abstract>colored_contours style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_snowfall_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_snowfall_surface_6_Hour_Accumulation&amp;STYLES=colored_contours/default"/>
            </LegendURL>
        </Style>
        <Style>
            <Name>contours</Name>
            <Title>contours</Title>
            <Abstract>contours style</Abstract>
        </Style>
        <Style>
            <Name>raster/default</Name>
            <Title>raster/default</Title>
            <Abstract>raster style, using the default palette.  Available palettes can be found in the response to https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?request=GetMetadata&amp;item=layerDetails&amp;layerName=Total_snowfall_surface_6_Hour_Accumulation
            </Abstract>
            <LegendURL width="110" height="264">
                <Format>image/png</Format>
                <OnlineResource xlink:type="simple" xlink:href="https://thredds.climate.ncsu.edu/thredds/wms/nws/ndfd/201404/20140407/2014040707ds.midatlan.oper.bin?REQUEST=GetLegendGraphic&amp;PALETTE=default&amp;LAYERS=Total_snowfall_surface_6_Hour_Accumulation&amp;STYLES=raster/default"/>
            </LegendURL>
        </Style>
</Layer>
            </Layer>
        </Layer>
    </Capability>
</WMS_Capabilities>
