Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-statistics
Commits
f0892842
Commit
f0892842
authored
Jul 03, 2020
by
Jerome Touvier
Browse files
doc update
parent
95245814
Changes
3
Hide whitespace changes
Inline
Side-by-side
apps/output.py
View file @
f0892842
import
logging
import
os
import
re
import
time
from
datetime
import
datetime
...
...
templates/statistics_doc.html
View file @
f0892842
...
...
@@ -14,11 +14,11 @@
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"./static/resifws.css"
/>
<a
href=
"
./
local=en"
>
<img
src=
"./static/images/en.png"
alt=
"Français - Anglais"
>
</a>
<link
rel=
"stylesheet"
href=
".
.
/static/resifws.css"
/>
<a
href=
"local=en"
>
<img
src=
".
.
/static/images/en.png"
alt=
"Français - Anglais"
>
</a>
</head>
<body>
<p
style=
"text-align:center;"
>
<img
src=
"./static/images/logoresif.png"
alt=
"logoresif"
width=
"341"
height=
"95"
></p>
<p
style=
"text-align:center;"
>
<img
src=
".
.
/static/images/logoresif.png"
alt=
"logoresif"
width=
"341"
height=
"95"
></p>
<h1
id=
"webservice-fdsn-ws-statistics"
>
Webservice FDSN ws-statistics
</h1>
<p>
Ce service donne accès aux statistiques de RESIF-DC.
</p>
<h2
id=
"utilisation-de-la-requête"
>
Utilisation de la requête
</h2>
...
...
@@ -26,7 +26,7 @@
où :
request-options :: (request=
<
storage|send|country
>
)
request-options :: (request=
<
country|send|storage|timeseries
>
)
channel-options :: [net=
<
network
>
&
sta=
<
station
>
&
loc=
<
location
>
&
cha=
<
channel
>
]
date-options :: [starttime=
<
date
>
]
&
[endtime=
<
date
>
]
storage-options :: [year=
<
year
>
]
&
[type=
<
type
>
]
...
...
templates/statistics_doc_en.html
View file @
f0892842
...
...
@@ -14,11 +14,11 @@
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"./static/resifws.css"
/>
<a
href=
"
./
local=fr"
>
<img
src=
"./static/images/fr.png"
alt=
"Anglais - Français"
>
</a>
<link
rel=
"stylesheet"
href=
".
.
/static/resifws.css"
/>
<a
href=
"local=fr"
>
<img
src=
".
.
/static/images/fr.png"
alt=
"Anglais - Français"
>
</a>
</head>
<body>
<p
style=
"text-align:center;"
>
<img
src=
"./static/images/logoresif.png"
alt=
"logoresif"
width=
"341"
height=
"95"
></p>
<p
style=
"text-align:center;"
>
<img
src=
".
.
/static/images/logoresif.png"
alt=
"logoresif"
width=
"341"
height=
"95"
></p>
<h1
id=
"webservice-fdsn-ws-statistics"
>
Webservice FDSN ws-statistics
</h1>
<p>
This service provides access to the RESIF-DC statistics.
</p>
<h2
id=
"query-usage"
>
Query usage
</h2>
...
...
@@ -26,7 +26,7 @@
where :
request-options :: (request=
<
storage|send|country
>
)
request-options :: (request=
<
country|send|storage|timeseries
>
)
channel-options :: [net=
<
network
>
&
sta=
<
station
>
&
loc=
<
location
>
&
cha=
<
channel
>
]
date-options :: [starttime=
<
date
>
]
&
[endtime=
<
date
>
]
storage-options :: [year=
<
year
>
]
&
[type=
<
type
>
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment