community:hepsim:usage_analysis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
community:hepsim:usage_analysis [2016/04/28 15:26] – asc | community:hepsim:usage_analysis [2016/11/16 23:38] (current) – [Accessing data] asc | ||
---|---|---|---|
Line 43: | Line 43: | ||
</ | </ | ||
+ | Note that you can find URL list of datasets using the standard Python. | ||
+ | |||
+ | <code python> | ||
+ | name=" | ||
+ | hepsim_server=" | ||
+ | import urllib2 | ||
+ | response = urllib2.urlopen(hepsim_server+'/ | ||
+ | html = response.read() | ||
+ | response.close() | ||
+ | html=html.split(";" | ||
+ | print html # print a list of URL locations | ||
+ | </ | ||
If ProMC files were downloaded to the local file system, one can build the file list as: | If ProMC files were downloaded to the local file system, one can build the file list as: |
community/hepsim/usage_analysis.1461857216.txt.gz · Last modified: 2016/04/28 15:26 by asc