@loaders.gl/wms 3.4.0-alpha.2 → 3.4.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/dist/dist.min.js +412 -176
  2. package/dist/es5/csw-capabilities-loader.js +7 -11
  3. package/dist/es5/csw-capabilities-loader.js.map +1 -1
  4. package/dist/es5/csw-domain-loader.js +7 -10
  5. package/dist/es5/csw-domain-loader.js.map +1 -1
  6. package/dist/es5/csw-records-loader.js +7 -10
  7. package/dist/es5/csw-records-loader.js.map +1 -1
  8. package/dist/es5/gml-loader.js +7 -10
  9. package/dist/es5/gml-loader.js.map +1 -1
  10. package/dist/es5/index.js +0 -7
  11. package/dist/es5/index.js.map +1 -1
  12. package/dist/es5/lerc-loader.js +17 -22
  13. package/dist/es5/lerc-loader.js.map +1 -1
  14. package/dist/es5/lib/create-image-source.js +1 -2
  15. package/dist/es5/lib/create-image-source.js.map +1 -1
  16. package/dist/es5/lib/parsers/csw/parse-csw-capabilities.js.map +1 -1
  17. package/dist/es5/lib/parsers/csw/parse-csw-domain.js +1 -1
  18. package/dist/es5/lib/parsers/csw/parse-csw-domain.js.map +1 -1
  19. package/dist/es5/lib/parsers/csw/parse-csw-records.js +1 -2
  20. package/dist/es5/lib/parsers/csw/parse-csw-records.js.map +1 -1
  21. package/dist/es5/lib/parsers/csw/parse-exception-report.js +0 -2
  22. package/dist/es5/lib/parsers/csw/parse-exception-report.js.map +1 -1
  23. package/dist/es5/lib/parsers/gml/deep-strict-equal.js +0 -8
  24. package/dist/es5/lib/parsers/gml/deep-strict-equal.js.map +1 -1
  25. package/dist/es5/lib/parsers/gml/parse-gml.js +1 -13
  26. package/dist/es5/lib/parsers/gml/parse-gml.js.map +1 -1
  27. package/dist/es5/lib/parsers/wms/parse-wms-capabilities.js +197 -54
  28. package/dist/es5/lib/parsers/wms/parse-wms-capabilities.js.map +1 -1
  29. package/dist/es5/lib/parsers/wms/parse-wms-error.js +0 -1
  30. package/dist/es5/lib/parsers/wms/parse-wms-error.js.map +1 -1
  31. package/dist/es5/lib/parsers/wms/parse-wms-features.js +0 -1
  32. package/dist/es5/lib/parsers/wms/parse-wms-features.js.map +1 -1
  33. package/dist/es5/lib/parsers/wms/parse-wms-layer-description.js +0 -1
  34. package/dist/es5/lib/parsers/wms/parse-wms-layer-description.js.map +1 -1
  35. package/dist/es5/lib/parsers/xml/parse-xml-helpers.js +67 -0
  36. package/dist/es5/lib/parsers/xml/parse-xml-helpers.js.map +1 -0
  37. package/dist/es5/lib/services/arcgis/arcgis-image-service.js +36 -60
  38. package/dist/es5/lib/services/arcgis/arcgis-image-service.js.map +1 -1
  39. package/dist/es5/lib/services/arcgis/arcgis-server.js +50 -54
  40. package/dist/es5/lib/services/arcgis/arcgis-server.js.map +1 -1
  41. package/dist/es5/lib/services/generic/image-service.js +28 -42
  42. package/dist/es5/lib/services/generic/image-service.js.map +1 -1
  43. package/dist/es5/lib/services/ogc/csw-service.js +161 -188
  44. package/dist/es5/lib/services/ogc/csw-service.js.map +1 -1
  45. package/dist/es5/lib/services/ogc/wms-service.js +325 -245
  46. package/dist/es5/lib/services/ogc/wms-service.js.map +1 -1
  47. package/dist/es5/lib/sources/data-source.js +36 -13
  48. package/dist/es5/lib/sources/data-source.js.map +1 -1
  49. package/dist/es5/lib/sources/image-source.js.map +1 -1
  50. package/dist/es5/lib/sources/tile-source.js.map +1 -1
  51. package/dist/es5/lib/sources/utils/utils.js +0 -4
  52. package/dist/es5/lib/sources/utils/utils.js.map +1 -1
  53. package/dist/es5/wip/arcgis-feature-service.js +2 -7
  54. package/dist/es5/wip/arcgis-feature-service.js.map +1 -1
  55. package/dist/es5/wip/data-source.js +0 -2
  56. package/dist/es5/wip/lib/wcs/parse-wcs-capabilities.js.map +1 -1
  57. package/dist/es5/wip/lib/wfs/parse-wfs-capabilities.js.map +1 -1
  58. package/dist/es5/wip/lib/wmts/parse-wmts-capabilities.js.map +1 -1
  59. package/dist/es5/wip/wcs-capabilities-loader.js +7 -10
  60. package/dist/es5/wip/wcs-capabilities-loader.js.map +1 -1
  61. package/dist/es5/wip/wfs-capabilities-loader.js +7 -10
  62. package/dist/es5/wip/wfs-capabilities-loader.js.map +1 -1
  63. package/dist/es5/wip/wms-feature-info-loader.js +6 -8
  64. package/dist/es5/wip/wms-feature-info-loader.js.map +1 -1
  65. package/dist/es5/wip/wms-layer-description-loader.js +6 -8
  66. package/dist/es5/wip/wms-layer-description-loader.js.map +1 -1
  67. package/dist/es5/wip/wmts-capabilities-loader.js +7 -16
  68. package/dist/es5/wip/wmts-capabilities-loader.js.map +1 -1
  69. package/dist/es5/wms-capabilities-loader.js +8 -12
  70. package/dist/es5/wms-capabilities-loader.js.map +1 -1
  71. package/dist/es5/wms-error-loader.js +7 -9
  72. package/dist/es5/wms-error-loader.js.map +1 -1
  73. package/dist/esm/bundle.js +0 -2
  74. package/dist/esm/bundle.js.map +1 -1
  75. package/dist/esm/csw-capabilities-loader.js +1 -5
  76. package/dist/esm/csw-capabilities-loader.js.map +1 -1
  77. package/dist/esm/csw-domain-loader.js +1 -4
  78. package/dist/esm/csw-domain-loader.js.map +1 -1
  79. package/dist/esm/csw-records-loader.js +1 -4
  80. package/dist/esm/csw-records-loader.js.map +1 -1
  81. package/dist/esm/gml-loader.js +1 -4
  82. package/dist/esm/gml-loader.js.map +1 -1
  83. package/dist/esm/index.js +0 -11
  84. package/dist/esm/index.js.map +1 -1
  85. package/dist/esm/lerc-loader.js +1 -4
  86. package/dist/esm/lerc-loader.js.map +1 -1
  87. package/dist/esm/lib/create-image-source.js +0 -3
  88. package/dist/esm/lib/create-image-source.js.map +1 -1
  89. package/dist/esm/lib/parsers/csw/parse-csw-capabilities.js +0 -3
  90. package/dist/esm/lib/parsers/csw/parse-csw-capabilities.js.map +1 -1
  91. package/dist/esm/lib/parsers/csw/parse-csw-domain.js +0 -3
  92. package/dist/esm/lib/parsers/csw/parse-csw-domain.js.map +1 -1
  93. package/dist/esm/lib/parsers/csw/parse-csw-records.js +0 -3
  94. package/dist/esm/lib/parsers/csw/parse-csw-records.js.map +1 -1
  95. package/dist/esm/lib/parsers/csw/parse-exception-report.js +0 -3
  96. package/dist/esm/lib/parsers/csw/parse-exception-report.js.map +1 -1
  97. package/dist/esm/lib/parsers/gml/deep-strict-equal.js +0 -9
  98. package/dist/esm/lib/parsers/gml/deep-strict-equal.js.map +1 -1
  99. package/dist/esm/lib/parsers/gml/parse-gml.js +0 -14
  100. package/dist/esm/lib/parsers/gml/parse-gml.js.map +1 -1
  101. package/dist/esm/lib/parsers/wms/parse-wms-capabilities.js +151 -42
  102. package/dist/esm/lib/parsers/wms/parse-wms-capabilities.js.map +1 -1
  103. package/dist/esm/lib/parsers/wms/parse-wms-error.js +0 -3
  104. package/dist/esm/lib/parsers/wms/parse-wms-error.js.map +1 -1
  105. package/dist/esm/lib/parsers/wms/parse-wms-features.js +0 -3
  106. package/dist/esm/lib/parsers/wms/parse-wms-features.js.map +1 -1
  107. package/dist/esm/lib/parsers/wms/parse-wms-layer-description.js +0 -3
  108. package/dist/esm/lib/parsers/wms/parse-wms-layer-description.js.map +1 -1
  109. package/dist/esm/lib/parsers/xml/parse-xml-helpers.js +53 -0
  110. package/dist/esm/lib/parsers/xml/parse-xml-helpers.js.map +1 -0
  111. package/dist/esm/lib/services/arcgis/arcgis-image-service.js +0 -11
  112. package/dist/esm/lib/services/arcgis/arcgis-image-service.js.map +1 -1
  113. package/dist/esm/lib/services/arcgis/arcgis-server.js +0 -2
  114. package/dist/esm/lib/services/arcgis/arcgis-server.js.map +1 -1
  115. package/dist/esm/lib/services/generic/image-service.js +0 -7
  116. package/dist/esm/lib/services/generic/image-service.js.map +1 -1
  117. package/dist/esm/lib/services/ogc/csw-service.js +0 -13
  118. package/dist/esm/lib/services/ogc/csw-service.js.map +1 -1
  119. package/dist/esm/lib/services/ogc/wms-service.js +135 -86
  120. package/dist/esm/lib/services/ogc/wms-service.js.map +1 -1
  121. package/dist/esm/lib/sources/data-source.js +20 -6
  122. package/dist/esm/lib/sources/data-source.js.map +1 -1
  123. package/dist/esm/lib/sources/image-source.js +0 -3
  124. package/dist/esm/lib/sources/image-source.js.map +1 -1
  125. package/dist/esm/lib/sources/tile-source.js +0 -3
  126. package/dist/esm/lib/sources/tile-source.js.map +1 -1
  127. package/dist/esm/lib/sources/utils/utils.js +0 -5
  128. package/dist/esm/lib/sources/utils/utils.js.map +1 -1
  129. package/dist/esm/wip/arcgis-feature-service.js +0 -3
  130. package/dist/esm/wip/arcgis-feature-service.js.map +1 -1
  131. package/dist/esm/wip/lib/wcs/parse-wcs-capabilities.js +0 -3
  132. package/dist/esm/wip/lib/wcs/parse-wcs-capabilities.js.map +1 -1
  133. package/dist/esm/wip/lib/wfs/parse-wfs-capabilities.js +0 -3
  134. package/dist/esm/wip/lib/wfs/parse-wfs-capabilities.js.map +1 -1
  135. package/dist/esm/wip/lib/wmts/parse-wmts-capabilities.js +0 -3
  136. package/dist/esm/wip/lib/wmts/parse-wmts-capabilities.js.map +1 -1
  137. package/dist/esm/wip/wcs-capabilities-loader.js +1 -4
  138. package/dist/esm/wip/wcs-capabilities-loader.js.map +1 -1
  139. package/dist/esm/wip/wfs-capabilities-loader.js +1 -4
  140. package/dist/esm/wip/wfs-capabilities-loader.js.map +1 -1
  141. package/dist/esm/wip/wms-feature-info-loader.js +0 -2
  142. package/dist/esm/wip/wms-feature-info-loader.js.map +1 -1
  143. package/dist/esm/wip/wms-layer-description-loader.js +0 -2
  144. package/dist/esm/wip/wms-layer-description-loader.js.map +1 -1
  145. package/dist/esm/wip/wmts-capabilities-loader.js +1 -6
  146. package/dist/esm/wip/wmts-capabilities-loader.js.map +1 -1
  147. package/dist/esm/wms-capabilities-loader.js +3 -7
  148. package/dist/esm/wms-capabilities-loader.js.map +1 -1
  149. package/dist/esm/wms-error-loader.js +1 -4
  150. package/dist/esm/wms-error-loader.js.map +1 -1
  151. package/dist/index.d.ts +0 -3
  152. package/dist/index.d.ts.map +1 -1
  153. package/dist/index.js +3 -5
  154. package/dist/lib/create-image-source.d.ts +1 -1
  155. package/dist/lib/create-image-source.d.ts.map +1 -1
  156. package/dist/lib/parsers/wms/parse-wms-capabilities.d.ts +78 -62
  157. package/dist/lib/parsers/wms/parse-wms-capabilities.d.ts.map +1 -1
  158. package/dist/lib/parsers/wms/parse-wms-capabilities.js +166 -1935
  159. package/dist/lib/parsers/xml/parse-xml-helpers.d.ts +11 -0
  160. package/dist/lib/parsers/xml/parse-xml-helpers.d.ts.map +1 -0
  161. package/dist/lib/parsers/xml/parse-xml-helpers.js +68 -0
  162. package/dist/lib/services/arcgis/arcgis-image-service.d.ts +1 -2
  163. package/dist/lib/services/arcgis/arcgis-image-service.d.ts.map +1 -1
  164. package/dist/lib/services/arcgis/arcgis-image-service.js +1 -2
  165. package/dist/lib/services/generic/image-service.d.ts +2 -3
  166. package/dist/lib/services/generic/image-service.d.ts.map +1 -1
  167. package/dist/lib/services/generic/image-service.js +1 -2
  168. package/dist/lib/services/ogc/csw-service.d.ts +2 -3
  169. package/dist/lib/services/ogc/csw-service.d.ts.map +1 -1
  170. package/dist/lib/services/ogc/csw-service.js +1 -2
  171. package/dist/lib/services/ogc/wms-service.d.ts +128 -72
  172. package/dist/lib/services/ogc/wms-service.d.ts.map +1 -1
  173. package/dist/lib/services/ogc/wms-service.js +154 -73
  174. package/dist/lib/sources/data-source.d.ts +12 -2
  175. package/dist/lib/sources/data-source.d.ts.map +1 -1
  176. package/dist/lib/sources/data-source.js +22 -0
  177. package/dist/lib/sources/image-source.d.ts +9 -15
  178. package/dist/lib/sources/image-source.d.ts.map +1 -1
  179. package/dist/lib/sources/tile-source.d.ts +4 -2
  180. package/dist/lib/sources/tile-source.d.ts.map +1 -1
  181. package/dist/wip/wmts-capabilities-loader.d.ts +3 -4
  182. package/dist/wip/wmts-capabilities-loader.d.ts.map +1 -1
  183. package/dist/wip/wmts-capabilities-loader.js +1 -0
  184. package/dist/wms-capabilities-loader.d.ts +6 -1
  185. package/dist/wms-capabilities-loader.d.ts.map +1 -1
  186. package/dist/wms-capabilities-loader.js +2 -2
  187. package/package.json +6 -6
  188. package/src/index.ts +3 -4
  189. package/src/lib/create-image-source.ts +1 -1
  190. package/src/lib/parsers/wms/parse-wms-capabilities.ts +294 -2004
  191. package/src/lib/parsers/xml/parse-xml-helpers.ts +65 -0
  192. package/src/lib/services/arcgis/arcgis-image-service.ts +1 -4
  193. package/src/lib/services/generic/image-service.ts +2 -5
  194. package/src/lib/services/ogc/csw-service.ts +2 -4
  195. package/src/lib/services/ogc/wms-service.ts +290 -125
  196. package/src/lib/sources/data-source.ts +29 -2
  197. package/src/lib/sources/image-source.ts +9 -15
  198. package/src/lib/sources/tile-source.ts +4 -2
  199. package/src/wip/wmts-capabilities-loader.ts +2 -2
  200. package/src/wms-capabilities-loader.ts +9 -3
  201. package/dist/es5/lib/services/generic/tile-service.js +0 -2
  202. package/dist/es5/lib/services/generic/tile-service.js.map +0 -1
  203. package/dist/esm/lib/services/generic/tile-service.js +0 -2
  204. package/dist/esm/lib/services/generic/tile-service.js.map +0 -1
  205. package/dist/lib/services/generic/tile-service.d.ts +0 -1
  206. package/dist/lib/services/generic/tile-service.d.ts.map +0 -1
  207. package/dist/lib/services/generic/tile-service.js +0 -1
  208. package/src/lib/services/generic/tile-service.ts +0 -0
@@ -3,1966 +3,197 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.parseWMSCapabilities = void 0;
5
5
  const xml_1 = require("@loaders.gl/xml");
