Last change
on this file since 2701 was
2701,
checked in by lfita, 5 years ago
|
Adding documentation for get_UWyoming_snd.py
|
File size:
1.9 KB
|
Line | |
---|
1 | <HTML> |
---|
2 | <HEAD> |
---|
3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> |
---|
4 | <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/> |
---|
5 | </HEAD> |
---|
6 | |
---|
7 | </HEAD> |
---|
8 | <BODY> |
---|
9 | <DIV CLASS="valheader"> |
---|
10 | Retrieval of sounding from U. Wyoming web-page from terminal |
---|
11 | </DIV> |
---|
12 | <DIV CLASS="valimg"> |
---|
13 | Python script to retrieve sounding from U. Wyoming <A CLAS="lc" HREF="http://weather.uwyo.edu/upperair/sounding.html" TARGET="_blank">web page</A> directly from the terminal<BR> |
---|
14 | <BR> |
---|
15 | <P STYLE="text-align:left;font-size:0.9em;"> |
---|
16 | Retrieval is done by directly reaping the outcome of the request. A single ASCII file is created with the outcomes of the request with the same ASCII format obtained from the web page. The outcome can be directly transformed to netCDF by means of the <A CLASS="lc" HREF="http://www.xn--llusfb-5va.cat/python/PyNCplot/other/UWsnd_nc.html" target="_blank">UWyoming_snd_nc.py</A> script.<BR> |
---|
17 | web-page only allows for monthly retrievals of a single year. <BR> |
---|
18 | <B>NOTE:</B> This is a python3 script |
---|
19 | </P><BR> |
---|
20 | </DIV> |
---|
21 | <DIV CLASS="valhelp"> |
---|
22 | get_UWyoming_snd.py -y [year] -m [mon] -i [idate] -e [edate] -r [region] -s [stat]<BR> |
---|
23 | [year]= year to retrieve from (in [YYYY] format)<BR> |
---|
24 | [mon]= month to retrieve from <BR> |
---|
25 | [idate]= Initial date of the period to retrieve from ([DD][HH] format)<BR> |
---|
26 | [edate]= End date of the period to retrieve from ([DD][HH] format)<BR> |
---|
27 | [region]= region ('europe': 'Europe', 'samer': 'South America') <BR> |
---|
28 | [stat]= station number (reference from U. Wyoming web-page) |
---|
29 | </DIV> |
---|
30 | <DIV CLASS="valins"> |
---|
31 | * Retrieval of soundings from June 2019 27th 0 to 28th 0 UTC Ezeiza, ARG:<BR> |
---|
32 | get_UWyoming_snd.py -y 2019 -m 6 -i 2700 -e 2800 -r samer -s 87576 |
---|
33 | </DIV>docs/ |
---|
34 | </BODY> |
---|
35 | </HTML> |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.