-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.xml
505 lines (454 loc) · 23.5 KB
/
setup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- setup.xml contains setup information for ERDDAP.
When you install ERDDAP on your server, many of the settings can be left as is.
Settings that you MUST change are in this top section.
-->
<erddapSetup>
<!-- bigParentDirectory is the absolute path on the server (with slash at the end)
to a directory on a drive with lots of space.
You must create a new directory, outside of the tomcat directory, for this purpose.
The user that runs Tomcat must have read/write privileges for this directory.
Subdirectories that will be created by ERDDAP are:
* datasetInfo (which some datasets use to cache information about the dataset
to speed up reloading the dataset in the future),
* flag (where you can put a file with a datasetID's name to force reloading of
that dataset) and
* cache (which ERDDAP uses to hold cached data files - ERDDAP periodically
removes files older than cacheMinutes (see below)).
The ERDDAP log file (log.txt) will be put in this directory.
At ERD, we use '/u00/cwatch/erddap/' for releases.
-->
<bigParentDirectory>/erddapData</bigParentDirectory>
<!-- baseUrl is the start of the public url, to which "/erddap"
is appended. For example:
For running/testing on your personal computer:
<baseUrl>http://localhost:8080</baseUrl>
(127.0.0.1 doesn't work with authentication=google).
For ERD releases, we use
<baseUrl>http://coastwatch.pfeg.noaa.gov</baseUrl>
If you want to encourage all users to use https (not http),
make the baseUrl the same as the baseHttpsUrl (see below).
-->
<!--
<baseUrl>http://${HOSTNAME}.marine.usf.edu:8080</baseUrl>
-->
<!-- Daily status reports and all error messages are emailed to emailEverythingTo.
Daily status reports are emailed to emailDailyReportsTo.
Either of these can be not specified, blank (specified but with no value),
a single email address (e.g., [email protected]),
or a comma-separated list of email addresses.
The first emailEverythingTo email address is more important than the others,
e.g., it is used for subscriptions to EDDXxxxFromErddap datasets.
See the email account settings below.
Whether or not you set up the email system, all potential email messages
are logged to an emailLogYEAR-MONTH.txt file in [bigParentDirectory]/logs/.
-->
<emailEverythingTo>[email protected]</emailEverythingTo>
<!-- optional:
<emailDailyReportsTo>[email protected]</emailDailyReportsTo>
-->
<!-- Email account information is used for sending emails to the
'emailEverythingTo' and 'emailDailyReportsTo' email addresses above
and for sending emails related to subscriptions. So if you don't setup the
email system, your ERDDAP won't support subscriptions (including allowing other
ERDDAP's to subscribe to datasets on your ERDDAP).
If you don't want your ERDDAP to send emails, change the emailSmtpHost tag
contents to be nothing.
It is a security risk to put your email password in a plain text file like this.
To mitigate that problem, we strongly remommend that you:
1) Set up an email account just for ERDDAP's use, e.g.,
That has other benefits as well: more than one ERDDAP administrator can then
be given access to that email account.
2) Make the permissions of this setup.xml file rw (read+write) for the user who
will run Tomcat and ERDDAP (user=tomcat?) and no permissions (not read or
write) for the group and other users.
emailProperties is a list of additional properties in the form
prop1|value1|prop2|value2
The default is nothing.
If possible, set this up to use a secure connection (SSL / TLS) to the email server.
For gmail (even [email protected] accounts which are managed by Google),
for emailSmtpHost, use smtp.gmail.com
for emailSmtpPort, use 587
for emailProperties, use mail.smtp.starttls.enable|true
Whether or not you set up the email system, all potential email messages
are logged to an emailLogYEAR-MONTH.txt file in [bigParentDirectory]/logs/.
If you can't get ERDDAP to send emails (error = "Connection refused")
and you are using anti-virus software (e.g., McAfee) make sure McAfee
"Virus Scan Console : Access Protection Properties :
Anti Virus Standard Protections :
Prevent mass mailing worms from sending mail" is un-checked.
-->
<emailFromAddress>[email protected]</emailFromAddress>
<emailUserName>[email protected]</emailUserName>
<emailPassword>yourPassword</emailPassword>
<emailProperties></emailProperties>
<emailSmtpHost></emailSmtpHost>
<emailSmtpPort>25</emailSmtpPort>
<!-- Information about the ERDDAP administrator is used for the SOS and WMS
servers. -->
<adminInstitution>USF IMaRS</adminInstitution>
<adminInstitutionUrl>http://imars.marine.usf.edu</adminInstitutionUrl>
<adminIndividualName>Tylar Murray</adminIndividualName>
<adminPosition>ERDDAP administrator</adminPosition>
<adminPhone>+1 727-553-1186</adminPhone>
<adminAddress>140 7th Ave S.</adminAddress>
<adminCity>St Petersburg</adminCity>
<adminStateOrProvince>FL</adminStateOrProvince>
<adminPostalCode>33701</adminPostalCode>
<adminCountry>USA</adminCountry>
<adminEmail>[email protected]</adminEmail>
<!-- Normally, if you have a EDDGridFromErddap or EDDTableFromErddap
dataset in your datasets.xml, it will try to subscribe to the remote
ERDDAP dataset so that the local dataset is kept perfectly up-to-date.
If this ERDDAP is not publicly accessible (http://localhost), or its
IP address will change soon, or you have some other reason,
you can tell this ERDDAP to not try to subscribe to the remote
ERDDAP datasets by setting this to false. (default=true)
This is the overall setting for this ERDDAP. It can be overridden by
the same tag (with a different value) in the datasets.xml chunk for
a given EDD...FromErddap dataset.
For each fromErddap dataset that doesn't subscribe to the remote
ERDDAP dataset, you should set <reloadEveryNMinutes> to a smaller
number so that the local dataset stays reasonably up-to-date. -->
<subscribeToRemoteErddapDataset>true</subscribeToRemoteErddapDataset>
<!-- The font family to be used for all of the text in images.
"SansSerif" (the default) is always a valid and reasonable option.
A list of valid font families is printed to the log by the SGT constructor.
SansSerif is fine on Windows. I think it translates to Arial.
I didn't like any of the fonts initially available on Linux. "SansSerif" is
almost ok.
At ERD, we use "Bitstream Vera Sans"
(open source fonts from https://www.gnome.org/fonts/ ).
I think they are distinctly better than the standard Linux fonts.
To use them on your computer, download
https://coastwatch.pfeg.noaa.gov/erddap/download/BitstreamVeraSans.zip
and unzip the files into [javaHome]/jre/lib/fonts so Java sees them.
-->
<fontFamily>SansSerif</fontFamily>
<!-- ERDDAP has a service that lets remote users set a flag
to notify ERDDAP to try to reload a dataset.
These requests use a key which is generated based
on baseUrl/erddap, a datasetID, and flagKeyKey.
*** CHANGE THIS ONCE, to any text (a favorite quote? random text? It doesn't matter).
Normally, you won't ever change this again.
But if you you think someone is abusing the flag system,
change this text again, restart ERDDAP, and send
all of the users of the flag system the relevant new flagKeys
(see the list in the Daily Report). -->
<flagKeyKey>The Institute for Marine Remote Sensing of the College of Marine Science</flagKeyKey>
<!-- ******** End of MUST change settings. ******************************** -->
<!-- 'logLevel' determines how many diagnostic messages are sent to the log.txt file.
It can be set to "warning" (the fewest messages), "info" (the default), or "all"
(the most messages).
Diagnostic messages are always written to the [bigParentDirectory]/logs/log.txt
file (see below).
At ERD, we set this to 'all' for development and 'info' for releases.
-->
<!-- The default log file maximum size is 20 MB. When that size is reached,
log.txt will be renamed to log.txt.previous .
Minimum allowed is 1. Maximum allowed is 2000. -->
<logMaxSizeMB>20</logMaxSizeMB>
<!-- This lets you specify a regular expression which determines which datasetIDs
in the datasets.xml file should be loaded.
The default is ".*", which loads all datasets.
During development or for other reasons, you might want to use a subset, e.g.,
"(etopo.*|erdQSu101day|erdMHchla8day|erdGlobecBottle|erdBAssta5day|pmelTaoDySst)",
so that ERDDAP quickly loads a dataset that you are interested in.
-->
<datasetsRegex>.*</datasetsRegex>
<!-- If true, when you start up ERDDAP, some types of datasets (e.g.,
EDDGridFromDap) will used cached information (.dds, .das, etc.) to reload
very quickly, without contacting the remote server. The dataset's age
will be based on when the dataset was reloaded last. Normally this
should be true (the default), but set it to false if you want to bypass
the cached information. -->
<quickRestart>true</quickRestart>
<!-- If you want to restrict access to some datasets,
you need to specify the method used for logging on (authentication).
See the info at
https://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#security
Currently, the options are: "" (logins not supported, the default),
"custom", "email", and "google" (recommended).
[No longer supported: "basic", "openid"]
-->
<authentication></authentication>
<!-- If authentication=google, you must supply your Google Client ID.
See
https://developers.google.com/identity/sign-in/web/devconsole-project
When setting this up, for Authorized JavaScript origins,
for testing on your computer, use the domain "localhost"
(e.g., origin=https://localhost:8443),
not "127.0.0.1" (because Google Sign-In doesn't work with anything
at that domain).
This will be a string of about 75 characters, probably starting with
several digits and ending with .apps.googleusercontent.com .
-->
<googleClientID></googleClientID>
<!-- For "custom" authentication, this specifies how you have
stored passwords in the roles tags in datasets.xml.
If you aren't storing any passwords, this is irrelevant.
The options (in order of increasing security) are:
"MD5", "UEPMD5" (MD5(UserName:ERDDAP:Password)),
"SHA256", "UEPSHA256" (SHA256(UserName:ERDDAP:Password),
the default).
You should only use "MD5" or "SHA256" if you need to match
values stored that way in an external password database.
See the info at
https://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#security
-->
<passwordEncoding>UEPSHA256</passwordEncoding>
<!-- This is a variant of <baseUrl> which is used when
authentication is active and the user is logged in.
In general, you take the <baseUrl>, change "http" to "https",
and change/add ":8443". This must begin with "https://".
If you make a proxy so that ":8443" isn't needed,
then don't use ":8443" here.
This is relevant even if <authentication> is "".
See the instructions at
https://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#security
For example:
For running/testing on your personal computer:
<baseHttpsUrl>https://localhost:8443</baseHttpsUrl>
For releases at ERD, we use:
<baseHttpsUrl>https://coastwatch.pfeg.noaa.gov</baseHttpsUrl>
If you want to encourage all users to use https (not http),
make the baseUrl (see above) the same as the baseHttpsUrl.
-->
<baseHttpsUrl></baseHttpsUrl>
<!-- This determines whether datasets that the user doesn't currently have access
to (because he isn't logged in or because his roles don't allow access)
should be shown on lists of data sets
(e.g., from full text search, categorize, view all datasets, ...).
The options are: "true", or "false" (the default).
If false, no information about the dataset (even its existence) is shown
to users who don't have access to it.
If true, some information about the dataset (title, summary, etc) is shown
to users who don't have access to it.
If the user clicks on a link to a dataset he doesn't have access to,
he will get an error message and be prompted to log in.
-->
<listPrivateDatasets>false</listPrivateDatasets>
<!-- ERDDAP lets you choose between two search engines for full text searches:
* original (the default) - is the best choice if your ERDDAP has fewer
than about 10,000 datasets. It is very robust and trouble free.
* lucene - is the best choice for more than about 10,000 datasets.
The advantages are that with any number of datasets it works fast
and uses very little memory.
But there are many things that might go wrong with individual
queries and with the whole system.
And although its behaviour (the datasets it finds and the order that
it ranks them) is almost identical to the original search engine,
it has a few quirky, subtle, small differences.
-->
<searchEngine>original</searchEngine>
<!--
These default accessConstraints, fees, and keywords are used by
ERDDAP's SOS, WCS, and WMS services.
accessConstraints and fees are the defaults for dataset's without an
"accessibleTo" tag.
accessRequiresAuthorization is the default "accessConstraints" for dataset's
with an "accessibleTo" tag.
keywords should describe this ERDDAP's data in a general way and be
comma-separated.
"accessConstraints", "fees", "keywords" can be overwritten by same-named
attributes in a dataset's global attributes in datasets.xml.
-->
<accessConstraints>NONE</accessConstraints>
<accessRequiresAuthorization>only accessible to authorized users</accessRequiresAuthorization>
<fees>NONE</fees>
<keywords>earth science, atmosphere, ocean, biosphere, biology, environment</keywords>
<!-- This appears on the erddap/legal.html web page after the General Disclaimer.
You can replace any of the [standardParts] with your own HTML.
[standardContact] references the adminEmail specified above. -->
<legal><![CDATA[
[standardDisclaimerOfEndorsement]
[standardDisclaimerOfExternalLinks]
[standardPrivacyPolicy]
[standardDataLicenses]
[standardContact]
]]></legal>
<!-- Specify the default units standard (e.g., "UDUNITS" (the default) or "UCUM")
that you (the ERDDAP admin) are using to specify units.
The value is case-sensitive.
This is used by ERDDAP's SOS server to determine if the units need to be
converted to UCUM units for WMS and SOS GetCapabilities responses.
-->
<units_standard>UDUNITS</units_standard>
<!-- ERDDAP automatically generates FGDC and ISO19115 metadata
for all relevant datasets, using information from the dataset's metadata.
By default these services are on (true). -->
<fgdcActive>true</fgdcActive>
<iso19115Active>true</iso19115Active>
<!-- The default for filesActive is "true". -->
<filesActive>true</filesActive>
<!-- The default for dataProviderFormActive is "true". -->
<dataProviderFormActive>true</dataProviderFormActive>
<!-- ERDDAP has an email/URL subscription system which sends a user an email
or pings a url whenever an interesting dataset changes.
(This is different from the RSS system, which is always active.)
The system relies on the server being able to send out
emails to people to validate their subscription requests.
The emails appear to come from the emailFromAddress below.
So if your server can't send out emails, don't make this system active.
You may choose (for whatever reason) to make this system active or not,
so valid values below are "true" (the default) and "false".
Note that if you change this and restart ERDDAP, the list of subscriptions
(in [bigParentDirectory]/subscriptionsV1.txt) isn't affected.
See also the subscriptionEmailBlacklist in datasets.xml.
-->
<subscriptionSystemActive>true</subscriptionSystemActive>
<!-- ERDDAP has converters for time, keywords, units, FIPS codes, etc.
([domain]/erddap/convert/index.html).
You may make this system active ("true", the strongly-encouraged default value)
or not ("false").
-->
<convertersActive>true</convertersActive>
<!-- ERDDAP has a slide sorter ([domain]/erddap/slidesorter.html).
You may make this system active ("true", the default value) or not ("false").
-->
<slideSorterActive>true</slideSorterActive>
<!-- Every loadDatasetsNMinutes (see below), files in [bigParentDirectory]/cache/
and the public directory which are more than cacheMinutes old will be deleted.
At ERD, we use '60'.
Note that when a dataset is reloaded, all files in the
[bigParentDirectory]/cache/[datasetID] directory are deleted.
In general, only image files are cached, because the same images are often
requested repeatedly.
Removing files in the cache based on age (not Least-Recently-Used)
ensures that files won't stay in the cache very long.
Although it might seem like a given request should always return the same
response, that isn't true.
For example, a tabledap request which includes time>someTime will change
if new data arrives for the dataset.
And a griddap request which includes [last] for the time dimension will change
if new data arrives for the dataset.
-->
<!-- This specifies the fewest minutes between checks if the datasets
need to be reloaded.
If a given run of loadDatasets takes less than this time,
the loader just looks at the flag directory and/or sleeps
until the remaining time has passed.
The default is 15 minutes, which should be fine for almost everyone.
No matter what, each dataset won't be reloaded more often than its
reloadEveryNMinutes value as specified in datasets.xml.
The only disadvantage to setting this to a smaller number is that
it will increase the frequency that ERDDAP retries datasets that aren't
loading. If there are lots of such datasets and they are retested frequently,
the data source might consider it pestering/aggressive behaviour.
-->
<!-- This specifies the most minutes that reloading datasets is allowed to take
(before the loadDatasets thread treated as "stalled" and is interrupted).
In general, this should be set to at least twice as long as you reasonably
think that reloading all of the datasets (cumulatively) should take
(since computers and networks sometimes are slower than expected)
This should always be much longer than loadDatasetsMinMinutes.
The default is 60 minutes. Some people will set this to longer.
-->
<!-- If the number of requests between two runs of LoadDatasets exceeds
unusualActivity, an email is sent to emailEverythingTo.
The default is 10000.
-->
<unusualActivity>10000</unusualActivity>
<!-- This is used to specify the directories with the unit test data files.
Only people that are running the ERDDAP unit tests need to specify this.
<unitTestDataDir>/someDirectory/</unitTestDataDir>
<unitTestBigDataDir>/someBigDirectory/</unitTestBigDataDir>
-->
<!-- The title for the map's legend (or nothing if you don't want a legend title).
At ERD, we don't use these. To use these, uncomment them.
<legendTitle1>NOAA ERD's</legendTitle1>
<legendTitle2>ERDDAP</legendTitle2>
-->
<!-- The highRes and lowResImagefiles are used for map and graph legends
(if legendTitle1 and legendTitle2 aren't "") and
are scaled to the desired size (highRes->80 or 40 pixels square,
lowRes->20 pixels square).
The googleEarthLogoFile is displayed at its original size in the lower left
corner of the Google Earth map if the user selects the .kml image file type.
The highRes, lowRes and GoogleEarth images are also used by OpenSearch.
The questionMarkImage identifies the places on HTML pages where a user can
mouseOver to get more information.
These files must be in [tomcat]/content/erddap/images/ directory.
All files in this directory (and subdirectories)
will be copied to [tomcat]/webapps/erddap/images (and subdirectories)
and thus made available for direct downloading by any client.
(Any text files must be stored as plain ASCII (7 bit) or with UTF-8 encoding.)
For SGT graphics, currently, the Files designated below must be png, gif, jpg,
or bmp.
If you want to substitute other image files, it is best to make them
a similar number of pixels wide and high.
-->
<highResLogoImageFile>noaa_simple.gif</highResLogoImageFile>
<lowResLogoImageFile>noaa20.gif</lowResLogoImageFile>
<googleEarthLogoFile>nlogo.gif</googleEarthLogoFile>
<questionMarkImageFile>QuestionMark.jpg</questionMarkImageFile>
<!-- Change and uncomment this to change the default background color on graphs.
This affects almost all graphs. There are a few situations not affected.
The color is specified as an 8 digit hexadecimal value in the form 0xAARRGGBB,
where AA, RR, GG, and BB are the opacity, red, green and blue components,
respectively. "0x" is case sensitive, but the hexadecimal digits are not
case sensitive. For example, a fully opaque (ff) greenish-blue color with
red=22, green=88, blue=ee would be 0xff2288ee. Opaque white is 0xffffffff.
Opaque light blue (the default) is 0xffccccff.
<graphBackgroundColor>0xffccccff</graphBackgroundColor>
-->
<!-- When possible (and it isn't always possible), ERDDAP breaks source data
requests into chunks to conserve memory. See the description of these tags in
[tomcat]/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/messages.xml .
You can override the default chunk sizes here by changing and uncommenting
these default values:
For grids: <partialRequestMaxBytes>490000000</partialRequestMaxBytes>
For tables: <partialRequestMaxCells>100000</partialRequestMaxCells>
-->
<!-- If variablesRequireIoosCategory is true, all variables for all datasets must
have an "ioos_category" attribute defined (in sourceAttributes or addAttributes)
with a value from EDV.IOOS_CATEGORIES.
If you are affiliated with NOAA, you should set this to "true"
because the NOAA IOOS office wants to be able to categorize variables and
datasets in this way.
For non-NOAA ERDDAP installations, there is no downside to setting this to "false".
-->
<variablesMustHaveIoosCategory>true</variablesMustHaveIoosCategory>
<!-- This is the comma-separated list (recommended: in alphabetical order)
of the global attribute and variable attribute names which will be
used to categorize the datasets and shown to clients at urls like
.../erddap/categorize/ioos_category/index.html
(ioos_category is unusual, but is used at ERD).
If an attribute is a global attribute, identify it by prefixing it with "global:".
"variableName" is a special case: it categorizes the dataVariable destinationNames.
-->
<categoryAttributes>global:cdm_data_type, global:institution, ioos_category, global:keywords, long_name, standard_name, variableName</categoryAttributes>
<!-- drawLandMask specifies the default Make A Graph setting for whether the
landmask should be drawn "over" or "under" surface data on maps.
"over" is recommended for primarily oceanographic data
(so that grid data over land is obscured by the landmask).
"under" is the default and is suitable for all data.
-->
<!-- You can customize your ERDDAP's web pages by specifying
an startBodyHtml5 tag. Copy the default from
[tomcat]/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/messages.xml
to here, then modify it.
-->
<!-- This is the short description of ERDDAP, which is used on the middle of the
left side of ERDDAP's home page.
This can refer to &erddapUrl;, &requestFormatExamplesHtml;
&resultsFormatExamplesHtml; and [standardShortDescriptionHtml] (from
[tomcat]/webapps/erddap/WEB-INF/classes/gov/noaa/pfel/erddap/util/messages.xml ).
If your ERDDAP allows users to log in, all referenced image files, etc.
must be in [tomcat]/content/erddap/images or a subdirectory
and must be referenced here with &erddapUrl;/images/[fileName].
If you don't use [standardShortDescriptionHtml], at least include a link like:
(<a href="&erddapUrl;/information.html">More detailed information about ERDDAP</a>)
All of the information in [standardShortDescriptionHtml] is also contained in
<theLongDescriptionHtml> in messages.xml.
-->
<theShortDescriptionHtml><![CDATA[
<h1>ERDDAP</h1>
ERDDAP is a data server that gives you a simple, consistent way to download
subsets of scientific datasets in common file formats and make graphs and maps.
This particular ERDDAP installation has oceanographic data
(for example, data from satellites and buoys).
[standardShortDescriptionHtml]
]]></theShortDescriptionHtml>
</erddapSetup>