-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pre.xml
113 lines (109 loc) · 6.24 KB
/
_pre.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
<?xml version="1.0" encoding="UTF-8" ?>
<erddapDatasets>
<!-- GENERAL INFORMATION
The information in this file specifies which datasets your ERDDAP will serve.
The initial version of this file has a few examples which should work for you.
But after your initial experiments with ERDDAP,
you should replace them with information for your datasets.
You can change this document (e.g., add datasets, change metadata) while ERDDAP is running.
The changes will be detected the next time this document is read
(as often as loadDatasetsMinMinutes).
Each dataset has a reloadEveryNMinutes value (default = 10080 (one week)).
When this document is reread, datasets that haven't been been reloaded in
their reloadEveryNMinutes will be reloaded.
You only need to specify a reloadEveryNMinutes value if you anticipate that
the dataset will change periodically.
If this document has an xml error, processing will stop and an email
will be sent to emailEverythingTo as specified in setup.xml.
If you want to remove a dataset while ERDDAP is running, add
active="false"
to the dataset tag. For example,
<dataset type="EDDGridFromDap" datasetID="erdMHchla8day" active="false">
For more information, see
https://coastwatch.pfel.noaa.gov/erddap/download/setupDatasetsXml.html
-->
<!-- The tags below are described in setupDatasetsXml.html.
The defaults listed below are as of ERDDAP v2.00. -->
<cacheMinutes>60</cacheMinutes> <!-- default=60 -->
<decompressedCacheMaxGB>10</decompressedCacheMaxGB> <!-- default=10 -->
<decompressedCacheMaxMinutesOld>15</decompressedCacheMaxMinutesOld> <!-- default=15 -->
<drawLandMask>under</drawLandMask> <!-- "over", "under" (default), "outline", or "off" -->
<emailDiagnosticsToErdData>true</emailDiagnosticsToErdData> <!-- "true (default) or "false" -->
<graphBackgroundColor>0xffccccff</graphBackgroundColor> <!-- 0xAARRGGBB, default is 0xffccccff -->
<ipAddressMaxRequests>7</ipAddressMaxRequests> <!-- current default=7 -->
<ipAddressMaxRequestsActive>2</ipAddressMaxRequestsActive> <!-- current default=2 -->
<ipAddressUnlimited></ipAddressUnlimited> <!-- default=(empty) -->
<loadDatasetsMinMinutes>15</loadDatasetsMinMinutes> <!-- usually=default=15 -->
<loadDatasetsMaxMinutes>600</loadDatasetsMaxMinutes> <!-- default=60 -->
<logLevel>warning</logLevel> <!-- "warning" (fewest messages), "info" (default), or "all" (most messages) -->
<nGridThreads>1</nGridThreads> <!-- default=1 -->
<nTableThreads>1</nTableThreads> <!-- default=1 -->
<partialRequestMaxBytes>490000000</partialRequestMaxBytes> <!-- default=490000000 -->
<partialRequestMaxCells>10000000</partialRequestMaxCells> <!-- default=10000000 -->
<slowDownTroubleMillis>1000</slowDownTroubleMillis> <!-- default=1000 -->
<unusualActivity>10000</unusualActivity> <!-- default=10000 -->
<!--<updateMaxEvents>10</updateMaxEvents>--> <!-- default=10 -->
<!-- The defaults for the following tags are in messages.xml. -->
<startHeadHtml5></startHeadHtml5>
<endBodyHtml5></endBodyHtml5>
<standardLicense></standardLicense>
<standardContact></standardContact>
<standardDataLicenses></standardDataLicenses>
<standardDisclaimerOfEndorsement></standardDisclaimerOfEndorsement>
<standardDisclaimerOfExternalLinks></standardDisclaimerOfExternalLinks>
<standardGeneralDisclaimer></standardGeneralDisclaimer>
<standardPrivacyPolicy><![CDATA[
<br>
<hr>
<h2><a class="selfLink" id="privacyPolicy" href="#privacyPolicy" rel="help">Privacy Policy</a></h2>
ERDDAP follows
<a rel="bookmark" href="https://www.noaa.gov/protecting-your-privacy"
>NOAA's Privacy Policy Guidelines</a>.
]]></standardPrivacyPolicy>
<startBodyHtml5><![CDATA[
<body>
<table class="compact nowrap" style="width:100%; background-color:#128CB5;">
<tr>
<td style="text-align:center; width:80px;"><a rel="bookmark"
href="https://www.noaa.gov/"><img
title="National Oceanic and Atmospheric Administration"
src="&erddapUrl;/images/noaab.png" alt="NOAA"
style="vertical-align:middle;"></a></td>
<td style="text-align:left; font-size:x-large; color:#FFFFFF; ">
<strong>ERDDAP</strong>
<br><small><small><small>&EasierAccessToScientificData;</small></small></small>
</td>
<td style="text-align:right; font-size:small;">
&loginInfo; | &language;
<br>&BroughtToYouBy;
<a title="National Oceanic and Atmospheric Administration" rel="bookmark"
href="https://www.noaa.gov">NOAA</a>
<a title="National Marine Fisheries Service" rel="bookmark"
href="https://www.fisheries.noaa.gov">NMFS</a>
<a title="Southwest Fisheries Science Center" rel="bookmark"
href="https://www.fisheries.noaa.gov/about/southwest-fisheries-science-center">SWFSC</a>
<a title="Environmental Research Division" rel="bookmark"
href="https://www.fisheries.noaa.gov/about/environmental-research-division-southwest-fisheries-science-center">ERD</a>
</td>
</tr>
</table>
]]></startBodyHtml5>
<theShortDescriptionHtml><![CDATA[
<h1>ERDDAP</h1>
&erddapIs;
&thisParticularErddap;
[standardShortDescriptionHtml]
]]></theShortDescriptionHtml>
<!-- If you want to refuse requests from certain clients
(e.g., to fend off a Denial of Service attack or an overly zealous web robot),
add their numeric IP address (e.g., 123.45.67.89) to this comma-separated list.
You can also replace the last number in an IP address with * to block 0-255 (e.g., 123.45.67.*).
See your ERDDAP daily report for a list/tally of the most active requesters. -->
<requestBlacklist></requestBlacklist>
<!-- If you want to prevent specific people from using the email/URL subscription
system, add their email addresses to this comma-separated list.
You can use the name "*" to blacklist an entire domain, e.g., *@example.com .
-->
<subscriptionEmailBlacklist>[email protected], [email protected],
[email protected], *@example.com</subscriptionEmailBlacklist>