60 likes | 244 Views
天文数据与归档培训. 访问数据. 何勃亮 国家天文台,中国虚拟天文台 hebl@nao.cas.cn. psql. psql -A -F ',' -t pdr -c "SELECT designation,planId,lmjd,spId,fiberId FROM catalogue" > out.csv. Python. psycopg2. pandas. 数据下载. wget Usage: wget [OPTION]... [URL]... -c - i fil e. FTP. script open url
E N D
天文数据与归档培训 访问数据 何勃亮 国家天文台,中国虚拟天文台 hebl@nao.cas.cn
psql • psql -A -F ',' -t pdr -c "SELECT designation,planId,lmjd,spId,fiberId FROM catalogue" > out.csv
Python • psycopg2
数据下载 • wget • Usage: wget [OPTION]... [URL]... • -c • -ifile
FTP • script • open url • user user pw • binary • get file1 • get file2 • bye • ftp –n –v < script