PageRenderTime 55ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/webportal_config/prod/webportal_config.xml

http://alageospatialportal.googlecode.com/
XML | 1688 lines | 1330 code | 146 blank | 212 comment | 0 complexity | c13c965a1e98f85f2fadbcb84082329d MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <tns:portal xmlns:tns="xmlbeans.config.portal.emii.org.au" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="xmlbeans.config.portal.emii.org.au
  3. ../../../../PortalDatasourceConfigurationFile/src/main/xsd/PortalDatasourceConfigurationFile.xsd ">
  4. <tns:configuration>
  5. <!--
  6. This section is where you can add arbitrary additional configuration information
  7. without having to worry about modifying the XML schema and regenerating the
  8. xmlbeans.
  9. Configuration of system messages and icons has been moved to a separate
  10. .properties file to keep the size of this config file manageable
  11. -->
  12. <!--
  13. Portal name
  14. -->
  15. <portal_name>IMOS Ocean Portal</portal_name>
  16. <!--
  17. maximum time to wait for a connection to establish under normal
  18. conditions (ms)
  19. -->
  20. <net_connect_timeout>1000</net_connect_timeout>
  21. <!--
  22. maximum time to wait for reading from a connection to finish
  23. under normal conditions(ms)
  24. -->
  25. <net_read_timeout>10000</net_read_timeout>
  26. <!--
  27. maximum time to wait for a connection to establish under slow
  28. server conditions (ms)
  29. -->
  30. <net_connect_slow_timeout>600000</net_connect_slow_timeout>
  31. <!--
  32. maximum time to wait for reading from a connection to finish
  33. under slow server conditions (ms)
  34. -->
  35. <net_read_slow_timeout>600000</net_read_slow_timeout>
  36. <!-- internal id for the user defined layers group -->
  37. <user_defined_layer_group_id>mylayers-0</user_defined_layer_group_id>
  38. <!-- Configuration file will be reread after this interval (ms)
  39. Handy values:
  40. 60000 = 1 minute
  41. 3600000 = 1 hour
  42. 86400000 = 24 hours
  43. -->
  44. <config_reread_interval>86400000</config_reread_interval>
  45. <!--
  46. On first application load, the config file will be re-read after this
  47. interval and will subsequently be reread after the config_reread_interval.
  48. This is to handle servers that are not fully up yet being restarted
  49. at the same time as us
  50. -->
  51. <config_reread_initial_interval>120000</config_reread_initial_interval>
  52. <!--
  53. proxyHack() will be called in ConfigurationLoader if true, and
  54. all HTTP requests will then be proxied unless the host is listed in
  55. the proxy_non_proxy_hosts element
  56. -->
  57. <proxy_required>true</proxy_required>
  58. <!-- proxy server host or IP address -->
  59. <proxy_host>proxy.utas.edu.au</proxy_host>
  60. <!-- proxy server port number -->
  61. <proxy_port>8080</proxy_port>
  62. <!-- proxy server username -->
  63. <proxy_username>bjward</proxy_username>
  64. <!-- proxy server password -->
  65. <proxy_password>LEgEndrE</proxy_password>
  66. <!--
  67. proxy will NOT be contacted for hosts listed here, delimited by
  68. commas and enclosed in quotes
  69. -->
  70. <proxy_non_proxy_hosts><![CDATA[
  71. 'localhost',
  72. 'obsidian',
  73. 'obsidian.bluenet.utas.edu.au',
  74. 'emii3.its.utas.edu.au',
  75. 'imos.aodn.org.au',
  76. 'geoff-laptop'
  77. ]]>
  78. </proxy_non_proxy_hosts>
  79. <!--
  80. python proxy script also reads this file and will only allow requests
  81. to be forwarded to these hosts, delimited by ','
  82. -->
  83. <proxy_allowed_hosts><![CDATA[
  84. 'emii3.its.utas.edu.au',
  85. 'ows.bom.gov.au',
  86. 'data.aims.gov.au',
  87. 'obsidian',
  88. 'obsidian:8080',
  89. 'obsidian.bluenet.utas.edu.au',
  90. 'obsidian.bluenet.utas.edu.au:800',
  91. 'obsidian.bluenet.utas.edu.au:8080',
  92. 'test.emii.org.au',
  93. 'www.openlayers.org',
  94. 'openlayers.org',
  95. 'labs.metacarta.com',
  96. 'world.freemap.in',
  97. 'prototype.openmnnd.org',
  98. 'geo.openplans.org',
  99. 'sigma.openplans.org',
  100. 'www.marine-geo.org',
  101. 'www.openstreetmap.org',
  102. 't1.hypercube.telascience.org',
  103. 'rolexsydneyhobart.com',
  104. 'www.imos.org.au',
  105. 'emii3.its.utas.edu.au',
  106. 'opendap-ivec.arcs.org.au',
  107. 'imos.aodn.org.au'
  108. ]]>
  109. </proxy_allowed_hosts>
  110. <!-- Buffer in pixels for getFeatureInfo requests -->
  111. <get_feature_info_buffer>5</get_feature_info_buffer>
  112. <!--
  113. Buffer zone in TILES around the current viewport
  114. * W * A * R * N * I * N * G * ! *
  115. Increasing this number DRAMATICALLY increases load
  116. on both browsers and servers! You have been warned.
  117. -->
  118. <openlayers_tile_buffer>1</openlayers_tile_buffer>
  119. <!-- Openlayer: images wider and taller than the tile size by a value of 2 x gutter
  120. NOT WORKING over the date line. incorrect values sent to server or Geoserver not handling send values.
  121. Keep as zero till fixed
  122. -->
  123. <openlayers_tile_gutter>0</openlayers_tile_gutter>
  124. <!-- MEST URI path to search keywords -->
  125. <mest_keyword_path>/geonetwork/srv/en/portal.search.keywords</mest_keyword_path>
  126. <!-- fixed width of animated images when requesting from ncwms/thredds -->
  127. <animation_width>512</animation_width>
  128. <!-- fixed height of animated images when requesting from ncwms/thredds -->
  129. <animation_height>512</animation_height>
  130. <!--
  131. maximum length (chars) of a layer name for display purposes. Names
  132. exceeding this limit will be truncated
  133. -->
  134. <layer_name_max_length>37</layer_name_max_length>
  135. <!--
  136. Default width for left portal menu
  137. -->
  138. <menu_default_width>380px</menu_default_width>
  139. <!--
  140. Width of the menu when minimised
  141. -->
  142. <menu_minimised_width>22px</menu_minimised_width>
  143. <!--
  144. There is no built in limit for thredds animations but the whole
  145. server will start running slowly if users request too many frames
  146. for animation - selecting a whole year's worth of data takes
  147. about 7 minutes at the moment, so we impose an arbitrary frame limit
  148. here to protect the server and for THREDDS
  149. -->
  150. <thredds_maximum_allowed_frames>30</thredds_maximum_allowed_frames>
  151. <!-- height of the north borderlayer component (banner) -->
  152. <north_border_height>100px</north_border_height>
  153. <!--
  154. size in pixels to leave when stacking windows - an integer (=px)
  155. -->
  156. <window_stacking_boundary>50</window_stacking_boundary>
  157. <!--
  158. size after which the window stacking will roll over again
  159. to prevent drawing too far off screen - an integer (=px)
  160. -->
  161. <window_stacking_constant>600</window_stacking_constant>
  162. <!--
  163. Time to keep an object in cache (SQUID) in seconds
  164. -->
  165. <cache_max_age>86400</cache_max_age>
  166. <!--
  167. URL to hit for indirect cache requests
  168. -->
  169. <cache_url>/webportal/RemoteRequest</cache_url>
  170. <!--
  171. paramter to set for indirect cache requests (contains the url to
  172. go to)
  173. -->
  174. <cache_parameter>url</cache_parameter>
  175. <!-- MEST URI path to search keywords -->
  176. <mest_keyword_path>/geonetwork/srv/en/portal.search.keywords</mest_keyword_path>
  177. <!--
  178. GeoNetwork supported countries xml file (from web/geonetwork/loc/ru/xml/countries.xml)
  179. in the GeoNetwork source tree - must be within classpath
  180. -->
  181. <iso_countries_xml_filename>country_codes.xml</iso_countries_xml_filename>
  182. <!--
  183. Mime type indicating an xml document response
  184. -->
  185. <xml_mime_type>application/xml</xml_mime_type>
  186. <!--
  187. Value of the profile field (in mest user info) that will trigger the user being
  188. treated as a portal administrator when they login
  189. -->
  190. <mest_portal_administrator_profile>Administrator</mest_portal_administrator_profile>
  191. <!--
  192. Profile type to request from mest when registering new users
  193. -->
  194. <mest_self_registration_profile>RegisteredUser</mest_self_registration_profile>
  195. <!--
  196. Error flag to watch for from mest that indicates the user is already registered
  197. -->
  198. <mest_duplicate_user_error_flag>errorEmailAddressAlreadyRegistered</mest_duplicate_user_error_flag>
  199. </tns:configuration>
  200. <!-- portal settings DISPLAYED IN ORDER-->
  201. <tns:settings>
  202. <tns:staticLinks>
  203. <tns:staticLinkIdRef>emiihome-0</tns:staticLinkIdRef>
  204. <tns:staticLinkIdRef>IMOS-home-0</tns:staticLinkIdRef>
  205. <tns:staticLinkIdRef>help-0</tns:staticLinkIdRef>
  206. </tns:staticLinks>
  207. <!-- example of how to active a layer by default when portal is loaded -->
  208. <tns:activeByDefault>
  209. <tns:layer>
  210. <tns:idRef>argo-2</tns:idRef>
  211. </tns:layer>
  212. </tns:activeByDefault>
  213. <tns:defaultBaseLayerIdRef>basemap-2</tns:defaultBaseLayerIdRef>
  214. <tns:defaultRegionIdRef>AUSTRALIA-0</tns:defaultRegionIdRef>
  215. <tns:defaultFacilityIdRef>argo-root</tns:defaultFacilityIdRef>
  216. <tns:defaultSelection>FACILITY</tns:defaultSelection>
  217. <tns:defaultBoundingBox>
  218. <tns:minLatitude>-44.0</tns:minLatitude>
  219. <tns:maxLatitude>-10.0</tns:maxLatitude>
  220. <tns:minLongitude>110.0</tns:minLongitude>
  221. <tns:maxLongitude>155.0</tns:maxLongitude>
  222. </tns:defaultBoundingBox>
  223. <!-- keep public MEST disabled during testing -->
  224. <!-- public-mest-0 dev-mest-0 -->
  225. <tns:defaultSearchCatalogueIdRef>public-mest-0</tns:defaultSearchCatalogueIdRef>
  226. </tns:settings>
  227. <!--
  228. facilities NOTE: The order is politically important!
  229. ARGO
  230. SOOP
  231. SOTS
  232. ANFOG
  233. AUV
  234. ANMN
  235. ACORN
  236. AATAMS
  237. FAIMMS
  238. SRS
  239. -->
  240. <tns:facilities>
  241. <tns:facility>
  242. <tns:id>argo-root</tns:id>
  243. <tns:name>Argo Floats</tns:name>
  244. <tns:disabled>false</tns:disabled>
  245. <tns:description>Argo Floats in Australian waters</tns:description>
  246. <tns:menu>
  247. <tns:id>argo-pos</tns:id>
  248. <tns:name>Argo Floats in Australian waters</tns:name>
  249. <tns:disabled>false</tns:disabled>
  250. <tns:description>Argo Floats last known positions</tns:description>
  251. <tns:children>
  252. <tns:dataSourceIdRef>argo-2</tns:dataSourceIdRef>
  253. <tns:dataSourceIdRef>argo-oxygen</tns:dataSourceIdRef>
  254. </tns:children>
  255. </tns:menu>
  256. </tns:facility>
  257. <tns:facility>
  258. <tns:id>soop-root</tns:id>
  259. <tns:name>Ship of Opportunity (SOOP)</tns:name>
  260. <tns:disabled>false</tns:disabled>
  261. <tns:description>SOOP Ship of Opportunity</tns:description>
  262. <tns:menu>
  263. <tns:id>soop-0</tns:id>
  264. <tns:name>SOOP Ship of Opportunity</tns:name>
  265. <tns:disabled>false</tns:disabled>
  266. <tns:description>SOOP Ship of Opportunity</tns:description>
  267. <tns:children>
  268. <tns:dataSourceIdRef>soop-xbt-0</tns:dataSourceIdRef>
  269. <tns:dataSourceIdRef>soop-co2-0</tns:dataSourceIdRef>
  270. <tns:dataSourceIdRef>soop-asf-0</tns:dataSourceIdRef>
  271. <tns:dataSourceIdRef>soop-tmv-0</tns:dataSourceIdRef>
  272. <tns:menuGroup>
  273. <tns:id>soop-sst-group</tns:id>
  274. <tns:name>SOOP Sea Surface Temperature</tns:name>
  275. <tns:disabled>false</tns:disabled>
  276. <tns:description>SOOP Ship of Opportunity SST</tns:description>
  277. <tns:children>
  278. <tns:dataSourceIdRef>soop-sst-VROB</tns:dataSourceIdRef>
  279. <tns:dataSourceIdRef>soop-sst-VNSZ</tns:dataSourceIdRef>
  280. <tns:dataSourceIdRef>soop-sst-FHZI</tns:dataSourceIdRef>
  281. <tns:dataSourceIdRef>soop-sst-VHW5167</tns:dataSourceIdRef>
  282. <tns:dataSourceIdRef>soop-sst-VJQ7467</tns:dataSourceIdRef>
  283. <tns:dataSourceIdRef>soop-sst-VNAH</tns:dataSourceIdRef>
  284. <tns:dataSourceIdRef>soop-sst-0</tns:dataSourceIdRef>
  285. </tns:children>
  286. </tns:menuGroup>
  287. <tns:menuGroup>
  288. <tns:id>soop-CPR-group</tns:id>
  289. <tns:name>SOOP Continuous Plankton Recorder</tns:name>
  290. <tns:disabled>false</tns:disabled>
  291. <tns:description>SOOP Continuous Plankton Recorder</tns:description>
  292. <tns:children>
  293. <tns:dataSourceIdRef>soop-cpr-1</tns:dataSourceIdRef>
  294. <tns:dataSourceIdRef>soop-cpr-2</tns:dataSourceIdRef>
  295. <tns:dataSourceIdRef>soop-cpr-3</tns:dataSourceIdRef>
  296. <tns:dataSourceIdRef>soop-cpr-4</tns:dataSourceIdRef>
  297. <tns:dataSourceIdRef>soop-cpr-5</tns:dataSourceIdRef>
  298. <tns:dataSourceIdRef>soop-cpr-6</tns:dataSourceIdRef>
  299. </tns:children>
  300. </tns:menuGroup>
  301. </tns:children>
  302. </tns:menu>
  303. </tns:facility>
  304. <tns:facility>
  305. <tns:id>sots-root</tns:id>
  306. <tns:name>Southern Ocean Time Series (SOTS)</tns:name>
  307. <tns:disabled>false</tns:disabled>
  308. <tns:description>SOTS - Southern Ocean Time Series</tns:description>
  309. <tns:menu>
  310. <tns:id>sots-0</tns:id>
  311. <tns:name>SOTS - Southern Ocean Time Series</tns:name>
  312. <tns:disabled>false</tns:disabled>
  313. <tns:description>SOTS - Southern Ocean Time Series</tns:description>
  314. <tns:children>
  315. <tns:dataSourceIdRef>sots</tns:dataSourceIdRef>
  316. </tns:children>
  317. </tns:menu>
  318. </tns:facility>
  319. <tns:facility>
  320. <tns:id>anfog-root</tns:id>
  321. <tns:name>Ocean Gliders (ANFOG)</tns:name>
  322. <tns:disabled>false</tns:disabled>
  323. <tns:description>Australian National Facility for Ocean Gliders (ANFOG)</tns:description>
  324. <tns:menu>
  325. <tns:id>anfog-0</tns:id>
  326. <tns:name>ANFOG - Coastal and Ocean Gliders</tns:name>
  327. <tns:disabled>false</tns:disabled>
  328. <tns:description>Australian National Facility for Ocean Gliders (ANFOG)</tns:description>
  329. <tns:children>
  330. <tns:dataSourceIdRef>anfog-maria2009</tns:dataSourceIdRef>
  331. <tns:dataSourceIdRef>anfog-perth2009</tns:dataSourceIdRef>
  332. <tns:menuGroup>
  333. <tns:id>anfog-fremantle-group</tns:id>
  334. <tns:name>ANFOG - Fremantle</tns:name>
  335. <tns:disabled>false</tns:disabled>
  336. <tns:description>ANFOG Fremantle glider deployments</tns:description>
  337. <tns:children>
  338. <tns:dataSourceIdRef>anfog-fremantleFRE_1</tns:dataSourceIdRef>
  339. <tns:dataSourceIdRef>anfog-fremantleFRE_2</tns:dataSourceIdRef>
  340. <tns:dataSourceIdRef>anfog-fremantleFRE_3</tns:dataSourceIdRef>
  341. <tns:dataSourceIdRef>anfog-fremantleFRE_4</tns:dataSourceIdRef>
  342. <tns:dataSourceIdRef>anfog-fremantleFRE_5</tns:dataSourceIdRef>
  343. <tns:dataSourceIdRef>anfog-fremantleFRE_6</tns:dataSourceIdRef>
  344. </tns:children>
  345. </tns:menuGroup>
  346. <tns:menuGroup>
  347. <tns:id>anfog-marionbay-group</tns:id>
  348. <tns:name>ANFOG - Marion Bay</tns:name>
  349. <tns:disabled>false</tns:disabled>
  350. <tns:description>ANFOG Marion Bay glider deployments</tns:description>
  351. <tns:children>
  352. <tns:dataSourceIdRef>ANFOG-MarionBayMAB_1</tns:dataSourceIdRef>
  353. <tns:dataSourceIdRef>ANFOG-MarionBayMAB_2</tns:dataSourceIdRef>
  354. <tns:dataSourceIdRef>ANFOG-MarionBayMAB_3</tns:dataSourceIdRef>
  355. </tns:children>
  356. </tns:menuGroup>
  357. <tns:dataSourceIdRef>anfog-portstephens2008</tns:dataSourceIdRef>
  358. <tns:dataSourceIdRef>anfog-bicheno2009</tns:dataSourceIdRef>
  359. <tns:dataSourceIdRef>anfog-harrington2009</tns:dataSourceIdRef>
  360. <tns:dataSourceIdRef>anfog-kalbarri2009</tns:dataSourceIdRef>
  361. </tns:children>
  362. </tns:menu>
  363. </tns:facility>
  364. <tns:facility>
  365. <tns:id>auv-root</tns:id>
  366. <tns:name>Autonomous Underwater Vehicle (AUV)</tns:name>
  367. <tns:disabled>false</tns:disabled>
  368. <tns:description>Autonomous Underwater Vehicle (AUV)</tns:description>
  369. <tns:menu>
  370. <tns:id>auv-0</tns:id>
  371. <tns:name>Autonomous Underwater Vehicle</tns:name>
  372. <tns:disabled>false</tns:disabled>
  373. <tns:description>AUV Autonomous Underwater Vehicle</tns:description>
  374. <tns:children>
  375. <tns:dataSourceIdRef>auv-0</tns:dataSourceIdRef>
  376. </tns:children>
  377. </tns:menu>
  378. </tns:facility>
  379. <tns:facility>
  380. <tns:id>anmn-root</tns:id>
  381. <tns:name>Moorings Network (ANMN)</tns:name>
  382. <tns:disabled>false</tns:disabled>
  383. <tns:description>Australian National Moorings Network (ANMN)</tns:description>
  384. <tns:menu>
  385. <tns:id>anmn-0</tns:id>
  386. <tns:name>ANMN Moorings</tns:name>
  387. <tns:disabled>false</tns:disabled>
  388. <tns:description>Australian National Moorings Network (ANMN)</tns:description>
  389. <tns:children>
  390. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  391. <tns:dataSourceIdRef>anmn-pao</tns:dataSourceIdRef>
  392. <tns:dataSourceIdRef>anmn-occ</tns:dataSourceIdRef>
  393. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  394. </tns:children>
  395. </tns:menu>
  396. </tns:facility>
  397. <tns:facility>
  398. <tns:id>acorn-root</tns:id>
  399. <tns:name>Ocean Radar Network (ACORN)</tns:name>
  400. <tns:disabled>false</tns:disabled>
  401. <tns:description>Australian Coastal Ocean Radar Network (ACORN)</tns:description>
  402. <tns:menu>
  403. <tns:id>acorn-rs-radar</tns:id>
  404. <tns:name>ACORN Coastal Radar</tns:name>
  405. <tns:disabled>false</tns:disabled>
  406. <tns:description>ACORN Coastal Radar</tns:description>
  407. <tns:children>
  408. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  409. </tns:children>
  410. </tns:menu>
  411. </tns:facility>
  412. <tns:facility>
  413. <tns:id>aatams-root</tns:id>
  414. <tns:name>Fish Tagging/Monitoring System (AATAMS)</tns:name>
  415. <tns:disabled>false</tns:disabled>
  416. <tns:description>Australian Acoustic Tagging and Monitoring System (AATAMS)</tns:description>
  417. <tns:menu>
  418. <tns:id>aatams</tns:id>
  419. <tns:name>AATAMS</tns:name>
  420. <tns:disabled>false</tns:disabled>
  421. <tns:description>Australian Acoustic Tagging and Monitoring System</tns:description>
  422. <tns:children>
  423. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  424. </tns:children>
  425. </tns:menu>
  426. </tns:facility>
  427. <tns:facility>
  428. <tns:id>faimms-root</tns:id>
  429. <tns:name>Sensor Networks (FAIMMS)</tns:name>
  430. <tns:disabled>false</tns:disabled>
  431. <tns:description>Facility for Automated Intelligent Monitoring of Marine System (FAIMMS)</tns:description>
  432. <tns:menu>
  433. <tns:id>faimms</tns:id>
  434. <tns:name>FAIMMS</tns:name>
  435. <tns:disabled>false</tns:disabled>
  436. <tns:description>Facility for Automated Intelligent Monitoring of Marine System</tns:description>
  437. <tns:children>
  438. <tns:dataSourceIdRef>faimms-0</tns:dataSourceIdRef>
  439. </tns:children>
  440. </tns:menu>
  441. </tns:facility>
  442. <tns:facility>
  443. <tns:id>emii-root</tns:id>
  444. <tns:name>eMII</tns:name>
  445. <tns:disabled>true</tns:disabled>
  446. <tns:description>eMarine Information Infrastructure (eMII)</tns:description>
  447. <tns:menu>
  448. <tns:id>emii</tns:id>
  449. <tns:name>eMII</tns:name>
  450. <tns:disabled>false</tns:disabled>
  451. <tns:description>eMMI Information</tns:description>
  452. <tns:children>
  453. <tns:staticLinkIdRef>emiihome-0</tns:staticLinkIdRef>
  454. <tns:dataSourceIdRef>wms-layer-2</tns:dataSourceIdRef>
  455. <tns:staticLinkIdRef>IMOS-home-0</tns:staticLinkIdRef>
  456. <tns:staticLinkIdRef>help-0</tns:staticLinkIdRef>
  457. </tns:children>
  458. </tns:menu>
  459. </tns:facility>
  460. <tns:facility>
  461. <tns:id>srs-root</tns:id>
  462. <tns:name>Satellite Remote Sensing (SRS)</tns:name>
  463. <tns:disabled>false</tns:disabled>
  464. <tns:description>Satellite Remote Sensing (SRS)</tns:description>
  465. <tns:menu>
  466. <tns:id>rs-satellite</tns:id>
  467. <tns:name>Satellite Remote Sensing (TEST LAYERS)</tns:name>
  468. <tns:disabled>false</tns:disabled>
  469. <tns:description>Satellite Remote Sensing (TEST LAYERS)</tns:description>
  470. <tns:children>
  471. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  472. <tns:dataSourceIdRef>TPAC-Thredds-0</tns:dataSourceIdRef>
  473. <tns:dataSourceIdRef>ncWMS-demo-0</tns:dataSourceIdRef>
  474. </tns:children>
  475. </tns:menu>
  476. </tns:facility>
  477. </tns:facilities>
  478. <!-- regions -->
  479. <tns:regions>
  480. <!-- Western Australia -->
  481. <tns:region>
  482. <tns:id>wa-0</tns:id>
  483. <tns:name>Western Australia (WA-IMOS)</tns:name>
  484. <tns:disabled>false</tns:disabled>
  485. <tns:description>Western Australia (WA-IMOS)</tns:description>
  486. <tns:menu>
  487. <tns:id>root-wa</tns:id>
  488. <tns:name>Australia</tns:name>
  489. <tns:disabled>true</tns:disabled>
  490. <tns:description>Australia</tns:description>
  491. <tns:children>
  492. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  493. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  494. <tns:menuGroup>
  495. <tns:id>anfog-fremantle-group2</tns:id>
  496. <tns:name>ANFOG - Fremantle</tns:name>
  497. <tns:disabled>true</tns:disabled>
  498. <tns:description>ANFOG Fremantle glider deployments</tns:description>
  499. <tns:children>
  500. <tns:dataSourceIdRef>anfog-fremantleFRE_1</tns:dataSourceIdRef>
  501. <tns:dataSourceIdRef>anfog-fremantleFRE_2</tns:dataSourceIdRef>
  502. <tns:dataSourceIdRef>anfog-fremantleFRE_3</tns:dataSourceIdRef>
  503. <tns:dataSourceIdRef>anfog-fremantleFRE_4</tns:dataSourceIdRef>
  504. <tns:dataSourceIdRef>anfog-fremantleFRE_5</tns:dataSourceIdRef>
  505. <tns:dataSourceIdRef>anfog-fremantleFRE_6</tns:dataSourceIdRef>
  506. </tns:children>
  507. </tns:menuGroup>
  508. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  509. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  510. <tns:dataSourceIdRef>argo-0</tns:dataSourceIdRef>
  511. <tns:dataSourceIdRef>auv-0</tns:dataSourceIdRef>
  512. <tns:dataSourceIdRef>soop-sst-0</tns:dataSourceIdRef>
  513. <tns:dataSourceIdRef>soop-xbt-0</tns:dataSourceIdRef>
  514. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  515. </tns:children>
  516. </tns:menu>
  517. <tns:boundingBox>
  518. <tns:minLatitude>-36.0</tns:minLatitude>
  519. <tns:maxLatitude>-20.0</tns:maxLatitude>
  520. <tns:minLongitude>110.0</tns:minLongitude>
  521. <tns:maxLongitude>120.0</tns:maxLongitude>
  522. </tns:boundingBox>
  523. </tns:region>
  524. <!-- Southern Australia -->
  525. <tns:region>
  526. <tns:id>sa-0</tns:id>
  527. <tns:name>Southern Australia (SA-IMOS)</tns:name>
  528. <tns:disabled>false</tns:disabled>
  529. <tns:description>Southern Australia (SA-IMOS)</tns:description>
  530. <tns:menu>
  531. <tns:id>root-sa</tns:id>
  532. <tns:name>SA Australia</tns:name>
  533. <tns:disabled>true</tns:disabled>
  534. <tns:description>Australia</tns:description>
  535. <tns:children>
  536. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  537. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  538. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  539. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  540. <tns:dataSourceIdRef>argo-0</tns:dataSourceIdRef>
  541. <tns:dataSourceIdRef>auv-0</tns:dataSourceIdRef>
  542. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  543. </tns:children>
  544. </tns:menu>
  545. <tns:boundingBox>
  546. <tns:minLatitude>-30.0</tns:minLatitude>
  547. <tns:maxLatitude>-37.0</tns:maxLatitude>
  548. <tns:minLongitude>120.0</tns:minLongitude>
  549. <tns:maxLongitude>140.0</tns:maxLongitude>
  550. </tns:boundingBox>
  551. </tns:region>
  552. <!-- New South Wales -->
  553. <tns:region>
  554. <tns:id>nsw-0</tns:id>
  555. <tns:name>New South Wales (NSW-IMOS)</tns:name>
  556. <tns:disabled>false</tns:disabled>
  557. <tns:description>New South Wales (NSW-IMOS)</tns:description>
  558. <tns:menu>
  559. <tns:id>root-nsw</tns:id>
  560. <tns:name>NSW Australia</tns:name>
  561. <tns:disabled>true</tns:disabled>
  562. <tns:description>NSW Australia</tns:description>
  563. <tns:children>
  564. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  565. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  566. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  567. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  568. <tns:dataSourceIdRef>argo-0</tns:dataSourceIdRef>
  569. <tns:dataSourceIdRef>soop-asf-0</tns:dataSourceIdRef>
  570. <tns:dataSourceIdRef>soop-co2-0</tns:dataSourceIdRef>
  571. <tns:dataSourceIdRef>soop-xbt-0</tns:dataSourceIdRef>
  572. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  573. </tns:children>
  574. </tns:menu>
  575. <tns:boundingBox>
  576. <tns:minLatitude>-45.0</tns:minLatitude>
  577. <tns:maxLatitude>-30.0</tns:maxLatitude>
  578. <tns:minLongitude>140.0</tns:minLongitude>
  579. <tns:maxLongitude>155.0</tns:maxLongitude>
  580. </tns:boundingBox>
  581. </tns:region>
  582. <!-- Great Barrier Reef -->
  583. <tns:region>
  584. <tns:id>gbr-0</tns:id>
  585. <tns:name>Great Barrier Reef (GBROOS)</tns:name>
  586. <tns:disabled>false</tns:disabled>
  587. <tns:description>Great Barrier Reef (GBROOS)</tns:description>
  588. <tns:menu>
  589. <tns:id>root-gbr</tns:id>
  590. <tns:name>Australia</tns:name>
  591. <tns:disabled>true</tns:disabled>
  592. <tns:description>Australia</tns:description>
  593. <tns:children>
  594. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  595. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  596. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  597. <tns:dataSourceIdRef>anmn-occ</tns:dataSourceIdRef>
  598. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  599. <tns:dataSourceIdRef>argo-0</tns:dataSourceIdRef>
  600. <tns:dataSourceIdRef>soop-asf-0</tns:dataSourceIdRef>
  601. <tns:dataSourceIdRef>auv-0</tns:dataSourceIdRef>
  602. <tns:dataSourceIdRef>soop-co2-0</tns:dataSourceIdRef>
  603. <tns:dataSourceIdRef>faimms-0</tns:dataSourceIdRef>
  604. <tns:dataSourceIdRef>soop-sst-0</tns:dataSourceIdRef>
  605. <tns:dataSourceIdRef>soop-xbt-0</tns:dataSourceIdRef>
  606. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  607. </tns:children>
  608. </tns:menu>
  609. <tns:boundingBox>
  610. <tns:minLatitude>-29.0</tns:minLatitude>
  611. <tns:maxLatitude>-10.0</tns:maxLatitude>
  612. <tns:minLongitude>143.0</tns:minLongitude>
  613. <tns:maxLongitude>155.0</tns:maxLongitude>
  614. </tns:boundingBox>
  615. </tns:region>
  616. <!-- Blue Water -->
  617. <tns:region>
  618. <tns:id>bw-0</tns:id>
  619. <tns:name>Bluewater</tns:name>
  620. <tns:disabled>false</tns:disabled>
  621. <tns:description>Bluewater Region</tns:description>
  622. <tns:menu>
  623. <tns:id>root-bw</tns:id>
  624. <tns:name>Australia</tns:name>
  625. <tns:disabled>true</tns:disabled>
  626. <tns:description>Australia</tns:description>
  627. <tns:children>
  628. <tns:dataSourceIdRef>aatams-0</tns:dataSourceIdRef>
  629. <tns:dataSourceIdRef>acorn-0</tns:dataSourceIdRef>
  630. <tns:dataSourceIdRef>anfog-maria2009</tns:dataSourceIdRef>
  631. <tns:dataSourceIdRef>anmn-nrs</tns:dataSourceIdRef>
  632. <tns:dataSourceIdRef>anmn-rm</tns:dataSourceIdRef>
  633. <tns:dataSourceIdRef>argo-0</tns:dataSourceIdRef>
  634. <tns:dataSourceIdRef>soop-asf-0</tns:dataSourceIdRef>
  635. <tns:dataSourceIdRef>soop-co2-0</tns:dataSourceIdRef>
  636. <tns:dataSourceIdRef>ncWMS-demo-0</tns:dataSourceIdRef>
  637. <tns:dataSourceIdRef>sots</tns:dataSourceIdRef>
  638. <tns:dataSourceIdRef>srs-satellite</tns:dataSourceIdRef>
  639. <tns:dataSourceIdRef>soop-sst-0</tns:dataSourceIdRef>
  640. <tns:dataSourceIdRef>soop-tmv-0</tns:dataSourceIdRef>
  641. <tns:dataSourceIdRef>soop-xbt-0</tns:dataSourceIdRef>
  642. </tns:children>
  643. </tns:menu>
  644. <tns:boundingBox>
  645. <tns:minLatitude>-60.0</tns:minLatitude>
  646. <tns:maxLatitude>-10.0</tns:maxLatitude>
  647. <tns:minLongitude>105.0</tns:minLongitude>
  648. <tns:maxLongitude>150.0</tns:maxLongitude>
  649. </tns:boundingBox>
  650. </tns:region>
  651. </tns:regions>
  652. <!-- realtime data providers -->
  653. <tns:realtimeDataProviders>
  654. <!-- -->
  655. <tns:realtimeDataProvider>
  656. <tns:id>rtd-0</tns:id>
  657. <tns:name>ANMN Moorings</tns:name>
  658. <tns:disabled>false</tns:disabled>
  659. <tns:description>ANMN Moorings</tns:description>
  660. <tns:menu>
  661. <tns:id>root-rtd</tns:id>
  662. <tns:name>root-rtd</tns:name>
  663. <tns:disabled>false</tns:disabled>
  664. <tns:description>Realtime Data</tns:description>
  665. <tns:children>
  666. <tns:dataSourceIdRef>anmn-nrs-realtime</tns:dataSourceIdRef>
  667. </tns:children>
  668. </tns:menu>
  669. </tns:realtimeDataProvider>
  670. <tns:realtimeDataProvider>
  671. <tns:id>rtd-2</tns:id>
  672. <tns:name>FAIMMS</tns:name>
  673. <tns:disabled>false</tns:disabled>
  674. <tns:description>ANMN Moorings</tns:description>
  675. <tns:menu>
  676. <tns:id>root-rtd-0</tns:id>
  677. <tns:name>root-rtd</tns:name>
  678. <tns:disabled>false</tns:disabled>
  679. <tns:description>Realtime Data</tns:description>
  680. <tns:children>
  681. <tns:dataSourceIdRef>faimms-0</tns:dataSourceIdRef>
  682. </tns:children>
  683. </tns:menu>
  684. </tns:realtimeDataProvider>
  685. </tns:realtimeDataProviders>
  686. <tns:dataSource>
  687. <!--
  688. Discoveries - each one equates to one or more map layers
  689. -->
  690. <tns:discoveries>
  691. <!-- TPAC/Thredds/SST/2001 -->
  692. <tns:discovery>
  693. <tns:id>TPAC-Thredds-0</tns:id>
  694. <tns:name>SST Product (2001-2009)</tns:name>
  695. <tns:disabled>true</tns:disabled>
  696. <tns:description>Thredds Server</tns:description>
  697. <!-- http://opendap-ivec.arcs.org.au/thredds/wms/IMOS/SRS/ABOM-L3P_GHRSST-SSTsubskin-AVHRR_MOSAIC_01km_agg/2001.ncml?service=WMS&version=1.3.0&request=GetCapabilities -->
  698. <tns:uri><![CDATA[http://opendap-ivec.arcs.org.au/thredds/wms/IMOS/SRS/ABOM-L3P_GHRSST-SSTsubskin-AVHRR_MOSAIC_01km_agg/2001.ncml?service=WMS&version=1.3.0&request=GetCapabilities]]></tns:uri>
  699. <tns:type>THREDDS</tns:type>
  700. <tns:cache>true</tns:cache>
  701. <tns:opacity>0.5</tns:opacity>
  702. </tns:discovery>
  703. <!--
  704. ncWMS @ emii3
  705. -->
  706. <tns:discovery>
  707. <tns:id>ncWMS-demo-0</tns:id>
  708. <tns:name>Remote Sensing Layers (Demo)</tns:name>
  709. <tns:disabled>false</tns:disabled>
  710. <tns:description>ncWMS Server Demonstration layers</tns:description>
  711. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/ncWMS/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0]]></tns:uri>
  712. <tns:type>NCWMS</tns:type>
  713. <tns:cache>false</tns:cache>
  714. <tns:opacity>0.5</tns:opacity>
  715. </tns:discovery>
  716. <!--
  717. ncWMS @ AIMS
  718. Disabled for testing
  719. -->
  720. <tns:discovery>
  721. <tns:id>ncWMS-Aims-0</tns:id>
  722. <tns:name>AIMSncWMS</tns:name>
  723. <tns:disabled>false</tns:disabled>
  724. <tns:description>ncWMS at AIMS</tns:description>
  725. <tns:uri><![CDATA[http://data.aims.gov.au/ncWMS2009/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0]]></tns:uri>
  726. <tns:type>NCWMS</tns:type>
  727. <tns:cache>false</tns:cache>
  728. <tns:opacity>0.5</tns:opacity>
  729. </tns:discovery>
  730. </tns:discoveries>
  731. <!--
  732. Services - individual map layers
  733. -->
  734. <tns:services>
  735. <!-- DEMO WMS LAYER -->
  736. <tns:service>
  737. <tns:id>wms-layer-0</tns:id>
  738. <tns:name>WMS layer</tns:name>
  739. <tns:disabled>true</tns:disabled>
  740. <tns:description>WMS layer demo</tns:description>
  741. <tns:uri><![CDATA[http://t1.hypercube.telascience.org/cgi-bin/landsat7]]></tns:uri>
  742. <tns:type>WMS-LAYER-1.1.1</tns:type>
  743. <tns:cache>false</tns:cache>
  744. <tns:opacity>0.5</tns:opacity>
  745. <tns:layers>landsat7</tns:layers>
  746. <tns:imageFormat>image/jpeg</tns:imageFormat>
  747. <tns:queryable>false</tns:queryable>
  748. </tns:service>
  749. <tns:service>
  750. <tns:id>wms-layer-2</tns:id>
  751. <tns:name>WMS layer</tns:name>
  752. <tns:disabled>true</tns:disabled>
  753. <tns:description>WMS layer demo</tns:description>
  754. <tns:uri><![CDATA[http://ows.bom.gov.au/cgi-bin/mapserver/users/bomw0473/latest]]></tns:uri>
  755. <tns:type>WMS-LAYER-1.1.1</tns:type>
  756. <tns:cache>false</tns:cache>
  757. <tns:opacity>1.0</tns:opacity>
  758. <tns:layers>IDA00001_forecast_capital</tns:layers>
  759. <tns:imageFormat>image/jpeg</tns:imageFormat>
  760. <tns:queryable>false</tns:queryable>
  761. </tns:service>
  762. <!--ARGO-->
  763. <tns:service>
  764. <tns:id>argo-2</tns:id>
  765. <tns:name>Argo Floats</tns:name>
  766. <tns:disabled>false</tns:disabled>
  767. <tns:description>Argo Floats in Australia's region of interest</tns:description>
  768. <tns:uri>http://obsidian.bluenet.utas.edu.au:800/geoserver/wms</tns:uri>
  769. <tns:type>WMS-LAYER-1.1.1</tns:type>
  770. <tns:cache>false</tns:cache>
  771. <tns:opacity>1.0</tns:opacity>
  772. <tns:layers>argo_float</tns:layers>
  773. <tns:imageFormat>image/png</tns:imageFormat>
  774. <tns:queryable>true</tns:queryable>
  775. </tns:service>
  776. <tns:service>
  777. <tns:id>argo-oxygen</tns:id>
  778. <tns:name>Argo Floats</tns:name>
  779. <tns:disabled>false</tns:disabled>
  780. <tns:description>Argo Floats in Australia's region of interest</tns:description>
  781. <tns:uri>http://obsidian.bluenet.utas.edu.au:800/geoserver/wms</tns:uri>
  782. <tns:type>WMS-LAYER-1.1.1</tns:type>
  783. <tns:cache>false</tns:cache>
  784. <tns:cql>oxygen_sensor eq true</tns:cql>
  785. <tns:opacity>1.0</tns:opacity>
  786. <tns:layers>argo_float</tns:layers>
  787. <tns:imageFormat>image/png</tns:imageFormat>
  788. <tns:queryable>true</tns:queryable>
  789. </tns:service>
  790. <!-- ACORN -->
  791. <tns:service>
  792. <tns:id>acorn-0</tns:id>
  793. <tns:name>ACORN </tns:name>
  794. <tns:disabled>false</tns:disabled>
  795. <tns:description>Australian Coastal Ocean Radar Network</tns:description>
  796. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  797. <tns:type>WMS-LAYER-1.1.1</tns:type>
  798. <tns:cache>false</tns:cache>
  799. <tns:opacity>1.0</tns:opacity>
  800. <tns:layers>ACORN_points_radar-station_version1</tns:layers>
  801. <tns:imageFormat>image/png</tns:imageFormat>
  802. <tns:queryable>true</tns:queryable>
  803. </tns:service>
  804. <!-- SOOP CPR -->
  805. <tns:service>
  806. <tns:id>soop-cpr-1</tns:id>
  807. <tns:name>SOOP CPR Brisbane-Sydney 6/25/09</tns:name>
  808. <tns:disabled>false</tns:disabled>
  809. <tns:description>(SOOP) Continuous Plankton Recorder Brisbane-Sydney 7/25/09</tns:description>
  810. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  811. <tns:type>WMS-LAYER-1.1.1</tns:type>
  812. <tns:cache>false</tns:cache>
  813. <tns:cql>Transect like 'BRSY20090627'</tns:cql>
  814. <tns:opacity>1.0</tns:opacity>
  815. <tns:layers>SOOP_CPR</tns:layers>
  816. <tns:imageFormat>image/png</tns:imageFormat>
  817. <tns:queryable>true</tns:queryable>
  818. </tns:service>
  819. <tns:service>
  820. <tns:id>soop-cpr-2</tns:id>
  821. <tns:name>SOOP CPR Brisbane-Sydney 7/25/09</tns:name>
  822. <tns:disabled>false</tns:disabled>
  823. <tns:description>(SOOP) Continuous Plankton Recorder Brisbane-Sydney 7/25/09</tns:description>
  824. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  825. <tns:type>WMS-LAYER-1.1.1</tns:type>
  826. <tns:cache>false</tns:cache>
  827. <tns:cql>Transect like 'BRSY20090725'</tns:cql>
  828. <tns:opacity>1.0</tns:opacity>
  829. <tns:layers>SOOP_CPR</tns:layers>
  830. <tns:imageFormat>image/png</tns:imageFormat>
  831. <tns:queryable>true</tns:queryable>
  832. </tns:service>
  833. <tns:service>
  834. <tns:id>soop-cpr-3</tns:id>
  835. <tns:name>SOOP CPR Brisbane-Sydney 8/24/09</tns:name>
  836. <tns:disabled>false</tns:disabled>
  837. <tns:description>(SOOP) Continuous Plankton Recorder Brisbane-Sydney 8/24/09</tns:description>
  838. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  839. <tns:type>WMS-LAYER-1.1.1</tns:type>
  840. <tns:cache>false</tns:cache>
  841. <tns:cql>Transect like 'BRSY20090824'</tns:cql>
  842. <tns:opacity>1.0</tns:opacity>
  843. <tns:layers>SOOP_CPR</tns:layers>
  844. <tns:imageFormat>image/png</tns:imageFormat>
  845. <tns:queryable>true</tns:queryable>
  846. </tns:service>
  847. <tns:service>
  848. <tns:id>soop-cpr-4</tns:id>
  849. <tns:name>SOOP CPR Sydney-Melbourne 6/29/09</tns:name>
  850. <tns:disabled>false</tns:disabled>
  851. <tns:description>(SOOP) Continuous Plankton Recorder Sydney-Melbourne 6/29/09</tns:description>
  852. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  853. <tns:type>WMS-LAYER-1.1.1</tns:type>
  854. <tns:cache>false</tns:cache>
  855. <tns:cql>Transect like 'SYME20090629'</tns:cql>
  856. <tns:opacity>1.0</tns:opacity>
  857. <tns:layers>SOOP_CPR</tns:layers>
  858. <tns:imageFormat>image/png</tns:imageFormat>
  859. <tns:queryable>true</tns:queryable>
  860. </tns:service>
  861. <tns:service>
  862. <tns:id>soop-cpr-5</tns:id>
  863. <tns:name>SOOP CPR Sydney-Melbourne 7/27/09</tns:name>
  864. <tns:disabled>false</tns:disabled>
  865. <tns:description>(SOOP) Continuous Plankton Recorder Sydney-Melbourne 7/27/09</tns:description>
  866. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  867. <tns:type>WMS-LAYER-1.1.1</tns:type>
  868. <tns:cache>false</tns:cache>
  869. <tns:cql>Transect like 'SYME20090727'</tns:cql>
  870. <tns:opacity>1.0</tns:opacity>
  871. <tns:layers>SOOP_CPR</tns:layers>
  872. <tns:imageFormat>image/png</tns:imageFormat>
  873. <tns:queryable>true</tns:queryable>
  874. </tns:service>
  875. <tns:service>
  876. <tns:id>soop-cpr-6</tns:id>
  877. <tns:name>SOOP CPR Sydney-Melbourne 8/22/09</tns:name>
  878. <tns:disabled>false</tns:disabled>
  879. <tns:description>(SOOP) Continuous Plankton Recorder Sydney-Melbourne 8/22/09</tns:description>
  880. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/geoserver/wms]]></tns:uri>
  881. <tns:type>WMS-LAYER-1.1.1</tns:type>
  882. <tns:cache>false</tns:cache>
  883. <tns:cql>Transect like 'SYME20090822'</tns:cql>
  884. <tns:opacity>1.0</tns:opacity>
  885. <tns:layers>SOOP_CPR</tns:layers>
  886. <tns:imageFormat>image/png</tns:imageFormat>
  887. <tns:queryable>true</tns:queryable>
  888. </tns:service>
  889. <!-- SOOP TMV -->
  890. <tns:service>
  891. <tns:id>soop-tmv-0</tns:id>
  892. <tns:name>SOOP Temperate Merchant Vessel</tns:name>
  893. <tns:disabled>false</tns:disabled>
  894. <tns:description>(SOOP) Temperate Merchant Vessel</tns:description>
  895. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  896. <tns:type>WMS-LAYER-1.1.1</tns:type>
  897. <tns:cache>false</tns:cache>
  898. <tns:opacity>1.0</tns:opacity>
  899. <tns:layers>SOOP-TMV</tns:layers>
  900. <tns:imageFormat>image/png</tns:imageFormat>
  901. <tns:queryable>true</tns:queryable>
  902. </tns:service>
  903. <!-- SOOP XBT -->
  904. <tns:service>
  905. <tns:id>soop-xbt-0</tns:id>
  906. <tns:name>SOOP XBT Expendable Bathythermograph</tns:name>
  907. <tns:disabled>false</tns:disabled>
  908. <tns:description>(SOOP) XBT Expendable Bathythermograph</tns:description>
  909. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  910. <tns:type>WMS-LAYER-1.1.1</tns:type>
  911. <tns:cache>false</tns:cache>
  912. <tns:opacity>1.0</tns:opacity>
  913. <tns:layers>SOOP-XBT</tns:layers>
  914. <tns:imageFormat>image/png</tns:imageFormat>
  915. <tns:queryable>true</tns:queryable>
  916. </tns:service>
  917. <!-- SOOP CO2 -->
  918. <tns:service>
  919. <tns:id>soop-co2-0</tns:id>
  920. <tns:name>SOOP Underway CO2 Measurements</tns:name>
  921. <tns:disabled>false</tns:disabled>
  922. <tns:description>(SOOP) Underway CO2 Measurements</tns:description>
  923. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  924. <tns:type>WMS-LAYER-1.1.1</tns:type>
  925. <tns:cache>false</tns:cache>
  926. <tns:opacity>1.0</tns:opacity>
  927. <tns:layers>SOOP-CO2</tns:layers>
  928. <tns:imageFormat>image/png</tns:imageFormat>
  929. <tns:queryable>true</tns:queryable>
  930. </tns:service>
  931. <!-- SOOP SST -->
  932. <tns:service>
  933. <tns:id>soop-sst-0</tns:id>
  934. <tns:name>SOOP SST (ALL)</tns:name>
  935. <tns:disabled>false</tns:disabled>
  936. <tns:description>(SOOP) Sea Surface Temperature all tracks</tns:description>
  937. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  938. <tns:type>WMS-LAYER-1.1.1</tns:type>
  939. <tns:cache>false</tns:cache>
  940. <tns:opacity>1.0</tns:opacity>
  941. <tns:layers>SOOP-SST</tns:layers>
  942. <tns:imageFormat>image/png</tns:imageFormat>
  943. <tns:queryable>true</tns:queryable>
  944. </tns:service>
  945. <tns:service>
  946. <tns:id>soop-sst-VROB</tns:id>
  947. <tns:name>SOOP SST MV Highland Chief</tns:name>
  948. <tns:disabled>false</tns:disabled>
  949. <tns:description>(SOOP) Sea Surface Temperature - MV Highland Chief</tns:description>
  950. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  951. <tns:type>WMS-LAYER-1.1.1</tns:type>
  952. <tns:cache>false</tns:cache>
  953. <tns:cql>CALLSIGN like \'VROB\'</tns:cql>
  954. <tns:opacity>1.0</tns:opacity>
  955. <tns:layers>SOOP-SST</tns:layers>
  956. <tns:imageFormat>image/png</tns:imageFormat>
  957. <tns:queryable>true</tns:queryable>
  958. </tns:service>
  959. <tns:service>
  960. <tns:id>soop-sst-VNSZ</tns:id>
  961. <tns:name>SOOP SST MV Spirit of Tasmania2</tns:name>
  962. <tns:disabled>false</tns:disabled>
  963. <tns:description>(SOOP) Sea Surface Temperature - MV Spirit of Tasmania2</tns:description>
  964. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  965. <tns:type>WMS-LAYER-1.1.1</tns:type>
  966. <tns:cache>false</tns:cache>
  967. <tns:cql>CALLSIGN like \'VNSZ\'</tns:cql>
  968. <tns:opacity>1.0</tns:opacity>
  969. <tns:layers>SOOP-SST</tns:layers>
  970. <tns:imageFormat>image/png</tns:imageFormat>
  971. <tns:queryable>true</tns:queryable>
  972. </tns:service>
  973. <tns:service>
  974. <tns:id>soop-sst-FHZI</tns:id>
  975. <tns:name><![CDATA[SOOP SST RV L Astrolabe]]></tns:name>
  976. <tns:disabled>false</tns:disabled>
  977. <tns:description>(SOOP) Sea Surface Temperature - RV L'Astrolabe</tns:description>
  978. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  979. <tns:type>WMS-LAYER-1.1.1</tns:type>
  980. <tns:cache>false</tns:cache>
  981. <tns:cql>CALLSIGN like \'FHZI\'</tns:cql>
  982. <tns:opacity>1.0</tns:opacity>
  983. <tns:layers>SOOP-SST</tns:layers>
  984. <tns:imageFormat>image/png</tns:imageFormat>
  985. <tns:queryable>true</tns:queryable>
  986. </tns:service>
  987. <tns:service>
  988. <tns:id>soop-sst-VHW5167</tns:id>
  989. <tns:name>SOOP SST MV SeaFlyte</tns:name>
  990. <tns:disabled>false</tns:disabled>
  991. <tns:description>(SOOP) Sea Surface Temperature - MV SeaFlyte</tns:description>
  992. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  993. <tns:type>WMS-LAYER-1.1.1</tns:type>
  994. <tns:cache>false</tns:cache>
  995. <tns:cql>CALLSIGN like \'VHW5167\'</tns:cql>
  996. <tns:opacity>1.0</tns:opacity>
  997. <tns:layers>SOOP-SST</tns:layers>
  998. <tns:imageFormat>image/png</tns:imageFormat>
  999. <tns:queryable>true</tns:queryable>
  1000. </tns:service>
  1001. <tns:service>
  1002. <tns:id>soop-sst-VJQ7467</tns:id>
  1003. <tns:name>SOOP SST MV Fantasea Wonder</tns:name>
  1004. <tns:disabled>false</tns:disabled>
  1005. <tns:description>(SOOP) SST - MV Fantasea Wonder</tns:description>
  1006. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1007. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1008. <tns:cache>false</tns:cache>
  1009. <tns:cql>CALLSIGN like \'VJQ7467\'</tns:cql>
  1010. <tns:opacity>1.0</tns:opacity>
  1011. <tns:layers>SOOP-SST</tns:layers>
  1012. <tns:imageFormat>image/png</tns:imageFormat>
  1013. <tns:queryable>true</tns:queryable>
  1014. </tns:service>
  1015. <tns:service>
  1016. <tns:id>soop-sst-VNAH</tns:id>
  1017. <tns:name>SOOP SST MV Portland</tns:name>
  1018. <tns:disabled>false</tns:disabled>
  1019. <tns:description>(SOOP) Sea Surface Temperature - MV Portland</tns:description>
  1020. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1021. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1022. <tns:cache>false</tns:cache>
  1023. <tns:cql>CALLSIGN like \'VNAH\'</tns:cql>
  1024. <tns:opacity>1.0</tns:opacity>
  1025. <tns:layers>SOOP-SST</tns:layers>
  1026. <tns:imageFormat>image/png</tns:imageFormat>
  1027. <tns:queryable>true</tns:queryable>
  1028. </tns:service>
  1029. <!-- SOOP ASF -->
  1030. <tns:service>
  1031. <tns:id>soop-asf-0</tns:id>
  1032. <tns:name>SOOP Air Sea Fluxes</tns:name>
  1033. <tns:disabled>false</tns:disabled>
  1034. <tns:description>(SOOP) Air Sea Fluxes</tns:description>
  1035. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1036. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1037. <tns:cache>false</tns:cache>
  1038. <tns:opacity>1.0</tns:opacity>
  1039. <tns:layers>SOOP-ASF</tns:layers>
  1040. <tns:imageFormat>image/png</tns:imageFormat>
  1041. <tns:queryable>true</tns:queryable>
  1042. </tns:service>
  1043. <!-- AATAMS -->
  1044. <tns:service>
  1045. <tns:id>aatams-0</tns:id>
  1046. <tns:name>AATAMS Receivers</tns:name>
  1047. <tns:disabled>false</tns:disabled>
  1048. <tns:description>Australian Acoustic Tagging and Monitoring System (AATAMS)</tns:description>
  1049. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1050. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1051. <tns:cache>false</tns:cache>
  1052. <tns:opacity>1.0</tns:opacity>
  1053. <tns:layers>aatams</tns:layers>
  1054. <tns:imageFormat>image/png</tns:imageFormat>
  1055. <tns:queryable>true</tns:queryable>
  1056. </tns:service>
  1057. <!-- Data Turbine Faimms -->
  1058. <tns:service>
  1059. <tns:id>faimms-0</tns:id>
  1060. <tns:name>FAIMMS Data Turbine</tns:name>
  1061. <tns:disabled>false</tns:disabled>
  1062. <tns:description>FAIMMS Open Source DataTurbine Initiative</tns:description>
  1063. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1064. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1065. <tns:cache>false</tns:cache>
  1066. <tns:opacity>1.0</tns:opacity>
  1067. <tns:layers>faimms</tns:layers>
  1068. <tns:imageFormat>image/png</tns:imageFormat>
  1069. <tns:queryable>true</tns:queryable>
  1070. </tns:service>
  1071. <!-- ANFOG maria2009 -->
  1072. <tns:service>
  1073. <tns:id>anfog-maria2009</tns:id>
  1074. <tns:name>ANFOG Maria Island 2009</tns:name>
  1075. <tns:disabled>false</tns:disabled>
  1076. <tns:description>ANFOG Maria Island (Feb-April 2009)</tns:description>
  1077. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1078. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1079. <tns:cache>false</tns:cache>
  1080. <tns:opacity>1.0</tns:opacity>
  1081. <tns:layers>ANFOG-maria2009</tns:layers>
  1082. <tns:imageFormat>image/png</tns:imageFormat>
  1083. <tns:queryable>true</tns:queryable>
  1084. </tns:service>
  1085. <!-- ANFOG perth 2009 -->
  1086. <tns:service>
  1087. <tns:id>anfog-perth2009</tns:id>
  1088. <tns:name>ANFOG Perth Trial 2009</tns:name>
  1089. <tns:disabled>false</tns:disabled>
  1090. <tns:description>ANFOG Perth Trial (February 2009)</tns:description>
  1091. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1092. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1093. <tns:cache>false</tns:cache>
  1094. <tns:opacity>1.0</tns:opacity>
  1095. <tns:layers>ANFOG-perth2009</tns:layers>
  1096. <tns:imageFormat>image/png</tns:imageFormat>
  1097. <tns:queryable>true</tns:queryable>
  1098. </tns:service>
  1099. <!-- ANFOG bicheno 2009 -->
  1100. <tns:service>
  1101. <tns:id>anfog-bicheno2009</tns:id>
  1102. <tns:name>ANFOG Bicheno 2009</tns:name>
  1103. <tns:disabled>false</tns:disabled>
  1104. <tns:description>ANFOG Bicheno (April-June 2009)</tns:description>
  1105. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1106. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1107. <tns:cache>false</tns:cache>
  1108. <tns:opacity>1.0</tns:opacity>
  1109. <tns:layers>topp:ANFOG-bicheno2009</tns:layers>
  1110. <tns:imageFormat>image/png</tns:imageFormat>
  1111. <tns:queryable>true</tns:queryable>
  1112. </tns:service>
  1113. <!-- ANFOG Fremantle -->
  1114. <tns:service>
  1115. <tns:id>anfog-fremantleFRE_1</tns:id>
  1116. <tns:name>ANFOG Fremantle 2009 Deployment1</tns:name>
  1117. <tns:disabled>false</tns:disabled>
  1118. <tns:description>ANFOG Fremantle (January-February 2009)</tns:description>
  1119. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1120. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1121. <tns:cache>false</tns:cache>
  1122. <tns:cql>glider_id like \'FRE_1\'</tns:cql>
  1123. <tns:opacity>1.0</tns:opacity>
  1124. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1125. <tns:imageFormat>image/png</tns:imageFormat>
  1126. <tns:queryable>true</tns:queryable>
  1127. </tns:service>
  1128. <tns:service>
  1129. <tns:id>anfog-fremantleFRE_2</tns:id>
  1130. <tns:name>ANFOG Fremantle 2009 Deployment2</tns:name>
  1131. <tns:disabled>false</tns:disabled>
  1132. <tns:description>ANFOG Fremantle (February-March 2009)</tns:description>
  1133. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1134. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1135. <tns:cache>false</tns:cache>
  1136. <tns:cql>glider_id like \'FRE_2\'</tns:cql>
  1137. <tns:opacity>1.0</tns:opacity>
  1138. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1139. <tns:imageFormat>image/png</tns:imageFormat>
  1140. <tns:queryable>true</tns:queryable>
  1141. </tns:service>
  1142. <tns:service>
  1143. <tns:id>anfog-fremantleFRE_3</tns:id>
  1144. <tns:name>ANFOG Fremantle 2009 Deployment3</tns:name>
  1145. <tns:disabled>false</tns:disabled>
  1146. <tns:description>ANFOG Fremantle (March 2009)</tns:description>
  1147. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1148. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1149. <tns:cache>false</tns:cache>
  1150. <tns:cql>glider_id like \'FRE_3\'</tns:cql>
  1151. <tns:opacity>1.0</tns:opacity>
  1152. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1153. <tns:imageFormat>image/png</tns:imageFormat>
  1154. <tns:queryable>true</tns:queryable>
  1155. </tns:service>
  1156. <tns:service>
  1157. <tns:id>anfog-fremantleFRE_4</tns:id>
  1158. <tns:name>ANFOG Fremantle 2009 Deployment4</tns:name>
  1159. <tns:disabled>false</tns:disabled>
  1160. <tns:description>ANFOG Fremantle (March-April 2009)</tns:description>
  1161. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1162. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1163. <tns:cache>false</tns:cache>
  1164. <tns:cql>glider_id like \'FRE_4\'</tns:cql>
  1165. <tns:opacity>1.0</tns:opacity>
  1166. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1167. <tns:imageFormat>image/png</tns:imageFormat>
  1168. <tns:queryable>true</tns:queryable>
  1169. </tns:service>
  1170. <tns:service>
  1171. <tns:id>anfog-fremantleFRE_5</tns:id>
  1172. <tns:name>ANFOG Fremantle 2009 Deployment5</tns:name>
  1173. <tns:disabled>false</tns:disabled>
  1174. <tns:description>ANFOG Fremantle (April 2009)</tns:description>
  1175. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1176. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1177. <tns:cache>false</tns:cache>
  1178. <tns:cql>glider_id like \'FRE_5\'</tns:cql>
  1179. <tns:opacity>1.0</tns:opacity>
  1180. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1181. <tns:imageFormat>image/png</tns:imageFormat>
  1182. <tns:queryable>true</tns:queryable>
  1183. </tns:service>
  1184. <tns:service>
  1185. <tns:id>anfog-fremantleFRE_6</tns:id>
  1186. <tns:name>ANFOG Fremantle 2009 Deployment6</tns:name>
  1187. <tns:disabled>false</tns:disabled>
  1188. <tns:description>ANFOG Fremantle (May-June 2009)</tns:description>
  1189. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1190. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1191. <tns:cache>false</tns:cache>
  1192. <tns:cql>glider_id like \'FRE_6\'</tns:cql>
  1193. <tns:opacity>1.0</tns:opacity>
  1194. <tns:layers>topp:ANFOG_Fremantle</tns:layers>
  1195. <tns:imageFormat>image/png</tns:imageFormat>
  1196. <tns:queryable>true</tns:queryable>
  1197. </tns:service>
  1198. <!-- ANFOG Harrington 2009 -->
  1199. <tns:service>
  1200. <tns:id>anfog-harrington2009</tns:id>
  1201. <tns:name>ANFOG Harrington 2009</tns:name>
  1202. <tns:disabled>false</tns:disabled>
  1203. <tns:description>ANFOG Harrington (March-April 2009)</tns:description>
  1204. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1205. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1206. <tns:cache>false</tns:cache>
  1207. <tns:opacity>1.0</tns:opacity>
  1208. <tns:layers>topp:ANFOG_Harrington_2009</tns:layers>
  1209. <tns:imageFormat>image/png</tns:imageFormat>
  1210. <tns:queryable>true</tns:queryable>
  1211. </tns:service>
  1212. <!-- ANFOG Marion Bay -->
  1213. <tns:service>
  1214. <tns:id>ANFOG-MarionBayMAB_1</tns:id>
  1215. <tns:name>ANFOG Marion Bay July 2008</tns:name>
  1216. <tns:disabled>false</tns:disabled>
  1217. <tns:description>ANFOG Marion Bay Bay Deployment 1 (July 2008)</tns:description>
  1218. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1219. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1220. <tns:cache>false</tns:cache>
  1221. <tns:cql>glider_id like \'MAB_1\'</tns:cql>
  1222. <tns:opacity>1.0</tns:opacity>
  1223. <tns:layers>topp:ANFOG-MarionBay</tns:layers>
  1224. <tns:imageFormat>image/png</tns:imageFormat>
  1225. <tns:queryable>true</tns:queryable>
  1226. </tns:service>
  1227. <tns:service>
  1228. <tns:id>ANFOG-MarionBayMAB_2</tns:id>
  1229. <tns:name>ANFOG Marion Bay Jan-feb 2009</tns:name>
  1230. <tns:disabled>false</tns:disabled>
  1231. <tns:description>ANFOG Marion Bay Bay Deployment 2 (January-February 2009)</tns:description>
  1232. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1233. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1234. <tns:cache>false</tns:cache>
  1235. <tns:cql>glider_id like \'MAB_2\'</tns:cql>
  1236. <tns:opacity>1.0</tns:opacity>
  1237. <tns:layers>topp:ANFOG-MarionBay</tns:layers>
  1238. <tns:imageFormat>image/png</tns:imageFormat>
  1239. <tns:queryable>true</tns:queryable>
  1240. </tns:service>
  1241. <tns:service>
  1242. <tns:id>ANFOG-MarionBayMAB_3</tns:id>
  1243. <tns:name>ANFOG Marion Bay May-June 2009</tns:name>
  1244. <tns:disabled>false</tns:disabled>
  1245. <tns:description>ANFOG Marion Bay Deployment 3 (May-June 2009)</tns:description>
  1246. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1247. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1248. <tns:cache>false</tns:cache>
  1249. <tns:cql>glider_id like \'MAB_3\'</tns:cql>
  1250. <tns:opacity>1.0</tns:opacity>
  1251. <tns:layers>topp:ANFOG-MarionBay</tns:layers>
  1252. <tns:imageFormat>image/png</tns:imageFormat>
  1253. <tns:queryable>true</tns:queryable>
  1254. </tns:service>
  1255. <!-- ANFOG Port Stephens 2008 -->
  1256. <tns:service>
  1257. <tns:id>anfog-portstephens2008</tns:id>
  1258. <tns:name>ANFOG Port Stephens 2008</tns:name>
  1259. <tns:disabled>false</tns:disabled>
  1260. <tns:description>ANFOG Port Stephens (November-December 2008)</tns:description>
  1261. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1262. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1263. <tns:cache>false</tns:cache>
  1264. <tns:opacity>1.0</tns:opacity>
  1265. <tns:layers>topp:ANFOG_Port_Stephens_2008</tns:layers>
  1266. <tns:imageFormat>image/png</tns:imageFormat>
  1267. <tns:queryable>true</tns:queryable>
  1268. </tns:service>
  1269. <!-- ANFOG Kalbarri 2009 -->
  1270. <tns:service>
  1271. <tns:id>anfog-kalbarri2009</tns:id>
  1272. <tns:name>ANFOG Kalbarri 2009</tns:name>
  1273. <tns:disabled>false</tns:disabled>
  1274. <tns:description>ANFOG Kalbarri (May - June 2009)</tns:description>
  1275. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1276. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1277. <tns:cache>false</tns:cache>
  1278. <tns:opacity>1.0</tns:opacity>
  1279. <tns:layers>topp:ANFOG_Kalbarri_2009</tns:layers>
  1280. <tns:imageFormat>image/png</tns:imageFormat>
  1281. <tns:queryable>true</tns:queryable>
  1282. </tns:service>
  1283. <!-- ANMN -->
  1284. <tns:service>
  1285. <tns:id>anmn-nrs</tns:id>
  1286. <tns:name>ANMN National Reference Station</tns:name>
  1287. <tns:disabled>false</tns:disabled>
  1288. <tns:description>ANMN National Reference Station</tns:description>
  1289. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1290. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1291. <tns:cache>false</tns:cache>
  1292. <tns:opacity>1.0</tns:opacity>
  1293. <tns:layers>NRS</tns:layers>
  1294. <tns:imageFormat>image/png</tns:imageFormat>
  1295. <tns:queryable>true</tns:queryable>
  1296. </tns:service>
  1297. <tns:service>
  1298. <tns:id>anmn-nrs-realtime</tns:id>
  1299. <tns:name>ANMN Maria Island NRS</tns:name>
  1300. <tns:disabled>false</tns:disabled>
  1301. <tns:description>ANMN Maria Island National Reference Station</tns:description>
  1302. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1303. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1304. <tns:cache>false</tns:cache>
  1305. <tns:opacity>1.0</tns:opacity>
  1306. <tns:layers>NRSrealtime</tns:layers>
  1307. <tns:imageFormat>image/png</tns:imageFormat>
  1308. <tns:queryable>true</tns:queryable>
  1309. </tns:service>
  1310. <tns:service>
  1311. <tns:id>anmn-rm</tns:id>
  1312. <tns:name>ANMN Regional moorings</tns:name>
  1313. <tns:disabled>false</tns:disabled>
  1314. <tns:description>ANMN Regional moorings</tns:description>
  1315. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1316. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1317. <tns:cache>false</tns:cache>
  1318. <tns:opacity>1.0</tns:opacity>
  1319. <tns:layers>ANMNregional</tns:layers>
  1320. <tns:imageFormat>image/png</tns:imageFormat>
  1321. <tns:queryable>true</tns:queryable>
  1322. </tns:service>
  1323. <tns:service>
  1324. <tns:id>anmn-pao</tns:id>
  1325. <tns:name>ANMN Passive Acoustic Observatories</tns:name>
  1326. <tns:disabled>true</tns:disabled>
  1327. <tns:description>ANMN Passive Acoustic Observatories</tns:description>
  1328. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1329. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1330. <tns:cache>false</tns:cache>
  1331. <tns:opacity>1.0</tns:opacity>
  1332. <tns:layers>Arc_Sample</tns:layers>
  1333. <tns:imageFormat>image/png</tns:imageFormat>
  1334. <tns:queryable>true</tns:queryable>
  1335. </tns:service>
  1336. <tns:service>
  1337. <tns:id>anmn-occ</tns:id>
  1338. <tns:name>ANMN Ocean Colour Calibration</tns:name>
  1339. <tns:disabled>false</tns:disabled>
  1340. <tns:description>ANMN Ocean Colour Calibration</tns:description>
  1341. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1342. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1343. <tns:cache>false</tns:cache>
  1344. <tns:opacity>1.0</tns:opacity>
  1345. <tns:layers>ANMN_SOOC</tns:layers>
  1346. <tns:imageFormat>image/png</tns:imageFormat>
  1347. <tns:queryable>true</tns:queryable>
  1348. </tns:service>
  1349. <!-- AUV -->
  1350. <tns:service>
  1351. <tns:id>auv-0</tns:id>
  1352. <tns:name>AUV</tns:name>
  1353. <tns:disabled>false</tns:disabled>
  1354. <tns:description>AUV Autonomous Underwater Vehicle</tns:description>
  1355. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1356. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1357. <tns:cache>false</tns:cache>
  1358. <tns:opacity>1.0</tns:opacity>
  1359. <tns:layers>auv</tns:layers>
  1360. <tns:imageFormat>image/png</tns:imageFormat>
  1361. <tns:queryable>true</tns:queryable>
  1362. </tns:service>
  1363. <!-- SOTS -->
  1364. <tns:service>
  1365. <tns:id>sots</tns:id>
  1366. <tns:name>SOTS Moorings</tns:name>
  1367. <tns:disabled>false</tns:disabled>
  1368. <tns:description>SOTS Moorings</tns:description>
  1369. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1370. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1371. <tns:cache>false</tns:cache>
  1372. <tns:opacity>1.0</tns:opacity>
  1373. <tns:layers>SOTS</tns:layers>
  1374. <tns:imageFormat>image/png</tns:imageFormat>
  1375. <tns:queryable>true</tns:queryable>
  1376. </tns:service>
  1377. <!-- SRS -->
  1378. <tns:service>
  1379. <tns:id>srs-satellite</tns:id>
  1380. <tns:name>SRS Satellite</tns:name>
  1381. <tns:disabled>false</tns:disabled>
  1382. <tns:description>SRS Satellite</tns:description>
  1383. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au:800/geoserver/wms]]></tns:uri>
  1384. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1385. <tns:cache>false</tns:cache>
  1386. <tns:opacity>1.0</tns:opacity>
  1387. <tns:layers>satellite</tns:layers>
  1388. <tns:imageFormat>image/png</tns:imageFormat>
  1389. <tns:queryable>true</tns:queryable>
  1390. </tns:service>
  1391. </tns:services>
  1392. <!--
  1393. Available Baselayers
  1394. -->
  1395. <tns:baseLayers>
  1396. <!-- Default basemap group from geoserver -->
  1397. <tns:baseLayer>
  1398. <tns:id>basemap-2</tns:id>
  1399. <tns:name>Blue Basic</tns:name>
  1400. <tns:disabled>false</tns:disabled>
  1401. <tns:description>IMOS Default basemap</tns:description>
  1402. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/cgi-bin/tilecache.cgi?]]></tns:uri>
  1403. <tns:type>WMS-LAYER-1.1.0</tns:type>
  1404. <tns:cache>false</tns:cache>
  1405. <tns:layers>default_basemap_simple</tns:layers>
  1406. <tns:imageFormat>image/png</tns:imageFormat>
  1407. </tns:baseLayer>
  1408. <!-- Hi res Bathymetry from geoserver-nonlive -->
  1409. <tns:baseLayer>
  1410. <tns:id>Bathy-HiRes-0</tns:id>
  1411. <tns:name>World Bathymetry</tns:name>
  1412. <tns:disabled>false</tns:disabled>
  1413. <tns:description>World Bathymetry (with GA HiRes Bathy in the Australian region)</tns:description>
  1414. <tns:uri><![CDATA[http://obsidian.bluenet.utas.edu.au/cgi-bin/tilecache.cgi?]]></tns:uri>
  1415. <tns:type>WMS-LAYER-1.1.0</tns:type>
  1416. <tns:cache>false</tns:cache>
  1417. <tns:layers>HiRes_aus-group</tns:layers>
  1418. <tns:imageFormat>image/png</tns:imageFormat>
  1419. </tns:baseLayer>
  1420. <!-- Marine Geo -->
  1421. <tns:baseLayer>
  1422. <tns:id>demo-1</tns:id>
  1423. <tns:name>Marine Geo</tns:name>
  1424. <tns:disabled>false</tns:disabled>
  1425. <tns:description>Marine Geo</tns:description>
  1426. <tns:uri><![CDATA[http://emii3.its.utas.edu.au/cgi-bin/tilecache_proxied.cgi?]]></tns:uri>
  1427. <tns:type>WMS-LAYER-1.1.0</tns:type>
  1428. <tns:cache>false</tns:cache>
  1429. <tns:layers>marine_geo</tns:layers>
  1430. <tns:imageFormat>image/png</tns:imageFormat>
  1431. </tns:baseLayer>
  1432. <!-- Blue Marble -->
  1433. <tns:baseLayer>
  1434. <tns:id>bluemarble-0</tns:id>
  1435. <tns:name>Blue Marble</tns:name>
  1436. <tns:disabled>false</tns:disabled>
  1437. <tns:description>Blue Marble</tns:description>
  1438. <tns:uri><![CDATA[http://labs.metacarta.com/wms-c/Basic.py?]]></tns:uri>
  1439. <tns:type>WMS-LAYER-1.1.1</tns:type>
  1440. <tns:cache>false</tns:cache>
  1441. <tns:layers>satellite</tns:layers>
  1442. <tns:imageFormat>image/png</tns:imageFormat>
  1443. </tns:baseLayer>
  1444. </tns:baseLayers>
  1445. <tns:staticLinks>
  1446. <tns:staticLink>
  1447. <tns:id>google-0</tns:id>
  1448. <tns:name>google</tns:name>
  1449. <tns:disabled>false</tns:disabled>
  1450. <tns:description>google</tns:description>
  1451. <tns:uri>http://www.google.com</tns:uri>
  1452. <tns:external>false</tns:external>
  1453. </tns:staticLink>
  1454. <tns:staticLink>
  1455. <tns:id>help-0</tns:id>
  1456. <tns:name>Help</tns:name>
  1457. <tns:disabled>false</tns:disabled>
  1458. <tns:description>IMOS Ocean Portal Help files</tns:description>
  1459. <tns:uri>http://emii1.its.utas.edu.au/drupal/</tns:uri>
  1460. <tns:external>false</tns:external>
  1461. </tns:staticLink>
  1462. <tns:staticLink>
  1463. <tns:id>IMOS-home-0</tns:id>
  1464. <tns:name>IMOS Home</tns:name>
  1465. <tns:disabled>false</tns:disabled>
  1466. <tns:description>Integrated Marine Observing System</tns:description>
  1467. <tns:uri>http://www.imos.org.au</tns:uri>
  1468. <tns:external>true</tns:external>
  1469. </tns:staticLink>
  1470. <tns:staticLink>
  1471. <tns:id>emiihome-0</tns:id>
  1472. <tns:name>eMII Home</tns:name>
  1473. <tns:disabled>false</tns:disabled>
  1474. <tns:description>e-Marine Information Infrastructure</tns:description>
  1475. <tns:uri>http://www.emii.org.au</tns:uri>
  1476. <tns:external>true</tns:external>
  1477. </tns:staticLink>
  1478. </tns:staticLinks>
  1479. <!-- LAYER BLACKLISTING -->
  1480. <!-- example of how to blacklist a layer.
  1481. layer can be omitted to remove all children of the
  1482. service/discovery referenced by idRef or specified
  1483. to remove a single child
  1484. -->
  1485. <!--
  1486. <tns:blacklist>
  1487. <tns:layer>
  1488. <tns:idRef>ncWMS-demo-0</tns:idRef>
  1489. <tns:layer>67/u</tns:layer>
  1490. </tns:layer>
  1491. </tns:blacklist>
  1492. -->
  1493. </tns:dataSource>
  1494. <tns:searchCatalogues>
  1495. <!-- MEST development -->
  1496. <tns:searchCatalogue>
  1497. <tns:id>dev-mest-0</tns:id>
  1498. <tns:name>eMII MEST</tns:name>
  1499. <tns:disabled>false</tns:disabled>
  1500. <tns:description>eMII MEST instance (Development)</tns:description>
  1501. <tns:uri>emiidev.emii.org.au</tns:uri>
  1502. <tns:protocol>http</tns:protocol>
  1503. <tns:version>tns:version</tns:version>
  1504. <tns:username>admin</tns:username>
  1505. <tns:password>admin</tns:password>
  1506. <tns:userManagementWebService>
  1507. <tns:loginServicePath>/geonetwork/srv/en/xml.user.login</tns:loginServicePath>
  1508. <tns:selfRegistrationServicePath>/geonetwork/srv/en/xml.self.register</tns:selfRegistrationServicePath>
  1509. <tns:userInfoServicePath>/geonetwork/srv/en/xml.user.get</tns:userInfoServicePath>
  1510. <tns:resetPasswordServicePath>/geonetwork/srv/en/xml.password.changeemail</tns:resetPasswordServicePath>
  1511. <tns:changePasswordServicePath>/geonetwork/srv/en/xml.password.change</tns:changePasswordServicePath>
  1512. <tns:newUserProfile>RegisteredUser</tns:newUserProfile>
  1513. <tns:administratorProfile>Administrator</tns:administratorProfile>
  1514. </tns:userManagementWebService>
  1515. </tns:searchCatalogue>
  1516. <!-- MEST production - keep disabled for testing! -->
  1517. <tns:searchCatalogue>
  1518. <tns:id>public-mest-0</tns:id>
  1519. <tns:name>eMII MEST</tns:name>
  1520. <tns:disabled>true</tns:disabled>
  1521. <tns:description>eMII MEST instance</tns:description>
  1522. <tns:uri>imosmest.emii.org.au</tns:uri>
  1523. <tns:protocol>http</tns:protocol>
  1524. <tns:version>tns:version</tns:version>
  1525. <tns:username>admin</tns:username>
  1526. <tns:password>admin</tns:password>
  1527. <tns:userManagementWebService>
  1528. <tns:loginServicePath>/geonetwork/srv/en/xml.user.login</tns:loginServicePath>
  1529. <tns:selfRegistrationServicePath>/geonetwork/srv/en/xml.self.register</tns:selfRegistrationServicePath>
  1530. <tns:userInfoServicePath>/geonetwork/srv/en/xml.user.get</tns:userInfoServicePath>
  1531. <tns:resetPasswordServicePath>/geonetwork/srv/en/xml.password.emaillink</tns:resetPasswordServicePath>
  1532. <tns:changePasswordServicePath>/geonetwork/srv/en/xml.password.change</tns:changePasswordServicePath>
  1533. <tns:newUserProfile>RegisteredUser</tns:newUserProfile>
  1534. <tns:administratorProfile>Administrator</tns:administratorProfile>
  1535. </tns:userManagementWebService>
  1536. </tns:searchCatalogue>
  1537. </tns:searchCatalogues>
  1538. </tns:portal>