6
- /*
7
- <Capability>
8
- <Request>
9
- <GetCapabilities>
10
- <Format>text/xml</Format>
11
- <DCPType>
12
- <HTTP>
13
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
14
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
15
- </HTTP>
16
- </DCPType>
17
- </GetCapabilities>
18
- <GetMap>
19
- <Format>image/png</Format>
20
- <Format>image/tiff</Format>
21
- <Format>image/jpeg</Format>
22
- <Format>image/png; mode=8bit</Format>
23
- <Format>application/x-pdf</Format>
24
- <Format>image/svg+xml</Format>
25
- <DCPType>
26
- <HTTP>
27
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
28
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
29
- </HTTP>
30
- </DCPType>
31
- </GetMap>
32
- <GetFeatureInfo>
33
- <Format>text/plain</Format>
34
- <Format>application/vnd.ogc.gml</Format>
35
- <DCPType>
36
- <HTTP>
37
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
38
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
39
- </HTTP>
40
- </DCPType>
41
- </GetFeatureInfo>
42
- <sld:DescribeLayer>
43
- <Format>text/xml</Format>
44
- <DCPType>
45
- <HTTP>
46
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
47
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
48
- </HTTP>
49
- </DCPType>
50
- </sld:DescribeLayer>
51
- <sld:GetLegendGraphic>
52
- <Format>image/png</Format>
53
- <Format>image/jpeg</Format>
54
- <Format>image/png; mode=8bit</Format>
55
- <DCPType>
56
- <HTTP>
57
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
58
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
59
- </HTTP>
60
- </DCPType>
61
- </sld:GetLegendGraphic>
62
- <ms:GetStyles>
63
- <Format>text/xml</Format>
64
- <DCPType>
65
- <HTTP>
66
- <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Get>
67
- <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?"/></Post>
68
- </HTTP>
69
- </DCPType>
70
- </ms:GetStyles>
71
- </Request>
72
- <Exception>
73
- <Format>XML</Format>
74
- <Format>INIMAGE</Format>
75
- <Format>BLANK</Format>
76
- </Exception>
77
- <sld:UserDefinedSymbolization SupportSLD="1" UserLayer="0" UserStyle="1" RemoteWFS="0" InlineFeature="0" RemoteWCS="0"/>
78
- <Layer>
79
- <Name>DMSP-Global-Composites-Version-4</Name>
80
- <Title>DMSP-Global-Composites-Version-4</Title>
81
- <Abstract>DMSP-Global-Composites-Version-4</Abstract>
82
- <CRS>EPSG:4326</CRS>
83
- <EX_GeographicBoundingBox>
84
- <westBoundLongitude>-180</westBoundLongitude>
85
- <eastBoundLongitude>180</eastBoundLongitude>
86
- <southBoundLatitude>-65</southBoundLatitude>
87
- <northBoundLatitude>75</northBoundLatitude>
88
- </EX_GeographicBoundingBox>
89
- <BoundingBox CRS="EPSG:4326"
90
- minx="-65" miny="-180" maxx="75" maxy="180" />
91
- <Layer queryable="0" opaque="0" cascaded="0">
92
- <Name>countries</Name>
93
- <Title>Countries</Title>
94
- <CRS>EPSG:4326</CRS>
95
- <EX_GeographicBoundingBox>
96
- <westBoundLongitude>-180</westBoundLongitude>
97
- <eastBoundLongitude>180</eastBoundLongitude>
98
- <southBoundLatitude>-90</southBoundLatitude>
99
- <northBoundLatitude>83.6236</northBoundLatitude>
100
- </EX_GeographicBoundingBox>
101
- <BoundingBox CRS="EPSG:4326"
102
- minx="-90" miny="-180" maxx="83.6236" maxy="180" />
103
- <Style>
104
- <Name>default</Name>
105
- <Title>default</Title>
106
- <LegendURL width="89" height="21">
107
- <Format>image/png</Format>
108
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=countries&amp;format=image/png&amp;STYLE=default"/>
109
- </LegendURL>
110
- </Style>
111
- </Layer>
112
- <Layer queryable="0" opaque="0" cascaded="0">
113
- <Name>adminboundaries</Name>
114
- <Title>Administrative Boundaries</Title>
115
- <CRS>EPSG:4326</CRS>
116
- <EX_GeographicBoundingBox>
117
- <westBoundLongitude>-180</westBoundLongitude>
118
- <eastBoundLongitude>180</eastBoundLongitude>
119
- <southBoundLatitude>-90</southBoundLatitude>
120
- <northBoundLatitude>83.6236</northBoundLatitude>
121
- </EX_GeographicBoundingBox>
122
- <BoundingBox CRS="EPSG:4326"
123
- minx="-90" miny="-180" maxx="83.6236" maxy="180" />
124
- <Style>
125
- <Name>default</Name>
126
- <Title>default</Title>
127
- <LegendURL width="65" height="21">
128
- <Format>image/png</Format>
129
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=adminboundaries&amp;format=image/png&amp;STYLE=default"/>
130
- </LegendURL>
131
- </Style>
132
- </Layer>
133
- <Layer queryable="0" opaque="0" cascaded="0">
134
- <Name>eez</Name>
135
- <Title>EEZ Boundaries</Title>
136
- <CRS>EPSG:4326</CRS>
137
- <EX_GeographicBoundingBox>
138
- <westBoundLongitude>-179.999</westBoundLongitude>
139
- <eastBoundLongitude>179.999</eastBoundLongitude>
140
- <southBoundLatitude>-85.4703</southBoundLatitude>
141
- <northBoundLatitude>87.0239</northBoundLatitude>
142
- </EX_GeographicBoundingBox>
143
- <BoundingBox CRS="EPSG:4326"
144
- minx="-85.4703" miny="-179.999" maxx="87.0239" maxy="179.999" />
145
- <Style>
146
- <Name>default</Name>
147
- <Title>default</Title>
148
- <LegendURL width="53" height="21">
149
- <Format>image/png</Format>
150
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=eez&amp;format=image/png&amp;STYLE=default"/>
151
- </LegendURL>
152
- </Style>
153
- </Layer>
154
- <Layer queryable="0" opaque="0" cascaded="0">
155
- <Name>cities</Name>
156
- <Title>Cities</Title>
157
- <CRS>EPSG:4326</CRS>
158
- <EX_GeographicBoundingBox>
159
- <westBoundLongitude>-176.152</westBoundLongitude>
160
- <eastBoundLongitude>179.222</eastBoundLongitude>
161
- <southBoundLatitude>-54.792</southBoundLatitude>
162
- <northBoundLatitude>78.2</northBoundLatitude>
163
- </EX_GeographicBoundingBox>
164
- <BoundingBox CRS="EPSG:4326"
165
- minx="-54.792" miny="-176.152" maxx="78.2" maxy="179.222" />
166
- <Style>
167
- <Name>default</Name>
168
- <Title>default</Title>
169
- <LegendURL width="71" height="21">
170
- <Format>image/png</Format>
171
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=cities&amp;format=image/png&amp;STYLE=default"/>
172
- </LegendURL>
173
- </Style>
174
- </Layer>
175
- <Layer queryable="0" opaque="0" cascaded="0">
176
- <Name>citieslabeled</Name>
177
- <Title>Cities With Labels</Title>
178
- <CRS>EPSG:4326</CRS>
179
- <EX_GeographicBoundingBox>
180
- <westBoundLongitude>-176.152</westBoundLongitude>
181
- <eastBoundLongitude>179.222</eastBoundLongitude>
182
- <southBoundLatitude>-54.792</southBoundLatitude>
183
- <northBoundLatitude>78.2</northBoundLatitude>
184
- </EX_GeographicBoundingBox>
185
- <BoundingBox CRS="EPSG:4326"
186
- minx="-54.792" miny="-176.152" maxx="78.2" maxy="179.222" />
187
- </Layer>
188
- <Layer queryable="0" opaque="0" cascaded="0">
189
- <Name>land</Name>
190
- <Title>Land Sea Mask</Title>
191
- <CRS>EPSG:4326</CRS>
192
- <EX_GeographicBoundingBox>
193
- <westBoundLongitude>-180</westBoundLongitude>
194
- <eastBoundLongitude>180</eastBoundLongitude>
195
- <southBoundLatitude>-90</southBoundLatitude>
196
- <northBoundLatitude>83.6236</northBoundLatitude>
197
- </EX_GeographicBoundingBox>
198
- <BoundingBox CRS="EPSG:4326"
199
- minx="-90" miny="-180" maxx="83.6236" maxy="180" />
200
- <Style>
201
- <Name>default</Name>
202
- <Title>default</Title>
203
- <LegendURL width="59" height="21">
204
- <Format>image/png</Format>
205
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=land&amp;format=image/png&amp;STYLE=default"/>
206
- </LegendURL>
207
- </Style>
208
- </Layer>
209
- <Layer queryable="0" opaque="0" cascaded="0">
210
- <Name>LandSeaMask</Name>
211
- <Title>LandSeaMask</Title>
212
- <CRS>EPSG:4326</CRS>
213
- <EX_GeographicBoundingBox>
214
- <westBoundLongitude>-180</westBoundLongitude>
215
- <eastBoundLongitude>180</eastBoundLongitude>
216
- <southBoundLatitude>-90</southBoundLatitude>
217
- <northBoundLatitude>90</northBoundLatitude>
218
- </EX_GeographicBoundingBox>
219
- <BoundingBox CRS="EPSG:4326"
220
- minx="-90" miny="-180" maxx="90" maxy="180" />
221
- </Layer>
222
- <Layer queryable="0" opaque="0" cascaded="0">
223
- <Name>Rivers</Name>
224
- <Title>Rivers</Title>
225
- <CRS>EPSG:4326</CRS>
226
- <EX_GeographicBoundingBox>
227
- <westBoundLongitude>-164.887</westBoundLongitude>
228
- <eastBoundLongitude>160.764</eastBoundLongitude>
229
- <southBoundLatitude>-36.9694</southBoundLatitude>
230
- <northBoundLatitude>71.3925</northBoundLatitude>
231
- </EX_GeographicBoundingBox>
232
- <BoundingBox CRS="EPSG:4326"
233
- minx="-36.9694" miny="-164.887" maxx="71.3925" maxy="160.764" />
234
- <Style>
235
- <Name>default</Name>
236
- <Title>default</Title>
237
- <LegendURL width="71" height="21">
238
- <Format>image/png</Format>
239
- <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://mapserver.ngdc.noaa.gov/cgi-bin/public/gcv4/?version=1.3.0&amp;service=WMS&amp;request=GetLegendGraphic&amp;sld_version=1.1.0&amp;layer=Rivers&amp;format=image/png&amp;STYLE=default"/>
240
- </LegendURL>
241
- </Style>
242
- </Layer>
243
- <Layer queryable="0" opaque="0" cascaded="0">
244
- <Name>F101992.v4b.avg_lights_x_pct.lzw.tif</Name>
245
- <Title>F101992.v4b.avg_lights_x_pct.lzw.tif</Title>
246
- <CRS>EPSG:4326</CRS>
247
- <EX_GeographicBoundingBox>
248
- <westBoundLongitude>-180</westBoundLongitude>
249
- <eastBoundLongitude>180</eastBoundLongitude>
250
- <southBoundLatitude>-65</southBoundLatitude>
251
- <northBoundLatitude>75</northBoundLatitude>
252
- </EX_GeographicBoundingBox>
253
- <BoundingBox CRS="EPSG:4326"
254
- minx="-65" miny="-180" maxx="75" maxy="180" />
255
- </Layer>
256
- <Layer queryable="0" opaque="0" cascaded="0">
257
- <Name>F101992.v4b_web.avg_vis.lzw.tif</Name>
258
- <Title>F101992.v4b_web.avg_vis.lzw.tif</Title>
259
- <CRS>EPSG:4326</CRS>
260
- <EX_GeographicBoundingBox>
261
- <westBoundLongitude>-180</westBoundLongitude>
262
- <eastBoundLongitude>180</eastBoundLongitude>
263
- <southBoundLatitude>-65</southBoundLatitude>
264
- <northBoundLatitude>75</northBoundLatitude>
265
- </EX_GeographicBoundingBox>
266
- <BoundingBox CRS="EPSG:4326"
267
- minx="-65" miny="-180" maxx="75" maxy="180" />
268
- </Layer>
269
- <Layer queryable="0" opaque="0" cascaded="0">
270
- <Name>F101992.v4b_web.cf_cvg.lzw.tif</Name>
271
- <Title>F101992.v4b_web.cf_cvg.lzw.tif</Title>
272
- <CRS>EPSG:4326</CRS>
273
- <EX_GeographicBoundingBox>
274
- <westBoundLongitude>-180</westBoundLongitude>
275
- <eastBoundLongitude>180</eastBoundLongitude>
276
- <southBoundLatitude>-65</southBoundLatitude>
277
- <northBoundLatitude>75</northBoundLatitude>
278
- </EX_GeographicBoundingBox>
279
- <BoundingBox CRS="EPSG:4326"
280
- minx="-65" miny="-180" maxx="75" maxy="180" />
281
- </Layer>
282
- <Layer queryable="0" opaque="0" cascaded="0">
283
- <Name>F101992.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
284
- <Title>F101992.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
285
- <CRS>EPSG:4326</CRS>
286
- <EX_GeographicBoundingBox>
287
- <westBoundLongitude>-180</westBoundLongitude>
288
- <eastBoundLongitude>180</eastBoundLongitude>
289
- <southBoundLatitude>-65</southBoundLatitude>
290
- <northBoundLatitude>75</northBoundLatitude>
291
- </EX_GeographicBoundingBox>
292
- <BoundingBox CRS="EPSG:4326"
293
- minx="-65" miny="-180" maxx="75" maxy="180" />
294
- </Layer>
295
- <Layer queryable="0" opaque="0" cascaded="0">
296
- <Name>F101993.v4b.avg_lights_x_pct.lzw.tif</Name>
297
- <Title>F101993.v4b.avg_lights_x_pct.lzw.tif</Title>
298
- <CRS>EPSG:4326</CRS>
299
- <EX_GeographicBoundingBox>
300
- <westBoundLongitude>-180</westBoundLongitude>
301
- <eastBoundLongitude>180</eastBoundLongitude>
302
- <southBoundLatitude>-65</southBoundLatitude>
303
- <northBoundLatitude>75</northBoundLatitude>
304
- </EX_GeographicBoundingBox>
305
- <BoundingBox CRS="EPSG:4326"
306
- minx="-65" miny="-180" maxx="75" maxy="180" />
307
- </Layer>
308
- <Layer queryable="0" opaque="0" cascaded="0">
309
- <Name>F101993.v4b_web.avg_vis.lzw.tif</Name>
310
- <Title>F101993.v4b_web.avg_vis.lzw.tif</Title>
311
- <CRS>EPSG:4326</CRS>
312
- <EX_GeographicBoundingBox>
313
- <westBoundLongitude>-180</westBoundLongitude>
314
- <eastBoundLongitude>180</eastBoundLongitude>
315
- <southBoundLatitude>-65</southBoundLatitude>
316
- <northBoundLatitude>75</northBoundLatitude>
317
- </EX_GeographicBoundingBox>
318
- <BoundingBox CRS="EPSG:4326"
319
- minx="-65" miny="-180" maxx="75" maxy="180" />
320
- </Layer>
321
- <Layer queryable="0" opaque="0" cascaded="0">
322
- <Name>F101993.v4b_web.cf_cvg.lzw.tif</Name>
323
- <Title>F101993.v4b_web.cf_cvg.lzw.tif</Title>
324
- <CRS>EPSG:4326</CRS>
325
- <EX_GeographicBoundingBox>
326
- <westBoundLongitude>-180</westBoundLongitude>
327
- <eastBoundLongitude>180</eastBoundLongitude>
328
- <southBoundLatitude>-65</southBoundLatitude>
329
- <northBoundLatitude>75</northBoundLatitude>
330
- </EX_GeographicBoundingBox>
331
- <BoundingBox CRS="EPSG:4326"
332
- minx="-65" miny="-180" maxx="75" maxy="180" />
333
- </Layer>
334
- <Layer queryable="0" opaque="0" cascaded="0">
335
- <Name>F101993.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
336
- <Title>F101993.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
337
- <CRS>EPSG:4326</CRS>
338
- <EX_GeographicBoundingBox>
339
- <westBoundLongitude>-180</westBoundLongitude>
340
- <eastBoundLongitude>180</eastBoundLongitude>
341
- <southBoundLatitude>-65</southBoundLatitude>
342
- <northBoundLatitude>75</northBoundLatitude>
343
- </EX_GeographicBoundingBox>
344
- <BoundingBox CRS="EPSG:4326"
345
- minx="-65" miny="-180" maxx="75" maxy="180" />
346
- </Layer>
347
- <Layer queryable="0" opaque="0" cascaded="0">
348
- <Name>F101994.v4b.avg_lights_x_pct.lzw.tif</Name>
349
- <Title>F101994.v4b.avg_lights_x_pct.lzw.tif</Title>
350
- <CRS>EPSG:4326</CRS>
351
- <EX_GeographicBoundingBox>
352
- <westBoundLongitude>-180</westBoundLongitude>
353
- <eastBoundLongitude>180</eastBoundLongitude>
354
- <southBoundLatitude>-65</southBoundLatitude>
355
- <northBoundLatitude>75</northBoundLatitude>
356
- </EX_GeographicBoundingBox>
357
- <BoundingBox CRS="EPSG:4326"
358
- minx="-65" miny="-180" maxx="75" maxy="180" />
359
- </Layer>
360
- <Layer queryable="0" opaque="0" cascaded="0">
361
- <Name>F101994.v4b_web.avg_vis.lzw.tif</Name>
362
- <Title>F101994.v4b_web.avg_vis.lzw.tif</Title>
363
- <CRS>EPSG:4326</CRS>
364
- <EX_GeographicBoundingBox>
365
- <westBoundLongitude>-180</westBoundLongitude>
366
- <eastBoundLongitude>180</eastBoundLongitude>
367
- <southBoundLatitude>-65</southBoundLatitude>
368
- <northBoundLatitude>75</northBoundLatitude>
369
- </EX_GeographicBoundingBox>
370
- <BoundingBox CRS="EPSG:4326"
371
- minx="-65" miny="-180" maxx="75" maxy="180" />
372
- </Layer>
373
- <Layer queryable="0" opaque="0" cascaded="0">
374
- <Name>F101994.v4b_web.cf_cvg.lzw.tif</Name>
375
- <Title>F101994.v4b_web.cf_cvg.lzw.tif</Title>
376
- <CRS>EPSG:4326</CRS>
377
- <EX_GeographicBoundingBox>
378
- <westBoundLongitude>-180</westBoundLongitude>
379
- <eastBoundLongitude>180</eastBoundLongitude>
380
- <southBoundLatitude>-65</southBoundLatitude>
381
- <northBoundLatitude>75</northBoundLatitude>
382
- </EX_GeographicBoundingBox>
383
- <BoundingBox CRS="EPSG:4326"
384
- minx="-65" miny="-180" maxx="75" maxy="180" />
385
- </Layer>
386
- <Layer queryable="0" opaque="0" cascaded="0">
387
- <Name>F101994.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
388
- <Title>F101994.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
389
- <CRS>EPSG:4326</CRS>
390
- <EX_GeographicBoundingBox>
391
- <westBoundLongitude>-180</westBoundLongitude>
392
- <eastBoundLongitude>180</eastBoundLongitude>
393
- <southBoundLatitude>-65</southBoundLatitude>
394
- <northBoundLatitude>75</northBoundLatitude>
395
- </EX_GeographicBoundingBox>
396
- <BoundingBox CRS="EPSG:4326"
397
- minx="-65" miny="-180" maxx="75" maxy="180" />
398
- </Layer>
399
- <Layer queryable="0" opaque="0" cascaded="0">
400
- <Name>F121994.v4b.avg_lights_x_pct.lzw.tif</Name>
401
- <Title>F121994.v4b.avg_lights_x_pct.lzw.tif</Title>
402
- <CRS>EPSG:4326</CRS>
403
- <EX_GeographicBoundingBox>
404
- <westBoundLongitude>-180</westBoundLongitude>
405
- <eastBoundLongitude>180</eastBoundLongitude>
406
- <southBoundLatitude>-65</southBoundLatitude>
407
- <northBoundLatitude>75</northBoundLatitude>
408
- </EX_GeographicBoundingBox>
409
- <BoundingBox CRS="EPSG:4326"
410
- minx="-65" miny="-180" maxx="75" maxy="180" />
411
- </Layer>
412
- <Layer queryable="0" opaque="0" cascaded="0">
413
- <Name>F121994.v4b_web.avg_vis.lzw.tif</Name>
414
- <Title>F121994.v4b_web.avg_vis.lzw.tif</Title>
415
- <CRS>EPSG:4326</CRS>
416
- <EX_GeographicBoundingBox>
417
- <westBoundLongitude>-180</westBoundLongitude>
418
- <eastBoundLongitude>180</eastBoundLongitude>
419
- <southBoundLatitude>-65</southBoundLatitude>
420
- <northBoundLatitude>75</northBoundLatitude>
421
- </EX_GeographicBoundingBox>
422
- <BoundingBox CRS="EPSG:4326"
423
- minx="-65" miny="-180" maxx="75" maxy="180" />
424
- </Layer>
425
- <Layer queryable="0" opaque="0" cascaded="0">
426
- <Name>F121994.v4b_web.cf_cvg.lzw.tif</Name>
427
- <Title>F121994.v4b_web.cf_cvg.lzw.tif</Title>
428
- <CRS>EPSG:4326</CRS>
429
- <EX_GeographicBoundingBox>
430
- <westBoundLongitude>-180</westBoundLongitude>
431
- <eastBoundLongitude>180</eastBoundLongitude>
432
- <southBoundLatitude>-65</southBoundLatitude>
433
- <northBoundLatitude>75</northBoundLatitude>
434
- </EX_GeographicBoundingBox>
435
- <BoundingBox CRS="EPSG:4326"
436
- minx="-65" miny="-180" maxx="75" maxy="180" />
437
- </Layer>
438
- <Layer queryable="0" opaque="0" cascaded="0">
439
- <Name>F121994.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
440
- <Title>F121994.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
441
- <CRS>EPSG:4326</CRS>
442
- <EX_GeographicBoundingBox>
443
- <westBoundLongitude>-180</westBoundLongitude>
444
- <eastBoundLongitude>180</eastBoundLongitude>
445
- <southBoundLatitude>-65</southBoundLatitude>
446
- <northBoundLatitude>75</northBoundLatitude>
447
- </EX_GeographicBoundingBox>
448
- <BoundingBox CRS="EPSG:4326"
449
- minx="-65" miny="-180" maxx="75" maxy="180" />
450
- </Layer>
451
- <Layer queryable="0" opaque="0" cascaded="0">
452
- <Name>F121995.v4b.avg_lights_x_pct.lzw.tif</Name>
453
- <Title>F121995.v4b.avg_lights_x_pct.lzw.tif</Title>
454
- <CRS>EPSG:4326</CRS>
455
- <EX_GeographicBoundingBox>
456
- <westBoundLongitude>-180</westBoundLongitude>
457
- <eastBoundLongitude>180</eastBoundLongitude>
458
- <southBoundLatitude>-65</southBoundLatitude>
459
- <northBoundLatitude>75</northBoundLatitude>
460
- </EX_GeographicBoundingBox>
461
- <BoundingBox CRS="EPSG:4326"
462
- minx="-65" miny="-180" maxx="75" maxy="180" />
463
- </Layer>
464
- <Layer queryable="0" opaque="0" cascaded="0">
465
- <Name>F121995.v4b_web.avg_vis.lzw.tif</Name>
466
- <Title>F121995.v4b_web.avg_vis.lzw.tif</Title>
467
- <CRS>EPSG:4326</CRS>
468
- <EX_GeographicBoundingBox>
469
- <westBoundLongitude>-180</westBoundLongitude>
470
- <eastBoundLongitude>180</eastBoundLongitude>
471
- <southBoundLatitude>-65</southBoundLatitude>
472
- <northBoundLatitude>75</northBoundLatitude>
473
- </EX_GeographicBoundingBox>
474
- <BoundingBox CRS="EPSG:4326"
475
- minx="-65" miny="-180" maxx="75" maxy="180" />
476
- </Layer>
477
- <Layer queryable="0" opaque="0" cascaded="0">
478
- <Name>F121995.v4b_web.cf_cvg.lzw.tif</Name>
479
- <Title>F121995.v4b_web.cf_cvg.lzw.tif</Title>
480
- <CRS>EPSG:4326</CRS>
481
- <EX_GeographicBoundingBox>
482
- <westBoundLongitude>-180</westBoundLongitude>
483
- <eastBoundLongitude>180</eastBoundLongitude>
484
- <southBoundLatitude>-65</southBoundLatitude>
485
- <northBoundLatitude>75</northBoundLatitude>
486
- </EX_GeographicBoundingBox>
487
- <BoundingBox CRS="EPSG:4326"
488
- minx="-65" miny="-180" maxx="75" maxy="180" />
489
- </Layer>
490
- <Layer queryable="0" opaque="0" cascaded="0">
491
- <Name>F121995.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
492
- <Title>F121995.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
493
- <CRS>EPSG:4326</CRS>
494
- <EX_GeographicBoundingBox>
495
- <westBoundLongitude>-180</westBoundLongitude>
496
- <eastBoundLongitude>180</eastBoundLongitude>
497
- <southBoundLatitude>-65</southBoundLatitude>
498
- <northBoundLatitude>75</northBoundLatitude>
499
- </EX_GeographicBoundingBox>
500
- <BoundingBox CRS="EPSG:4326"
501
- minx="-65" miny="-180" maxx="75" maxy="180" />
502
- </Layer>
503
- <Layer queryable="0" opaque="0" cascaded="0">
504
- <Name>F121996.v4b.avg_lights_x_pct.lzw.tif</Name>
505
- <Title>F121996.v4b.avg_lights_x_pct.lzw.tif</Title>
506
- <CRS>EPSG:4326</CRS>
507
- <EX_GeographicBoundingBox>
508
- <westBoundLongitude>-180</westBoundLongitude>
509
- <eastBoundLongitude>180</eastBoundLongitude>
510
- <southBoundLatitude>-65</southBoundLatitude>
511
- <northBoundLatitude>75</northBoundLatitude>
512
- </EX_GeographicBoundingBox>
513
- <BoundingBox CRS="EPSG:4326"
514
- minx="-65" miny="-180" maxx="75" maxy="180" />
515
- </Layer>
516
- <Layer queryable="0" opaque="0" cascaded="0">
517
- <Name>F121996.v4b_web.avg_vis.lzw.tif</Name>
518
- <Title>F121996.v4b_web.avg_vis.lzw.tif</Title>
519
- <CRS>EPSG:4326</CRS>
520
- <EX_GeographicBoundingBox>
521
- <westBoundLongitude>-180</westBoundLongitude>
522
- <eastBoundLongitude>180</eastBoundLongitude>
523
- <southBoundLatitude>-65</southBoundLatitude>
524
- <northBoundLatitude>75</northBoundLatitude>
525
- </EX_GeographicBoundingBox>
526
- <BoundingBox CRS="EPSG:4326"
527
- minx="-65" miny="-180" maxx="75" maxy="180" />
528
- </Layer>
529
- <Layer queryable="0" opaque="0" cascaded="0">
530
- <Name>F121996.v4b_web.cf_cvg.lzw.tif</Name>
531
- <Title>F121996.v4b_web.cf_cvg.lzw.tif</Title>
532
- <CRS>EPSG:4326</CRS>
533
- <EX_GeographicBoundingBox>
534
- <westBoundLongitude>-180</westBoundLongitude>
535
- <eastBoundLongitude>180</eastBoundLongitude>
536
- <southBoundLatitude>-65</southBoundLatitude>
537
- <northBoundLatitude>75</northBoundLatitude>
538
- </EX_GeographicBoundingBox>
539
- <BoundingBox CRS="EPSG:4326"
540
- minx="-65" miny="-180" maxx="75" maxy="180" />
541
- </Layer>
542
- <Layer queryable="0" opaque="0" cascaded="0">
543
- <Name>F121996.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
544
- <Title>F121996.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
545
- <CRS>EPSG:4326</CRS>
546
- <EX_GeographicBoundingBox>
547
- <westBoundLongitude>-180</westBoundLongitude>
548
- <eastBoundLongitude>180</eastBoundLongitude>
549
- <southBoundLatitude>-65</southBoundLatitude>
550
- <northBoundLatitude>75</northBoundLatitude>
551
- </EX_GeographicBoundingBox>
552
- <BoundingBox CRS="EPSG:4326"
553
- minx="-65" miny="-180" maxx="75" maxy="180" />
554
- </Layer>
555
- <Layer queryable="0" opaque="0" cascaded="0">
556
- <Name>F121997.v4b.avg_lights_x_pct.lzw.tif</Name>
557
- <Title>F121997.v4b.avg_lights_x_pct.lzw.tif</Title>
558
- <CRS>EPSG:4326</CRS>
559
- <EX_GeographicBoundingBox>
560
- <westBoundLongitude>-180</westBoundLongitude>
561
- <eastBoundLongitude>180</eastBoundLongitude>
562
- <southBoundLatitude>-65</southBoundLatitude>
563
- <northBoundLatitude>75</northBoundLatitude>
564
- </EX_GeographicBoundingBox>
565
- <BoundingBox CRS="EPSG:4326"
566
- minx="-65" miny="-180" maxx="75" maxy="180" />
567
- </Layer>
568
- <Layer queryable="0" opaque="0" cascaded="0">
569
- <Name>F121997.v4b_web.avg_vis.lzw.tif</Name>
570
- <Title>F121997.v4b_web.avg_vis.lzw.tif</Title>
571
- <CRS>EPSG:4326</CRS>
572
- <EX_GeographicBoundingBox>
573
- <westBoundLongitude>-180</westBoundLongitude>
574
- <eastBoundLongitude>180</eastBoundLongitude>
575
- <southBoundLatitude>-65</southBoundLatitude>
576
- <northBoundLatitude>75</northBoundLatitude>
577
- </EX_GeographicBoundingBox>
578
- <BoundingBox CRS="EPSG:4326"
579
- minx="-65" miny="-180" maxx="75" maxy="180" />
580
- </Layer>
581
- <Layer queryable="0" opaque="0" cascaded="0">
582
- <Name>F121997.v4b_web.cf_cvg.lzw.tif</Name>
583
- <Title>F121997.v4b_web.cf_cvg.lzw.tif</Title>
584
- <CRS>EPSG:4326</CRS>
585
- <EX_GeographicBoundingBox>
586
- <westBoundLongitude>-180</westBoundLongitude>
587
- <eastBoundLongitude>180</eastBoundLongitude>
588
- <southBoundLatitude>-65</southBoundLatitude>
589
- <northBoundLatitude>75</northBoundLatitude>
590
- </EX_GeographicBoundingBox>
591
- <BoundingBox CRS="EPSG:4326"
592
- minx="-65" miny="-180" maxx="75" maxy="180" />
593
- </Layer>
594
- <Layer queryable="0" opaque="0" cascaded="0">
595
- <Name>F121997.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
596
- <Title>F121997.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
597
- <CRS>EPSG:4326</CRS>
598
- <EX_GeographicBoundingBox>
599
- <westBoundLongitude>-180</westBoundLongitude>
600
- <eastBoundLongitude>180</eastBoundLongitude>
601
- <southBoundLatitude>-65</southBoundLatitude>
602
- <northBoundLatitude>75</northBoundLatitude>
603
- </EX_GeographicBoundingBox>
604
- <BoundingBox CRS="EPSG:4326"
605
- minx="-65" miny="-180" maxx="75" maxy="180" />
606
- </Layer>
607
- <Layer queryable="0" opaque="0" cascaded="0">
608
- <Name>F121998.v4b.avg_lights_x_pct.lzw.tif</Name>
609
- <Title>F121998.v4b.avg_lights_x_pct.lzw.tif</Title>
610
- <CRS>EPSG:4326</CRS>
611
- <EX_GeographicBoundingBox>
612
- <westBoundLongitude>-180</westBoundLongitude>
613
- <eastBoundLongitude>180</eastBoundLongitude>
614
- <southBoundLatitude>-65</southBoundLatitude>
615
- <northBoundLatitude>75</northBoundLatitude>
616
- </EX_GeographicBoundingBox>
617
- <BoundingBox CRS="EPSG:4326"
618
- minx="-65" miny="-180" maxx="75" maxy="180" />
619
- </Layer>
620
- <Layer queryable="0" opaque="0" cascaded="0">
621
- <Name>F121998.v4b_web.avg_vis.lzw.tif</Name>
622
- <Title>F121998.v4b_web.avg_vis.lzw.tif</Title>
623
- <CRS>EPSG:4326</CRS>
624
- <EX_GeographicBoundingBox>
625
- <westBoundLongitude>-180</westBoundLongitude>
626
- <eastBoundLongitude>180</eastBoundLongitude>
627
- <southBoundLatitude>-65</southBoundLatitude>
628
- <northBoundLatitude>75</northBoundLatitude>
629
- </EX_GeographicBoundingBox>
630
- <BoundingBox CRS="EPSG:4326"
631
- minx="-65" miny="-180" maxx="75" maxy="180" />
632
- </Layer>
633
- <Layer queryable="0" opaque="0" cascaded="0">
634
- <Name>F121998.v4b_web.cf_cvg.lzw.tif</Name>
635
- <Title>F121998.v4b_web.cf_cvg.lzw.tif</Title>
636
- <CRS>EPSG:4326</CRS>
637
- <EX_GeographicBoundingBox>
638
- <westBoundLongitude>-180</westBoundLongitude>
639
- <eastBoundLongitude>180</eastBoundLongitude>
640
- <southBoundLatitude>-65</southBoundLatitude>
641
- <northBoundLatitude>75</northBoundLatitude>
642
- </EX_GeographicBoundingBox>
643
- <BoundingBox CRS="EPSG:4326"
644
- minx="-65" miny="-180" maxx="75" maxy="180" />
645
- </Layer>
646
- <Layer queryable="0" opaque="0" cascaded="0">
647
- <Name>F121998.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
648
- <Title>F121998.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
649
- <CRS>EPSG:4326</CRS>
650
- <EX_GeographicBoundingBox>
651
- <westBoundLongitude>-180</westBoundLongitude>
652
- <eastBoundLongitude>180</eastBoundLongitude>
653
- <southBoundLatitude>-65</southBoundLatitude>
654
- <northBoundLatitude>75</northBoundLatitude>
655
- </EX_GeographicBoundingBox>
656
- <BoundingBox CRS="EPSG:4326"
657
- minx="-65" miny="-180" maxx="75" maxy="180" />
658
- </Layer>
659
- <Layer queryable="0" opaque="0" cascaded="0">
660
- <Name>F121999.v4b.avg_lights_x_pct.lzw.tif</Name>
661
- <Title>F121999.v4b.avg_lights_x_pct.lzw.tif</Title>
662
- <CRS>EPSG:4326</CRS>
663
- <EX_GeographicBoundingBox>
664
- <westBoundLongitude>-180</westBoundLongitude>
665
- <eastBoundLongitude>180</eastBoundLongitude>
666
- <southBoundLatitude>-65</southBoundLatitude>
667
- <northBoundLatitude>75</northBoundLatitude>
668
- </EX_GeographicBoundingBox>
669
- <BoundingBox CRS="EPSG:4326"
670
- minx="-65" miny="-180" maxx="75" maxy="180" />
671
- </Layer>
672
- <Layer queryable="0" opaque="0" cascaded="0">
673
- <Name>F121999.v4b_web.avg_vis.lzw.tif</Name>
674
- <Title>F121999.v4b_web.avg_vis.lzw.tif</Title>
675
- <CRS>EPSG:4326</CRS>
676
- <EX_GeographicBoundingBox>
677
- <westBoundLongitude>-180</westBoundLongitude>
678
- <eastBoundLongitude>180</eastBoundLongitude>
679
- <southBoundLatitude>-65</southBoundLatitude>
680
- <northBoundLatitude>75</northBoundLatitude>
681
- </EX_GeographicBoundingBox>
682
- <BoundingBox CRS="EPSG:4326"
683
- minx="-65" miny="-180" maxx="75" maxy="180" />
684
- </Layer>
685
- <Layer queryable="0" opaque="0" cascaded="0">
686
- <Name>F121999.v4b_web.cf_cvg.lzw.tif</Name>
687
- <Title>F121999.v4b_web.cf_cvg.lzw.tif</Title>
688
- <CRS>EPSG:4326</CRS>
689
- <EX_GeographicBoundingBox>
690
- <westBoundLongitude>-180</westBoundLongitude>
691
- <eastBoundLongitude>180</eastBoundLongitude>
692
- <southBoundLatitude>-65</southBoundLatitude>
693
- <northBoundLatitude>75</northBoundLatitude>
694
- </EX_GeographicBoundingBox>
695
- <BoundingBox CRS="EPSG:4326"
696
- minx="-65" miny="-180" maxx="75" maxy="180" />
697
- </Layer>
698
- <Layer queryable="0" opaque="0" cascaded="0">
699
- <Name>F121999.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
700
- <Title>F121999.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
701
- <CRS>EPSG:4326</CRS>
702
- <EX_GeographicBoundingBox>
703
- <westBoundLongitude>-180</westBoundLongitude>
704
- <eastBoundLongitude>180</eastBoundLongitude>
705
- <southBoundLatitude>-65</southBoundLatitude>
706
- <northBoundLatitude>75</northBoundLatitude>
707
- </EX_GeographicBoundingBox>
708
- <BoundingBox CRS="EPSG:4326"
709
- minx="-65" miny="-180" maxx="75" maxy="180" />
710
- </Layer>
711
- <Layer queryable="0" opaque="0" cascaded="0">
712
- <Name>F141997.v4b.avg_lights_x_pct.lzw.tif</Name>
713
- <Title>F141997.v4b.avg_lights_x_pct.lzw.tif</Title>
714
- <CRS>EPSG:4326</CRS>
715
- <EX_GeographicBoundingBox>
716
- <westBoundLongitude>-180</westBoundLongitude>
717
- <eastBoundLongitude>180</eastBoundLongitude>
718
- <southBoundLatitude>-65</southBoundLatitude>
719
- <northBoundLatitude>75</northBoundLatitude>
720
- </EX_GeographicBoundingBox>
721
- <BoundingBox CRS="EPSG:4326"
722
- minx="-65" miny="-180" maxx="75" maxy="180" />
723
- </Layer>
724
- <Layer queryable="0" opaque="0" cascaded="0">
725
- <Name>F141997.v4b_web.avg_vis.lzw.tif</Name>
726
- <Title>F141997.v4b_web.avg_vis.lzw.tif</Title>
727
- <CRS>EPSG:4326</CRS>
728
- <EX_GeographicBoundingBox>
729
- <westBoundLongitude>-180</westBoundLongitude>
730
- <eastBoundLongitude>180</eastBoundLongitude>
731
- <southBoundLatitude>-65</southBoundLatitude>
732
- <northBoundLatitude>75</northBoundLatitude>
733
- </EX_GeographicBoundingBox>
734
- <BoundingBox CRS="EPSG:4326"
735
- minx="-65" miny="-180" maxx="75" maxy="180" />
736
- </Layer>
737
- <Layer queryable="0" opaque="0" cascaded="0">
738
- <Name>F141997.v4b_web.cf_cvg.lzw.tif</Name>
739
- <Title>F141997.v4b_web.cf_cvg.lzw.tif</Title>
740
- <CRS>EPSG:4326</CRS>
741
- <EX_GeographicBoundingBox>
742
- <westBoundLongitude>-180</westBoundLongitude>
743
- <eastBoundLongitude>180</eastBoundLongitude>
744
- <southBoundLatitude>-65</southBoundLatitude>
745
- <northBoundLatitude>75</northBoundLatitude>
746
- </EX_GeographicBoundingBox>
747
- <BoundingBox CRS="EPSG:4326"
748
- minx="-65" miny="-180" maxx="75" maxy="180" />
749
- </Layer>
750
- <Layer queryable="0" opaque="0" cascaded="0">
751
- <Name>F141997.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
752
- <Title>F141997.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
753
- <CRS>EPSG:4326</CRS>
754
- <EX_GeographicBoundingBox>
755
- <westBoundLongitude>-180</westBoundLongitude>
756
- <eastBoundLongitude>180</eastBoundLongitude>
757
- <southBoundLatitude>-65</southBoundLatitude>
758
- <northBoundLatitude>75</northBoundLatitude>
759
- </EX_GeographicBoundingBox>
760
- <BoundingBox CRS="EPSG:4326"
761
- minx="-65" miny="-180" maxx="75" maxy="180" />
762
- </Layer>
763
- <Layer queryable="0" opaque="0" cascaded="0">
764
- <Name>F141998.v4b.avg_lights_x_pct.lzw.tif</Name>
765
- <Title>F141998.v4b.avg_lights_x_pct.lzw.tif</Title>
766
- <CRS>EPSG:4326</CRS>
767
- <EX_GeographicBoundingBox>
768
- <westBoundLongitude>-180</westBoundLongitude>
769
- <eastBoundLongitude>180</eastBoundLongitude>
770
- <southBoundLatitude>-65</southBoundLatitude>
771
- <northBoundLatitude>75</northBoundLatitude>
772
- </EX_GeographicBoundingBox>
773
- <BoundingBox CRS="EPSG:4326"
774
- minx="-65" miny="-180" maxx="75" maxy="180" />
775
- </Layer>
776
- <Layer queryable="0" opaque="0" cascaded="0">
777
- <Name>F141998.v4b_web.avg_vis.lzw.tif</Name>
778
- <Title>F141998.v4b_web.avg_vis.lzw.tif</Title>
779
- <CRS>EPSG:4326</CRS>
780
- <EX_GeographicBoundingBox>
781
- <westBoundLongitude>-180</westBoundLongitude>
782
- <eastBoundLongitude>180</eastBoundLongitude>
783
- <southBoundLatitude>-65</southBoundLatitude>
784
- <northBoundLatitude>75</northBoundLatitude>
785
- </EX_GeographicBoundingBox>
786
- <BoundingBox CRS="EPSG:4326"
787
- minx="-65" miny="-180" maxx="75" maxy="180" />
788
- </Layer>
789
- <Layer queryable="0" opaque="0" cascaded="0">
790
- <Name>F141998.v4b_web.cf_cvg.lzw.tif</Name>
791
- <Title>F141998.v4b_web.cf_cvg.lzw.tif</Title>
792
- <CRS>EPSG:4326</CRS>
793
- <EX_GeographicBoundingBox>
794
- <westBoundLongitude>-180</westBoundLongitude>
795
- <eastBoundLongitude>180</eastBoundLongitude>
796
- <southBoundLatitude>-65</southBoundLatitude>
797
- <northBoundLatitude>75</northBoundLatitude>
798
- </EX_GeographicBoundingBox>
799
- <BoundingBox CRS="EPSG:4326"
800
- minx="-65" miny="-180" maxx="75" maxy="180" />
801
- </Layer>
802
- <Layer queryable="0" opaque="0" cascaded="0">
803
- <Name>F141998.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
804
- <Title>F141998.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
805
- <CRS>EPSG:4326</CRS>
806
- <EX_GeographicBoundingBox>
807
- <westBoundLongitude>-180</westBoundLongitude>
808
- <eastBoundLongitude>180</eastBoundLongitude>
809
- <southBoundLatitude>-65</southBoundLatitude>
810
- <northBoundLatitude>75</northBoundLatitude>
811
- </EX_GeographicBoundingBox>
812
- <BoundingBox CRS="EPSG:4326"
813
- minx="-65" miny="-180" maxx="75" maxy="180" />
814
- </Layer>
815
- <Layer queryable="0" opaque="0" cascaded="0">
816
- <Name>F141999.v4b.avg_lights_x_pct.lzw.tif</Name>
817
- <Title>F141999.v4b.avg_lights_x_pct.lzw.tif</Title>
818
- <CRS>EPSG:4326</CRS>
819
- <EX_GeographicBoundingBox>
820
- <westBoundLongitude>-180</westBoundLongitude>
821
- <eastBoundLongitude>180</eastBoundLongitude>
822
- <southBoundLatitude>-65</southBoundLatitude>
823
- <northBoundLatitude>75</northBoundLatitude>
824
- </EX_GeographicBoundingBox>
825
- <BoundingBox CRS="EPSG:4326"
826
- minx="-65" miny="-180" maxx="75" maxy="180" />
827
- </Layer>
828
- <Layer queryable="0" opaque="0" cascaded="0">
829
- <Name>F141999.v4b_web.avg_vis.lzw.tif</Name>
830
- <Title>F141999.v4b_web.avg_vis.lzw.tif</Title>
831
- <CRS>EPSG:4326</CRS>
832
- <EX_GeographicBoundingBox>
833
- <westBoundLongitude>-180</westBoundLongitude>
834
- <eastBoundLongitude>180</eastBoundLongitude>
835
- <southBoundLatitude>-65</southBoundLatitude>
836
- <northBoundLatitude>75</northBoundLatitude>
837
- </EX_GeographicBoundingBox>
838
- <BoundingBox CRS="EPSG:4326"
839
- minx="-65" miny="-180" maxx="75" maxy="180" />
840
- </Layer>
841
- <Layer queryable="0" opaque="0" cascaded="0">
842
- <Name>F141999.v4b_web.cf_cvg.lzw.tif</Name>
843
- <Title>F141999.v4b_web.cf_cvg.lzw.tif</Title>
844
- <CRS>EPSG:4326</CRS>
845
- <EX_GeographicBoundingBox>
846
- <westBoundLongitude>-180</westBoundLongitude>
847
- <eastBoundLongitude>180</eastBoundLongitude>
848
- <southBoundLatitude>-65</southBoundLatitude>
849
- <northBoundLatitude>75</northBoundLatitude>
850
- </EX_GeographicBoundingBox>
851
- <BoundingBox CRS="EPSG:4326"
852
- minx="-65" miny="-180" maxx="75" maxy="180" />
853
- </Layer>
854
- <Layer queryable="0" opaque="0" cascaded="0">
855
- <Name>F141999.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
856
- <Title>F141999.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
857
- <CRS>EPSG:4326</CRS>
858
- <EX_GeographicBoundingBox>
859
- <westBoundLongitude>-180</westBoundLongitude>
860
- <eastBoundLongitude>180</eastBoundLongitude>
861
- <southBoundLatitude>-65</southBoundLatitude>
862
- <northBoundLatitude>75</northBoundLatitude>
863
- </EX_GeographicBoundingBox>
864
- <BoundingBox CRS="EPSG:4326"
865
- minx="-65" miny="-180" maxx="75" maxy="180" />
866
- </Layer>
867
- <Layer queryable="0" opaque="0" cascaded="0">
868
- <Name>F142000.v4b.avg_lights_x_pct.lzw.tif</Name>
869
- <Title>F142000.v4b.avg_lights_x_pct.lzw.tif</Title>
870
- <CRS>EPSG:4326</CRS>
871
- <EX_GeographicBoundingBox>
872
- <westBoundLongitude>-180</westBoundLongitude>
873
- <eastBoundLongitude>180</eastBoundLongitude>
874
- <southBoundLatitude>-65</southBoundLatitude>
875
- <northBoundLatitude>75</northBoundLatitude>
876
- </EX_GeographicBoundingBox>
877
- <BoundingBox CRS="EPSG:4326"
878
- minx="-65" miny="-180" maxx="75" maxy="180" />
879
- </Layer>
880
- <Layer queryable="0" opaque="0" cascaded="0">
881
- <Name>F142000.v4b_web.avg_vis.lzw.tif</Name>
882
- <Title>F142000.v4b_web.avg_vis.lzw.tif</Title>
883
- <CRS>EPSG:4326</CRS>
884
- <EX_GeographicBoundingBox>
885
- <westBoundLongitude>-180</westBoundLongitude>
886
- <eastBoundLongitude>180</eastBoundLongitude>
887
- <southBoundLatitude>-65</southBoundLatitude>
888
- <northBoundLatitude>75</northBoundLatitude>
889
- </EX_GeographicBoundingBox>
890
- <BoundingBox CRS="EPSG:4326"
891
- minx="-65" miny="-180" maxx="75" maxy="180" />
892
- </Layer>
893
- <Layer queryable="0" opaque="0" cascaded="0">
894
- <Name>F142000.v4b_web.cf_cvg.lzw.tif</Name>
895
- <Title>F142000.v4b_web.cf_cvg.lzw.tif</Title>
896
- <CRS>EPSG:4326</CRS>
897
- <EX_GeographicBoundingBox>
898
- <westBoundLongitude>-180</westBoundLongitude>
899
- <eastBoundLongitude>180</eastBoundLongitude>
900
- <southBoundLatitude>-65</southBoundLatitude>
901
- <northBoundLatitude>75</northBoundLatitude>
902
- </EX_GeographicBoundingBox>
903
- <BoundingBox CRS="EPSG:4326"
904
- minx="-65" miny="-180" maxx="75" maxy="180" />
905
- </Layer>
906
- <Layer queryable="0" opaque="0" cascaded="0">
907
- <Name>F142000.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
908
- <Title>F142000.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
909
- <CRS>EPSG:4326</CRS>
910
- <EX_GeographicBoundingBox>
911
- <westBoundLongitude>-180</westBoundLongitude>
912
- <eastBoundLongitude>180</eastBoundLongitude>
913
- <southBoundLatitude>-65</southBoundLatitude>
914
- <northBoundLatitude>75</northBoundLatitude>
915
- </EX_GeographicBoundingBox>
916
- <BoundingBox CRS="EPSG:4326"
917
- minx="-65" miny="-180" maxx="75" maxy="180" />
918
- </Layer>
919
- <Layer queryable="0" opaque="0" cascaded="0">
920
- <Name>F142001.v4b.avg_lights_x_pct.lzw.tif</Name>
921
- <Title>F142001.v4b.avg_lights_x_pct.lzw.tif</Title>
922
- <CRS>EPSG:4326</CRS>
923
- <EX_GeographicBoundingBox>
924
- <westBoundLongitude>-180</westBoundLongitude>
925
- <eastBoundLongitude>180</eastBoundLongitude>
926
- <southBoundLatitude>-65</southBoundLatitude>
927
- <northBoundLatitude>75</northBoundLatitude>
928
- </EX_GeographicBoundingBox>
929
- <BoundingBox CRS="EPSG:4326"
930
- minx="-65" miny="-180" maxx="75" maxy="180" />
931
- </Layer>
932
- <Layer queryable="0" opaque="0" cascaded="0">
933
- <Name>F142001.v4b_web.avg_vis.lzw.tif</Name>
934
- <Title>F142001.v4b_web.avg_vis.lzw.tif</Title>
935
- <CRS>EPSG:4326</CRS>
936
- <EX_GeographicBoundingBox>
937
- <westBoundLongitude>-180</westBoundLongitude>
938
- <eastBoundLongitude>180</eastBoundLongitude>
939
- <southBoundLatitude>-65</southBoundLatitude>
940
- <northBoundLatitude>75</northBoundLatitude>
941
- </EX_GeographicBoundingBox>
942
- <BoundingBox CRS="EPSG:4326"
943
- minx="-65" miny="-180" maxx="75" maxy="180" />
944
- </Layer>
945
- <Layer queryable="0" opaque="0" cascaded="0">
946
- <Name>F142001.v4b_web.cf_cvg.lzw.tif</Name>
947
- <Title>F142001.v4b_web.cf_cvg.lzw.tif</Title>
948
- <CRS>EPSG:4326</CRS>
949
- <EX_GeographicBoundingBox>
950
- <westBoundLongitude>-180</westBoundLongitude>
951
- <eastBoundLongitude>180</eastBoundLongitude>
952
- <southBoundLatitude>-65</southBoundLatitude>
953
- <northBoundLatitude>75</northBoundLatitude>
954
- </EX_GeographicBoundingBox>
955
- <BoundingBox CRS="EPSG:4326"
956
- minx="-65" miny="-180" maxx="75" maxy="180" />
957
- </Layer>
958
- <Layer queryable="0" opaque="0" cascaded="0">
959
- <Name>F142001.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
960
- <Title>F142001.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
961
- <CRS>EPSG:4326</CRS>
962
- <EX_GeographicBoundingBox>
963
- <westBoundLongitude>-180</westBoundLongitude>
964
- <eastBoundLongitude>180</eastBoundLongitude>
965
- <southBoundLatitude>-65</southBoundLatitude>
966
- <northBoundLatitude>75</northBoundLatitude>
967
- </EX_GeographicBoundingBox>
968
- <BoundingBox CRS="EPSG:4326"
969
- minx="-65" miny="-180" maxx="75" maxy="180" />
970
- </Layer>
971
- <Layer queryable="0" opaque="0" cascaded="0">
972
- <Name>F142002.v4b.avg_lights_x_pct.lzw.tif</Name>
973
- <Title>F142002.v4b.avg_lights_x_pct.lzw.tif</Title>
974
- <CRS>EPSG:4326</CRS>
975
- <EX_GeographicBoundingBox>
976
- <westBoundLongitude>-180</westBoundLongitude>
977
- <eastBoundLongitude>180</eastBoundLongitude>
978
- <southBoundLatitude>-65</southBoundLatitude>
979
- <northBoundLatitude>75</northBoundLatitude>
980
- </EX_GeographicBoundingBox>
981
- <BoundingBox CRS="EPSG:4326"
982
- minx="-65" miny="-180" maxx="75" maxy="180" />
983
- </Layer>
984
- <Layer queryable="0" opaque="0" cascaded="0">
985
- <Name>F142002.v4b_web.avg_vis.lzw.tif</Name>
986
- <Title>F142002.v4b_web.avg_vis.lzw.tif</Title>
987
- <CRS>EPSG:4326</CRS>
988
- <EX_GeographicBoundingBox>
989
- <westBoundLongitude>-180</westBoundLongitude>
990
- <eastBoundLongitude>180</eastBoundLongitude>
991
- <southBoundLatitude>-65</southBoundLatitude>
992
- <northBoundLatitude>75</northBoundLatitude>
993
- </EX_GeographicBoundingBox>
994
- <BoundingBox CRS="EPSG:4326"
995
- minx="-65" miny="-180" maxx="75" maxy="180" />
996
- </Layer>
997
- <Layer queryable="0" opaque="0" cascaded="0">
998
- <Name>F142002.v4b_web.cf_cvg.lzw.tif</Name>
999
- <Title>F142002.v4b_web.cf_cvg.lzw.tif</Title>
1000
- <CRS>EPSG:4326</CRS>
1001
- <EX_GeographicBoundingBox>
1002
- <westBoundLongitude>-180</westBoundLongitude>
1003
- <eastBoundLongitude>180</eastBoundLongitude>
1004
- <southBoundLatitude>-65</southBoundLatitude>
1005
- <northBoundLatitude>75</northBoundLatitude>
1006
- </EX_GeographicBoundingBox>
1007
- <BoundingBox CRS="EPSG:4326"
1008
- minx="-65" miny="-180" maxx="75" maxy="180" />
1009
- </Layer>
1010
- <Layer queryable="0" opaque="0" cascaded="0">
1011
- <Name>F142002.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1012
- <Title>F142002.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1013
- <CRS>EPSG:4326</CRS>
1014
- <EX_GeographicBoundingBox>
1015
- <westBoundLongitude>-180</westBoundLongitude>
1016
- <eastBoundLongitude>180</eastBoundLongitude>
1017
- <southBoundLatitude>-65</southBoundLatitude>
1018
- <northBoundLatitude>75</northBoundLatitude>
1019
- </EX_GeographicBoundingBox>
1020
- <BoundingBox CRS="EPSG:4326"
1021
- minx="-65" miny="-180" maxx="75" maxy="180" />
1022
- </Layer>
1023
- <Layer queryable="0" opaque="0" cascaded="0">
1024
- <Name>F142003.v4b.avg_lights_x_pct.lzw.tif</Name>
1025
- <Title>F142003.v4b.avg_lights_x_pct.lzw.tif</Title>
1026
- <CRS>EPSG:4326</CRS>
1027
- <EX_GeographicBoundingBox>
1028
- <westBoundLongitude>-180</westBoundLongitude>
1029
- <eastBoundLongitude>180</eastBoundLongitude>
1030
- <southBoundLatitude>-65</southBoundLatitude>
1031
- <northBoundLatitude>75</northBoundLatitude>
1032
- </EX_GeographicBoundingBox>
1033
- <BoundingBox CRS="EPSG:4326"
1034
- minx="-65" miny="-180" maxx="75" maxy="180" />
1035
- </Layer>
1036
- <Layer queryable="0" opaque="0" cascaded="0">
1037
- <Name>F142003.v4b_web.avg_vis.lzw.tif</Name>
1038
- <Title>F142003.v4b_web.avg_vis.lzw.tif</Title>
1039
- <CRS>EPSG:4326</CRS>
1040
- <EX_GeographicBoundingBox>
1041
- <westBoundLongitude>-180</westBoundLongitude>
1042
- <eastBoundLongitude>180</eastBoundLongitude>
1043
- <southBoundLatitude>-65</southBoundLatitude>
1044
- <northBoundLatitude>75</northBoundLatitude>
1045
- </EX_GeographicBoundingBox>
1046
- <BoundingBox CRS="EPSG:4326"
1047
- minx="-65" miny="-180" maxx="75" maxy="180" />
1048
- </Layer>
1049
- <Layer queryable="0" opaque="0" cascaded="0">
1050
- <Name>F142003.v4b_web.cf_cvg.lzw.tif</Name>
1051
- <Title>F142003.v4b_web.cf_cvg.lzw.tif</Title>
1052
- <CRS>EPSG:4326</CRS>
1053
- <EX_GeographicBoundingBox>
1054
- <westBoundLongitude>-180</westBoundLongitude>
1055
- <eastBoundLongitude>180</eastBoundLongitude>
1056
- <southBoundLatitude>-65</southBoundLatitude>
1057
- <northBoundLatitude>75</northBoundLatitude>
1058
- </EX_GeographicBoundingBox>
1059
- <BoundingBox CRS="EPSG:4326"
1060
- minx="-65" miny="-180" maxx="75" maxy="180" />
1061
- </Layer>
1062
- <Layer queryable="0" opaque="0" cascaded="0">
1063
- <Name>F142003.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1064
- <Title>F142003.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1065
- <CRS>EPSG:4326</CRS>
1066
- <EX_GeographicBoundingBox>
1067
- <westBoundLongitude>-180</westBoundLongitude>
1068
- <eastBoundLongitude>180</eastBoundLongitude>
1069
- <southBoundLatitude>-65</southBoundLatitude>
1070
- <northBoundLatitude>75</northBoundLatitude>
1071
- </EX_GeographicBoundingBox>
1072
- <BoundingBox CRS="EPSG:4326"
1073
- minx="-65" miny="-180" maxx="75" maxy="180" />
1074
- </Layer>
1075
- <Layer queryable="0" opaque="0" cascaded="0">
1076
- <Name>F152000.v4b.avg_lights_x_pct.lzw.tif</Name>
1077
- <Title>F152000.v4b.avg_lights_x_pct.lzw.tif</Title>
1078
- <CRS>EPSG:4326</CRS>
1079
- <EX_GeographicBoundingBox>
1080
- <westBoundLongitude>-180</westBoundLongitude>
1081
- <eastBoundLongitude>180</eastBoundLongitude>
1082
- <southBoundLatitude>-65</southBoundLatitude>
1083
- <northBoundLatitude>75</northBoundLatitude>
1084
- </EX_GeographicBoundingBox>
1085
- <BoundingBox CRS="EPSG:4326"
1086
- minx="-65" miny="-180" maxx="75" maxy="180" />
1087
- </Layer>
1088
- <Layer queryable="0" opaque="0" cascaded="0">
1089
- <Name>F152000.v4b_web.avg_vis.lzw.tif</Name>
1090
- <Title>F152000.v4b_web.avg_vis.lzw.tif</Title>
1091
- <CRS>EPSG:4326</CRS>
1092
- <EX_GeographicBoundingBox>
1093
- <westBoundLongitude>-180</westBoundLongitude>
1094
- <eastBoundLongitude>180</eastBoundLongitude>
1095
- <southBoundLatitude>-65</southBoundLatitude>
1096
- <northBoundLatitude>75</northBoundLatitude>
1097
- </EX_GeographicBoundingBox>
1098
- <BoundingBox CRS="EPSG:4326"
1099
- minx="-65" miny="-180" maxx="75" maxy="180" />
1100
- </Layer>
1101
- <Layer queryable="0" opaque="0" cascaded="0">
1102
- <Name>F152000.v4b_web.cf_cvg.lzw.tif</Name>
1103
- <Title>F152000.v4b_web.cf_cvg.lzw.tif</Title>
1104
- <CRS>EPSG:4326</CRS>
1105
- <EX_GeographicBoundingBox>
1106
- <westBoundLongitude>-180</westBoundLongitude>
1107
- <eastBoundLongitude>180</eastBoundLongitude>
1108
- <southBoundLatitude>-65</southBoundLatitude>
1109
- <northBoundLatitude>75</northBoundLatitude>
1110
- </EX_GeographicBoundingBox>
1111
- <BoundingBox CRS="EPSG:4326"
1112
- minx="-65" miny="-180" maxx="75" maxy="180" />
1113
- </Layer>
1114
- <Layer queryable="0" opaque="0" cascaded="0">
1115
- <Name>F152000.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1116
- <Title>F152000.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1117
- <CRS>EPSG:4326</CRS>
1118
- <EX_GeographicBoundingBox>
1119
- <westBoundLongitude>-180</westBoundLongitude>
1120
- <eastBoundLongitude>180</eastBoundLongitude>
1121
- <southBoundLatitude>-65</southBoundLatitude>
1122
- <northBoundLatitude>75</northBoundLatitude>
1123
- </EX_GeographicBoundingBox>
1124
- <BoundingBox CRS="EPSG:4326"
1125
- minx="-65" miny="-180" maxx="75" maxy="180" />
1126
- </Layer>
1127
- <Layer queryable="0" opaque="0" cascaded="0">
1128
- <Name>F152001.v4b.avg_lights_x_pct.lzw.tif</Name>
1129
- <Title>F152001.v4b.avg_lights_x_pct.lzw.tif</Title>
1130
- <CRS>EPSG:4326</CRS>
1131
- <EX_GeographicBoundingBox>
1132
- <westBoundLongitude>-180</westBoundLongitude>
1133
- <eastBoundLongitude>180</eastBoundLongitude>
1134
- <southBoundLatitude>-65</southBoundLatitude>
1135
- <northBoundLatitude>75</northBoundLatitude>
1136
- </EX_GeographicBoundingBox>
1137
- <BoundingBox CRS="EPSG:4326"
1138
- minx="-65" miny="-180" maxx="75" maxy="180" />
1139
- </Layer>
1140
- <Layer queryable="0" opaque="0" cascaded="0">
1141
- <Name>F152001.v4b_web.avg_vis.lzw.tif</Name>
1142
- <Title>F152001.v4b_web.avg_vis.lzw.tif</Title>
1143
- <CRS>EPSG:4326</CRS>
1144
- <EX_GeographicBoundingBox>
1145
- <westBoundLongitude>-180</westBoundLongitude>
1146
- <eastBoundLongitude>180</eastBoundLongitude>
1147
- <southBoundLatitude>-65</southBoundLatitude>
1148
- <northBoundLatitude>75</northBoundLatitude>
1149
- </EX_GeographicBoundingBox>
1150
- <BoundingBox CRS="EPSG:4326"
1151
- minx="-65" miny="-180" maxx="75" maxy="180" />
1152
- </Layer>
1153
- <Layer queryable="0" opaque="0" cascaded="0">
1154
- <Name>F152001.v4b_web.cf_cvg.lzw.tif</Name>
1155
- <Title>F152001.v4b_web.cf_cvg.lzw.tif</Title>
1156
- <CRS>EPSG:4326</CRS>
1157
- <EX_GeographicBoundingBox>
1158
- <westBoundLongitude>-180</westBoundLongitude>
1159
- <eastBoundLongitude>180</eastBoundLongitude>
1160
- <southBoundLatitude>-65</southBoundLatitude>
1161
- <northBoundLatitude>75</northBoundLatitude>
1162
- </EX_GeographicBoundingBox>
1163
- <BoundingBox CRS="EPSG:4326"
1164
- minx="-65" miny="-180" maxx="75" maxy="180" />
1165
- </Layer>
1166
- <Layer queryable="0" opaque="0" cascaded="0">
1167
- <Name>F152001.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1168
- <Title>F152001.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1169
- <CRS>EPSG:4326</CRS>
1170
- <EX_GeographicBoundingBox>
1171
- <westBoundLongitude>-180</westBoundLongitude>
1172
- <eastBoundLongitude>180</eastBoundLongitude>
1173
- <southBoundLatitude>-65</southBoundLatitude>
1174
- <northBoundLatitude>75</northBoundLatitude>
1175
- </EX_GeographicBoundingBox>
1176
- <BoundingBox CRS="EPSG:4326"
1177
- minx="-65" miny="-180" maxx="75" maxy="180" />
1178
- </Layer>
1179
- <Layer queryable="0" opaque="0" cascaded="0">
1180
- <Name>F152002.v4b.avg_lights_x_pct.lzw.tif</Name>
1181
- <Title>F152002.v4b.avg_lights_x_pct.lzw.tif</Title>
1182
- <CRS>EPSG:4326</CRS>
1183
- <EX_GeographicBoundingBox>
1184
- <westBoundLongitude>-180</westBoundLongitude>
1185
- <eastBoundLongitude>180</eastBoundLongitude>
1186
- <southBoundLatitude>-65</southBoundLatitude>
1187
- <northBoundLatitude>75</northBoundLatitude>
1188
- </EX_GeographicBoundingBox>
1189
- <BoundingBox CRS="EPSG:4326"
1190
- minx="-65" miny="-180" maxx="75" maxy="180" />
1191
- </Layer>
1192
- <Layer queryable="0" opaque="0" cascaded="0">
1193
- <Name>F152002.v4b_web.avg_vis.lzw.tif</Name>
1194
- <Title>F152002.v4b_web.avg_vis.lzw.tif</Title>
1195
- <CRS>EPSG:4326</CRS>
1196
- <EX_GeographicBoundingBox>
1197
- <westBoundLongitude>-180</westBoundLongitude>
1198
- <eastBoundLongitude>180</eastBoundLongitude>
1199
- <southBoundLatitude>-65</southBoundLatitude>
1200
- <northBoundLatitude>75</northBoundLatitude>
1201
- </EX_GeographicBoundingBox>
1202
- <BoundingBox CRS="EPSG:4326"
1203
- minx="-65" miny="-180" maxx="75" maxy="180" />
1204
- </Layer>
1205
- <Layer queryable="0" opaque="0" cascaded="0">
1206
- <Name>F152002.v4b_web.cf_cvg.lzw.tif</Name>
1207
- <Title>F152002.v4b_web.cf_cvg.lzw.tif</Title>
1208
- <CRS>EPSG:4326</CRS>
1209
- <EX_GeographicBoundingBox>
1210
- <westBoundLongitude>-180</westBoundLongitude>
1211
- <eastBoundLongitude>180</eastBoundLongitude>
1212
- <southBoundLatitude>-65</southBoundLatitude>
1213
- <northBoundLatitude>75</northBoundLatitude>
1214
- </EX_GeographicBoundingBox>
1215
- <BoundingBox CRS="EPSG:4326"
1216
- minx="-65" miny="-180" maxx="75" maxy="180" />
1217
- </Layer>
1218
- <Layer queryable="0" opaque="0" cascaded="0">
1219
- <Name>F152002.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1220
- <Title>F152002.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1221
- <CRS>EPSG:4326</CRS>
1222
- <EX_GeographicBoundingBox>
1223
- <westBoundLongitude>-180</westBoundLongitude>
1224
- <eastBoundLongitude>180</eastBoundLongitude>
1225
- <southBoundLatitude>-65</southBoundLatitude>
1226
- <northBoundLatitude>75</northBoundLatitude>
1227
- </EX_GeographicBoundingBox>
1228
- <BoundingBox CRS="EPSG:4326"
1229
- minx="-65" miny="-180" maxx="75" maxy="180" />
1230
- </Layer>
1231
- <Layer queryable="0" opaque="0" cascaded="0">
1232
- <Name>F152003.v4b.avg_lights_x_pct.lzw.tif</Name>
1233
- <Title>F152003.v4b.avg_lights_x_pct.lzw.tif</Title>
1234
- <CRS>EPSG:4326</CRS>
1235
- <EX_GeographicBoundingBox>
1236
- <westBoundLongitude>-180</westBoundLongitude>
1237
- <eastBoundLongitude>180</eastBoundLongitude>
1238
- <southBoundLatitude>-65</southBoundLatitude>
1239
- <northBoundLatitude>75</northBoundLatitude>
1240
- </EX_GeographicBoundingBox>
1241
- <BoundingBox CRS="EPSG:4326"
1242
- minx="-65" miny="-180" maxx="75" maxy="180" />
1243
- </Layer>
1244
- <Layer queryable="0" opaque="0" cascaded="0">
1245
- <Name>F152003.v4b_web.avg_vis.lzw.tif</Name>
1246
- <Title>F152003.v4b_web.avg_vis.lzw.tif</Title>
1247
- <CRS>EPSG:4326</CRS>
1248
- <EX_GeographicBoundingBox>
1249
- <westBoundLongitude>-180</westBoundLongitude>
1250
- <eastBoundLongitude>180</eastBoundLongitude>
1251
- <southBoundLatitude>-65</southBoundLatitude>
1252
- <northBoundLatitude>75</northBoundLatitude>
1253
- </EX_GeographicBoundingBox>
1254
- <BoundingBox CRS="EPSG:4326"
1255
- minx="-65" miny="-180" maxx="75" maxy="180" />
1256
- </Layer>
1257
- <Layer queryable="0" opaque="0" cascaded="0">
1258
- <Name>F152003.v4b_web.cf_cvg.lzw.tif</Name>
1259
- <Title>F152003.v4b_web.cf_cvg.lzw.tif</Title>
1260
- <CRS>EPSG:4326</CRS>
1261
- <EX_GeographicBoundingBox>
1262
- <westBoundLongitude>-180</westBoundLongitude>
1263
- <eastBoundLongitude>180</eastBoundLongitude>
1264
- <southBoundLatitude>-65</southBoundLatitude>
1265
- <northBoundLatitude>75</northBoundLatitude>
1266
- </EX_GeographicBoundingBox>
1267
- <BoundingBox CRS="EPSG:4326"
1268
- minx="-65" miny="-180" maxx="75" maxy="180" />
1269
- </Layer>
1270
- <Layer queryable="0" opaque="0" cascaded="0">
1271
- <Name>F152003.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1272
- <Title>F152003.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1273
- <CRS>EPSG:4326</CRS>
1274
- <EX_GeographicBoundingBox>
1275
- <westBoundLongitude>-180</westBoundLongitude>
1276
- <eastBoundLongitude>180</eastBoundLongitude>
1277
- <southBoundLatitude>-65</southBoundLatitude>
1278
- <northBoundLatitude>75</northBoundLatitude>
1279
- </EX_GeographicBoundingBox>
1280
- <BoundingBox CRS="EPSG:4326"
1281
- minx="-65" miny="-180" maxx="75" maxy="180" />
1282
- </Layer>
1283
- <Layer queryable="0" opaque="0" cascaded="0">
1284
- <Name>F152004.v4b.avg_lights_x_pct.lzw.tif</Name>
1285
- <Title>F152004.v4b.avg_lights_x_pct.lzw.tif</Title>
1286
- <CRS>EPSG:4326</CRS>
1287
- <EX_GeographicBoundingBox>
1288
- <westBoundLongitude>-180</westBoundLongitude>
1289
- <eastBoundLongitude>180</eastBoundLongitude>
1290
- <southBoundLatitude>-65</southBoundLatitude>
1291
- <northBoundLatitude>75</northBoundLatitude>
1292
- </EX_GeographicBoundingBox>
1293
- <BoundingBox CRS="EPSG:4326"
1294
- minx="-65" miny="-180" maxx="75" maxy="180" />
1295
- </Layer>
1296
- <Layer queryable="0" opaque="0" cascaded="0">
1297
- <Name>F152004.v4b_web.avg_vis.lzw.tif</Name>
1298
- <Title>F152004.v4b_web.avg_vis.lzw.tif</Title>
1299
- <CRS>EPSG:4326</CRS>
1300
- <EX_GeographicBoundingBox>
1301
- <westBoundLongitude>-180</westBoundLongitude>
1302
- <eastBoundLongitude>180</eastBoundLongitude>
1303
- <southBoundLatitude>-65</southBoundLatitude>
1304
- <northBoundLatitude>75</northBoundLatitude>
1305
- </EX_GeographicBoundingBox>
1306
- <BoundingBox CRS="EPSG:4326"
1307
- minx="-65" miny="-180" maxx="75" maxy="180" />
1308
- </Layer>
1309
- <Layer queryable="0" opaque="0" cascaded="0">
1310
- <Name>F152004.v4b_web.cf_cvg.lzw.tif</Name>
1311
- <Title>F152004.v4b_web.cf_cvg.lzw.tif</Title>
1312
- <CRS>EPSG:4326</CRS>
1313
- <EX_GeographicBoundingBox>
1314
- <westBoundLongitude>-180</westBoundLongitude>
1315
- <eastBoundLongitude>180</eastBoundLongitude>
1316
- <southBoundLatitude>-65</southBoundLatitude>
1317
- <northBoundLatitude>75</northBoundLatitude>
1318
- </EX_GeographicBoundingBox>
1319
- <BoundingBox CRS="EPSG:4326"
1320
- minx="-65" miny="-180" maxx="75" maxy="180" />
1321
- </Layer>
1322
- <Layer queryable="0" opaque="0" cascaded="0">
1323
- <Name>F152004.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1324
- <Title>F152004.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1325
- <CRS>EPSG:4326</CRS>
1326
- <EX_GeographicBoundingBox>
1327
- <westBoundLongitude>-180</westBoundLongitude>
1328
- <eastBoundLongitude>180</eastBoundLongitude>
1329
- <southBoundLatitude>-65</southBoundLatitude>
1330
- <northBoundLatitude>75</northBoundLatitude>
1331
- </EX_GeographicBoundingBox>
1332
- <BoundingBox CRS="EPSG:4326"
1333
- minx="-65" miny="-180" maxx="75" maxy="180" />
1334
- </Layer>
1335
- <Layer queryable="0" opaque="0" cascaded="0">
1336
- <Name>F152005.v4b.avg_lights_x_pct.lzw.tif</Name>
1337
- <Title>F152005.v4b.avg_lights_x_pct.lzw.tif</Title>
1338
- <CRS>EPSG:4326</CRS>
1339
- <EX_GeographicBoundingBox>
1340
- <westBoundLongitude>-180</westBoundLongitude>
1341
- <eastBoundLongitude>180</eastBoundLongitude>
1342
- <southBoundLatitude>-65</southBoundLatitude>
1343
- <northBoundLatitude>75</northBoundLatitude>
1344
- </EX_GeographicBoundingBox>
1345
- <BoundingBox CRS="EPSG:4326"
1346
- minx="-65" miny="-180" maxx="75" maxy="180" />
1347
- </Layer>
1348
- <Layer queryable="0" opaque="0" cascaded="0">
1349
- <Name>F152005.v4b_web.avg_vis.lzw.tif</Name>
1350
- <Title>F152005.v4b_web.avg_vis.lzw.tif</Title>
1351
- <CRS>EPSG:4326</CRS>
1352
- <EX_GeographicBoundingBox>
1353
- <westBoundLongitude>-180</westBoundLongitude>
1354
- <eastBoundLongitude>180</eastBoundLongitude>
1355
- <southBoundLatitude>-65</southBoundLatitude>
1356
- <northBoundLatitude>75</northBoundLatitude>
1357
- </EX_GeographicBoundingBox>
1358
- <BoundingBox CRS="EPSG:4326"
1359
- minx="-65" miny="-180" maxx="75" maxy="180" />
1360
- </Layer>
1361
- <Layer queryable="0" opaque="0" cascaded="0">
1362
- <Name>F152005.v4b_web.cf_cvg.lzw.tif</Name>
1363
- <Title>F152005.v4b_web.cf_cvg.lzw.tif</Title>
1364
- <CRS>EPSG:4326</CRS>
1365
- <EX_GeographicBoundingBox>
1366
- <westBoundLongitude>-180</westBoundLongitude>
1367
- <eastBoundLongitude>180</eastBoundLongitude>
1368
- <southBoundLatitude>-65</southBoundLatitude>
1369
- <northBoundLatitude>75</northBoundLatitude>
1370
- </EX_GeographicBoundingBox>
1371
- <BoundingBox CRS="EPSG:4326"
1372
- minx="-65" miny="-180" maxx="75" maxy="180" />
1373
- </Layer>
1374
- <Layer queryable="0" opaque="0" cascaded="0">
1375
- <Name>F152005.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1376
- <Title>F152005.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1377
- <CRS>EPSG:4326</CRS>
1378
- <EX_GeographicBoundingBox>
1379
- <westBoundLongitude>-180</westBoundLongitude>
1380
- <eastBoundLongitude>180</eastBoundLongitude>
1381
- <southBoundLatitude>-65</southBoundLatitude>
1382
- <northBoundLatitude>75</northBoundLatitude>
1383
- </EX_GeographicBoundingBox>
1384
- <BoundingBox CRS="EPSG:4326"
1385
- minx="-65" miny="-180" maxx="75" maxy="180" />
1386
- </Layer>
1387
- <Layer queryable="0" opaque="0" cascaded="0">
1388
- <Name>F152006.v4b.avg_lights_x_pct.lzw.tif</Name>
1389
- <Title>F152006.v4b.avg_lights_x_pct.lzw.tif</Title>
1390
- <CRS>EPSG:4326</CRS>
1391
- <EX_GeographicBoundingBox>
1392
- <westBoundLongitude>-180</westBoundLongitude>
1393
- <eastBoundLongitude>180</eastBoundLongitude>
1394
- <southBoundLatitude>-65</southBoundLatitude>
1395
- <northBoundLatitude>75</northBoundLatitude>
1396
- </EX_GeographicBoundingBox>
1397
- <BoundingBox CRS="EPSG:4326"
1398
- minx="-65" miny="-180" maxx="75" maxy="180" />
1399
- </Layer>
1400
- <Layer queryable="0" opaque="0" cascaded="0">
1401
- <Name>F152006.v4b_web.avg_vis.lzw.tif</Name>
1402
- <Title>F152006.v4b_web.avg_vis.lzw.tif</Title>
1403
- <CRS>EPSG:4326</CRS>
1404
- <EX_GeographicBoundingBox>
1405
- <westBoundLongitude>-180</westBoundLongitude>
1406
- <eastBoundLongitude>180</eastBoundLongitude>
1407
- <southBoundLatitude>-65</southBoundLatitude>
1408
- <northBoundLatitude>75</northBoundLatitude>
1409
- </EX_GeographicBoundingBox>
1410
- <BoundingBox CRS="EPSG:4326"
1411
- minx="-65" miny="-180" maxx="75" maxy="180" />
1412
- </Layer>
1413
- <Layer queryable="0" opaque="0" cascaded="0">
1414
- <Name>F152006.v4b_web.cf_cvg.lzw.tif</Name>
1415
- <Title>F152006.v4b_web.cf_cvg.lzw.tif</Title>
1416
- <CRS>EPSG:4326</CRS>
1417
- <EX_GeographicBoundingBox>
1418
- <westBoundLongitude>-180</westBoundLongitude>
1419
- <eastBoundLongitude>180</eastBoundLongitude>
1420
- <southBoundLatitude>-65</southBoundLatitude>
1421
- <northBoundLatitude>75</northBoundLatitude>
1422
- </EX_GeographicBoundingBox>
1423
- <BoundingBox CRS="EPSG:4326"
1424
- minx="-65" miny="-180" maxx="75" maxy="180" />
1425
- </Layer>
1426
- <Layer queryable="0" opaque="0" cascaded="0">
1427
- <Name>F152006.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1428
- <Title>F152006.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1429
- <CRS>EPSG:4326</CRS>
1430
- <EX_GeographicBoundingBox>
1431
- <westBoundLongitude>-180</westBoundLongitude>
1432
- <eastBoundLongitude>180</eastBoundLongitude>
1433
- <southBoundLatitude>-65</southBoundLatitude>
1434
- <northBoundLatitude>75</northBoundLatitude>
1435
- </EX_GeographicBoundingBox>
1436
- <BoundingBox CRS="EPSG:4326"
1437
- minx="-65" miny="-180" maxx="75" maxy="180" />
1438
- </Layer>
1439
- <Layer queryable="0" opaque="0" cascaded="0">
1440
- <Name>F152007.v4b.avg_lights_x_pct.lzw.tif</Name>
1441
- <Title>F152007.v4b.avg_lights_x_pct.lzw.tif</Title>
1442
- <CRS>EPSG:4326</CRS>
1443
- <EX_GeographicBoundingBox>
1444
- <westBoundLongitude>-180</westBoundLongitude>
1445
- <eastBoundLongitude>180</eastBoundLongitude>
1446
- <southBoundLatitude>-65</southBoundLatitude>
1447
- <northBoundLatitude>75</northBoundLatitude>
1448
- </EX_GeographicBoundingBox>
1449
- <BoundingBox CRS="EPSG:4326"
1450
- minx="-65" miny="-180" maxx="75" maxy="180" />
1451
- </Layer>
1452
- <Layer queryable="0" opaque="0" cascaded="0">
1453
- <Name>F152007.v4b_web.avg_vis.lzw.tif</Name>
1454
- <Title>F152007.v4b_web.avg_vis.lzw.tif</Title>
1455
- <CRS>EPSG:4326</CRS>
1456
- <EX_GeographicBoundingBox>
1457
- <westBoundLongitude>-180</westBoundLongitude>
1458
- <eastBoundLongitude>180</eastBoundLongitude>
1459
- <southBoundLatitude>-65</southBoundLatitude>
1460
- <northBoundLatitude>75</northBoundLatitude>
1461
- </EX_GeographicBoundingBox>
1462
- <BoundingBox CRS="EPSG:4326"
1463
- minx="-65" miny="-180" maxx="75" maxy="180" />
1464
- </Layer>
1465
- <Layer queryable="0" opaque="0" cascaded="0">
1466
- <Name>F152007.v4b_web.cf_cvg.lzw.tif</Name>
1467
- <Title>F152007.v4b_web.cf_cvg.lzw.tif</Title>
1468
- <CRS>EPSG:4326</CRS>
1469
- <EX_GeographicBoundingBox>
1470
- <westBoundLongitude>-180</westBoundLongitude>
1471
- <eastBoundLongitude>180</eastBoundLongitude>
1472
- <southBoundLatitude>-65</southBoundLatitude>
1473
- <northBoundLatitude>75</northBoundLatitude>
1474
- </EX_GeographicBoundingBox>
1475
- <BoundingBox CRS="EPSG:4326"
1476
- minx="-65" miny="-180" maxx="75" maxy="180" />
1477
- </Layer>
1478
- <Layer queryable="0" opaque="0" cascaded="0">
1479
- <Name>F152007.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1480
- <Title>F152007.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1481
- <CRS>EPSG:4326</CRS>
1482
- <EX_GeographicBoundingBox>
1483
- <westBoundLongitude>-180</westBoundLongitude>
1484
- <eastBoundLongitude>180</eastBoundLongitude>
1485
- <southBoundLatitude>-65</southBoundLatitude>
1486
- <northBoundLatitude>75</northBoundLatitude>
1487
- </EX_GeographicBoundingBox>
1488
- <BoundingBox CRS="EPSG:4326"
1489
- minx="-65" miny="-180" maxx="75" maxy="180" />
1490
- </Layer>
1491
- <Layer queryable="0" opaque="0" cascaded="0">
1492
- <Name>F152008.v4b.avg_lights_x_pct.lzw.tif</Name>
1493
- <Title>F152008.v4b.avg_lights_x_pct.lzw.tif</Title>
1494
- <CRS>EPSG:4326</CRS>
1495
- <EX_GeographicBoundingBox>
1496
- <westBoundLongitude>-180</westBoundLongitude>
1497
- <eastBoundLongitude>180</eastBoundLongitude>
1498
- <southBoundLatitude>-65</southBoundLatitude>
1499
- <northBoundLatitude>75</northBoundLatitude>
1500
- </EX_GeographicBoundingBox>
1501
- <BoundingBox CRS="EPSG:4326"
1502
- minx="-65" miny="-180" maxx="75" maxy="180" />
1503
- </Layer>
1504
- <Layer queryable="0" opaque="0" cascaded="0">
1505
- <Name>F152008.v4b_web.avg_vis.lzw.tif</Name>
1506
- <Title>F152008.v4b_web.avg_vis.lzw.tif</Title>
1507
- <CRS>EPSG:4326</CRS>
1508
- <EX_GeographicBoundingBox>
1509
- <westBoundLongitude>-180</westBoundLongitude>
1510
- <eastBoundLongitude>180</eastBoundLongitude>
1511
- <southBoundLatitude>-65</southBoundLatitude>
1512
- <northBoundLatitude>75</northBoundLatitude>
1513
- </EX_GeographicBoundingBox>
1514
- <BoundingBox CRS="EPSG:4326"
1515
- minx="-65" miny="-180" maxx="75" maxy="180" />
1516
- </Layer>
1517
- <Layer queryable="0" opaque="0" cascaded="0">
1518
- <Name>F152008.v4b_web.cf_cvg.lzw.tif</Name>
1519
- <Title>F152008.v4b_web.cf_cvg.lzw.tif</Title>
1520
- <CRS>EPSG:4326</CRS>
1521
- <EX_GeographicBoundingBox>
1522
- <westBoundLongitude>-180</westBoundLongitude>
1523
- <eastBoundLongitude>180</eastBoundLongitude>
1524
- <southBoundLatitude>-65</southBoundLatitude>
1525
- <northBoundLatitude>75</northBoundLatitude>
1526
- </EX_GeographicBoundingBox>
1527
- <BoundingBox CRS="EPSG:4326"
1528
- minx="-65" miny="-180" maxx="75" maxy="180" />
1529
- </Layer>
1530
- <Layer queryable="0" opaque="0" cascaded="0">
1531
- <Name>F152008.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1532
- <Title>F152008.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1533
- <CRS>EPSG:4326</CRS>
1534
- <EX_GeographicBoundingBox>
1535
- <westBoundLongitude>-180</westBoundLongitude>
1536
- <eastBoundLongitude>180</eastBoundLongitude>
1537
- <southBoundLatitude>-65</southBoundLatitude>
1538
- <northBoundLatitude>75</northBoundLatitude>
1539
- </EX_GeographicBoundingBox>
1540
- <BoundingBox CRS="EPSG:4326"
1541
- minx="-65" miny="-180" maxx="75" maxy="180" />
1542
- </Layer>
1543
- <Layer queryable="0" opaque="0" cascaded="0">
1544
- <Name>F162004.v4b.avg_lights_x_pct.lzw.tif</Name>
1545
- <Title>F162004.v4b.avg_lights_x_pct.lzw.tif</Title>
1546
- <CRS>EPSG:4326</CRS>
1547
- <EX_GeographicBoundingBox>
1548
- <westBoundLongitude>-180</westBoundLongitude>
1549
- <eastBoundLongitude>180</eastBoundLongitude>
1550
- <southBoundLatitude>-65</southBoundLatitude>
1551
- <northBoundLatitude>75</northBoundLatitude>
1552
- </EX_GeographicBoundingBox>
1553
- <BoundingBox CRS="EPSG:4326"
1554
- minx="-65" miny="-180" maxx="75" maxy="180" />
1555
- </Layer>
1556
- <Layer queryable="0" opaque="0" cascaded="0">
1557
- <Name>F162004.v4b_web.avg_vis.lzw.tif</Name>
1558
- <Title>F162004.v4b_web.avg_vis.lzw.tif</Title>
1559
- <CRS>EPSG:4326</CRS>
1560
- <EX_GeographicBoundingBox>
1561
- <westBoundLongitude>-180</westBoundLongitude>
1562
- <eastBoundLongitude>180</eastBoundLongitude>
1563
- <southBoundLatitude>-65</southBoundLatitude>
1564
- <northBoundLatitude>75</northBoundLatitude>
1565
- </EX_GeographicBoundingBox>
1566
- <BoundingBox CRS="EPSG:4326"
1567
- minx="-65" miny="-180" maxx="75" maxy="180" />
1568
- </Layer>
1569
- <Layer queryable="0" opaque="0" cascaded="0">
1570
- <Name>F162004.v4b_web.cf_cvg.lzw.tif</Name>
1571
- <Title>F162004.v4b_web.cf_cvg.lzw.tif</Title>
1572
- <CRS>EPSG:4326</CRS>
1573
- <EX_GeographicBoundingBox>
1574
- <westBoundLongitude>-180</westBoundLongitude>
1575
- <eastBoundLongitude>180</eastBoundLongitude>
1576
- <southBoundLatitude>-65</southBoundLatitude>
1577
- <northBoundLatitude>75</northBoundLatitude>
1578
- </EX_GeographicBoundingBox>
1579
- <BoundingBox CRS="EPSG:4326"
1580
- minx="-65" miny="-180" maxx="75" maxy="180" />
1581
- </Layer>
1582
- <Layer queryable="0" opaque="0" cascaded="0">
1583
- <Name>F162004.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1584
- <Title>F162004.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1585
- <CRS>EPSG:4326</CRS>
1586
- <EX_GeographicBoundingBox>
1587
- <westBoundLongitude>-180</westBoundLongitude>
1588
- <eastBoundLongitude>180</eastBoundLongitude>
1589
- <southBoundLatitude>-65</southBoundLatitude>
1590
- <northBoundLatitude>75</northBoundLatitude>
1591
- </EX_GeographicBoundingBox>
1592
- <BoundingBox CRS="EPSG:4326"
1593
- minx="-65" miny="-180" maxx="75" maxy="180" />
1594
- </Layer>
1595
- <Layer queryable="0" opaque="0" cascaded="0">
1596
- <Name>F162005.v4b.avg_lights_x_pct.lzw.tif</Name>
1597
- <Title>F162005.v4b.avg_lights_x_pct.lzw.tif</Title>
1598
- <CRS>EPSG:4326</CRS>
1599
- <EX_GeographicBoundingBox>
1600
- <westBoundLongitude>-180</westBoundLongitude>
1601
- <eastBoundLongitude>180</eastBoundLongitude>
1602
- <southBoundLatitude>-65</southBoundLatitude>
1603
- <northBoundLatitude>75</northBoundLatitude>
1604
- </EX_GeographicBoundingBox>
1605
- <BoundingBox CRS="EPSG:4326"
1606
- minx="-65" miny="-180" maxx="75" maxy="180" />
1607
- </Layer>
1608
- <Layer queryable="0" opaque="0" cascaded="0">
1609
- <Name>F162005.v4b_web.avg_vis.lzw.tif</Name>
1610
- <Title>F162005.v4b_web.avg_vis.lzw.tif</Title>
1611
- <CRS>EPSG:4326</CRS>
1612
- <EX_GeographicBoundingBox>
1613
- <westBoundLongitude>-180</westBoundLongitude>
1614
- <eastBoundLongitude>180</eastBoundLongitude>
1615
- <southBoundLatitude>-65</southBoundLatitude>
1616
- <northBoundLatitude>75</northBoundLatitude>
1617
- </EX_GeographicBoundingBox>
1618
- <BoundingBox CRS="EPSG:4326"
1619
- minx="-65" miny="-180" maxx="75" maxy="180" />
1620
- </Layer>
1621
- <Layer queryable="0" opaque="0" cascaded="0">
1622
- <Name>F162005.v4b_web.cf_cvg.lzw.tif</Name>
1623
- <Title>F162005.v4b_web.cf_cvg.lzw.tif</Title>
1624
- <CRS>EPSG:4326</CRS>
1625
- <EX_GeographicBoundingBox>
1626
- <westBoundLongitude>-180</westBoundLongitude>
1627
- <eastBoundLongitude>180</eastBoundLongitude>
1628
- <southBoundLatitude>-65</southBoundLatitude>
1629
- <northBoundLatitude>75</northBoundLatitude>
1630
- </EX_GeographicBoundingBox>
1631
- <BoundingBox CRS="EPSG:4326"
1632
- minx="-65" miny="-180" maxx="75" maxy="180" />
1633
- </Layer>
1634
- <Layer queryable="0" opaque="0" cascaded="0">
1635
- <Name>F162005.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1636
- <Title>F162005.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1637
- <CRS>EPSG:4326</CRS>
1638
- <EX_GeographicBoundingBox>
1639
- <westBoundLongitude>-180</westBoundLongitude>
1640
- <eastBoundLongitude>180</eastBoundLongitude>
1641
- <southBoundLatitude>-65</southBoundLatitude>
1642
- <northBoundLatitude>75</northBoundLatitude>
1643
- </EX_GeographicBoundingBox>
1644
- <BoundingBox CRS="EPSG:4326"
1645
- minx="-65" miny="-180" maxx="75" maxy="180" />
1646
- </Layer>
1647
- <Layer queryable="0" opaque="0" cascaded="0">
1648
- <Name>F162006.v4b.avg_lights_x_pct.lzw.tif</Name>
1649
- <Title>F162006.v4b.avg_lights_x_pct.lzw.tif</Title>
1650
- <CRS>EPSG:4326</CRS>
1651
- <EX_GeographicBoundingBox>
1652
- <westBoundLongitude>-180</westBoundLongitude>
1653
- <eastBoundLongitude>180</eastBoundLongitude>
1654
- <southBoundLatitude>-65</southBoundLatitude>
1655
- <northBoundLatitude>75</northBoundLatitude>
1656
- </EX_GeographicBoundingBox>
1657
- <BoundingBox CRS="EPSG:4326"
1658
- minx="-65" miny="-180" maxx="75" maxy="180" />
1659
- </Layer>
1660
- <Layer queryable="0" opaque="0" cascaded="0">
1661
- <Name>F162006.v4b_web.avg_vis.lzw.tif</Name>
1662
- <Title>F162006.v4b_web.avg_vis.lzw.tif</Title>
1663
- <CRS>EPSG:4326</CRS>
1664
- <EX_GeographicBoundingBox>
1665
- <westBoundLongitude>-180</westBoundLongitude>
1666
- <eastBoundLongitude>180</eastBoundLongitude>
1667
- <southBoundLatitude>-65</southBoundLatitude>
1668
- <northBoundLatitude>75</northBoundLatitude>
1669
- </EX_GeographicBoundingBox>
1670
- <BoundingBox CRS="EPSG:4326"
1671
- minx="-65" miny="-180" maxx="75" maxy="180" />
1672
- </Layer>
1673
- <Layer queryable="0" opaque="0" cascaded="0">
1674
- <Name>F162006.v4b_web.cf_cvg.lzw.tif</Name>
1675
- <Title>F162006.v4b_web.cf_cvg.lzw.tif</Title>
1676
- <CRS>EPSG:4326</CRS>
1677
- <EX_GeographicBoundingBox>
1678
- <westBoundLongitude>-180</westBoundLongitude>
1679
- <eastBoundLongitude>180</eastBoundLongitude>
1680
- <southBoundLatitude>-65</southBoundLatitude>
1681
- <northBoundLatitude>75</northBoundLatitude>
1682
- </EX_GeographicBoundingBox>
1683
- <BoundingBox CRS="EPSG:4326"
1684
- minx="-65" miny="-180" maxx="75" maxy="180" />
1685
- </Layer>
1686
- <Layer queryable="0" opaque="0" cascaded="0">
1687
- <Name>F162006.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1688
- <Title>F162006.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1689
- <CRS>EPSG:4326</CRS>
1690
- <EX_GeographicBoundingBox>
1691
- <westBoundLongitude>-180</westBoundLongitude>
1692
- <eastBoundLongitude>180</eastBoundLongitude>
1693
- <southBoundLatitude>-65</southBoundLatitude>
1694
- <northBoundLatitude>75</northBoundLatitude>
1695
- </EX_GeographicBoundingBox>
1696
- <BoundingBox CRS="EPSG:4326"
1697
- minx="-65" miny="-180" maxx="75" maxy="180" />
1698
- </Layer>
1699
- <Layer queryable="0" opaque="0" cascaded="0">
1700
- <Name>F162007.v4b.avg_lights_x_pct.lzw.tif</Name>
1701
- <Title>F162007.v4b.avg_lights_x_pct.lzw.tif</Title>
1702
- <CRS>EPSG:4326</CRS>
1703
- <EX_GeographicBoundingBox>
1704
- <westBoundLongitude>-180</westBoundLongitude>
1705
- <eastBoundLongitude>180</eastBoundLongitude>
1706
- <southBoundLatitude>-65</southBoundLatitude>
1707
- <northBoundLatitude>75</northBoundLatitude>
1708
- </EX_GeographicBoundingBox>
1709
- <BoundingBox CRS="EPSG:4326"
1710
- minx="-65" miny="-180" maxx="75" maxy="180" />
1711
- </Layer>
1712
- <Layer queryable="0" opaque="0" cascaded="0">
1713
- <Name>F162007.v4b_web.avg_vis.lzw.tif</Name>
1714
- <Title>F162007.v4b_web.avg_vis.lzw.tif</Title>
1715
- <CRS>EPSG:4326</CRS>
1716
- <EX_GeographicBoundingBox>
1717
- <westBoundLongitude>-180</westBoundLongitude>
1718
- <eastBoundLongitude>180</eastBoundLongitude>
1719
- <southBoundLatitude>-65</southBoundLatitude>
1720
- <northBoundLatitude>75</northBoundLatitude>
1721
- </EX_GeographicBoundingBox>
1722
- <BoundingBox CRS="EPSG:4326"
1723
- minx="-65" miny="-180" maxx="75" maxy="180" />
1724
- </Layer>
1725
- <Layer queryable="0" opaque="0" cascaded="0">
1726
- <Name>F162007.v4b_web.cf_cvg.lzw.tif</Name>
1727
- <Title>F162007.v4b_web.cf_cvg.lzw.tif</Title>
1728
- <CRS>EPSG:4326</CRS>
1729
- <EX_GeographicBoundingBox>
1730
- <westBoundLongitude>-180</westBoundLongitude>
1731
- <eastBoundLongitude>180</eastBoundLongitude>
1732
- <southBoundLatitude>-65</southBoundLatitude>
1733
- <northBoundLatitude>75</northBoundLatitude>
1734
- </EX_GeographicBoundingBox>
1735
- <BoundingBox CRS="EPSG:4326"
1736
- minx="-65" miny="-180" maxx="75" maxy="180" />
1737
- </Layer>
1738
- <Layer queryable="0" opaque="0" cascaded="0">
1739
- <Name>F162007.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1740
- <Title>F162007.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1741
- <CRS>EPSG:4326</CRS>
1742
- <EX_GeographicBoundingBox>
1743
- <westBoundLongitude>-180</westBoundLongitude>
1744
- <eastBoundLongitude>180</eastBoundLongitude>
1745
- <southBoundLatitude>-65</southBoundLatitude>
1746
- <northBoundLatitude>75</northBoundLatitude>
1747
- </EX_GeographicBoundingBox>
1748
- <BoundingBox CRS="EPSG:4326"
1749
- minx="-65" miny="-180" maxx="75" maxy="180" />
1750
- </Layer>
1751
- <Layer queryable="0" opaque="0" cascaded="0">
1752
- <Name>F162008.v4b.avg_lights_x_pct.lzw.tif</Name>
1753
- <Title>F162008.v4b.avg_lights_x_pct.lzw.tif</Title>
1754
- <CRS>EPSG:4326</CRS>
1755
- <EX_GeographicBoundingBox>
1756
- <westBoundLongitude>-180</westBoundLongitude>
1757
- <eastBoundLongitude>180</eastBoundLongitude>
1758
- <southBoundLatitude>-65</southBoundLatitude>
1759
- <northBoundLatitude>75</northBoundLatitude>
1760
- </EX_GeographicBoundingBox>
1761
- <BoundingBox CRS="EPSG:4326"
1762
- minx="-65" miny="-180" maxx="75" maxy="180" />
1763
- </Layer>
1764
- <Layer queryable="0" opaque="0" cascaded="0">
1765
- <Name>F162008.v4b_web.avg_vis.lzw.tif</Name>
1766
- <Title>F162008.v4b_web.avg_vis.lzw.tif</Title>
1767
- <CRS>EPSG:4326</CRS>
1768
- <EX_GeographicBoundingBox>
1769
- <westBoundLongitude>-180</westBoundLongitude>
1770
- <eastBoundLongitude>180</eastBoundLongitude>
1771
- <southBoundLatitude>-65</southBoundLatitude>
1772
- <northBoundLatitude>75</northBoundLatitude>
1773
- </EX_GeographicBoundingBox>
1774
- <BoundingBox CRS="EPSG:4326"
1775
- minx="-65" miny="-180" maxx="75" maxy="180" />
1776
- </Layer>
1777
- <Layer queryable="0" opaque="0" cascaded="0">
1778
- <Name>F162008.v4b_web.cf_cvg.lzw.tif</Name>
1779
- <Title>F162008.v4b_web.cf_cvg.lzw.tif</Title>
1780
- <CRS>EPSG:4326</CRS>
1781
- <EX_GeographicBoundingBox>
1782
- <westBoundLongitude>-180</westBoundLongitude>
1783
- <eastBoundLongitude>180</eastBoundLongitude>
1784
- <southBoundLatitude>-65</southBoundLatitude>
1785
- <northBoundLatitude>75</northBoundLatitude>
1786
- </EX_GeographicBoundingBox>
1787
- <BoundingBox CRS="EPSG:4326"
1788
- minx="-65" miny="-180" maxx="75" maxy="180" />
1789
- </Layer>
1790
- <Layer queryable="0" opaque="0" cascaded="0">
1791
- <Name>F162008.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1792
- <Title>F162008.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1793
- <CRS>EPSG:4326</CRS>
1794
- <EX_GeographicBoundingBox>
1795
- <westBoundLongitude>-180</westBoundLongitude>
1796
- <eastBoundLongitude>180</eastBoundLongitude>
1797
- <southBoundLatitude>-65</southBoundLatitude>
1798
- <northBoundLatitude>75</northBoundLatitude>
1799
- </EX_GeographicBoundingBox>
1800
- <BoundingBox CRS="EPSG:4326"
1801
- minx="-65" miny="-180" maxx="75" maxy="180" />
1802
- </Layer>
1803
- <Layer queryable="0" opaque="0" cascaded="0">
1804
- <Name>F162009.v4b.avg_lights_x_pct.lzw.tif</Name>
1805
- <Title>F162009.v4b.avg_lights_x_pct.lzw.tif</Title>
1806
- <CRS>EPSG:4326</CRS>
1807
- <EX_GeographicBoundingBox>
1808
- <westBoundLongitude>-180</westBoundLongitude>
1809
- <eastBoundLongitude>180</eastBoundLongitude>
1810
- <southBoundLatitude>-65</southBoundLatitude>
1811
- <northBoundLatitude>75</northBoundLatitude>
1812
- </EX_GeographicBoundingBox>
1813
- <BoundingBox CRS="EPSG:4326"
1814
- minx="-65" miny="-180" maxx="75" maxy="180" />
1815
- </Layer>
1816
- <Layer queryable="0" opaque="0" cascaded="0">
1817
- <Name>F162009.v4b_web.avg_vis.lzw.tif</Name>
1818
- <Title>F162009.v4b_web.avg_vis.lzw.tif</Title>
1819
- <CRS>EPSG:4326</CRS>
1820
- <EX_GeographicBoundingBox>
1821
- <westBoundLongitude>-180</westBoundLongitude>
1822
- <eastBoundLongitude>180</eastBoundLongitude>
1823
- <southBoundLatitude>-65</southBoundLatitude>
1824
- <northBoundLatitude>75</northBoundLatitude>
1825
- </EX_GeographicBoundingBox>
1826
- <BoundingBox CRS="EPSG:4326"
1827
- minx="-65" miny="-180" maxx="75" maxy="180" />
1828
- </Layer>
1829
- <Layer queryable="0" opaque="0" cascaded="0">
1830
- <Name>F162009.v4b_web.cf_cvg.lzw.tif</Name>
1831
- <Title>F162009.v4b_web.cf_cvg.lzw.tif</Title>
1832
- <CRS>EPSG:4326</CRS>
1833
- <EX_GeographicBoundingBox>
1834
- <westBoundLongitude>-180</westBoundLongitude>
1835
- <eastBoundLongitude>180</eastBoundLongitude>
1836
- <southBoundLatitude>-65</southBoundLatitude>
1837
- <northBoundLatitude>75</northBoundLatitude>
1838
- </EX_GeographicBoundingBox>
1839
- <BoundingBox CRS="EPSG:4326"
1840
- minx="-65" miny="-180" maxx="75" maxy="180" />
1841
- </Layer>
1842
- <Layer queryable="0" opaque="0" cascaded="0">
1843
- <Name>F162009.v4b_web.stable_lights.avg_vis.lzw.tif</Name>
1844
- <Title>F162009.v4b_web.stable_lights.avg_vis.lzw.tif</Title>
1845
- <CRS>EPSG:4326</CRS>
1846
- <EX_GeographicBoundingBox>
1847
- <westBoundLongitude>-180</westBoundLongitude>
1848
- <eastBoundLongitude>180</eastBoundLongitude>
1849
- <southBoundLatitude>-65</southBoundLatitude>
1850
- <northBoundLatitude>75</northBoundLatitude>
1851
- </EX_GeographicBoundingBox>
1852
- <BoundingBox CRS="EPSG:4326"
1853
- minx="-65" miny="-180" maxx="75" maxy="180" />
1854
- </Layer>
1855
- <Layer queryable="0" opaque="0" cascaded="0">
1856
- <Name>F182010.v4c.avg_lights_x_pct.lzw.tif</Name>
1857
- <Title>F182010.v4c.avg_lights_x_pct.lzw.tif</Title>
1858
- <CRS>EPSG:4326</CRS>
1859
- <EX_GeographicBoundingBox>
1860
- <westBoundLongitude>-180</westBoundLongitude>
1861
- <eastBoundLongitude>180</eastBoundLongitude>
1862
- <southBoundLatitude>-65</southBoundLatitude>
1863
- <northBoundLatitude>75</northBoundLatitude>
1864
- </EX_GeographicBoundingBox>
1865
- <BoundingBox CRS="EPSG:4326"
1866
- minx="-65" miny="-180" maxx="75" maxy="180" />
1867
- </Layer>
1868
- <Layer queryable="0" opaque="0" cascaded="0">
1869
- <Name>F182010.v4c_web.avg_vis.lzw.tif</Name>
1870
- <Title>F182010.v4c_web.avg_vis.lzw.tif</Title>
1871
- <CRS>EPSG:4326</CRS>
1872
- <EX_GeographicBoundingBox>
1873
- <westBoundLongitude>-180</westBoundLongitude>
1874
- <eastBoundLongitude>180</eastBoundLongitude>
1875
- <southBoundLatitude>-65</southBoundLatitude>
1876
- <northBoundLatitude>75</northBoundLatitude>
1877
- </EX_GeographicBoundingBox>
1878
- <BoundingBox CRS="EPSG:4326"
1879
- minx="-65" miny="-180" maxx="75" maxy="180" />
1880
- </Layer>
1881
- <Layer queryable="0" opaque="0" cascaded="0">
1882
- <Name>F182010.v4c_web.cf_cvg.lzw.tif</Name>
1883
- <Title>F182010.v4c_web.cf_cvg.lzw.tif</Title>
1884
- <CRS>EPSG:4326</CRS>
1885
- <EX_GeographicBoundingBox>
1886
- <westBoundLongitude>-180</westBoundLongitude>
1887
- <eastBoundLongitude>180</eastBoundLongitude>
1888
- <southBoundLatitude>-65</southBoundLatitude>
1889
- <northBoundLatitude>75</northBoundLatitude>
1890
- </EX_GeographicBoundingBox>
1891
- <BoundingBox CRS="EPSG:4326"
1892
- minx="-65" miny="-180" maxx="75" maxy="180" />
1893
- </Layer>
1894
- <Layer queryable="0" opaque="0" cascaded="0">
1895
- <Name>F182010.v4c_web.stable_lights.avg_vis.lzw.tif</Name>
1896
- <Title>F182010.v4c_web.stable_lights.avg_vis.lzw.tif</Title>
1897
- <CRS>EPSG:4326</CRS>
1898
- <EX_GeographicBoundingBox>
1899
- <westBoundLongitude>-180</westBoundLongitude>
1900
- <eastBoundLongitude>180</eastBoundLongitude>
1901
- <southBoundLatitude>-65</southBoundLatitude>
1902
- <northBoundLatitude>75</northBoundLatitude>
1903
- </EX_GeographicBoundingBox>
1904
- <BoundingBox CRS="EPSG:4326"
1905
- minx="-65" miny="-180" maxx="75" maxy="180" />
1906
- </Layer>
1907
- </Layer>
1908
- </Capability>
1909
- </WMS_Capabilities>
1910
- */
6
+ const parse_xml_helpers_1 = require("../xml/parse-xml-helpers");
1911
7
  /**
1912
8
  * Parses a typed data structure from raw XML for `GetCapabilities` response
1913
9
  * @note Error handlings is fairly weak
1914
10
  */
