Hi Marcos,
Would you be able to turn on debug on your machine? Did your server
have any error messages in the log? It should be in the
$TOMCAT_HOME/content/thredds/logs/server/threddsServlet.log file.
I had a clean install of the thredds app (removed the thredds.war and
thredds directory from $TOMCAT_HOME/webapps) and it generated the
attached XML file (sorry, I forgot to include it last time).
Yet to look at the 500 error...
Cheers,
-Pauline.
Marcos Hermida wrote:
Hi Ethan!
I answered last Pauline's e-mail without copy to the list, that was:
-----------
Hi Pauline!
This is pretty wierd because when I try a GetMap (vs 1.3.0) request with
CRS=CRS:84 from a web browser I got a file:
http://limia.meteogalicia.es/thredds/wms/modelos/WRF/diario/20090401/wrf_arw_det_20090401_36km_00Z_3d.nc?service=WMS&version=1.3.0&request=GetMap&LAYERS=temp&CRS=CRS:84&BBOX=-49.18259341789055,24.03791184287805,18.788995948788816,56.066076511429685&styles=&format=image/png&WIDTH=500&HEIGHT=500
despite I don't have CRS tags in the capabilities file.
Which file have you downloaded?
Anyway, if when you ran the file with your TDS you got the CRS it's
likely there is something wrong with our Apache Tomcat or TDS settings,
I'll check that.
BTW, I've updated the TDS to version 4.0.24 - 20090724.2259 (latest, I
guess) and the CRS is still missing!
Thanx, I really appreciate your help!!!
---------------------
And regarding yours, I downloaded the grib file from the motherlode
server and ran it on our server:
http://limia.meteogalicia.es/thredds/catalog/testData/catalog.html?dataset=TEST_DATA/GFS_CONUS_80km_20090729_1200.grib1
but I didn't get any CRS so I definitely think that there is
something wrong with our server settings rather than some problem with
the files.
I'll be on holiday a couple of weeks, so I will resume the work on this
after it.
Thanx for your help,
Cheers, Marcos.
Ethan Davis wrote:
Another quick note ...
The following dataset on our server is also on a Lambert Conformal
projection and the WMS does list lots of CRS:
http://motherlode.ucar.edu:8080/thredds/wms/fmrc/NCEP/GFS/CONUS_80km/files/GFS_CONUS_80km_20090729_1200.grib1?service=WMS&version=1.3.0&request=GetCapabilities
here's the OPeNDAP DAS:
http://motherlode.ucar.edu:8080/thredds/dodsC/fmrc/NCEP/GFS/CONUS_80km/files/GFS_CONUS_80km_20090729_1200.grib1.das
which contains a similar Lambert_Conformal section as with Marcos'
dataset (below) but it has different parameter values (maybe more
standard?) and lots of other information from the GRIB source.
Ethan
Ethan Davis wrote:
Hi Marcos, Pauline,
I'm not seeing any CRS elements in the GetCapabilities document at this
link:
http://limia.meteogalicia.es/thredds/wms/modelos/WRF/diario/20090331/wrf_arw_det_20090331_36km_00Z_1d.nc?service=WMS&version=1.3.0&request=GetCapabilities
I just talked to Jeff, one of the IDV developers, and that seems to be
the problem the IDV is tripping over (though he just added code to
default to "CRS:84" if none is found). I'm guessing that is the problem
Marcos saw for the other WMS clients as well.
I'm wondering if the projection is getting lost somehow for this
dataset. The project is Lambert Conformal, here's the OPeNDAP DAS
snippet for the projection variable:
Lambert_Conformal {
String grid_mapping_name "lambert_conformal_conic";
Float64 longitude_of_central_meridian -14.100000381469727;
Float64 standard_parallel 43.0, 43.0;
Float64 latitude_of_projection_origin 24.22800064086914;
Float64 false_easting 2182.62935;
Float64 false_northing -269.65597;
}
The netCDF-Java library, so ToolsUI (as Marcos mentioned) and IDV,
recognize the grid. Though whether they use the projection information
or the lat/lon variables isn't clear.
I'm not going to be able to dig into this any further until at least end
of next week. Pauline, Jon, I'm wondering (from my hazy understanding of
the ncWMS code) if the projection somehow fails to get mapped into a CRS
that GeoTools recognizes and it then does not default to try the lat/lon
grid that is also given in the dataset.
Ethan
Pauline Mak wrote:
Hi Marco,
I've downloaded the file and ran it with the latest version of TDS.
The
GetCapabilities XML generated has been attached - it does included the
CRS (and I also tried 1.1.1, and that gave me a list of SRS). Perhaps
you can give this a try? Google Earth was able to find all the layers
and palettes.
I've also tried to apply a GetMap request to the downloaded file, but
that's giving me a 500 error:
java.lang.ArrayIndexOutOfBoundsException: 0
at ucar.ma2.Index.setDim(Index.java:562)
at ucar.ma2.Index.set(Index.java:651)
at
uk.ac.rdg.resc.ncwms.datareader.DataChunk.getValue(DataChunk.java:67)
at
uk.ac.rdg.resc.ncwms.datareader.DefaultDataReader.populatePixelArray(DefaultDataReader.java:209)
.....
I'll keep investigating and let you know if I find why this is so :)
Cheers,
-Pauline.
Marcos Hermida wrote:
Hi Pauline, Ethan!
I've opened the netCDF files with the toolsUI and the data is
recognized as gridded data and is displayed perfectly. I also tried
with the IDV via OPeNDAP and it worked fine as well.
The fileServer isn't enabled for all datasets because many of them are
aggregations.
Usually, our models' daily outputs have one file per forecast day and
grid and we have set up (or at least tried it :-) ) two kind of
aggregations:
one in each daily output aggregating all the forecast day files in one
single dataset per grid and the other aggregates all the daily
outputs with the same forecast offset (only offset 0 so far) for each
grid.
For the WRF daily outputs I've changed the catalog, so now all the
files are available via fileServer:
http://limia.meteogalicia.es/thredds/catalog/modelos/WRF/diario/catalog.html
You can also download the WW3 files:
http://limia.meteogalicia.es/thredds/catalog/modelos/WW3/test/catalog.html
Thanx!!
Pauline Mak wrote:
Hi Marco,
I was able to load your URL - seems like the GetCapabilities XML
document doesn't contain coordinate systems. I can't seem to
download any of the files... if you can either email me one of them,
or enable fileServer, then I can download one to take a better look.
Thanks,
-Pauline.
Ethan Davis wrote:
Hi Marcos,
I'm getting a 500 response from the URL you gave. So, I wasn't
able to
look at your data.
One quick suggestion, make sure your data is recognized as
gridded data
by the netCDF-Java library. You can test that with the ToolsUI
(available from the netCDF-Java home page). Try opening your data
file
in the "FeatureTypes/Grids" tab of ToolsUI.
Or, if the data is available from the TDS via OPeNDAP, try
opening that
in the IDV (not through the WMS interface). Or you could open it
as a
local file.
Regards,
Ethan
Marcos Hermida wrote:
Hi all!
I've recently installed the latest version of TDS (4.0.23) and
set up
some catalogs ( http://limia.meteogalicia.es/thredds/ )
When I tried to display some data with IDV through WMS I got a
message
which says "No compatible SRS found". I've also tried it with
other GIS clients (QGIS, GoogleEarth, ArcView) and I got
similar messages.
I think it might be that in the capabilities xml document
delivered in
the getCapabilities request the SRS (WMS version 1.1.0) or CRS (WMS
version 1.3.0) tags are missing so the GIS clients are unable to
render
the maps or there is something wrong with our datasets?
Thanx!
_______________________________________________
thredds mailing list
thredds@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
_______________________________________________
thredds mailing list
thredds@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
--
Pauline Mak
Assistant Manager, ARCS Data Services
Ph: +61 3 6226 7518
Mob: +61 411 638 196
Email: pauline.mak@xxxxxxxxxxx
Jabber: pauline.mak@xxxxxxxxxxx
http://www.arcs.org.au/
TPAC
Email: pauline.mak@xxxxxxxxxxx
http://www.tpac.org.au/
<?xml version="1.0" encoding="ISO-8859-1"?>
<WMS_Capabilities version="1.3.0" xmlns="http://www.opengis.net/wms"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>THREDDS Data Server / ncWMS</Title>
<Abstract>Scientific Data</Abstract>
<KeywordList>
<Keyword>ocean</Keyword>
<Keyword> climate</Keyword>
<Keyword> meteorology</Keyword>
<Keyword> atmosphere</Keyword>
<Keyword> earth science</Keyword>
</KeywordList>
<OnlineResource xlink:type="simple" xlink:href=" "/>
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson>Support</ContactPerson>
<ContactOrganization>Unidata</ContactOrganization>
</ContactPersonPrimary>
<ContactVoiceTelephone> </ContactVoiceTelephone>
<ContactElectronicMailAddress>support-thredds@xxxxxxxxxxxxxxxx</ContactElectronicMailAddress>
</ContactInformation>
<Fees>none</Fees>
<AccessConstraints>none</AccessConstraints>
<LayerLimit>1</LayerLimit>
<MaxWidth>1024</MaxWidth>
<MaxHeight>1024</MaxHeight>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>text/xml</Format>
<DCPType><HTTP><Get><OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc"/></Get></HTTP></DCPType>
</GetCapabilities>
<GetMap>
<Format>image/jpeg</Format>
<Format>image/png</Format>
<Format>application/vnd.google-earth.kmz</Format>
<Format>image/gif</Format>
<DCPType><HTTP><Get><OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc"/></Get></HTTP></DCPType>
</GetMap>
<GetFeatureInfo>
<Format>image/png</Format>
<Format>text/xml</Format>
<DCPType><HTTP><Get><OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc"/></Get></HTTP></DCPType>
</GetFeatureInfo>
</Request>
<Exception>
<Format>XML</Format>
</Exception>
<Layer>
<Title>THREDDS Data Server / ncWMS</Title>
<CRS>EPSG:100001</CRS>
<CRS>EPSG:100002</CRS>
<CRS>EPSG:104000</CRS>
<CRS>EPSG:104101</CRS>
<CRS>EPSG:104102</CRS>
<CRS>EPSG:104103</CRS>
<CRS>EPSG:104104</CRS>
<CRS>EPSG:104105</CRS>
<CRS>EPSG:104106</CRS>
<CRS>EPSG:104107</CRS>
<CRS>EPSG:104108</CRS>
<CRS>EPSG:104261</CRS>
<CRS>EPSG:104304</CRS>
<CRS>EPSG:104305</CRS>
<CRS>EPSG:18001</CRS>
<CRS>EPSG:2000</CRS>
<CRS>EPSG:20004</CRS>
<CRS>EPSG:20005</CRS>
<CRS>EPSG:20006</CRS>
<CRS>EPSG:20007</CRS>
<CRS>EPSG:20008</CRS>
<CRS>EPSG:20009</CRS>
<CRS>EPSG:2001</CRS>
<CRS>EPSG:20010</CRS>
<CRS>EPSG:20011</CRS>
<CRS>EPSG:20012</CRS>
<CRS>EPSG:20013</CRS>
<CRS>EPSG:20014</CRS>
<CRS>EPSG:20015</CRS>
<CRS>EPSG:20016</CRS>
<CRS>EPSG:20017</CRS>
<CRS>EPSG:20018</CRS>
<CRS>EPSG:20019</CRS>
<CRS>EPSG:2002</CRS>
<CRS>EPSG:20020</CRS>
<CRS>EPSG:20021</CRS>
<CRS>EPSG:20022</CRS>
<CRS>EPSG:20023</CRS>
<CRS>EPSG:20024</CRS>
<CRS>EPSG:20025</CRS>
<CRS>EPSG:20026</CRS>
<CRS>EPSG:20027</CRS>
<CRS>EPSG:20028</CRS>
<CRS>EPSG:20029</CRS>
<CRS>EPSG:2003</CRS>
<CRS>EPSG:20030</CRS>
<CRS>EPSG:20031</CRS>
<CRS>EPSG:20032</CRS>
<CRS>EPSG:2004</CRS>
<CRS>EPSG:2005</CRS>
<CRS>EPSG:2006</CRS>
<CRS>EPSG:20064</CRS>
<CRS>EPSG:20065</CRS>
<CRS>EPSG:20066</CRS>
<CRS>EPSG:20067</CRS>
<CRS>EPSG:20068</CRS>
<CRS>EPSG:20069</CRS>
<CRS>EPSG:2007</CRS>
<CRS>EPSG:20070</CRS>
<CRS>EPSG:20071</CRS>
<CRS>EPSG:20072</CRS>
<CRS>EPSG:20073</CRS>
<CRS>EPSG:20074</CRS>
<CRS>EPSG:20075</CRS>
<CRS>EPSG:20076</CRS>
<CRS>EPSG:20077</CRS>
<CRS>EPSG:20078</CRS>
<CRS>EPSG:20079</CRS>
<CRS>EPSG:2008</CRS>
<CRS>EPSG:20080</CRS>
<CRS>EPSG:20081</CRS>
<CRS>EPSG:20082</CRS>
<CRS>EPSG:20083</CRS>
<CRS>EPSG:20084</CRS>
<CRS>EPSG:20085</CRS>
<CRS>EPSG:20086</CRS>
<CRS>EPSG:20087</CRS>
<CRS>EPSG:20088</CRS>
<CRS>EPSG:20089</CRS>
<CRS>EPSG:2009</CRS>
<CRS>EPSG:20090</CRS>
<CRS>EPSG:20091</CRS>
<CRS>EPSG:20092</CRS>
<CRS>EPSG:2010</CRS>
<CRS>EPSG:2011</CRS>
<CRS>EPSG:2012</CRS>
<CRS>EPSG:2013</CRS>
<CRS>EPSG:20135</CRS>
<CRS>EPSG:20136</CRS>
<CRS>EPSG:20137</CRS>
<CRS>EPSG:20138</CRS>
<CRS>EPSG:2014</CRS>
<CRS>EPSG:2015</CRS>
<CRS>EPSG:2016</CRS>
<CRS>EPSG:2017</CRS>
<CRS>EPSG:2018</CRS>
<CRS>EPSG:2019</CRS>
<CRS>EPSG:2020</CRS>
<CRS>EPSG:2021</CRS>
<CRS>EPSG:2022</CRS>
<CRS>EPSG:2023</CRS>
<CRS>EPSG:2024</CRS>
<CRS>EPSG:20248</CRS>
<CRS>EPSG:20249</CRS>
<CRS>EPSG:2025</CRS>
<CRS>EPSG:20250</CRS>
<CRS>EPSG:20251</CRS>
<CRS>EPSG:20252</CRS>
<CRS>EPSG:20253</CRS>
<CRS>EPSG:20254</CRS>
<CRS>EPSG:20255</CRS>
<CRS>EPSG:20256</CRS>
<CRS>EPSG:20257</CRS>
<CRS>EPSG:20258</CRS>
<CRS>EPSG:2026</CRS>
<CRS>EPSG:2027</CRS>
<CRS>EPSG:2028</CRS>
<CRS>EPSG:2029</CRS>
<CRS>EPSG:2030</CRS>
<CRS>EPSG:2031</CRS>
<CRS>EPSG:2032</CRS>
<CRS>EPSG:2033</CRS>
<CRS>EPSG:2034</CRS>
<CRS>EPSG:20348</CRS>
<CRS>EPSG:20349</CRS>
<CRS>EPSG:2035</CRS>
<CRS>EPSG:20350</CRS>
<CRS>EPSG:20351</CRS>
<CRS>EPSG:20352</CRS>
<CRS>EPSG:20353</CRS>
<CRS>EPSG:20354</CRS>
<CRS>EPSG:20355</CRS>
<CRS>EPSG:20356</CRS>
<CRS>EPSG:20357</CRS>
<CRS>EPSG:20358</CRS>
<CRS>EPSG:2036</CRS>
<CRS>EPSG:2037</CRS>
<CRS>EPSG:2038</CRS>
<CRS>EPSG:2039</CRS>
<CRS>EPSG:2040</CRS>
<CRS>EPSG:2041</CRS>
<CRS>EPSG:2042</CRS>
<CRS>EPSG:2043</CRS>
<CRS>EPSG:20437</CRS>
<CRS>EPSG:20438</CRS>
<CRS>EPSG:20439</CRS>
<CRS>EPSG:2044</CRS>
<CRS>EPSG:2045</CRS>
<CRS>EPSG:2046</CRS>
<CRS>EPSG:2047</CRS>
<CRS>EPSG:2048</CRS>
<CRS>EPSG:2049</CRS>
<CRS>EPSG:20499</CRS>
<CRS>EPSG:2050</CRS>
<CRS>EPSG:2051</CRS>
<CRS>EPSG:2052</CRS>
<CRS>EPSG:2053</CRS>
<CRS>EPSG:20538</CRS>
<CRS>EPSG:20539</CRS>
<CRS>EPSG:2054</CRS>
<CRS>EPSG:2055</CRS>
<CRS>EPSG:2056</CRS>
<CRS>EPSG:2057</CRS>
<CRS>EPSG:2058</CRS>
<CRS>EPSG:2059</CRS>
<CRS>EPSG:2060</CRS>
<CRS>EPSG:2061</CRS>
<CRS>EPSG:2062</CRS>
<CRS>EPSG:2063</CRS>
<CRS>EPSG:2064</CRS>
<CRS>EPSG:2065</CRS>
<CRS>EPSG:2066</CRS>
<CRS>EPSG:2067</CRS>
<CRS>EPSG:2068</CRS>
<CRS>EPSG:2069</CRS>
<CRS>EPSG:2070</CRS>
<CRS>EPSG:2071</CRS>
<CRS>EPSG:2072</CRS>
<CRS>EPSG:2073</CRS>
<CRS>EPSG:2074</CRS>
<CRS>EPSG:2075</CRS>
<CRS>EPSG:2076</CRS>
<CRS>EPSG:2077</CRS>
<CRS>EPSG:2078</CRS>
<CRS>EPSG:2079</CRS>
<CRS>EPSG:20790</CRS>
<CRS>EPSG:20791</CRS>
<CRS>EPSG:2080</CRS>
<CRS>EPSG:2081</CRS>
<CRS>EPSG:2082</CRS>
<CRS>EPSG:20822</CRS>
<CRS>EPSG:20823</CRS>
<CRS>EPSG:20824</CRS>
<CRS>EPSG:2083</CRS>
<CRS>EPSG:2084</CRS>
<CRS>EPSG:2085</CRS>
<CRS>EPSG:2086</CRS>
<CRS>EPSG:2087</CRS>
<CRS>EPSG:2088</CRS>
<CRS>EPSG:2089</CRS>
<CRS>EPSG:2090</CRS>
<CRS>EPSG:2091</CRS>
<CRS>EPSG:2092</CRS>
<CRS>EPSG:2093</CRS>
<CRS>EPSG:20934</CRS>
<CRS>EPSG:20935</CRS>
<CRS>EPSG:20936</CRS>
<CRS>EPSG:2094</CRS>
<CRS>EPSG:2095</CRS>
<CRS>EPSG:2096</CRS>
<CRS>EPSG:2097</CRS>
<CRS>EPSG:2098</CRS>
<CRS>EPSG:2099</CRS>
<CRS>EPSG:2100</CRS>
<CRS>EPSG:2101</CRS>
<CRS>EPSG:2102</CRS>
<CRS>EPSG:2103</CRS>
<CRS>EPSG:21035</CRS>
<CRS>EPSG:21036</CRS>
<CRS>EPSG:21037</CRS>
<CRS>EPSG:2104</CRS>
<CRS>EPSG:2105</CRS>
<CRS>EPSG:2106</CRS>
<CRS>EPSG:2107</CRS>
<CRS>EPSG:2108</CRS>
<CRS>EPSG:2109</CRS>
<CRS>EPSG:21095</CRS>
<CRS>EPSG:21096</CRS>
<CRS>EPSG:21097</CRS>
<CRS>EPSG:2110</CRS>
<CRS>EPSG:21100</CRS>
<CRS>EPSG:2111</CRS>
<CRS>EPSG:2112</CRS>
<CRS>EPSG:2113</CRS>
<CRS>EPSG:2114</CRS>
<CRS>EPSG:21148</CRS>
<CRS>EPSG:21149</CRS>
<CRS>EPSG:2115</CRS>
<CRS>EPSG:21150</CRS>
<CRS>EPSG:2116</CRS>
<CRS>EPSG:2117</CRS>
<CRS>EPSG:2118</CRS>
<CRS>EPSG:2119</CRS>
<CRS>EPSG:2120</CRS>
<CRS>EPSG:2121</CRS>
<CRS>EPSG:2122</CRS>
<CRS>EPSG:2123</CRS>
<CRS>EPSG:2124</CRS>
<CRS>EPSG:2125</CRS>
<CRS>EPSG:2126</CRS>
<CRS>EPSG:2127</CRS>
<CRS>EPSG:2128</CRS>
<CRS>EPSG:2129</CRS>
<CRS>EPSG:21291</CRS>
<CRS>EPSG:21292</CRS>
<CRS>EPSG:2130</CRS>
<CRS>EPSG:2131</CRS>
<CRS>EPSG:2132</CRS>
<CRS>EPSG:2133</CRS>
<CRS>EPSG:2134</CRS>
<CRS>EPSG:2135</CRS>
<CRS>EPSG:2136</CRS>
<CRS>EPSG:2137</CRS>
<CRS>EPSG:2138</CRS>
<CRS>EPSG:2139</CRS>
<CRS>EPSG:2140</CRS>
<CRS>EPSG:2141</CRS>
<CRS>EPSG:21413</CRS>
<CRS>EPSG:21414</CRS>
<CRS>EPSG:21415</CRS>
<CRS>EPSG:21416</CRS>
<CRS>EPSG:21417</CRS>
<CRS>EPSG:21418</CRS>
<CRS>EPSG:21419</CRS>
<CRS>EPSG:2142</CRS>
<CRS>EPSG:21420</CRS>
<CRS>EPSG:21421</CRS>
<CRS>EPSG:21422</CRS>
<CRS>EPSG:21423</CRS>
<CRS>EPSG:2143</CRS>
<CRS>EPSG:2144</CRS>
<CRS>EPSG:2145</CRS>
<CRS>EPSG:21453</CRS>
<CRS>EPSG:21454</CRS>
<CRS>EPSG:21455</CRS>
<CRS>EPSG:21456</CRS>
<CRS>EPSG:21457</CRS>
<CRS>EPSG:21458</CRS>
<CRS>EPSG:21459</CRS>
<CRS>EPSG:2146</CRS>
<CRS>EPSG:21460</CRS>
<CRS>EPSG:21461</CRS>
<CRS>EPSG:21462</CRS>
<CRS>EPSG:21463</CRS>
<CRS>EPSG:2147</CRS>
<CRS>EPSG:21473</CRS>
<CRS>EPSG:21474</CRS>
<CRS>EPSG:21475</CRS>
<CRS>EPSG:21476</CRS>
<CRS>EPSG:21477</CRS>
<CRS>EPSG:21478</CRS>
<CRS>EPSG:21479</CRS>
<CRS>EPSG:2148</CRS>
<CRS>EPSG:21480</CRS>
<CRS>EPSG:21481</CRS>
<CRS>EPSG:21482</CRS>
<CRS>EPSG:21483</CRS>
<CRS>EPSG:2149</CRS>
<CRS>EPSG:2150</CRS>
<CRS>EPSG:21500</CRS>
<CRS>EPSG:2151</CRS>
<CRS>EPSG:2152</CRS>
<CRS>EPSG:2153</CRS>
<CRS>EPSG:2154</CRS>
<CRS>EPSG:2155</CRS>
<CRS>EPSG:2156</CRS>
<CRS>EPSG:2157</CRS>
<CRS>EPSG:2158</CRS>
<CRS>EPSG:2159</CRS>
<CRS>EPSG:2160</CRS>
<CRS>EPSG:2161</CRS>
<CRS>EPSG:2162</CRS>
<CRS>EPSG:2163</CRS>
<CRS>EPSG:2164</CRS>
<CRS>EPSG:2165</CRS>
<CRS>EPSG:2166</CRS>
<CRS>EPSG:2167</CRS>
<CRS>EPSG:2168</CRS>
<CRS>EPSG:2169</CRS>
<CRS>EPSG:2170</CRS>
<CRS>EPSG:2171</CRS>
<CRS>EPSG:2172</CRS>
<CRS>EPSG:2173</CRS>
<CRS>EPSG:2174</CRS>
<CRS>EPSG:2175</CRS>
<CRS>EPSG:2176</CRS>
<CRS>EPSG:2177</CRS>
<CRS>EPSG:2178</CRS>
<CRS>EPSG:21780</CRS>
<CRS>EPSG:21781</CRS>
<CRS>EPSG:2179</CRS>
<CRS>EPSG:2180</CRS>
<CRS>EPSG:21817</CRS>
<CRS>EPSG:21818</CRS>
<CRS>EPSG:2188</CRS>
<CRS>EPSG:2189</CRS>
<CRS>EPSG:21891</CRS>
<CRS>EPSG:21892</CRS>
<CRS>EPSG:21893</CRS>
<CRS>EPSG:21894</CRS>
<CRS>EPSG:2190</CRS>
<CRS>EPSG:2191</CRS>
<CRS>EPSG:2192</CRS>
<CRS>EPSG:2193</CRS>
<CRS>EPSG:2194</CRS>
<CRS>EPSG:2195</CRS>
<CRS>EPSG:2196</CRS>
<CRS>EPSG:2197</CRS>
<CRS>EPSG:2198</CRS>
<CRS>EPSG:2199</CRS>
<CRS>EPSG:2200</CRS>
<CRS>EPSG:2201</CRS>
<CRS>EPSG:2202</CRS>
<CRS>EPSG:2203</CRS>
<CRS>EPSG:22032</CRS>
<CRS>EPSG:22033</CRS>
<CRS>EPSG:2204</CRS>
<CRS>EPSG:2205</CRS>
<CRS>EPSG:2206</CRS>
<CRS>EPSG:2207</CRS>
<CRS>EPSG:2208</CRS>
<CRS>EPSG:2209</CRS>
<CRS>EPSG:22091</CRS>
<CRS>EPSG:22092</CRS>
<CRS>EPSG:2210</CRS>
<CRS>EPSG:2211</CRS>
<CRS>EPSG:2212</CRS>
<CRS>EPSG:2213</CRS>
<CRS>EPSG:2214</CRS>
<CRS>EPSG:2215</CRS>
<CRS>EPSG:2216</CRS>
<CRS>EPSG:2217</CRS>
<CRS>EPSG:2219</CRS>
<CRS>EPSG:22191</CRS>
<CRS>EPSG:22192</CRS>
<CRS>EPSG:22193</CRS>
<CRS>EPSG:22194</CRS>
<CRS>EPSG:22195</CRS>
<CRS>EPSG:22196</CRS>
<CRS>EPSG:22197</CRS>
<CRS>EPSG:2220</CRS>
<CRS>EPSG:2222</CRS>
<CRS>EPSG:2223</CRS>
<CRS>EPSG:22234</CRS>
<CRS>EPSG:22235</CRS>
<CRS>EPSG:22236</CRS>
<CRS>EPSG:2224</CRS>
<CRS>EPSG:2225</CRS>
<CRS>EPSG:2226</CRS>
<CRS>EPSG:2227</CRS>
<CRS>EPSG:22275</CRS>
<CRS>EPSG:22277</CRS>
<CRS>EPSG:22279</CRS>
<CRS>EPSG:2228</CRS>
<CRS>EPSG:22281</CRS>
<CRS>EPSG:22283</CRS>
<CRS>EPSG:22285</CRS>
<CRS>EPSG:22287</CRS>
<CRS>EPSG:22289</CRS>
<CRS>EPSG:2229</CRS>
<CRS>EPSG:22291</CRS>
<CRS>EPSG:22293</CRS>
<CRS>EPSG:2230</CRS>
<CRS>EPSG:22300</CRS>
<CRS>EPSG:2231</CRS>
<CRS>EPSG:2232</CRS>
<CRS>EPSG:2233</CRS>
<CRS>EPSG:22332</CRS>
<CRS>EPSG:2234</CRS>
<CRS>EPSG:2235</CRS>
<CRS>EPSG:2236</CRS>
<CRS>EPSG:2237</CRS>
<CRS>EPSG:2238</CRS>
<CRS>EPSG:2239</CRS>
<CRS>EPSG:22391</CRS>
<CRS>EPSG:22392</CRS>
<CRS>EPSG:2240</CRS>
<CRS>EPSG:2241</CRS>
<CRS>EPSG:2242</CRS>
<CRS>EPSG:2243</CRS>
<CRS>EPSG:2244</CRS>
<CRS>EPSG:2245</CRS>
<CRS>EPSG:2246</CRS>
<CRS>EPSG:2247</CRS>
<CRS>EPSG:2248</CRS>
<CRS>EPSG:2249</CRS>
<CRS>EPSG:2250</CRS>
<CRS>EPSG:2251</CRS>
<CRS>EPSG:2252</CRS>
<CRS>EPSG:22523</CRS>
<CRS>EPSG:22524</CRS>
<CRS>EPSG:2253</CRS>
<CRS>EPSG:2254</CRS>
<CRS>EPSG:2255</CRS>
<CRS>EPSG:2256</CRS>
<CRS>EPSG:2257</CRS>
<CRS>EPSG:2258</CRS>
<CRS>EPSG:2259</CRS>
<CRS>EPSG:2260</CRS>
<CRS>EPSG:2261</CRS>
<CRS>EPSG:2262</CRS>
<CRS>EPSG:2263</CRS>
<CRS>EPSG:2264</CRS>
<CRS>EPSG:2265</CRS>
<CRS>EPSG:2266</CRS>
<CRS>EPSG:2267</CRS>
<CRS>EPSG:2268</CRS>
<CRS>EPSG:2269</CRS>
<CRS>EPSG:2270</CRS>
<CRS>EPSG:22700</CRS>
<CRS>EPSG:2271</CRS>
<CRS>EPSG:2272</CRS>
<CRS>EPSG:2273</CRS>
<CRS>EPSG:2274</CRS>
<CRS>EPSG:2275</CRS>
<CRS>EPSG:2276</CRS>
<CRS>EPSG:2277</CRS>
<CRS>EPSG:22770</CRS>
<CRS>EPSG:2278</CRS>
<CRS>EPSG:22780</CRS>
<CRS>EPSG:2279</CRS>
<CRS>EPSG:2280</CRS>
<CRS>EPSG:2281</CRS>
<CRS>EPSG:2282</CRS>
<CRS>EPSG:2283</CRS>
<CRS>EPSG:22832</CRS>
<CRS>EPSG:2284</CRS>
<CRS>EPSG:2285</CRS>
<CRS>EPSG:2286</CRS>
<CRS>EPSG:2287</CRS>
<CRS>EPSG:2288</CRS>
<CRS>EPSG:2289</CRS>
<CRS>EPSG:2290</CRS>
<CRS>EPSG:2291</CRS>
<CRS>EPSG:2292</CRS>
<CRS>EPSG:2294</CRS>
<CRS>EPSG:2295</CRS>
<CRS>EPSG:22991</CRS>
<CRS>EPSG:22992</CRS>
<CRS>EPSG:22993</CRS>
<CRS>EPSG:22994</CRS>
<CRS>EPSG:23028</CRS>
<CRS>EPSG:23029</CRS>
<CRS>EPSG:23030</CRS>
<CRS>EPSG:23031</CRS>
<CRS>EPSG:23032</CRS>
<CRS>EPSG:23033</CRS>
<CRS>EPSG:23034</CRS>
<CRS>EPSG:23035</CRS>
<CRS>EPSG:23036</CRS>
<CRS>EPSG:23037</CRS>
<CRS>EPSG:23038</CRS>
<CRS>EPSG:2308</CRS>
<CRS>EPSG:2309</CRS>
<CRS>EPSG:23090</CRS>
<CRS>EPSG:23095</CRS>
<CRS>EPSG:2310</CRS>
<CRS>EPSG:2311</CRS>
<CRS>EPSG:2312</CRS>
<CRS>EPSG:2313</CRS>
<CRS>EPSG:2314</CRS>
<CRS>EPSG:2315</CRS>
<CRS>EPSG:2316</CRS>
<CRS>EPSG:2317</CRS>
<CRS>EPSG:2318</CRS>
<CRS>EPSG:2319</CRS>
<CRS>EPSG:2320</CRS>
<CRS>EPSG:2321</CRS>
<CRS>EPSG:2322</CRS>
<CRS>EPSG:2323</CRS>
<CRS>EPSG:23239</CRS>
<CRS>EPSG:2324</CRS>
<CRS>EPSG:23240</CRS>
<CRS>EPSG:2325</CRS>
<CRS>EPSG:2326</CRS>
<CRS>EPSG:2327</CRS>
<CRS>EPSG:2328</CRS>
<CRS>EPSG:2329</CRS>
<CRS>EPSG:2330</CRS>
<CRS>EPSG:2331</CRS>
<CRS>EPSG:2332</CRS>
<CRS>EPSG:2333</CRS>
<CRS>EPSG:2334</CRS>
<CRS>EPSG:2335</CRS>
<CRS>EPSG:2336</CRS>
<CRS>EPSG:2337</CRS>
<CRS>EPSG:2338</CRS>
<CRS>EPSG:2339</CRS>
<CRS>EPSG:2340</CRS>
<CRS>EPSG:2341</CRS>
<CRS>EPSG:2342</CRS>
<CRS>EPSG:2343</CRS>
<CRS>EPSG:23433</CRS>
<CRS>EPSG:2344</CRS>
<CRS>EPSG:2345</CRS>
<CRS>EPSG:2346</CRS>
<CRS>EPSG:2347</CRS>
<CRS>EPSG:2348</CRS>
<CRS>EPSG:2349</CRS>
<CRS>EPSG:2350</CRS>
<CRS>EPSG:2351</CRS>
<CRS>EPSG:2352</CRS>
<CRS>EPSG:2353</CRS>
<CRS>EPSG:2354</CRS>
<CRS>EPSG:2355</CRS>
<CRS>EPSG:2356</CRS>
<CRS>EPSG:2357</CRS>
<CRS>EPSG:2358</CRS>
<CRS>EPSG:2359</CRS>
<CRS>EPSG:2360</CRS>
<CRS>EPSG:2361</CRS>
<CRS>EPSG:2362</CRS>
<CRS>EPSG:2363</CRS>
<CRS>EPSG:2364</CRS>
<CRS>EPSG:2365</CRS>
<CRS>EPSG:2366</CRS>
<CRS>EPSG:2367</CRS>
<CRS>EPSG:2368</CRS>
<CRS>EPSG:2369</CRS>
<CRS>EPSG:2370</CRS>
<CRS>EPSG:23700</CRS>
<CRS>EPSG:2371</CRS>
<CRS>EPSG:2372</CRS>
<CRS>EPSG:2373</CRS>
<CRS>EPSG:2374</CRS>
<CRS>EPSG:2375</CRS>
<CRS>EPSG:2376</CRS>
<CRS>EPSG:2377</CRS>
<CRS>EPSG:2378</CRS>
<CRS>EPSG:2379</CRS>
<CRS>EPSG:2380</CRS>
<CRS>EPSG:2381</CRS>
<CRS>EPSG:2382</CRS>
<CRS>EPSG:2383</CRS>
<CRS>EPSG:2384</CRS>
<CRS>EPSG:23846</CRS>
<CRS>EPSG:23847</CRS>
<CRS>EPSG:23848</CRS>
<CRS>EPSG:23849</CRS>
<CRS>EPSG:2385</CRS>
<CRS>EPSG:23850</CRS>
<CRS>EPSG:23851</CRS>
<CRS>EPSG:23852</CRS>
<CRS>EPSG:23853</CRS>
<CRS>EPSG:2386</CRS>
<CRS>EPSG:2387</CRS>
<CRS>EPSG:2388</CRS>
<CRS>EPSG:23886</CRS>
<CRS>EPSG:23887</CRS>
<CRS>EPSG:23888</CRS>
<CRS>EPSG:23889</CRS>
<CRS>EPSG:2389</CRS>
<CRS>EPSG:23890</CRS>
<CRS>EPSG:23891</CRS>
<CRS>EPSG:23892</CRS>
<CRS>EPSG:23893</CRS>
<CRS>EPSG:23894</CRS>
<CRS>EPSG:2390</CRS>
<CRS>EPSG:2391</CRS>
<CRS>EPSG:2392</CRS>
<CRS>EPSG:2393</CRS>
<CRS>EPSG:2394</CRS>
<CRS>EPSG:23946</CRS>
<CRS>EPSG:23947</CRS>
<CRS>EPSG:23948</CRS>
<CRS>EPSG:2395</CRS>
<CRS>EPSG:2396</CRS>
<CRS>EPSG:2397</CRS>
<CRS>EPSG:2398</CRS>
<CRS>EPSG:2399</CRS>
<CRS>EPSG:2400</CRS>
<CRS>EPSG:2401</CRS>
<CRS>EPSG:2402</CRS>
<CRS>EPSG:2403</CRS>
<CRS>EPSG:2404</CRS>
<CRS>EPSG:24047</CRS>
<CRS>EPSG:24048</CRS>
<CRS>EPSG:2405</CRS>
<CRS>EPSG:2406</CRS>
<CRS>EPSG:2407</CRS>
<CRS>EPSG:2408</CRS>
<CRS>EPSG:2409</CRS>
<CRS>EPSG:2410</CRS>
<CRS>EPSG:24100</CRS>
<CRS>EPSG:2411</CRS>
<CRS>EPSG:2412</CRS>
<CRS>EPSG:2413</CRS>
<CRS>EPSG:2414</CRS>
<CRS>EPSG:2415</CRS>
<CRS>EPSG:2416</CRS>
<CRS>EPSG:2417</CRS>
<CRS>EPSG:2418</CRS>
<CRS>EPSG:2419</CRS>
<CRS>EPSG:2420</CRS>
<CRS>EPSG:24200</CRS>
<CRS>EPSG:2421</CRS>
<CRS>EPSG:2422</CRS>
<CRS>EPSG:2423</CRS>
<CRS>EPSG:2424</CRS>
<CRS>EPSG:2425</CRS>
<CRS>EPSG:2426</CRS>
<CRS>EPSG:2427</CRS>
<CRS>EPSG:2428</CRS>
<CRS>EPSG:2429</CRS>
<CRS>EPSG:2430</CRS>
<CRS>EPSG:24305</CRS>
<CRS>EPSG:24306</CRS>
<CRS>EPSG:2431</CRS>
<CRS>EPSG:24311</CRS>
<CRS>EPSG:24312</CRS>
<CRS>EPSG:24313</CRS>
<CRS>EPSG:2432</CRS>
<CRS>EPSG:2433</CRS>
<CRS>EPSG:2434</CRS>
<CRS>EPSG:24342</CRS>
<CRS>EPSG:24343</CRS>
<CRS>EPSG:24344</CRS>
<CRS>EPSG:24345</CRS>
<CRS>EPSG:24346</CRS>
<CRS>EPSG:24347</CRS>
<CRS>EPSG:2435</CRS>
<CRS>EPSG:2436</CRS>
<CRS>EPSG:2437</CRS>
<CRS>EPSG:24370</CRS>
<CRS>EPSG:24371</CRS>
<CRS>EPSG:24372</CRS>
<CRS>EPSG:24373</CRS>
<CRS>EPSG:24374</CRS>
<CRS>EPSG:24375</CRS>
<CRS>EPSG:24376</CRS>
<CRS>EPSG:24377</CRS>
<CRS>EPSG:24378</CRS>
<CRS>EPSG:24379</CRS>
<CRS>EPSG:2438</CRS>
<CRS>EPSG:24380</CRS>
<CRS>EPSG:24381</CRS>
<CRS>EPSG:24382</CRS>
<CRS>EPSG:24383</CRS>
<CRS>EPSG:2439</CRS>
<CRS>EPSG:2440</CRS>
<CRS>EPSG:2441</CRS>
<CRS>EPSG:2442</CRS>
<CRS>EPSG:2443</CRS>
<CRS>EPSG:2444</CRS>
<CRS>EPSG:2445</CRS>
<CRS>EPSG:2446</CRS>
<CRS>EPSG:2447</CRS>
<CRS>EPSG:2448</CRS>
<CRS>EPSG:2449</CRS>
<CRS>EPSG:2450</CRS>
<CRS>EPSG:24500</CRS>
<CRS>EPSG:2451</CRS>
<CRS>EPSG:2452</CRS>
<CRS>EPSG:2453</CRS>
<CRS>EPSG:2454</CRS>
<CRS>EPSG:24547</CRS>
<CRS>EPSG:24548</CRS>
<CRS>EPSG:2455</CRS>
<CRS>EPSG:2456</CRS>
<CRS>EPSG:2457</CRS>
<CRS>EPSG:24571</CRS>
<CRS>EPSG:2458</CRS>
<CRS>EPSG:2459</CRS>
<CRS>EPSG:2460</CRS>
<CRS>EPSG:24600</CRS>
<CRS>EPSG:2461</CRS>
<CRS>EPSG:2462</CRS>
<CRS>EPSG:2463</CRS>
<CRS>EPSG:2464</CRS>
<CRS>EPSG:2465</CRS>
<CRS>EPSG:2466</CRS>
<CRS>EPSG:2467</CRS>
<CRS>EPSG:2468</CRS>
<CRS>EPSG:2469</CRS>
<CRS>EPSG:2470</CRS>
<CRS>EPSG:2471</CRS>
<CRS>EPSG:24718</CRS>
<CRS>EPSG:24719</CRS>
<CRS>EPSG:2472</CRS>
<CRS>EPSG:24720</CRS>
<CRS>EPSG:2473</CRS>
<CRS>EPSG:2474</CRS>
<CRS>EPSG:2475</CRS>
<CRS>EPSG:2476</CRS>
<CRS>EPSG:2477</CRS>
<CRS>EPSG:2478</CRS>
<CRS>EPSG:2479</CRS>
<CRS>EPSG:2480</CRS>
<CRS>EPSG:2481</CRS>
<CRS>EPSG:24818</CRS>
<CRS>EPSG:24819</CRS>
<CRS>EPSG:2482</CRS>
<CRS>EPSG:24820</CRS>
<CRS>EPSG:24821</CRS>
<CRS>EPSG:2483</CRS>
<CRS>EPSG:2484</CRS>
<CRS>EPSG:2485</CRS>
<CRS>EPSG:2486</CRS>
<CRS>EPSG:2487</CRS>
<CRS>EPSG:24877</CRS>
<CRS>EPSG:24878</CRS>
<CRS>EPSG:24879</CRS>
<CRS>EPSG:2488</CRS>
<CRS>EPSG:24880</CRS>
<CRS>EPSG:24882</CRS>
<CRS>EPSG:2489</CRS>
<CRS>EPSG:24891</CRS>
<CRS>EPSG:24892</CRS>
<CRS>EPSG:24893</CRS>
<CRS>EPSG:2490</CRS>
<CRS>EPSG:2491</CRS>
<CRS>EPSG:2492</CRS>
<CRS>EPSG:2493</CRS>
<CRS>EPSG:2494</CRS>
<CRS>EPSG:2495</CRS>
<CRS>EPSG:2496</CRS>
<CRS>EPSG:2497</CRS>
<CRS>EPSG:2498</CRS>
<CRS>EPSG:2499</CRS>
<CRS>EPSG:2500</CRS>
<CRS>EPSG:25000</CRS>
<CRS>EPSG:2501</CRS>
<CRS>EPSG:2502</CRS>
<CRS>EPSG:2503</CRS>
<CRS>EPSG:2504</CRS>
<CRS>EPSG:2505</CRS>
<CRS>EPSG:2506</CRS>
<CRS>EPSG:2507</CRS>
<CRS>EPSG:2508</CRS>
<CRS>EPSG:2509</CRS>
<CRS>EPSG:2510</CRS>
<CRS>EPSG:2511</CRS>
<CRS>EPSG:2512</CRS>
<CRS>EPSG:2513</CRS>
<CRS>EPSG:2514</CRS>
<CRS>EPSG:2515</CRS>
<CRS>EPSG:2516</CRS>
<CRS>EPSG:2517</CRS>
<CRS>EPSG:2518</CRS>
<CRS>EPSG:2519</CRS>
<CRS>EPSG:2520</CRS>
<CRS>EPSG:2521</CRS>
<CRS>EPSG:2522</CRS>
<CRS>EPSG:2523</CRS>
<CRS>EPSG:25231</CRS>
<CRS>EPSG:2524</CRS>
<CRS>EPSG:2525</CRS>
<CRS>EPSG:2526</CRS>
<CRS>EPSG:2527</CRS>
<CRS>EPSG:2528</CRS>
<CRS>EPSG:2529</CRS>
<CRS>EPSG:2530</CRS>
<CRS>EPSG:2531</CRS>
<CRS>EPSG:2532</CRS>
<CRS>EPSG:2533</CRS>
<CRS>EPSG:2534</CRS>
<CRS>EPSG:2535</CRS>
<CRS>EPSG:2536</CRS>
<CRS>EPSG:2537</CRS>
<CRS>EPSG:2538</CRS>
<CRS>EPSG:2539</CRS>
<CRS>EPSG:25391</CRS>
<CRS>EPSG:25392</CRS>
<CRS>EPSG:25393</CRS>
<CRS>EPSG:25394</CRS>
<CRS>EPSG:25395</CRS>
<CRS>EPSG:2540</CRS>
<CRS>EPSG:2541</CRS>
<CRS>EPSG:2542</CRS>
<CRS>EPSG:2543</CRS>
<CRS>EPSG:2544</CRS>
<CRS>EPSG:2545</CRS>
<CRS>EPSG:2546</CRS>
<CRS>EPSG:2547</CRS>
<CRS>EPSG:2548</CRS>
<CRS>EPSG:2549</CRS>
<CRS>EPSG:2550</CRS>
<CRS>EPSG:2551</CRS>
<CRS>EPSG:2552</CRS>
<CRS>EPSG:2553</CRS>
<CRS>EPSG:2554</CRS>
<CRS>EPSG:2555</CRS>
<CRS>EPSG:2556</CRS>
<CRS>EPSG:2557</CRS>
<CRS>EPSG:2558</CRS>
<CRS>EPSG:2559</CRS>
<CRS>EPSG:2560</CRS>
<CRS>EPSG:2561</CRS>
<CRS>EPSG:2562</CRS>
<CRS>EPSG:2563</CRS>
<CRS>EPSG:2564</CRS>
<CRS>EPSG:2565</CRS>
<CRS>EPSG:2566</CRS>
<CRS>EPSG:2567</CRS>
<CRS>EPSG:2568</CRS>
<CRS>EPSG:2569</CRS>
<CRS>EPSG:2570</CRS>
<CRS>EPSG:25700</CRS>
<CRS>EPSG:2571</CRS>
<CRS>EPSG:2572</CRS>
<CRS>EPSG:2573</CRS>
<CRS>EPSG:2574</CRS>
<CRS>EPSG:2575</CRS>
<CRS>EPSG:2576</CRS>
<CRS>EPSG:2577</CRS>
<CRS>EPSG:2578</CRS>
<CRS>EPSG:2579</CRS>
<CRS>EPSG:2580</CRS>
<CRS>EPSG:2581</CRS>
<CRS>EPSG:2582</CRS>
<CRS>EPSG:25828</CRS>
<CRS>EPSG:25829</CRS>
<CRS>EPSG:2583</CRS>
<CRS>EPSG:25830</CRS>
<CRS>EPSG:25831</CRS>
<CRS>EPSG:25832</CRS>
<CRS>EPSG:25833</CRS>
<CRS>EPSG:25834</CRS>
<CRS>EPSG:25835</CRS>
<CRS>EPSG:25836</CRS>
<CRS>EPSG:25837</CRS>
<CRS>EPSG:25838</CRS>
<CRS>EPSG:2584</CRS>
<CRS>EPSG:2585</CRS>
<CRS>EPSG:2586</CRS>
<CRS>EPSG:2587</CRS>
<CRS>EPSG:2588</CRS>
<CRS>EPSG:25884</CRS>
<CRS>EPSG:2589</CRS>
<CRS>EPSG:2590</CRS>
<CRS>EPSG:2591</CRS>
<CRS>EPSG:2592</CRS>
<CRS>EPSG:2593</CRS>
<CRS>EPSG:25932</CRS>
<CRS>EPSG:2594</CRS>
<CRS>EPSG:2595</CRS>
<CRS>EPSG:2596</CRS>
<CRS>EPSG:2597</CRS>
<CRS>EPSG:2598</CRS>
<CRS>EPSG:2599</CRS>
<CRS>EPSG:2600</CRS>
<CRS>EPSG:2601</CRS>
<CRS>EPSG:2602</CRS>
<CRS>EPSG:2603</CRS>
<CRS>EPSG:2604</CRS>
<CRS>EPSG:2605</CRS>
<CRS>EPSG:2606</CRS>
<CRS>EPSG:2607</CRS>
<CRS>EPSG:2608</CRS>
<CRS>EPSG:2609</CRS>
<CRS>EPSG:2610</CRS>
<CRS>EPSG:2611</CRS>
<CRS>EPSG:2612</CRS>
<CRS>EPSG:2613</CRS>
<CRS>EPSG:2614</CRS>
<CRS>EPSG:2615</CRS>
<CRS>EPSG:2616</CRS>
<CRS>EPSG:2617</CRS>
<CRS>EPSG:2618</CRS>
<CRS>EPSG:2619</CRS>
<CRS>EPSG:26191</CRS>
<CRS>EPSG:26192</CRS>
<CRS>EPSG:26193</CRS>
<CRS>EPSG:26194</CRS>
<CRS>EPSG:26195</CRS>
<CRS>EPSG:2620</CRS>
<CRS>EPSG:2621</CRS>
<CRS>EPSG:2622</CRS>
<CRS>EPSG:2623</CRS>
<CRS>EPSG:26237</CRS>
<CRS>EPSG:2624</CRS>
<CRS>EPSG:2625</CRS>
<CRS>EPSG:2626</CRS>
<CRS>EPSG:2627</CRS>
<CRS>EPSG:2628</CRS>
<CRS>EPSG:2629</CRS>
<CRS>EPSG:2630</CRS>
<CRS>EPSG:2631</CRS>
<CRS>EPSG:2632</CRS>
<CRS>EPSG:2633</CRS>
<CRS>EPSG:26331</CRS>
<CRS>EPSG:26332</CRS>
<CRS>EPSG:2634</CRS>
<CRS>EPSG:2635</CRS>
<CRS>EPSG:2636</CRS>
<CRS>EPSG:2637</CRS>
<CRS>EPSG:2638</CRS>
<CRS>EPSG:2639</CRS>
<CRS>EPSG:26391</CRS>
<CRS>EPSG:26392</CRS>
<CRS>EPSG:26393</CRS>
<CRS>EPSG:2640</CRS>
<CRS>EPSG:2641</CRS>
<CRS>EPSG:2642</CRS>
<CRS>EPSG:2643</CRS>
<CRS>EPSG:26432</CRS>
<CRS>EPSG:2644</CRS>
<CRS>EPSG:2645</CRS>
<CRS>EPSG:2646</CRS>
<CRS>EPSG:2647</CRS>
<CRS>EPSG:2648</CRS>
<CRS>EPSG:2649</CRS>
<CRS>EPSG:2650</CRS>
<CRS>EPSG:2651</CRS>
<CRS>EPSG:2652</CRS>
<CRS>EPSG:2653</CRS>
<CRS>EPSG:2654</CRS>
<CRS>EPSG:2655</CRS>
<CRS>EPSG:2656</CRS>
<CRS>EPSG:2657</CRS>
<CRS>EPSG:2658</CRS>
<CRS>EPSG:2659</CRS>
<CRS>EPSG:26591</CRS>
<CRS>EPSG:26592</CRS>
<CRS>EPSG:2660</CRS>
<CRS>EPSG:2661</CRS>
<CRS>EPSG:2662</CRS>
<CRS>EPSG:2663</CRS>
<CRS>EPSG:26632</CRS>
<CRS>EPSG:2664</CRS>
<CRS>EPSG:2665</CRS>
<CRS>EPSG:2666</CRS>
<CRS>EPSG:2667</CRS>
<CRS>EPSG:2668</CRS>
<CRS>EPSG:2669</CRS>
<CRS>EPSG:26692</CRS>
<CRS>EPSG:2670</CRS>
<CRS>EPSG:26703</CRS>
<CRS>EPSG:26704</CRS>
<CRS>EPSG:26705</CRS>
<CRS>EPSG:26706</CRS>
<CRS>EPSG:26707</CRS>
<CRS>EPSG:26708</CRS>
<CRS>EPSG:26709</CRS>
<CRS>EPSG:2671</CRS>
<CRS>EPSG:26710</CRS>
<CRS>EPSG:26711</CRS>
<CRS>EPSG:26712</CRS>
<CRS>EPSG:26713</CRS>
<CRS>EPSG:26714</CRS>
<CRS>EPSG:26715</CRS>
<CRS>EPSG:26716</CRS>
<CRS>EPSG:26717</CRS>
<CRS>EPSG:26718</CRS>
<CRS>EPSG:26719</CRS>
<CRS>EPSG:2672</CRS>
<CRS>EPSG:26720</CRS>
<CRS>EPSG:26721</CRS>
<CRS>EPSG:26722</CRS>
<CRS>EPSG:26729</CRS>
<CRS>EPSG:2673</CRS>
<CRS>EPSG:26730</CRS>
<CRS>EPSG:26731</CRS>
<CRS>EPSG:26732</CRS>
<CRS>EPSG:26733</CRS>
<CRS>EPSG:26734</CRS>
<CRS>EPSG:26735</CRS>
<CRS>EPSG:26736</CRS>
<CRS>EPSG:26737</CRS>
<CRS>EPSG:26738</CRS>
<CRS>EPSG:26739</CRS>
<CRS>EPSG:2674</CRS>
<CRS>EPSG:26740</CRS>
<CRS>EPSG:26741</CRS>
<CRS>EPSG:26742</CRS>
<CRS>EPSG:26743</CRS>
<CRS>EPSG:26744</CRS>
<CRS>EPSG:26745</CRS>
<CRS>EPSG:26746</CRS>
<CRS>EPSG:26747</CRS>
<CRS>EPSG:26748</CRS>
<CRS>EPSG:26749</CRS>
<CRS>EPSG:2675</CRS>
<CRS>EPSG:26750</CRS>
<CRS>EPSG:26751</CRS>
<CRS>EPSG:26752</CRS>
<CRS>EPSG:26753</CRS>
<CRS>EPSG:26754</CRS>
<CRS>EPSG:26755</CRS>
<CRS>EPSG:26756</CRS>
<CRS>EPSG:26757</CRS>
<CRS>EPSG:26758</CRS>
<CRS>EPSG:26759</CRS>
<CRS>EPSG:2676</CRS>
<CRS>EPSG:26760</CRS>
<CRS>EPSG:26766</CRS>
<CRS>EPSG:26767</CRS>
<CRS>EPSG:26768</CRS>
<CRS>EPSG:26769</CRS>
<CRS>EPSG:2677</CRS>
<CRS>EPSG:26770</CRS>
<CRS>EPSG:26771</CRS>
<CRS>EPSG:26772</CRS>
<CRS>EPSG:26773</CRS>
<CRS>EPSG:26774</CRS>
<CRS>EPSG:26775</CRS>
<CRS>EPSG:26776</CRS>
<CRS>EPSG:26777</CRS>
<CRS>EPSG:26778</CRS>
<CRS>EPSG:26779</CRS>
<CRS>EPSG:2678</CRS>
<CRS>EPSG:26780</CRS>
<CRS>EPSG:26781</CRS>
<CRS>EPSG:26782</CRS>
<CRS>EPSG:26783</CRS>
<CRS>EPSG:26784</CRS>
<CRS>EPSG:26785</CRS>
<CRS>EPSG:26786</CRS>
<CRS>EPSG:26787</CRS>
<CRS>EPSG:2679</CRS>
<CRS>EPSG:26791</CRS>
<CRS>EPSG:26792</CRS>
<CRS>EPSG:26793</CRS>
<CRS>EPSG:26794</CRS>
<CRS>EPSG:26795</CRS>
<CRS>EPSG:26796</CRS>
<CRS>EPSG:26797</CRS>
<CRS>EPSG:26798</CRS>
<CRS>EPSG:2680</CRS>
<CRS>EPSG:26801</CRS>
<CRS>EPSG:26802</CRS>
<CRS>EPSG:26803</CRS>
<CRS>EPSG:2681</CRS>
<CRS>EPSG:26811</CRS>
<CRS>EPSG:26812</CRS>
<CRS>EPSG:26813</CRS>
<CRS>EPSG:2682</CRS>
<CRS>EPSG:2683</CRS>
<CRS>EPSG:2684</CRS>
<CRS>EPSG:2685</CRS>
<CRS>EPSG:2686</CRS>
<CRS>EPSG:2687</CRS>
<CRS>EPSG:2688</CRS>
<CRS>EPSG:2689</CRS>
<CRS>EPSG:2690</CRS>
<CRS>EPSG:26903</CRS>
<CRS>EPSG:26904</CRS>
<CRS>EPSG:26905</CRS>
<CRS>EPSG:26906</CRS>
<CRS>EPSG:26907</CRS>
<CRS>EPSG:26908</CRS>
<CRS>EPSG:26909</CRS>
<CRS>EPSG:2691</CRS>
<CRS>EPSG:26910</CRS>
<CRS>EPSG:26911</CRS>
<CRS>EPSG:26912</CRS>
<CRS>EPSG:26913</CRS>
<CRS>EPSG:26914</CRS>
<CRS>EPSG:26915</CRS>
<CRS>EPSG:26916</CRS>
<CRS>EPSG:26917</CRS>
<CRS>EPSG:26918</CRS>
<CRS>EPSG:26919</CRS>
<CRS>EPSG:2692</CRS>
<CRS>EPSG:26920</CRS>
<CRS>EPSG:26921</CRS>
<CRS>EPSG:26922</CRS>
<CRS>EPSG:26923</CRS>
<CRS>EPSG:26929</CRS>
<CRS>EPSG:2693</CRS>
<CRS>EPSG:26930</CRS>
<CRS>EPSG:26931</CRS>
<CRS>EPSG:26932</CRS>
<CRS>EPSG:26933</CRS>
<CRS>EPSG:26934</CRS>
<CRS>EPSG:26935</CRS>
<CRS>EPSG:26936</CRS>
<CRS>EPSG:26937</CRS>
<CRS>EPSG:26938</CRS>
<CRS>EPSG:26939</CRS>
<CRS>EPSG:2694</CRS>
<CRS>EPSG:26940</CRS>
<CRS>EPSG:26941</CRS>
<CRS>EPSG:26942</CRS>
<CRS>EPSG:26943</CRS>
<CRS>EPSG:26944</CRS>
<CRS>EPSG:26945</CRS>
<CRS>EPSG:26946</CRS>
<CRS>EPSG:26948</CRS>
<CRS>EPSG:26949</CRS>
<CRS>EPSG:2695</CRS>
<CRS>EPSG:26950</CRS>
<CRS>EPSG:26951</CRS>
<CRS>EPSG:26952</CRS>
<CRS>EPSG:26953</CRS>
<CRS>EPSG:26954</CRS>
<CRS>EPSG:26955</CRS>
<CRS>EPSG:26956</CRS>
<CRS>EPSG:26957</CRS>
<CRS>EPSG:26958</CRS>
<CRS>EPSG:26959</CRS>
<CRS>EPSG:2696</CRS>
<CRS>EPSG:26960</CRS>
<CRS>EPSG:26961</CRS>
<CRS>EPSG:26962</CRS>
<CRS>EPSG:26963</CRS>
<CRS>EPSG:26964</CRS>
<CRS>EPSG:26965</CRS>
<CRS>EPSG:26966</CRS>
<CRS>EPSG:26967</CRS>
<CRS>EPSG:26968</CRS>
<CRS>EPSG:26969</CRS>
<CRS>EPSG:2697</CRS>
<CRS>EPSG:26970</CRS>
<CRS>EPSG:26971</CRS>
<CRS>EPSG:26972</CRS>
<CRS>EPSG:26973</CRS>
<CRS>EPSG:26974</CRS>
<CRS>EPSG:26975</CRS>
<CRS>EPSG:26976</CRS>
<CRS>EPSG:26977</CRS>
<CRS>EPSG:26978</CRS>
<CRS>EPSG:26979</CRS>
<CRS>EPSG:2698</CRS>
<CRS>EPSG:26980</CRS>
<CRS>EPSG:26981</CRS>
<CRS>EPSG:26982</CRS>
<CRS>EPSG:26983</CRS>
<CRS>EPSG:26984</CRS>
<CRS>EPSG:26985</CRS>
<CRS>EPSG:26986</CRS>
<CRS>EPSG:26987</CRS>
<CRS>EPSG:26988</CRS>
<CRS>EPSG:26989</CRS>
<CRS>EPSG:2699</CRS>
<CRS>EPSG:26990</CRS>
<CRS>EPSG:26991</CRS>
<CRS>EPSG:26992</CRS>
<CRS>EPSG:26993</CRS>
<CRS>EPSG:26994</CRS>
<CRS>EPSG:26995</CRS>
<CRS>EPSG:26996</CRS>
<CRS>EPSG:26997</CRS>
<CRS>EPSG:26998</CRS>
<CRS>EPSG:2700</CRS>
<CRS>EPSG:2701</CRS>
<CRS>EPSG:2702</CRS>
<CRS>EPSG:2703</CRS>
<CRS>EPSG:27038</CRS>
<CRS>EPSG:27039</CRS>
<CRS>EPSG:2704</CRS>
<CRS>EPSG:27040</CRS>
<CRS>EPSG:2705</CRS>
<CRS>EPSG:2706</CRS>
<CRS>EPSG:2707</CRS>
<CRS>EPSG:2708</CRS>
<CRS>EPSG:2709</CRS>
<CRS>EPSG:2710</CRS>
<CRS>EPSG:2711</CRS>
<CRS>EPSG:2712</CRS>
<CRS>EPSG:27120</CRS>
<CRS>EPSG:2713</CRS>
<CRS>EPSG:2714</CRS>
<CRS>EPSG:2715</CRS>
<CRS>EPSG:2716</CRS>
<CRS>EPSG:2717</CRS>
<CRS>EPSG:2718</CRS>
<CRS>EPSG:2719</CRS>
<CRS>EPSG:2720</CRS>
<CRS>EPSG:27200</CRS>
<CRS>EPSG:27205</CRS>
<CRS>EPSG:27206</CRS>
<CRS>EPSG:27207</CRS>
<CRS>EPSG:27208</CRS>
<CRS>EPSG:27209</CRS>
<CRS>EPSG:2721</CRS>
<CRS>EPSG:27210</CRS>
<CRS>EPSG:27211</CRS>
<CRS>EPSG:27212</CRS>
<CRS>EPSG:27213</CRS>
<CRS>EPSG:27214</CRS>
<CRS>EPSG:27215</CRS>
<CRS>EPSG:27216</CRS>
<CRS>EPSG:27217</CRS>
<CRS>EPSG:27218</CRS>
<CRS>EPSG:27219</CRS>
<CRS>EPSG:2722</CRS>
<CRS>EPSG:27220</CRS>
<CRS>EPSG:27221</CRS>
<CRS>EPSG:27222</CRS>
<CRS>EPSG:27223</CRS>
<CRS>EPSG:27224</CRS>
<CRS>EPSG:27225</CRS>
<CRS>EPSG:27226</CRS>
<CRS>EPSG:27227</CRS>
<CRS>EPSG:27228</CRS>
<CRS>EPSG:27229</CRS>
<CRS>EPSG:2723</CRS>
<CRS>EPSG:27230</CRS>
<CRS>EPSG:27231</CRS>
<CRS>EPSG:27232</CRS>
<CRS>EPSG:2724</CRS>
<CRS>EPSG:2725</CRS>
<CRS>EPSG:27258</CRS>
<CRS>EPSG:27259</CRS>
<CRS>EPSG:2726</CRS>
<CRS>EPSG:27260</CRS>
<CRS>EPSG:2727</CRS>
<CRS>EPSG:2728</CRS>
<CRS>EPSG:2729</CRS>
<CRS>EPSG:27291</CRS>
<CRS>EPSG:27292</CRS>
<CRS>EPSG:2730</CRS>
<CRS>EPSG:2731</CRS>
<CRS>EPSG:2732</CRS>
<CRS>EPSG:2733</CRS>
<CRS>EPSG:2734</CRS>
<CRS>EPSG:2735</CRS>
<CRS>EPSG:2736</CRS>
<CRS>EPSG:2737</CRS>
<CRS>EPSG:2738</CRS>
<CRS>EPSG:2739</CRS>
<CRS>EPSG:27391</CRS>
<CRS>EPSG:27392</CRS>
<CRS>EPSG:27393</CRS>
<CRS>EPSG:27394</CRS>
<CRS>EPSG:27395</CRS>
<CRS>EPSG:27396</CRS>
<CRS>EPSG:27397</CRS>
<CRS>EPSG:27398</CRS>
<CRS>EPSG:2740</CRS>
<CRS>EPSG:2741</CRS>
<CRS>EPSG:2742</CRS>
<CRS>EPSG:27429</CRS>
<CRS>EPSG:2743</CRS>
<CRS>EPSG:2744</CRS>
<CRS>EPSG:2745</CRS>
<CRS>EPSG:2746</CRS>
<CRS>EPSG:2747</CRS>
<CRS>EPSG:2748</CRS>
<CRS>EPSG:2749</CRS>
<CRS>EPSG:27492</CRS>
<CRS>EPSG:2750</CRS>
<CRS>EPSG:27500</CRS>
<CRS>EPSG:2751</CRS>
<CRS>EPSG:2752</CRS>
<CRS>EPSG:2753</CRS>
<CRS>EPSG:2754</CRS>
<CRS>EPSG:2755</CRS>
<CRS>EPSG:2756</CRS>
<CRS>EPSG:27561</CRS>
<CRS>EPSG:27562</CRS>
<CRS>EPSG:27563</CRS>
<CRS>EPSG:27564</CRS>
<CRS>EPSG:2757</CRS>
<CRS>EPSG:27571</CRS>
<CRS>EPSG:27572</CRS>
<CRS>EPSG:27573</CRS>
<CRS>EPSG:27574</CRS>
<CRS>EPSG:2758</CRS>
<CRS>EPSG:27581</CRS>
<CRS>EPSG:27582</CRS>
<CRS>EPSG:27583</CRS>
<CRS>EPSG:27584</CRS>
<CRS>EPSG:2759</CRS>
<CRS>EPSG:27591</CRS>
<CRS>EPSG:27592</CRS>
<CRS>EPSG:27593</CRS>
<CRS>EPSG:27594</CRS>
<CRS>EPSG:2760</CRS>
<CRS>EPSG:2761</CRS>
<CRS>EPSG:2762</CRS>
<CRS>EPSG:2763</CRS>
<CRS>EPSG:2764</CRS>
<CRS>EPSG:2765</CRS>
<CRS>EPSG:2766</CRS>
<CRS>EPSG:2767</CRS>
<CRS>EPSG:2768</CRS>
<CRS>EPSG:2769</CRS>
<CRS>EPSG:2770</CRS>
<CRS>EPSG:27700</CRS>
<CRS>EPSG:2771</CRS>
<CRS>EPSG:2772</CRS>
<CRS>EPSG:2773</CRS>
<CRS>EPSG:2774</CRS>
<CRS>EPSG:2775</CRS>
<CRS>EPSG:2776</CRS>
<CRS>EPSG:2777</CRS>
<CRS>EPSG:2778</CRS>
<CRS>EPSG:2779</CRS>
<CRS>EPSG:2780</CRS>
<CRS>EPSG:2781</CRS>
<CRS>EPSG:2782</CRS>
<CRS>EPSG:2783</CRS>
<CRS>EPSG:2784</CRS>
<CRS>EPSG:2785</CRS>
<CRS>EPSG:2786</CRS>
<CRS>EPSG:2787</CRS>
<CRS>EPSG:2788</CRS>
<CRS>EPSG:2789</CRS>
<CRS>EPSG:2790</CRS>
<CRS>EPSG:2791</CRS>
<CRS>EPSG:2792</CRS>
<CRS>EPSG:2793</CRS>
<CRS>EPSG:2794</CRS>
<CRS>EPSG:2795</CRS>
<CRS>EPSG:2796</CRS>
<CRS>EPSG:2797</CRS>
<CRS>EPSG:2798</CRS>
<CRS>EPSG:2799</CRS>
<CRS>EPSG:2800</CRS>
<CRS>EPSG:2801</CRS>
<CRS>EPSG:2802</CRS>
<CRS>EPSG:2803</CRS>
<CRS>EPSG:2804</CRS>
<CRS>EPSG:2805</CRS>
<CRS>EPSG:2806</CRS>
<CRS>EPSG:2807</CRS>
<CRS>EPSG:2808</CRS>
<CRS>EPSG:2809</CRS>
<CRS>EPSG:2810</CRS>
<CRS>EPSG:2811</CRS>
<CRS>EPSG:2812</CRS>
<CRS>EPSG:2813</CRS>
<CRS>EPSG:2814</CRS>
<CRS>EPSG:2815</CRS>
<CRS>EPSG:2816</CRS>
<CRS>EPSG:2817</CRS>
<CRS>EPSG:2818</CRS>
<CRS>EPSG:2819</CRS>
<CRS>EPSG:28191</CRS>
<CRS>EPSG:28192</CRS>
<CRS>EPSG:28193</CRS>
<CRS>EPSG:2820</CRS>
<CRS>EPSG:2821</CRS>
<CRS>EPSG:2822</CRS>
<CRS>EPSG:2823</CRS>
<CRS>EPSG:28232</CRS>
<CRS>EPSG:2824</CRS>
<CRS>EPSG:2825</CRS>
<CRS>EPSG:2826</CRS>
<CRS>EPSG:2827</CRS>
<CRS>EPSG:2828</CRS>
<CRS>EPSG:2829</CRS>
<CRS>EPSG:2830</CRS>
<CRS>EPSG:2831</CRS>
<CRS>EPSG:2832</CRS>
<CRS>EPSG:2833</CRS>
<CRS>EPSG:2834</CRS>
<CRS>EPSG:28348</CRS>
<CRS>EPSG:28349</CRS>
<CRS>EPSG:2835</CRS>
<CRS>EPSG:28350</CRS>
<CRS>EPSG:28351</CRS>
<CRS>EPSG:28352</CRS>
<CRS>EPSG:28353</CRS>
<CRS>EPSG:28354</CRS>
<CRS>EPSG:28355</CRS>
<CRS>EPSG:28356</CRS>
<CRS>EPSG:28357</CRS>
<CRS>EPSG:28358</CRS>
<CRS>EPSG:2836</CRS>
<CRS>EPSG:2837</CRS>
<CRS>EPSG:2838</CRS>
<CRS>EPSG:2839</CRS>
<CRS>EPSG:2840</CRS>
<CRS>EPSG:28402</CRS>
<CRS>EPSG:28403</CRS>
<CRS>EPSG:28404</CRS>
<CRS>EPSG:28405</CRS>
<CRS>EPSG:28406</CRS>
<CRS>EPSG:28407</CRS>
<CRS>EPSG:28408</CRS>
<CRS>EPSG:28409</CRS>
<CRS>EPSG:2841</CRS>
<CRS>EPSG:28410</CRS>
<CRS>EPSG:28411</CRS>
<CRS>EPSG:28412</CRS>
<CRS>EPSG:28413</CRS>
<CRS>EPSG:28414</CRS>
<CRS>EPSG:28415</CRS>
<CRS>EPSG:28416</CRS>
<CRS>EPSG:28417</CRS>
<CRS>EPSG:28418</CRS>
<CRS>EPSG:28419</CRS>
<CRS>EPSG:2842</CRS>
<CRS>EPSG:28420</CRS>
<CRS>EPSG:28421</CRS>
<CRS>EPSG:28422</CRS>
<CRS>EPSG:28423</CRS>
<CRS>EPSG:28424</CRS>
<CRS>EPSG:28425</CRS>
<CRS>EPSG:28426</CRS>
<CRS>EPSG:28427</CRS>
<CRS>EPSG:28428</CRS>
<CRS>EPSG:28429</CRS>
<CRS>EPSG:2843</CRS>
<CRS>EPSG:28430</CRS>
<CRS>EPSG:28431</CRS>
<CRS>EPSG:28432</CRS>
<CRS>EPSG:2844</CRS>
<CRS>EPSG:2845</CRS>
<CRS>EPSG:2846</CRS>
<CRS>EPSG:28462</CRS>
<CRS>EPSG:28463</CRS>
<CRS>EPSG:28464</CRS>
<CRS>EPSG:28465</CRS>
<CRS>EPSG:28466</CRS>
<CRS>EPSG:28467</CRS>
<CRS>EPSG:28468</CRS>
<CRS>EPSG:28469</CRS>
<CRS>EPSG:2847</CRS>
<CRS>EPSG:28470</CRS>
<CRS>EPSG:28471</CRS>
<CRS>EPSG:28472</CRS>
<CRS>EPSG:28473</CRS>
<CRS>EPSG:28474</CRS>
<CRS>EPSG:28475</CRS>
<CRS>EPSG:28476</CRS>
<CRS>EPSG:28477</CRS>
<CRS>EPSG:28478</CRS>
<CRS>EPSG:28479</CRS>
<CRS>EPSG:2848</CRS>
<CRS>EPSG:28480</CRS>
<CRS>EPSG:28481</CRS>
<CRS>EPSG:28482</CRS>
<CRS>EPSG:28483</CRS>
<CRS>EPSG:28484</CRS>
<CRS>EPSG:28485</CRS>
<CRS>EPSG:28486</CRS>
<CRS>EPSG:28487</CRS>
<CRS>EPSG:28488</CRS>
<CRS>EPSG:28489</CRS>
<CRS>EPSG:2849</CRS>
<CRS>EPSG:28490</CRS>
<CRS>EPSG:28491</CRS>
<CRS>EPSG:28492</CRS>
<CRS>EPSG:2850</CRS>
<CRS>EPSG:2851</CRS>
<CRS>EPSG:2852</CRS>
<CRS>EPSG:2853</CRS>
<CRS>EPSG:2854</CRS>
<CRS>EPSG:2855</CRS>
<CRS>EPSG:2856</CRS>
<CRS>EPSG:2857</CRS>
<CRS>EPSG:2858</CRS>
<CRS>EPSG:2859</CRS>
<CRS>EPSG:2860</CRS>
<CRS>EPSG:28600</CRS>
<CRS>EPSG:2861</CRS>
<CRS>EPSG:2862</CRS>
<CRS>EPSG:2863</CRS>
<CRS>EPSG:2864</CRS>
<CRS>EPSG:2865</CRS>
<CRS>EPSG:2866</CRS>
<CRS>EPSG:2867</CRS>
<CRS>EPSG:2868</CRS>
<CRS>EPSG:2869</CRS>
<CRS>EPSG:2870</CRS>
<CRS>EPSG:2871</CRS>
<CRS>EPSG:2872</CRS>
<CRS>EPSG:2873</CRS>
<CRS>EPSG:2874</CRS>
<CRS>EPSG:2875</CRS>
<CRS>EPSG:2876</CRS>
<CRS>EPSG:2877</CRS>
<CRS>EPSG:2878</CRS>
<CRS>EPSG:2879</CRS>
<CRS>EPSG:2880</CRS>
<CRS>EPSG:2881</CRS>
<CRS>EPSG:2882</CRS>
<CRS>EPSG:2883</CRS>
<CRS>EPSG:2884</CRS>
<CRS>EPSG:2885</CRS>
<CRS>EPSG:2886</CRS>
<CRS>EPSG:2887</CRS>
<CRS>EPSG:2888</CRS>
<CRS>EPSG:2889</CRS>
<CRS>EPSG:2890</CRS>
<CRS>EPSG:2891</CRS>
<CRS>EPSG:2892</CRS>
<CRS>EPSG:2893</CRS>
<CRS>EPSG:2894</CRS>
<CRS>EPSG:2895</CRS>
<CRS>EPSG:2896</CRS>
<CRS>EPSG:2897</CRS>
<CRS>EPSG:2898</CRS>
<CRS>EPSG:2899</CRS>
<CRS>EPSG:28991</CRS>
<CRS>EPSG:28992</CRS>
<CRS>EPSG:2900</CRS>
<CRS>EPSG:2901</CRS>
<CRS>EPSG:2902</CRS>
<CRS>EPSG:2903</CRS>
<CRS>EPSG:2904</CRS>
<CRS>EPSG:2905</CRS>
<CRS>EPSG:2906</CRS>
<CRS>EPSG:2907</CRS>
<CRS>EPSG:2908</CRS>
<CRS>EPSG:2909</CRS>
<CRS>EPSG:2910</CRS>
<CRS>EPSG:29100</CRS>
<CRS>EPSG:29101</CRS>
<CRS>EPSG:2911</CRS>
<CRS>EPSG:29118</CRS>
<CRS>EPSG:29119</CRS>
<CRS>EPSG:2912</CRS>
<CRS>EPSG:29120</CRS>
<CRS>EPSG:29121</CRS>
<CRS>EPSG:29122</CRS>
<CRS>EPSG:2913</CRS>
<CRS>EPSG:2914</CRS>
<CRS>EPSG:2915</CRS>
<CRS>EPSG:2916</CRS>
<CRS>EPSG:29168</CRS>
<CRS>EPSG:29169</CRS>
<CRS>EPSG:2917</CRS>
<CRS>EPSG:29170</CRS>
<CRS>EPSG:29171</CRS>
<CRS>EPSG:29172</CRS>
<CRS>EPSG:29177</CRS>
<CRS>EPSG:29178</CRS>
<CRS>EPSG:29179</CRS>
<CRS>EPSG:2918</CRS>
<CRS>EPSG:29180</CRS>
<CRS>EPSG:29181</CRS>
<CRS>EPSG:29182</CRS>
<CRS>EPSG:29183</CRS>
<CRS>EPSG:29184</CRS>
<CRS>EPSG:29185</CRS>
<CRS>EPSG:29187</CRS>
<CRS>EPSG:29188</CRS>
<CRS>EPSG:29189</CRS>
<CRS>EPSG:2919</CRS>
<CRS>EPSG:29190</CRS>
<CRS>EPSG:29191</CRS>
<CRS>EPSG:29192</CRS>
<CRS>EPSG:29193</CRS>
<CRS>EPSG:29194</CRS>
<CRS>EPSG:29195</CRS>
<CRS>EPSG:2920</CRS>
<CRS>EPSG:2921</CRS>
<CRS>EPSG:2922</CRS>
<CRS>EPSG:29220</CRS>
<CRS>EPSG:29221</CRS>
<CRS>EPSG:2923</CRS>
<CRS>EPSG:2924</CRS>
<CRS>EPSG:2925</CRS>
<CRS>EPSG:2926</CRS>
<CRS>EPSG:2927</CRS>
<CRS>EPSG:2928</CRS>
<CRS>EPSG:2929</CRS>
<CRS>EPSG:2930</CRS>
<CRS>EPSG:2931</CRS>
<CRS>EPSG:2932</CRS>
<CRS>EPSG:2933</CRS>
<CRS>EPSG:29333</CRS>
<CRS>EPSG:2934</CRS>
<CRS>EPSG:2935</CRS>
<CRS>EPSG:2936</CRS>
<CRS>EPSG:2937</CRS>
<CRS>EPSG:29371</CRS>
<CRS>EPSG:29373</CRS>
<CRS>EPSG:29375</CRS>
<CRS>EPSG:29377</CRS>
<CRS>EPSG:29379</CRS>
<CRS>EPSG:2938</CRS>
<CRS>EPSG:29381</CRS>
<CRS>EPSG:29383</CRS>
<CRS>EPSG:29385</CRS>
<CRS>EPSG:2939</CRS>
<CRS>EPSG:2940</CRS>
<CRS>EPSG:2941</CRS>
<CRS>EPSG:2942</CRS>
<CRS>EPSG:2943</CRS>
<CRS>EPSG:2944</CRS>
<CRS>EPSG:2945</CRS>
<CRS>EPSG:2946</CRS>
<CRS>EPSG:2947</CRS>
<CRS>EPSG:2948</CRS>
<CRS>EPSG:2949</CRS>
<CRS>EPSG:2950</CRS>
<CRS>EPSG:2951</CRS>
<CRS>EPSG:2952</CRS>
<CRS>EPSG:2953</CRS>
<CRS>EPSG:2954</CRS>
<CRS>EPSG:2955</CRS>
<CRS>EPSG:2956</CRS>
<CRS>EPSG:2957</CRS>
<CRS>EPSG:2958</CRS>
<CRS>EPSG:2959</CRS>
<CRS>EPSG:2960</CRS>
<CRS>EPSG:2961</CRS>
<CRS>EPSG:2962</CRS>
<CRS>EPSG:29635</CRS>
<CRS>EPSG:29636</CRS>
<CRS>EPSG:2964</CRS>
<CRS>EPSG:2965</CRS>
<CRS>EPSG:2966</CRS>
<CRS>EPSG:2967</CRS>
<CRS>EPSG:2968</CRS>
<CRS>EPSG:2969</CRS>
<CRS>EPSG:2970</CRS>
<CRS>EPSG:29700</CRS>
<CRS>EPSG:2971</CRS>
<CRS>EPSG:2972</CRS>
<CRS>EPSG:2973</CRS>
<CRS>EPSG:29738</CRS>
<CRS>EPSG:29739</CRS>
<CRS>EPSG:2975</CRS>
<CRS>EPSG:2976</CRS>
<CRS>EPSG:2977</CRS>
<CRS>EPSG:2978</CRS>
<CRS>EPSG:2979</CRS>
<CRS>EPSG:2980</CRS>
<CRS>EPSG:2981</CRS>
<CRS>EPSG:2982</CRS>
<CRS>EPSG:2983</CRS>
<CRS>EPSG:2984</CRS>
<CRS>EPSG:29849</CRS>
<CRS>EPSG:29850</CRS>
<CRS>EPSG:2987</CRS>
<CRS>EPSG:29871</CRS>
<CRS>EPSG:29872</CRS>
<CRS>EPSG:29873</CRS>
<CRS>EPSG:2988</CRS>
<CRS>EPSG:2989</CRS>
<CRS>EPSG:2990</CRS>
<CRS>EPSG:29900</CRS>
<CRS>EPSG:29901</CRS>
<CRS>EPSG:29902</CRS>
<CRS>EPSG:29903</CRS>
<CRS>EPSG:2991</CRS>
<CRS>EPSG:2992</CRS>
<CRS>EPSG:2993</CRS>
<CRS>EPSG:2994</CRS>
<CRS>EPSG:2995</CRS>
<CRS>EPSG:2996</CRS>
<CRS>EPSG:2997</CRS>
<CRS>EPSG:2998</CRS>
<CRS>EPSG:2999</CRS>
<CRS>EPSG:3000</CRS>
<CRS>EPSG:3001</CRS>
<CRS>EPSG:3002</CRS>
<CRS>EPSG:3003</CRS>
<CRS>EPSG:3004</CRS>
<CRS>EPSG:3005</CRS>
<CRS>EPSG:3006</CRS>
<CRS>EPSG:3007</CRS>
<CRS>EPSG:3008</CRS>
<CRS>EPSG:3009</CRS>
<CRS>EPSG:3010</CRS>
<CRS>EPSG:3011</CRS>
<CRS>EPSG:3012</CRS>
<CRS>EPSG:3013</CRS>
<CRS>EPSG:3014</CRS>
<CRS>EPSG:3015</CRS>
<CRS>EPSG:3016</CRS>
<CRS>EPSG:30161</CRS>
<CRS>EPSG:30162</CRS>
<CRS>EPSG:30163</CRS>
<CRS>EPSG:30164</CRS>
<CRS>EPSG:30165</CRS>
<CRS>EPSG:30166</CRS>
<CRS>EPSG:30167</CRS>
<CRS>EPSG:30168</CRS>
<CRS>EPSG:30169</CRS>
<CRS>EPSG:3017</CRS>
<CRS>EPSG:30170</CRS>
<CRS>EPSG:30171</CRS>
<CRS>EPSG:30172</CRS>
<CRS>EPSG:30173</CRS>
<CRS>EPSG:30174</CRS>
<CRS>EPSG:30175</CRS>
<CRS>EPSG:30176</CRS>
<CRS>EPSG:30177</CRS>
<CRS>EPSG:30178</CRS>
<CRS>EPSG:30179</CRS>
<CRS>EPSG:3018</CRS>
<CRS>EPSG:3019</CRS>
<CRS>EPSG:3020</CRS>
<CRS>EPSG:30200</CRS>
<CRS>EPSG:3021</CRS>
<CRS>EPSG:3022</CRS>
<CRS>EPSG:3023</CRS>
<CRS>EPSG:3024</CRS>
<CRS>EPSG:3025</CRS>
<CRS>EPSG:3026</CRS>
<CRS>EPSG:3027</CRS>
<CRS>EPSG:3028</CRS>
<CRS>EPSG:3029</CRS>
<CRS>EPSG:3030</CRS>
<CRS>EPSG:3031</CRS>
<CRS>EPSG:3033</CRS>
<CRS>EPSG:30339</CRS>
<CRS>EPSG:3034</CRS>
<CRS>EPSG:30340</CRS>
<CRS>EPSG:3035</CRS>
<CRS>EPSG:3036</CRS>
<CRS>EPSG:3037</CRS>
<CRS>EPSG:3038</CRS>
<CRS>EPSG:3039</CRS>
<CRS>EPSG:3040</CRS>
<CRS>EPSG:3041</CRS>
<CRS>EPSG:3042</CRS>
<CRS>EPSG:3043</CRS>
<CRS>EPSG:3044</CRS>
<CRS>EPSG:3045</CRS>
<CRS>EPSG:3046</CRS>
<CRS>EPSG:3047</CRS>
<CRS>EPSG:3048</CRS>
<CRS>EPSG:3049</CRS>
<CRS>EPSG:30491</CRS>
<CRS>EPSG:30492</CRS>
<CRS>EPSG:30493</CRS>
<CRS>EPSG:30494</CRS>
<CRS>EPSG:3050</CRS>
<CRS>EPSG:3051</CRS>
<CRS>EPSG:3054</CRS>
<CRS>EPSG:3055</CRS>
<CRS>EPSG:3056</CRS>
<CRS>EPSG:3057</CRS>
<CRS>EPSG:3058</CRS>
<CRS>EPSG:3059</CRS>
<CRS>EPSG:3060</CRS>
<CRS>EPSG:3061</CRS>
<CRS>EPSG:3062</CRS>
<CRS>EPSG:3063</CRS>
<CRS>EPSG:3064</CRS>
<CRS>EPSG:3065</CRS>
<CRS>EPSG:30729</CRS>
<CRS>EPSG:30730</CRS>
<CRS>EPSG:30731</CRS>
<CRS>EPSG:30732</CRS>
<CRS>EPSG:30791</CRS>
<CRS>EPSG:30792</CRS>
<CRS>EPSG:30800</CRS>
<CRS>EPSG:31028</CRS>
<CRS>EPSG:3110</CRS>
<CRS>EPSG:3111</CRS>
<CRS>EPSG:3112</CRS>
<CRS>EPSG:31121</CRS>
<CRS>EPSG:31154</CRS>
<CRS>EPSG:31170</CRS>
<CRS>EPSG:31171</CRS>
<CRS>EPSG:31265</CRS>
<CRS>EPSG:31266</CRS>
<CRS>EPSG:31267</CRS>
<CRS>EPSG:31268</CRS>
<CRS>EPSG:31275</CRS>
<CRS>EPSG:31276</CRS>
<CRS>EPSG:31277</CRS>
<CRS>EPSG:31278</CRS>
<CRS>EPSG:31279</CRS>
<CRS>EPSG:31281</CRS>
<CRS>EPSG:31282</CRS>
<CRS>EPSG:31283</CRS>
<CRS>EPSG:31284</CRS>
<CRS>EPSG:31285</CRS>
<CRS>EPSG:31286</CRS>
<CRS>EPSG:31287</CRS>
<CRS>EPSG:31288</CRS>
<CRS>EPSG:31289</CRS>
<CRS>EPSG:31290</CRS>
<CRS>EPSG:31291</CRS>
<CRS>EPSG:31292</CRS>
<CRS>EPSG:31293</CRS>
<CRS>EPSG:31294</CRS>
<CRS>EPSG:31295</CRS>
<CRS>EPSG:31296</CRS>
<CRS>EPSG:31297</CRS>
<CRS>EPSG:31300</CRS>
<CRS>EPSG:31370</CRS>
<CRS>EPSG:31461</CRS>
<CRS>EPSG:31462</CRS>
<CRS>EPSG:31463</CRS>
<CRS>EPSG:31464</CRS>
<CRS>EPSG:31465</CRS>
<CRS>EPSG:31466</CRS>
<CRS>EPSG:31467</CRS>
<CRS>EPSG:31468</CRS>
<CRS>EPSG:31469</CRS>
<CRS>EPSG:3148</CRS>
<CRS>EPSG:3149</CRS>
<CRS>EPSG:31528</CRS>
<CRS>EPSG:31529</CRS>
<CRS>EPSG:31600</CRS>
<CRS>EPSG:31700</CRS>
<CRS>EPSG:3176</CRS>
<CRS>EPSG:31838</CRS>
<CRS>EPSG:31839</CRS>
<CRS>EPSG:31900</CRS>
<CRS>EPSG:31986</CRS>
<CRS>EPSG:31987</CRS>
<CRS>EPSG:31988</CRS>
<CRS>EPSG:31989</CRS>
<CRS>EPSG:31990</CRS>
<CRS>EPSG:31991</CRS>
<CRS>EPSG:31992</CRS>
<CRS>EPSG:31993</CRS>
<CRS>EPSG:31994</CRS>
<CRS>EPSG:31995</CRS>
<CRS>EPSG:31996</CRS>
<CRS>EPSG:31997</CRS>
<CRS>EPSG:31998</CRS>
<CRS>EPSG:31999</CRS>
<CRS>EPSG:3200</CRS>
<CRS>EPSG:32000</CRS>
<CRS>EPSG:32001</CRS>
<CRS>EPSG:32002</CRS>
<CRS>EPSG:32003</CRS>
<CRS>EPSG:32005</CRS>
<CRS>EPSG:32006</CRS>
<CRS>EPSG:32007</CRS>
<CRS>EPSG:32008</CRS>
<CRS>EPSG:32009</CRS>
<CRS>EPSG:32010</CRS>
<CRS>EPSG:32011</CRS>
<CRS>EPSG:32012</CRS>
<CRS>EPSG:32013</CRS>
<CRS>EPSG:32014</CRS>
<CRS>EPSG:32015</CRS>
<CRS>EPSG:32016</CRS>
<CRS>EPSG:32017</CRS>
<CRS>EPSG:32018</CRS>
<CRS>EPSG:32019</CRS>
<CRS>EPSG:32020</CRS>
<CRS>EPSG:32021</CRS>
<CRS>EPSG:32022</CRS>
<CRS>EPSG:32023</CRS>
<CRS>EPSG:32024</CRS>
<CRS>EPSG:32025</CRS>
<CRS>EPSG:32026</CRS>
<CRS>EPSG:32027</CRS>
<CRS>EPSG:32028</CRS>
<CRS>EPSG:32029</CRS>
<CRS>EPSG:32030</CRS>
<CRS>EPSG:32031</CRS>
<CRS>EPSG:32033</CRS>
<CRS>EPSG:32034</CRS>
<CRS>EPSG:32035</CRS>
<CRS>EPSG:32036</CRS>
<CRS>EPSG:32037</CRS>
<CRS>EPSG:32038</CRS>
<CRS>EPSG:32039</CRS>
<CRS>EPSG:3204</CRS>
<CRS>EPSG:32040</CRS>
<CRS>EPSG:32041</CRS>
<CRS>EPSG:32042</CRS>
<CRS>EPSG:32043</CRS>
<CRS>EPSG:32044</CRS>
<CRS>EPSG:32045</CRS>
<CRS>EPSG:32046</CRS>
<CRS>EPSG:32047</CRS>
<CRS>EPSG:32048</CRS>
<CRS>EPSG:32049</CRS>
<CRS>EPSG:3205</CRS>
<CRS>EPSG:32050</CRS>
<CRS>EPSG:32051</CRS>
<CRS>EPSG:32052</CRS>
<CRS>EPSG:32053</CRS>
<CRS>EPSG:32054</CRS>
<CRS>EPSG:32055</CRS>
<CRS>EPSG:32056</CRS>
<CRS>EPSG:32057</CRS>
<CRS>EPSG:32058</CRS>
<CRS>EPSG:3206</CRS>
<CRS>EPSG:32061</CRS>
<CRS>EPSG:32062</CRS>
<CRS>EPSG:32064</CRS>
<CRS>EPSG:32065</CRS>
<CRS>EPSG:32066</CRS>
<CRS>EPSG:32067</CRS>
<CRS>EPSG:3207</CRS>
<CRS>EPSG:32074</CRS>
<CRS>EPSG:32075</CRS>
<CRS>EPSG:32076</CRS>
<CRS>EPSG:32077</CRS>
<CRS>EPSG:3208</CRS>
<CRS>EPSG:32081</CRS>
<CRS>EPSG:32082</CRS>
<CRS>EPSG:32083</CRS>
<CRS>EPSG:32084</CRS>
<CRS>EPSG:32085</CRS>
<CRS>EPSG:32086</CRS>
<CRS>EPSG:3209</CRS>
<CRS>EPSG:32098</CRS>
<CRS>EPSG:3210</CRS>
<CRS>EPSG:32100</CRS>
<CRS>EPSG:32104</CRS>
<CRS>EPSG:32107</CRS>
<CRS>EPSG:32108</CRS>
<CRS>EPSG:32109</CRS>
<CRS>EPSG:3211</CRS>
<CRS>EPSG:32110</CRS>
<CRS>EPSG:32111</CRS>
<CRS>EPSG:32112</CRS>
<CRS>EPSG:32113</CRS>
<CRS>EPSG:32114</CRS>
<CRS>EPSG:32115</CRS>
<CRS>EPSG:32116</CRS>
<CRS>EPSG:32117</CRS>
<CRS>EPSG:32118</CRS>
<CRS>EPSG:32119</CRS>
<CRS>EPSG:3212</CRS>
<CRS>EPSG:32120</CRS>
<CRS>EPSG:32121</CRS>
<CRS>EPSG:32122</CRS>
<CRS>EPSG:32123</CRS>
<CRS>EPSG:32124</CRS>
<CRS>EPSG:32125</CRS>
<CRS>EPSG:32126</CRS>
<CRS>EPSG:32127</CRS>
<CRS>EPSG:32128</CRS>
<CRS>EPSG:32129</CRS>
<CRS>EPSG:3213</CRS>
<CRS>EPSG:32130</CRS>
<CRS>EPSG:32133</CRS>
<CRS>EPSG:32134</CRS>
<CRS>EPSG:32135</CRS>
<CRS>EPSG:32136</CRS>
<CRS>EPSG:32137</CRS>
<CRS>EPSG:32138</CRS>
<CRS>EPSG:32139</CRS>
<CRS>EPSG:3214</CRS>
<CRS>EPSG:32140</CRS>
<CRS>EPSG:32141</CRS>
<CRS>EPSG:32142</CRS>
<CRS>EPSG:32143</CRS>
<CRS>EPSG:32144</CRS>
<CRS>EPSG:32145</CRS>
<CRS>EPSG:32146</CRS>
<CRS>EPSG:32147</CRS>
<CRS>EPSG:32148</CRS>
<CRS>EPSG:32149</CRS>
<CRS>EPSG:3215</CRS>
<CRS>EPSG:32150</CRS>
<CRS>EPSG:32151</CRS>
<CRS>EPSG:32152</CRS>
<CRS>EPSG:32153</CRS>
<CRS>EPSG:32154</CRS>
<CRS>EPSG:32155</CRS>
<CRS>EPSG:32156</CRS>
<CRS>EPSG:32157</CRS>
<CRS>EPSG:32158</CRS>
<CRS>EPSG:3216</CRS>
<CRS>EPSG:32161</CRS>
<CRS>EPSG:3217</CRS>
<CRS>EPSG:3218</CRS>
<CRS>EPSG:32180</CRS>
<CRS>EPSG:32181</CRS>
<CRS>EPSG:32182</CRS>
<CRS>EPSG:32183</CRS>
<CRS>EPSG:32184</CRS>
<CRS>EPSG:32185</CRS>
<CRS>EPSG:32186</CRS>
<CRS>EPSG:32187</CRS>
<CRS>EPSG:32188</CRS>
<CRS>EPSG:32189</CRS>
<CRS>EPSG:3219</CRS>
<CRS>EPSG:32190</CRS>
<CRS>EPSG:32191</CRS>
<CRS>EPSG:32192</CRS>
<CRS>EPSG:32193</CRS>
<CRS>EPSG:32194</CRS>
<CRS>EPSG:32195</CRS>
<CRS>EPSG:32196</CRS>
<CRS>EPSG:32197</CRS>
<CRS>EPSG:32198</CRS>
<CRS>EPSG:3220</CRS>
<CRS>EPSG:32201</CRS>
<CRS>EPSG:32202</CRS>
<CRS>EPSG:32203</CRS>
<CRS>EPSG:32204</CRS>
<CRS>EPSG:32205</CRS>
<CRS>EPSG:32206</CRS>
<CRS>EPSG:32207</CRS>
<CRS>EPSG:32208</CRS>
<CRS>EPSG:32209</CRS>
<CRS>EPSG:3221</CRS>
<CRS>EPSG:32210</CRS>
<CRS>EPSG:32211</CRS>
<CRS>EPSG:32212</CRS>
<CRS>EPSG:32213</CRS>
<CRS>EPSG:32214</CRS>
<CRS>EPSG:32215</CRS>
<CRS>EPSG:32216</CRS>
<CRS>EPSG:32217</CRS>
<CRS>EPSG:32218</CRS>
<CRS>EPSG:32219</CRS>
<CRS>EPSG:3222</CRS>
<CRS>EPSG:32220</CRS>
<CRS>EPSG:32221</CRS>
<CRS>EPSG:32222</CRS>
<CRS>EPSG:32223</CRS>
<CRS>EPSG:32224</CRS>
<CRS>EPSG:32225</CRS>
<CRS>EPSG:32226</CRS>
<CRS>EPSG:32227</CRS>
<CRS>EPSG:32228</CRS>
<CRS>EPSG:32229</CRS>
<CRS>EPSG:3223</CRS>
<CRS>EPSG:32230</CRS>
<CRS>EPSG:32231</CRS>
<CRS>EPSG:32232</CRS>
<CRS>EPSG:32233</CRS>
<CRS>EPSG:32234</CRS>
<CRS>EPSG:32235</CRS>
<CRS>EPSG:32236</CRS>
<CRS>EPSG:32237</CRS>
<CRS>EPSG:32238</CRS>
<CRS>EPSG:32239</CRS>
<CRS>EPSG:3224</CRS>
<CRS>EPSG:32240</CRS>
<CRS>EPSG:32241</CRS>
<CRS>EPSG:32242</CRS>
<CRS>EPSG:32243</CRS>
<CRS>EPSG:32244</CRS>
<CRS>EPSG:32245</CRS>
<CRS>EPSG:32246</CRS>
<CRS>EPSG:32247</CRS>
<CRS>EPSG:32248</CRS>
<CRS>EPSG:32249</CRS>
<CRS>EPSG:3225</CRS>
<CRS>EPSG:32250</CRS>
<CRS>EPSG:32251</CRS>
<CRS>EPSG:32252</CRS>
<CRS>EPSG:32253</CRS>
<CRS>EPSG:32254</CRS>
<CRS>EPSG:32255</CRS>
<CRS>EPSG:32256</CRS>
<CRS>EPSG:32257</CRS>
<CRS>EPSG:32258</CRS>
<CRS>EPSG:32259</CRS>
<CRS>EPSG:3226</CRS>
<CRS>EPSG:32260</CRS>
<CRS>EPSG:3227</CRS>
<CRS>EPSG:3228</CRS>
<CRS>EPSG:3229</CRS>
<CRS>EPSG:3230</CRS>
<CRS>EPSG:32301</CRS>
<CRS>EPSG:32302</CRS>
<CRS>EPSG:32303</CRS>
<CRS>EPSG:32304</CRS>
<CRS>EPSG:32305</CRS>
<CRS>EPSG:32306</CRS>
<CRS>EPSG:32307</CRS>
<CRS>EPSG:32308</CRS>
<CRS>EPSG:32309</CRS>
<CRS>EPSG:3231</CRS>
<CRS>EPSG:32310</CRS>
<CRS>EPSG:32311</CRS>
<CRS>EPSG:32312</CRS>
<CRS>EPSG:32313</CRS>
<CRS>EPSG:32314</CRS>
<CRS>EPSG:32315</CRS>
<CRS>EPSG:32316</CRS>
<CRS>EPSG:32317</CRS>
<CRS>EPSG:32318</CRS>
<CRS>EPSG:32319</CRS>
<CRS>EPSG:3232</CRS>
<CRS>EPSG:32320</CRS>
<CRS>EPSG:32321</CRS>
<CRS>EPSG:32322</CRS>
<CRS>EPSG:32323</CRS>
<CRS>EPSG:32324</CRS>
<CRS>EPSG:32325</CRS>
<CRS>EPSG:32326</CRS>
<CRS>EPSG:32327</CRS>
<CRS>EPSG:32328</CRS>
<CRS>EPSG:32329</CRS>
<CRS>EPSG:3233</CRS>
<CRS>EPSG:32330</CRS>
<CRS>EPSG:32331</CRS>
<CRS>EPSG:32332</CRS>
<CRS>EPSG:32333</CRS>
<CRS>EPSG:32334</CRS>
<CRS>EPSG:32335</CRS>
<CRS>EPSG:32336</CRS>
<CRS>EPSG:32337</CRS>
<CRS>EPSG:32338</CRS>
<CRS>EPSG:32339</CRS>
<CRS>EPSG:3234</CRS>
<CRS>EPSG:32340</CRS>
<CRS>EPSG:32341</CRS>
<CRS>EPSG:32342</CRS>
<CRS>EPSG:32343</CRS>
<CRS>EPSG:32344</CRS>
<CRS>EPSG:32345</CRS>
<CRS>EPSG:32346</CRS>
<CRS>EPSG:32347</CRS>
<CRS>EPSG:32348</CRS>
<CRS>EPSG:32349</CRS>
<CRS>EPSG:3235</CRS>
<CRS>EPSG:32350</CRS>
<CRS>EPSG:32351</CRS>
<CRS>EPSG:32352</CRS>
<CRS>EPSG:32353</CRS>
<CRS>EPSG:32354</CRS>
<CRS>EPSG:32355</CRS>
<CRS>EPSG:32356</CRS>
<CRS>EPSG:32357</CRS>
<CRS>EPSG:32358</CRS>
<CRS>EPSG:32359</CRS>
<CRS>EPSG:3236</CRS>
<CRS>EPSG:32360</CRS>
<CRS>EPSG:3237</CRS>
<CRS>EPSG:3238</CRS>
<CRS>EPSG:3239</CRS>
<CRS>EPSG:3240</CRS>
<CRS>EPSG:32401</CRS>
<CRS>EPSG:32402</CRS>
<CRS>EPSG:32403</CRS>
<CRS>EPSG:32404</CRS>
<CRS>EPSG:32405</CRS>
<CRS>EPSG:32406</CRS>
<CRS>EPSG:32407</CRS>
<CRS>EPSG:32408</CRS>
<CRS>EPSG:32409</CRS>
<CRS>EPSG:3241</CRS>
<CRS>EPSG:32410</CRS>
<CRS>EPSG:32411</CRS>
<CRS>EPSG:32412</CRS>
<CRS>EPSG:32413</CRS>
<CRS>EPSG:32414</CRS>
<CRS>EPSG:32415</CRS>
<CRS>EPSG:32416</CRS>
<CRS>EPSG:32417</CRS>
<CRS>EPSG:32418</CRS>
<CRS>EPSG:32419</CRS>
<CRS>EPSG:3242</CRS>
<CRS>EPSG:32420</CRS>
<CRS>EPSG:32421</CRS>
<CRS>EPSG:32422</CRS>
<CRS>EPSG:32423</CRS>
<CRS>EPSG:32424</CRS>
<CRS>EPSG:32425</CRS>
<CRS>EPSG:32426</CRS>
<CRS>EPSG:32427</CRS>
<CRS>EPSG:32428</CRS>
<CRS>EPSG:32429</CRS>
<CRS>EPSG:3243</CRS>
<CRS>EPSG:32430</CRS>
<CRS>EPSG:32431</CRS>
<CRS>EPSG:32432</CRS>
<CRS>EPSG:32433</CRS>
<CRS>EPSG:32434</CRS>
<CRS>EPSG:32435</CRS>
<CRS>EPSG:32436</CRS>
<CRS>EPSG:32437</CRS>
<CRS>EPSG:32438</CRS>
<CRS>EPSG:32439</CRS>
<CRS>EPSG:3244</CRS>
<CRS>EPSG:32440</CRS>
<CRS>EPSG:32441</CRS>
<CRS>EPSG:32442</CRS>
<CRS>EPSG:32443</CRS>
<CRS>EPSG:32444</CRS>
<CRS>EPSG:32445</CRS>
<CRS>EPSG:32446</CRS>
<CRS>EPSG:32447</CRS>
<CRS>EPSG:32448</CRS>
<CRS>EPSG:32449</CRS>
<CRS>EPSG:3245</CRS>
<CRS>EPSG:32450</CRS>
<CRS>EPSG:32451</CRS>
<CRS>EPSG:32452</CRS>
<CRS>EPSG:32453</CRS>
<CRS>EPSG:32454</CRS>
<CRS>EPSG:32455</CRS>
<CRS>EPSG:32456</CRS>
<CRS>EPSG:32457</CRS>
<CRS>EPSG:32458</CRS>
<CRS>EPSG:32459</CRS>
<CRS>EPSG:3246</CRS>
<CRS>EPSG:32460</CRS>
<CRS>EPSG:3247</CRS>
<CRS>EPSG:3248</CRS>
<CRS>EPSG:3249</CRS>
<CRS>EPSG:3250</CRS>
<CRS>EPSG:32501</CRS>
<CRS>EPSG:32502</CRS>
<CRS>EPSG:32503</CRS>
<CRS>EPSG:32504</CRS>
<CRS>EPSG:32505</CRS>
<CRS>EPSG:32506</CRS>
<CRS>EPSG:32507</CRS>
<CRS>EPSG:32508</CRS>
<CRS>EPSG:32509</CRS>
<CRS>EPSG:3251</CRS>
<CRS>EPSG:32510</CRS>
<CRS>EPSG:32511</CRS>
<CRS>EPSG:32512</CRS>
<CRS>EPSG:32513</CRS>
<CRS>EPSG:32514</CRS>
<CRS>EPSG:32515</CRS>
<CRS>EPSG:32516</CRS>
<CRS>EPSG:32517</CRS>
<CRS>EPSG:32518</CRS>
<CRS>EPSG:32519</CRS>
<CRS>EPSG:3252</CRS>
<CRS>EPSG:32520</CRS>
<CRS>EPSG:32521</CRS>
<CRS>EPSG:32522</CRS>
<CRS>EPSG:32523</CRS>
<CRS>EPSG:32524</CRS>
<CRS>EPSG:32525</CRS>
<CRS>EPSG:32526</CRS>
<CRS>EPSG:32527</CRS>
<CRS>EPSG:32528</CRS>
<CRS>EPSG:32529</CRS>
<CRS>EPSG:3253</CRS>
<CRS>EPSG:32530</CRS>
<CRS>EPSG:32531</CRS>
<CRS>EPSG:32532</CRS>
<CRS>EPSG:32533</CRS>
<CRS>EPSG:32534</CRS>
<CRS>EPSG:32535</CRS>
<CRS>EPSG:32536</CRS>
<CRS>EPSG:32537</CRS>
<CRS>EPSG:32538</CRS>
<CRS>EPSG:32539</CRS>
<CRS>EPSG:3254</CRS>
<CRS>EPSG:32540</CRS>
<CRS>EPSG:32541</CRS>
<CRS>EPSG:32542</CRS>
<CRS>EPSG:32543</CRS>
<CRS>EPSG:32544</CRS>
<CRS>EPSG:32545</CRS>
<CRS>EPSG:32546</CRS>
<CRS>EPSG:32547</CRS>
<CRS>EPSG:32548</CRS>
<CRS>EPSG:32549</CRS>
<CRS>EPSG:3255</CRS>
<CRS>EPSG:32550</CRS>
<CRS>EPSG:32551</CRS>
<CRS>EPSG:32552</CRS>
<CRS>EPSG:32553</CRS>
<CRS>EPSG:32554</CRS>
<CRS>EPSG:32555</CRS>
<CRS>EPSG:32556</CRS>
<CRS>EPSG:32557</CRS>
<CRS>EPSG:32558</CRS>
<CRS>EPSG:32559</CRS>
<CRS>EPSG:3256</CRS>
<CRS>EPSG:32560</CRS>
<CRS>EPSG:3257</CRS>
<CRS>EPSG:3258</CRS>
<CRS>EPSG:3259</CRS>
<CRS>EPSG:3260</CRS>
<CRS>EPSG:32601</CRS>
<CRS>EPSG:32602</CRS>
<CRS>EPSG:32603</CRS>
<CRS>EPSG:32604</CRS>
<CRS>EPSG:32605</CRS>
<CRS>EPSG:32606</CRS>
<CRS>EPSG:32607</CRS>
<CRS>EPSG:32608</CRS>
<CRS>EPSG:32609</CRS>
<CRS>EPSG:3261</CRS>
<CRS>EPSG:32610</CRS>
<CRS>EPSG:32611</CRS>
<CRS>EPSG:32612</CRS>
<CRS>EPSG:32613</CRS>
<CRS>EPSG:32614</CRS>
<CRS>EPSG:32615</CRS>
<CRS>EPSG:32616</CRS>
<CRS>EPSG:32617</CRS>
<CRS>EPSG:32618</CRS>
<CRS>EPSG:32619</CRS>
<CRS>EPSG:3262</CRS>
<CRS>EPSG:32620</CRS>
<CRS>EPSG:32621</CRS>
<CRS>EPSG:32622</CRS>
<CRS>EPSG:32623</CRS>
<CRS>EPSG:32624</CRS>
<CRS>EPSG:32625</CRS>
<CRS>EPSG:32626</CRS>
<CRS>EPSG:32627</CRS>
<CRS>EPSG:32628</CRS>
<CRS>EPSG:32629</CRS>
<CRS>EPSG:3263</CRS>
<CRS>EPSG:32630</CRS>
<CRS>EPSG:32631</CRS>
<CRS>EPSG:32632</CRS>
<CRS>EPSG:32633</CRS>
<CRS>EPSG:32634</CRS>
<CRS>EPSG:32635</CRS>
<CRS>EPSG:32636</CRS>
<CRS>EPSG:32637</CRS>
<CRS>EPSG:32638</CRS>
<CRS>EPSG:32639</CRS>
<CRS>EPSG:3264</CRS>
<CRS>EPSG:32640</CRS>
<CRS>EPSG:32641</CRS>
<CRS>EPSG:32642</CRS>
<CRS>EPSG:32643</CRS>
<CRS>EPSG:32644</CRS>
<CRS>EPSG:32645</CRS>
<CRS>EPSG:32646</CRS>
<CRS>EPSG:32647</CRS>
<CRS>EPSG:32648</CRS>
<CRS>EPSG:32649</CRS>
<CRS>EPSG:3265</CRS>
<CRS>EPSG:32650</CRS>
<CRS>EPSG:32651</CRS>
<CRS>EPSG:32652</CRS>
<CRS>EPSG:32653</CRS>
<CRS>EPSG:32654</CRS>
<CRS>EPSG:32655</CRS>
<CRS>EPSG:32656</CRS>
<CRS>EPSG:32657</CRS>
<CRS>EPSG:32658</CRS>
<CRS>EPSG:32659</CRS>
<CRS>EPSG:3266</CRS>
<CRS>EPSG:32660</CRS>
<CRS>EPSG:32661</CRS>
<CRS>EPSG:3267</CRS>
<CRS>EPSG:3268</CRS>
<CRS>EPSG:3269</CRS>
<CRS>EPSG:3270</CRS>
<CRS>EPSG:32701</CRS>
<CRS>EPSG:32702</CRS>
<CRS>EPSG:32703</CRS>
<CRS>EPSG:32704</CRS>
<CRS>EPSG:32705</CRS>
<CRS>EPSG:32706</CRS>
<CRS>EPSG:32707</CRS>
<CRS>EPSG:32708</CRS>
<CRS>EPSG:32709</CRS>
<CRS>EPSG:3271</CRS>
<CRS>EPSG:32710</CRS>
<CRS>EPSG:32711</CRS>
<CRS>EPSG:32712</CRS>
<CRS>EPSG:32713</CRS>
<CRS>EPSG:32714</CRS>
<CRS>EPSG:32715</CRS>
<CRS>EPSG:32716</CRS>
<CRS>EPSG:32717</CRS>
<CRS>EPSG:32718</CRS>
<CRS>EPSG:32719</CRS>
<CRS>EPSG:3272</CRS>
<CRS>EPSG:32720</CRS>
<CRS>EPSG:32721</CRS>
<CRS>EPSG:32722</CRS>
<CRS>EPSG:32723</CRS>
<CRS>EPSG:32724</CRS>
<CRS>EPSG:32725</CRS>
<CRS>EPSG:32726</CRS>
<CRS>EPSG:32727</CRS>
<CRS>EPSG:32728</CRS>
<CRS>EPSG:32729</CRS>
<CRS>EPSG:3273</CRS>
<CRS>EPSG:32730</CRS>
<CRS>EPSG:32731</CRS>
<CRS>EPSG:32732</CRS>
<CRS>EPSG:32733</CRS>
<CRS>EPSG:32734</CRS>
<CRS>EPSG:32735</CRS>
<CRS>EPSG:32736</CRS>
<CRS>EPSG:32737</CRS>
<CRS>EPSG:32738</CRS>
<CRS>EPSG:32739</CRS>
<CRS>EPSG:3274</CRS>
<CRS>EPSG:32740</CRS>
<CRS>EPSG:32741</CRS>
<CRS>EPSG:32742</CRS>
<CRS>EPSG:32743</CRS>
<CRS>EPSG:32744</CRS>
<CRS>EPSG:32745</CRS>
<CRS>EPSG:32746</CRS>
<CRS>EPSG:32747</CRS>
<CRS>EPSG:32748</CRS>
<CRS>EPSG:32749</CRS>
<CRS>EPSG:3275</CRS>
<CRS>EPSG:32750</CRS>
<CRS>EPSG:32751</CRS>
<CRS>EPSG:32752</CRS>
<CRS>EPSG:32753</CRS>
<CRS>EPSG:32754</CRS>
<CRS>EPSG:32755</CRS>
<CRS>EPSG:32756</CRS>
<CRS>EPSG:32757</CRS>
<CRS>EPSG:32758</CRS>
<CRS>EPSG:32759</CRS>
<CRS>EPSG:3276</CRS>
<CRS>EPSG:32760</CRS>
<CRS>EPSG:32761</CRS>
<CRS>EPSG:32766</CRS>
<CRS>EPSG:3277</CRS>
<CRS>EPSG:3278</CRS>
<CRS>EPSG:3279</CRS>
<CRS>EPSG:3280</CRS>
<CRS>EPSG:3281</CRS>
<CRS>EPSG:3282</CRS>
<CRS>EPSG:3283</CRS>
<CRS>EPSG:3284</CRS>
<CRS>EPSG:3285</CRS>
<CRS>EPSG:3286</CRS>
<CRS>EPSG:3287</CRS>
<CRS>EPSG:3288</CRS>
<CRS>EPSG:3289</CRS>
<CRS>EPSG:3290</CRS>
<CRS>EPSG:3291</CRS>
<CRS>EPSG:3292</CRS>
<CRS>EPSG:3294</CRS>
<CRS>EPSG:3300</CRS>
<CRS>EPSG:3301</CRS>
<CRS>EPSG:3439</CRS>
<CRS>EPSG:3440</CRS>
<CRS>EPSG:3561</CRS>
<CRS>EPSG:3562</CRS>
<CRS>EPSG:3563</CRS>
<CRS>EPSG:3564</CRS>
<CRS>EPSG:3565</CRS>
<CRS>EPSG:3920</CRS>
<CRS>EPSG:3991</CRS>
<CRS>EPSG:3992</CRS>
<CRS>EPSG:4001</CRS>
<CRS>EPSG:4002</CRS>
<CRS>EPSG:4003</CRS>
<CRS>EPSG:4004</CRS>
<CRS>EPSG:4005</CRS>
<CRS>EPSG:4006</CRS>
<CRS>EPSG:4007</CRS>
<CRS>EPSG:4008</CRS>
<CRS>EPSG:4009</CRS>
<CRS>EPSG:4010</CRS>
<CRS>EPSG:4011</CRS>
<CRS>EPSG:4012</CRS>
<CRS>EPSG:4013</CRS>
<CRS>EPSG:4014</CRS>
<CRS>EPSG:4015</CRS>
<CRS>EPSG:4016</CRS>
<CRS>EPSG:4018</CRS>
<CRS>EPSG:4019</CRS>
<CRS>EPSG:4020</CRS>
<CRS>EPSG:4021</CRS>
<CRS>EPSG:4022</CRS>
<CRS>EPSG:4024</CRS>
<CRS>EPSG:4025</CRS>
<CRS>EPSG:4027</CRS>
<CRS>EPSG:4028</CRS>
<CRS>EPSG:4029</CRS>
<CRS>EPSG:4030</CRS>
<CRS>EPSG:4031</CRS>
<CRS>EPSG:4032</CRS>
<CRS>EPSG:4033</CRS>
<CRS>EPSG:4034</CRS>
<CRS>EPSG:4035</CRS>
<CRS>EPSG:4036</CRS>
<CRS>EPSG:4041</CRS>
<CRS>EPSG:4042</CRS>
<CRS>EPSG:4043</CRS>
<CRS>EPSG:4044</CRS>
<CRS>EPSG:4045</CRS>
<CRS>EPSG:4047</CRS>
<CRS>EPSG:41001</CRS>
<CRS>EPSG:4120</CRS>
<CRS>EPSG:4121</CRS>
<CRS>EPSG:4122</CRS>
<CRS>EPSG:4123</CRS>
<CRS>EPSG:4124</CRS>
<CRS>EPSG:4125</CRS>
<CRS>EPSG:4126</CRS>
<CRS>EPSG:4127</CRS>
<CRS>EPSG:4128</CRS>
<CRS>EPSG:4129</CRS>
<CRS>EPSG:4130</CRS>
<CRS>EPSG:4131</CRS>
<CRS>EPSG:4132</CRS>
<CRS>EPSG:4133</CRS>
<CRS>EPSG:4134</CRS>
<CRS>EPSG:4135</CRS>
<CRS>EPSG:4136</CRS>
<CRS>EPSG:4137</CRS>
<CRS>EPSG:4138</CRS>
<CRS>EPSG:4139</CRS>
<CRS>EPSG:4140</CRS>
<CRS>EPSG:4141</CRS>
<CRS>EPSG:4142</CRS>
<CRS>EPSG:4143</CRS>
<CRS>EPSG:4144</CRS>
<CRS>EPSG:4145</CRS>
<CRS>EPSG:4146</CRS>
<CRS>EPSG:4147</CRS>
<CRS>EPSG:4148</CRS>
<CRS>EPSG:4149</CRS>
<CRS>EPSG:4150</CRS>
<CRS>EPSG:4151</CRS>
<CRS>EPSG:4152</CRS>
<CRS>EPSG:4153</CRS>
<CRS>EPSG:4154</CRS>
<CRS>EPSG:4155</CRS>
<CRS>EPSG:4156</CRS>
<CRS>EPSG:4157</CRS>
<CRS>EPSG:4158</CRS>
<CRS>EPSG:4159</CRS>
<CRS>EPSG:4160</CRS>
<CRS>EPSG:4161</CRS>
<CRS>EPSG:4162</CRS>
<CRS>EPSG:4163</CRS>
<CRS>EPSG:4164</CRS>
<CRS>EPSG:4165</CRS>
<CRS>EPSG:4166</CRS>
<CRS>EPSG:4167</CRS>
<CRS>EPSG:4168</CRS>
<CRS>EPSG:4169</CRS>
<CRS>EPSG:4170</CRS>
<CRS>EPSG:4171</CRS>
<CRS>EPSG:4172</CRS>
<CRS>EPSG:4173</CRS>
<CRS>EPSG:4174</CRS>
<CRS>EPSG:4175</CRS>
<CRS>EPSG:4176</CRS>
<CRS>EPSG:4178</CRS>
<CRS>EPSG:4179</CRS>
<CRS>EPSG:4180</CRS>
<CRS>EPSG:4181</CRS>
<CRS>EPSG:4182</CRS>
<CRS>EPSG:4183</CRS>
<CRS>EPSG:4184</CRS>
<CRS>EPSG:4185</CRS>
<CRS>EPSG:4188</CRS>
<CRS>EPSG:4189</CRS>
<CRS>EPSG:4190</CRS>
<CRS>EPSG:4191</CRS>
<CRS>EPSG:4192</CRS>
<CRS>EPSG:4193</CRS>
<CRS>EPSG:4194</CRS>
<CRS>EPSG:4195</CRS>
<CRS>EPSG:4196</CRS>
<CRS>EPSG:4197</CRS>
<CRS>EPSG:4198</CRS>
<CRS>EPSG:4199</CRS>
<CRS>EPSG:4200</CRS>
<CRS>EPSG:4201</CRS>
<CRS>EPSG:4202</CRS>
<CRS>EPSG:4203</CRS>
<CRS>EPSG:4204</CRS>
<CRS>EPSG:4205</CRS>
<CRS>EPSG:4206</CRS>
<CRS>EPSG:4207</CRS>
<CRS>EPSG:4208</CRS>
<CRS>EPSG:4209</CRS>
<CRS>EPSG:4210</CRS>
<CRS>EPSG:42101</CRS>
<CRS>EPSG:42102</CRS>
<CRS>EPSG:42103</CRS>
<CRS>EPSG:42104</CRS>
<CRS>EPSG:42105</CRS>
<CRS>EPSG:42106</CRS>
<CRS>EPSG:4211</CRS>
<CRS>EPSG:4212</CRS>
<CRS>EPSG:4213</CRS>
<CRS>EPSG:4214</CRS>
<CRS>EPSG:4215</CRS>
<CRS>EPSG:4216</CRS>
<CRS>EPSG:4218</CRS>
<CRS>EPSG:4219</CRS>
<CRS>EPSG:4220</CRS>
<CRS>EPSG:4221</CRS>
<CRS>EPSG:4222</CRS>
<CRS>EPSG:4223</CRS>
<CRS>EPSG:4224</CRS>
<CRS>EPSG:4225</CRS>
<CRS>EPSG:4226</CRS>
<CRS>EPSG:4227</CRS>
<CRS>EPSG:4228</CRS>
<CRS>EPSG:4229</CRS>
<CRS>EPSG:4230</CRS>
<CRS>EPSG:42301</CRS>
<CRS>EPSG:42302</CRS>
<CRS>EPSG:42303</CRS>
<CRS>EPSG:42304</CRS>
<CRS>EPSG:42305</CRS>
<CRS>EPSG:42306</CRS>
<CRS>EPSG:42307</CRS>
<CRS>EPSG:42308</CRS>
<CRS>EPSG:42309</CRS>
<CRS>EPSG:4231</CRS>
<CRS>EPSG:42310</CRS>
<CRS>EPSG:42311</CRS>
<CRS>EPSG:4232</CRS>
<CRS>EPSG:4233</CRS>
<CRS>EPSG:4234</CRS>
<CRS>EPSG:4235</CRS>
<CRS>EPSG:4236</CRS>
<CRS>EPSG:4237</CRS>
<CRS>EPSG:4238</CRS>
<CRS>EPSG:4239</CRS>
<CRS>EPSG:4240</CRS>
<CRS>EPSG:4241</CRS>
<CRS>EPSG:4242</CRS>
<CRS>EPSG:4243</CRS>
<CRS>EPSG:4244</CRS>
<CRS>EPSG:4245</CRS>
<CRS>EPSG:4246</CRS>
<CRS>EPSG:4247</CRS>
<CRS>EPSG:4248</CRS>
<CRS>EPSG:4249</CRS>
<CRS>EPSG:4250</CRS>
<CRS>EPSG:4251</CRS>
<CRS>EPSG:4252</CRS>
<CRS>EPSG:4253</CRS>
<CRS>EPSG:4254</CRS>
<CRS>EPSG:4255</CRS>
<CRS>EPSG:4256</CRS>
<CRS>EPSG:4257</CRS>
<CRS>EPSG:4258</CRS>
<CRS>EPSG:4259</CRS>
<CRS>EPSG:4260</CRS>
<CRS>EPSG:4261</CRS>
<CRS>EPSG:4262</CRS>
<CRS>EPSG:4263</CRS>
<CRS>EPSG:4264</CRS>
<CRS>EPSG:4265</CRS>
<CRS>EPSG:4266</CRS>
<CRS>EPSG:4267</CRS>
<CRS>EPSG:4268</CRS>
<CRS>EPSG:4269</CRS>
<CRS>EPSG:4270</CRS>
<CRS>EPSG:4271</CRS>
<CRS>EPSG:4272</CRS>
<CRS>EPSG:4273</CRS>
<CRS>EPSG:4274</CRS>
<CRS>EPSG:4275</CRS>
<CRS>EPSG:4276</CRS>
<CRS>EPSG:4277</CRS>
<CRS>EPSG:4278</CRS>
<CRS>EPSG:4279</CRS>
<CRS>EPSG:4280</CRS>
<CRS>EPSG:4281</CRS>
<CRS>EPSG:4282</CRS>
<CRS>EPSG:4283</CRS>
<CRS>EPSG:4284</CRS>
<CRS>EPSG:4285</CRS>
<CRS>EPSG:4286</CRS>
<CRS>EPSG:4287</CRS>
<CRS>EPSG:4288</CRS>
<CRS>EPSG:4289</CRS>
<CRS>EPSG:4291</CRS>
<CRS>EPSG:4292</CRS>
<CRS>EPSG:4293</CRS>
<CRS>EPSG:4294</CRS>
<CRS>EPSG:4295</CRS>
<CRS>EPSG:4296</CRS>
<CRS>EPSG:4297</CRS>
<CRS>EPSG:4298</CRS>
<CRS>EPSG:4299</CRS>
<CRS>EPSG:4300</CRS>
<CRS>EPSG:4301</CRS>
<CRS>EPSG:4302</CRS>
<CRS>EPSG:4303</CRS>
<CRS>EPSG:4304</CRS>
<CRS>EPSG:4306</CRS>
<CRS>EPSG:4307</CRS>
<CRS>EPSG:4308</CRS>
<CRS>EPSG:4309</CRS>
<CRS>EPSG:4310</CRS>
<CRS>EPSG:4311</CRS>
<CRS>EPSG:4312</CRS>
<CRS>EPSG:4313</CRS>
<CRS>EPSG:4314</CRS>
<CRS>EPSG:4315</CRS>
<CRS>EPSG:4316</CRS>
<CRS>EPSG:4317</CRS>
<CRS>EPSG:4318</CRS>
<CRS>EPSG:4319</CRS>
<CRS>EPSG:4322</CRS>
<CRS>EPSG:4324</CRS>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4600</CRS>
<CRS>EPSG:4601</CRS>
<CRS>EPSG:4602</CRS>
<CRS>EPSG:4603</CRS>
<CRS>EPSG:4604</CRS>
<CRS>EPSG:4605</CRS>
<CRS>EPSG:4606</CRS>
<CRS>EPSG:4607</CRS>
<CRS>EPSG:4608</CRS>
<CRS>EPSG:4609</CRS>
<CRS>EPSG:4610</CRS>
<CRS>EPSG:4611</CRS>
<CRS>EPSG:4612</CRS>
<CRS>EPSG:4613</CRS>
<CRS>EPSG:4614</CRS>
<CRS>EPSG:4615</CRS>
<CRS>EPSG:4616</CRS>
<CRS>EPSG:4617</CRS>
<CRS>EPSG:4618</CRS>
<CRS>EPSG:4619</CRS>
<CRS>EPSG:4620</CRS>
<CRS>EPSG:4621</CRS>
<CRS>EPSG:4622</CRS>
<CRS>EPSG:4623</CRS>
<CRS>EPSG:4624</CRS>
<CRS>EPSG:4625</CRS>
<CRS>EPSG:4626</CRS>
<CRS>EPSG:4627</CRS>
<CRS>EPSG:4628</CRS>
<CRS>EPSG:4629</CRS>
<CRS>EPSG:4630</CRS>
<CRS>EPSG:4631</CRS>
<CRS>EPSG:4632</CRS>
<CRS>EPSG:4633</CRS>
<CRS>EPSG:4634</CRS>
<CRS>EPSG:4635</CRS>
<CRS>EPSG:4636</CRS>
<CRS>EPSG:4637</CRS>
<CRS>EPSG:4638</CRS>
<CRS>EPSG:4639</CRS>
<CRS>EPSG:4640</CRS>
<CRS>EPSG:4641</CRS>
<CRS>EPSG:4642</CRS>
<CRS>EPSG:4643</CRS>
<CRS>EPSG:4644</CRS>
<CRS>EPSG:4645</CRS>
<CRS>EPSG:4646</CRS>
<CRS>EPSG:4657</CRS>
<CRS>EPSG:4658</CRS>
<CRS>EPSG:4659</CRS>
<CRS>EPSG:4660</CRS>
<CRS>EPSG:4661</CRS>
<CRS>EPSG:4662</CRS>
<CRS>EPSG:4663</CRS>
<CRS>EPSG:4664</CRS>
<CRS>EPSG:4665</CRS>
<CRS>EPSG:4666</CRS>
<CRS>EPSG:4667</CRS>
<CRS>EPSG:4668</CRS>
<CRS>EPSG:4669</CRS>
<CRS>EPSG:4670</CRS>
<CRS>EPSG:4671</CRS>
<CRS>EPSG:4801</CRS>
<CRS>EPSG:4802</CRS>
<CRS>EPSG:4803</CRS>
<CRS>EPSG:4804</CRS>
<CRS>EPSG:4805</CRS>
<CRS>EPSG:4806</CRS>
<CRS>EPSG:4807</CRS>
<CRS>EPSG:4808</CRS>
<CRS>EPSG:4809</CRS>
<CRS>EPSG:4810</CRS>
<CRS>EPSG:4811</CRS>
<CRS>EPSG:4813</CRS>
<CRS>EPSG:4814</CRS>
<CRS>EPSG:4815</CRS>
<CRS>EPSG:4816</CRS>
<CRS>EPSG:4817</CRS>
<CRS>EPSG:4818</CRS>
<CRS>EPSG:4819</CRS>
<CRS>EPSG:4820</CRS>
<CRS>EPSG:4821</CRS>
<CRS>EPSG:4901</CRS>
<CRS>EPSG:4902</CRS>
<CRS>EPSG:4903</CRS>
<CRS>EPSG:4904</CRS>
<CRS>CRS:27</CRS>
<CRS>CRS:83</CRS>
<CRS>CRS:84</CRS>
<CRS>AUTO2:42001</CRS>
<CRS>AUTO2:42002</CRS>
<CRS>AUTO2:42003</CRS>
<CRS>AUTO2:42004</CRS>
<CRS>AUTO2:42005</CRS>
<Layer>
<Title>/usr/local/apache-tomcat-6.0.16/content/thredds/public/bran2/FOAM/wrf_arw_det_20090401_36km_00Z_3d.nc</Title>
<Layer queryable="1">
<Name>wind</Name>
<Title>wind</Title>
<Abstract>Automatically-generated vector field, composed of
the fields eastward_wind and northward_wind</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>VECTOR/redblue</Name>
<Title>VECTOR/redblue</Title>
<Abstract>VECTOR style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/alg</Name>
<Title>VECTOR/alg</Title>
<Abstract>VECTOR style, using the alg palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/ncview</Name>
<Title>VECTOR/ncview</Title>
<Abstract>VECTOR style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/greyscale</Name>
<Title>VECTOR/greyscale</Title>
<Abstract>VECTOR style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/alg2</Name>
<Title>VECTOR/alg2</Title>
<Abstract>VECTOR style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/occam</Name>
<Title>VECTOR/occam</Title>
<Abstract>VECTOR style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/rainbow</Name>
<Title>VECTOR/rainbow</Title>
<Abstract>VECTOR style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/sst_36</Name>
<Title>VECTOR/sst_36</Title>
<Abstract>VECTOR style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/occam_pastel-30</Name>
<Title>VECTOR/occam_pastel-30</Title>
<Abstract>VECTOR style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>VECTOR/ferret</Name>
<Title>VECTOR/ferret</Title>
<Abstract>VECTOR style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=ferret"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=wind&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>swflx</Name>
<Title>surface_downwelling_shortwave_flux_in_air</Title>
<Abstract>surface downwelling shortwave flux</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=swflx&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>mslp</Name>
<Title>air_pressure_at_sea_level</Title>
<Abstract>mean sea level pressure</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=mslp&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>lon</Name>
<Title>longitude</Title>
<Abstract>longitude coordinate</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lon&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>rh</Name>
<Title>relative_humidity</Title>
<Abstract>Relative humidity at 2m</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=rh&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>shflx</Name>
<Title>surface_downward_sensible_heat_flux</Title>
<Abstract>surface downward sensible heat flux</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=shflx&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>cft</Name>
<Title>cloud_area_fraction</Title>
<Abstract>cloud cover at low and mid levels</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=cft&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>v</Name>
<Title>northward_wind</Title>
<Abstract>lat-wind at 10m</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=v&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>lhflx</Name>
<Title>surface_downward_latent_heat_flux</Title>
<Abstract>surface downward latent heat flux</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lhflx&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>u</Name>
<Title>eastward_wind</Title>
<Abstract>lon-wind at 10m</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=u&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>sst</Name>
<Title>sea_surface_temperature</Title>
<Abstract>sea surface temperature</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=sst&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>lwm</Name>
<Title>land_binary_mask</Title>
<Abstract>land/water mask</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwm&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>lwflx</Name>
<Title>surface_downwelling_longwave_flux_in_air</Title>
<Abstract>surface downwelling longwave flux</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lwflx&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>temp</Name>
<Title>air_temperature</Title>
<Abstract>temperature at 2m</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=temp&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>prec</Name>
<Title>precipitation_amount</Title>
<Abstract>Total accumulated rainfall between each model
output</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Dimension name="time" units="ISO8601"
multipleValues="true" current="true" default="2009-04-05T00:00:00.000Z">
2009-04-04T01:00:00.000Z,2009-04-04T02:00:00.000Z,2009-04-04T03:00:00.000Z,2009-04-04T04:00:00.000Z,2009-04-04T05:00:00.000Z,2009-04-04T06:00:00.000Z,2009-04-04T07:00:00.000Z,2009-04-04T08:00:00.000Z,2009-04-04T09:00:00.000Z,2009-04-04T10:00:00.000Z,2009-04-04T11:00:00.000Z,2009-04-04T12:00:00.000Z,2009-04-04T13:00:00.000Z,2009-04-04T14:00:00.000Z,2009-04-04T15:00:00.000Z,2009-04-04T16:00:00.000Z,2009-04-04T17:00:00.000Z,2009-04-04T18:00:00.000Z,2009-04-04T19:00:00.000Z,2009-04-04T20:00:00.000Z,2009-04-04T21:00:00.000Z,2009-04-04T22:00:00.000Z,2009-04-04T23:00:00.000Z,2009-04-05T00:00:00.000Z
</Dimension>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=prec&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>lat</Name>
<Title>latitude</Title>
<Abstract>latitude coordinate</Abstract>
<EX_GeographicBoundingBox>
<westBoundLongitude>-49.18259341789055</westBoundLongitude>
<eastBoundLongitude>18.788995948788816</eastBoundLongitude>
<southBoundLatitude>24.03791184287805</southBoundLatitude>
<northBoundLatitude>56.066076511429685</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-49.18259341789055"
maxx="18.788995948788816" miny="24.03791184287805" maxy="56.066076511429685"/>
<Style>
<Name>BOXFILL/redblue</Name>
<Title>BOXFILL/redblue</Title>
<Abstract>BOXFILL style, using the redblue
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=redblue"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg</Name>
<Title>BOXFILL/alg</Title>
<Abstract>BOXFILL style, using the alg
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=alg"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ncview</Name>
<Title>BOXFILL/ncview</Title>
<Abstract>BOXFILL style, using the ncview
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=ncview"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/greyscale</Name>
<Title>BOXFILL/greyscale</Title>
<Abstract>BOXFILL style, using the greyscale
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=greyscale"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/alg2</Name>
<Title>BOXFILL/alg2</Title>
<Abstract>BOXFILL style, using the alg2
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=alg2"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam</Name>
<Title>BOXFILL/occam</Title>
<Abstract>BOXFILL style, using the occam
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=occam"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/rainbow</Name>
<Title>BOXFILL/rainbow</Title>
<Abstract>BOXFILL style, using the rainbow
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=rainbow"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/sst_36</Name>
<Title>BOXFILL/sst_36</Title>
<Abstract>BOXFILL style, using the sst_36
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=sst_36"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/occam_pastel-30</Name>
<Title>BOXFILL/occam_pastel-30</Title>
<Abstract>BOXFILL style, using the occam_pastel-30
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=occam_pastel-30"/>
</LegendURL>
</Style>
<Style>
<Name>BOXFILL/ferret</Name>
<Title>BOXFILL/ferret</Title>
<Abstract>BOXFILL style, using the ferret
palette</Abstract>
<LegendURL width="110" height="264">
<Format>image/png</Format>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/thredds/wms/files/wrf_arw_det_20090401_36km_00Z_3d.nc?REQUEST=GetLegendGraphic&LAYER=lat&PALETTE=ferret"/>
</LegendURL>
</Style>
</Layer>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>