1915
- function parseWMSCapabilities(text, options) {
1916
- const parsedXML = xml_1.XMLLoader.parseTextSync(text, options);
11
+ function parseWMSCapabilities(xmlText, options) {
12
+ const parsedXML = xml_1.XMLLoader.parseTextSync(xmlText, options);
1917
13
  const xmlCapabilities = parsedXML.WMT_MS_Capabilities || parsedXML.WMS_Capabilities || parsedXML;
1918
- return extractCapabilities(xmlCapabilities);
14
+ const capabilities = extractCapabilities(xmlCapabilities);
15
+ // In case the processed, normalized capabilities do not contain everything,
16
+ // the user can get the parsed XML structure.
17
+ if (options?.inheritedLayerProps) {
18
+ // Traverse layers and inject missing props from parents
19
+ for (const layer of capabilities.layers) {
20
+ addInheritedLayerProps(layer, null);
21
+ }
22
+ // Not yet implemented
23
+ }
24
+ if (options?.includeRawData || options?.raw) {
25
+ capabilities.raw = xmlCapabilities;
26
+ }
27
+ if (options?.includeXMLText) {
28
+ capabilities.xml = xmlText;
29
+ }
30
+ return capabilities;
1919
31
  }
1920
32
  exports.parseWMSCapabilities = parseWMSCapabilities;
1921
33
  /** Extract typed capability data from XML */
1922
34
  function extractCapabilities(xml) {
1923
35
  const capabilities = {
1924
- name: xml.Service?.Name || 'unnamed',
1925
- title: xml.Service?.Title,
1926
- keywords: [],
1927
- requests: {},
1928
- layer: extractLayer(xml.Capability?.Layer),
1929
- raw: xml
36
+ version: String(xml.version || ''),
37
+ name: String(xml.Service?.Name || 'unnamed'),
38
+ title: xml.Service?.Title ? String(xml.Service?.Title) : undefined,
39
+ abstract: xml.Service?.Abstract ? String(xml.Service?.Abstract) : undefined,
40
+ keywords: (0, parse_xml_helpers_1.getXMLStringArray)(xml.Service?.KeywordList?.Keyword),
41
+ fees: xml.Service?.Fees ? JSON.stringify(xml.Service?.Fees) : undefined,
42
+ accessConstraints: xml.Service?.AccessConstraints
43
+ ? JSON.stringify(xml.Service?.AccessConstraints)
44
+ : undefined,
45
+ layerLimit: (0, parse_xml_helpers_1.getXMLInteger)(xml.Service?.LayerLimit),
46
+ maxWidth: (0, parse_xml_helpers_1.getXMLInteger)(xml.Service?.maxWidth),
47
+ maxHeight: (0, parse_xml_helpers_1.getXMLInteger)(xml.Service?.maxHeight),
48
+ layers: [],
49
+ requests: extractRequests(xml.Capability?.Request),
50
+ exceptions: extractExceptions(xml.Exception)
51
+ // contact field is a mess of largely irrelevant information, put it last
52
+ // contact: xml.Service?.Contact ? JSON.stringify(xml.Service?.Contact) : undefined,
1930
53
  };
1931
- for (const keyword of xml.Service?.KeywordList?.Keyword || []) {
1932
- capabilities.keywords.push(keyword);
54
+ // LAYERS
55
+ const xmlLayers = (0, parse_xml_helpers_1.getXMLArray)(xml.Capability?.Layer);
56
+ for (const xmlSubLayer of xmlLayers) {
57
+ capabilities.layers.push(extractLayer(xmlSubLayer));
1933
58
  }
1934
- for (const [name, xmlRequest] of Object.entries(xml.Capability?.Request || {})) {
1935
- capabilities.requests[name] = extractRequest(name, xmlRequest);
59
+ // Clean up object
60
+ for (const [key, value] of Object.entries(capabilities)) {
61
+ if (value === undefined) {
62
+ delete capabilities[key];
63
+ }
1936
64
  }
1937
65
  return capabilities;
1938
66
  }
1939
- /** Extract typed request data from XML */
1940
- function extractRequest(name, xmlRequest) {
1941
- const format = xmlRequest?.Format;
1942
- const mimeTypes = Array.isArray(format) ? format : [format];
1943
- return { name, mimeTypes };
67
+ /** Extract typed request metadata from XML requests field */
68
+ function extractRequests(xmlRequests) {
69
+ const requests = {};
70
+ for (const [name, xmlRequest] of Object.entries(xmlRequests || {})) {
71
+ const mimeTypes = (0, parse_xml_helpers_1.getXMLStringArray)(xmlRequest?.Format);
72
+ requests[name] = { mimeTypes };
73
+ }
74
+ return requests;
75
+ }
76
+ function extractExceptions(xmlException) {
77
+ const xmlExceptionFormats = (0, parse_xml_helpers_1.getXMLArray)(xmlException?.Format);
78
+ if (xmlExceptionFormats.length > 0) {
79
+ return {
80
+ mimeTypes: (0, parse_xml_helpers_1.getXMLStringArray)(xmlException)
81
+ };
82
+ }
83
+ return undefined;
1944
84
  }
1945
85
  /** Extract request data */
86
+ // eslint-disable-next-line complexity, max-statements
1946
87
  function extractLayer(xmlLayer) {
1947
88
  const layer = {
1948
- name: xmlLayer?.Name,
1949
- title: xmlLayer?.Title,
1950
- srs: xmlLayer?.SRS || [],
1951
- layers: []
89
+ // All layers must have a title
90
+ title: String(xmlLayer?.Title || ''),
91
+ // Name is required only if renderable
92
+ name: String(xmlLayer?.Name),
93
+ abstract: String(xmlLayer?.Abstract),
94
+ keywords: (0, parse_xml_helpers_1.getXMLStringArray)(xmlLayer.KeywordList?.Keyword)
1952
95
  };
96
+ // WMS 1.3.0 changes SRS to CRS
97
+ const crs = xmlLayer?.CRS || xmlLayer?.SRS;
98
+ if (crs && Array.isArray(crs) && crs.every((_) => typeof _ === 'string')) {
99
+ layer.crs = crs;
100
+ }
101
+ // v1.3.0 extract simple geographic bounding box
102
+ let geographicBoundingBox = xmlLayer?.EX_GeographicBoundingBox && extractEXBoundingBox(xmlLayer?.EX_GeographicBoundingBox);
103
+ if (geographicBoundingBox) {
104
+ layer.geographicBoundingBox = geographicBoundingBox;
105
+ }
106
+ // v1.1.1 extract simple geographic bounding box
107
+ geographicBoundingBox =
108
+ xmlLayer?.LatLonBoundingBox && extractLatLonBoundingBox(xmlLayer?.LatLonBoundingBox);
109
+ if (geographicBoundingBox) {
110
+ layer.geographicBoundingBox = geographicBoundingBox;
111
+ }
112
+ // Extract per-CRS bounding boxes
113
+ const boundingBoxes = xmlLayer?.BoundingBox && extractWMSBoundingBoxes(xmlLayer?.BoundingBox);
114
+ if (boundingBoxes && boundingBoxes.length > 0) {
115
+ layer.boundingBoxes = boundingBoxes;
116
+ }
117
+ if (xmlLayer?.opaque) {
118
+ layer.opaque = (0, parse_xml_helpers_1.getXMLBoolean)(xmlLayer?.opaque);
119
+ }
120
+ if (xmlLayer?.cascaded) {
121
+ layer.cascaded = (0, parse_xml_helpers_1.getXMLBoolean)(xmlLayer?.cascaded);
122
+ }
123
+ if (xmlLayer?.queryable) {
124
+ layer.queryable = (0, parse_xml_helpers_1.getXMLBoolean)(xmlLayer?.queryable);
125
+ }
1953
126
  // Single layer is not represented as array in XML
1954
- const xmlLayers = getXMLArray(xmlLayer?.Layer);
127
+ const xmlLayers = (0, parse_xml_helpers_1.getXMLArray)(xmlLayer?.Layer);
128
+ const layers = [];
1955
129
  for (const xmlSubLayer of xmlLayers) {
1956
- layer.layers?.push(extractLayer(xmlSubLayer));
130
+ layers.push(extractLayer(xmlSubLayer));
131
+ }
132
+ if (layers.length > 0) {
133
+ layer.layers = layers;
134
+ }
135
+ // Clean up object
136
+ for (const [key, value] of Object.entries(layer)) {
137
+ if (value === undefined) {
138
+ delete layer[key];
139
+ }
1957
140
  }
1958
141
  return layer;
1959
142
  }
1960
- function getXMLArray(xmlValue) {
1961
- if (Array.isArray(xmlValue)) {
1962
- return xmlValue;
143
+ /** WMS 1.3.0 Loosely defined geospatial bounding box in unspecified CRS for quick content searches */
144
+ function extractEXBoundingBox(xmlBoundingBox) {
145
+ const { westBoundLongitude: w, northBoundLatitude: n, eastBoundLongitude: e, southBoundLatitude: s } = xmlBoundingBox;
146
+ return [
147
+ [w, s],
148
+ [e, n]
149
+ ];
150
+ }
151
+ /** WMS 1.1.1 Loosely defined geospatial bounding box in unspecified CRS for quick content searches */
152
+ function extractLatLonBoundingBox(xmlBoundingBox) {
153
+ const { minx, miny, maxx, maxy } = xmlBoundingBox;
154
+ return [
155
+ [minx, miny],
156
+ [maxx, maxy]
157
+ ];
158
+ }
159
+ /** Loosely defined geospatial bounding box in unspecified CRS for quick content searches */
160
+ function extractWMSBoundingBoxes(xmlBoundingBoxes) {
161
+ const xmlBoxes = (0, parse_xml_helpers_1.getXMLArray)(xmlBoundingBoxes);
162
+ return xmlBoxes.map((xmlBox) => extractWMSBoundingBox(xmlBox));
163
+ }
164
+ /** Loosely defined geospatial bounding box in unspecified CRS for quick content searches */
165
+ function extractWMSBoundingBox(xmlBoundingBox) {
166
+ const { CRS, SRS, minx, miny, maxx, maxy, resx, resy } = xmlBoundingBox;
167
+ const boundingBox = {
168
+ // CRS in 1.3.0, SRS in 1.1.1
169
+ crs: CRS || SRS,
170
+ boundingBox: [
171
+ [(0, parse_xml_helpers_1.getXMLFloat)(minx), (0, parse_xml_helpers_1.getXMLFloat)(miny)],
172
+ [(0, parse_xml_helpers_1.getXMLFloat)(maxx), (0, parse_xml_helpers_1.getXMLFloat)(maxy)]
173
+ ]
174
+ };
175
+ if (resx) {
176
+ boundingBox.xResolution = resx;
177
+ }
178
+ if (resy) {
179
+ boundingBox.yResolution = resy;
180
+ }
181
+ return boundingBox;
182
+ }
183
+ /** Traverse layers and inject missing props from parents */
184
+ // eslint-disable-next-line complexity
185
+ function addInheritedLayerProps(layer, parent) {
186
+ if (parent && parent.geographicBoundingBox && !layer.geographicBoundingBox) {
187
+ layer.geographicBoundingBox = [...parent.geographicBoundingBox];
188
+ }
189
+ if (parent && parent.crs && !layer.crs) {
190
+ layer.crs = [...parent.crs];
191
+ }
192
+ if (parent && parent.boundingBoxes && !layer.boundingBoxes) {
193
+ layer.boundingBoxes = [...parent.boundingBoxes];
1963
194
  }
1964
- if (xmlValue) {
1965
- return [xmlValue];
195
+ // TODO inherit other elements
196
+ for (const subLayer of layer.layers || []) {
197
+ addInheritedLayerProps(subLayer, layer);
1966
198
  }
1967
- return [];
1968
199
  }