将从Internet上的不同来源获取时间序列。

tsgettoolbox的Python项目详细描述


https://travis-ci.org/timcera/tsgettoolbox.svg?branch=masterhttps://coveralls.io/repos/timcera/tsgettoolbox/badge.png?branch=masterLatest releasetsgettoolbox license

tsgettoolbox-快速指南

“tsgettoolbox”是一个Python脚本和库,用于从 不同的web服务。tsgettoolbox将与Python 2.6+和3.0+一起工作

文件

参考文档位于tsgettoolbox_documentation

安装

在命令行:

$ pip install tsgettoolbox
# OR
$ easy_install tsgettoolbox

或者,如果安装了virtualenvwrapper:

$ mkvirtualenv tsgettoolbox
$ pip install tsgettoolbox

用法摘要-命令行

只需运行“tsgettoolbox–help”即可获得子命令列表详细说明 特定子命令的帮助,例如“coops”,键入“tsgettoolbox” 合作社-帮助

about
Print out information about tsgettoolbox and the system.
cdec
This module provides access to data provided by the California Department of Water Resources: California Data Exchange Center web site.
coops
Download data from Center for Operational Oceanographic Products and Services (CO-OPS). Detailed documentation about the National Ocean Service CO-OPS web services is at http://tidesandcurrents.noaa.gov/api/
cpc
This module provides direct access to Climate Prediction Center, Weekly Drought Index dataset.
darksky
Download data from http://api.darksky.net. Detailed documentation about the Forecast.io service is at https://darksky.net/dev/docs. You have to get an API key from https://darksky.net/dev/register
daymet
Download data from the Daymet dataset created by the Oak Ridge National Laboratory. Detailed documentation is at http://daymet.ornl.gov/
lcra_hydromet
Fetches site parameter data
lcra_wq
Fetches historical or near real-time (for some sites) data
ldas
Download data from the Land Data Assimilation Service (LDAS). Two projects are available, the National LDAS (0.125x0.125 degree hourly) and the Global LDAS (0.25x0.25 degree 3 hourly).
modis

Download datasets developed using the MODIS satellite imagery.

Documentation: https://modis.ornl.gov/documentation.html

Policies: https://lpdaac.usgs.gov/products/modis_policies

Citation: https://lpdaac.usgs.gov/citing_our_data

ProductName
MCD12Q1MODIS/Terra+Aqua Land Cover (LC) Type Yearly L3 Global 500m SIN Grid
MCD12Q2MODIS/Terra+Aqua Land Cover Dynamics (LCD) Yearly L3 Global 500m SIN Grid
MCD43A1MODIS/Terra+Aqua BRDF/Albedo (BRDF/MCD43A1) 16-Day L3 Global 500m SIN Grid
MCD43A2MODIS/Terra+Aqua BRDF/Model Quality (BRDF/MCD43A2) 16-Day L3 Global 500m SIN Grid V005
MCD43A4MODIS/Terra+Aqua Nadir BRDF-Adjusted Reflectance (NBAR) 16-Day L3 Global 500m SIN Grid
MOD09A1MODIS/Terra Surface Reflectance (SREF) 8-Day L3 Global 500m SIN Grid
MOD11A2MODIS/Terra Land Surface Temperature/Emissivity (LST) 8-Day L3 Global 1km SIN Grid
MOD13Q1MODIS/Terra Vegetation Indices (NDVI/EVI) 16-Day L3 Global 250m SIN Grid [Collection 5]
MOD15A2Leaf Area Index (LAI) and Fraction of Photosynthetically Active Radiation (FPAR) 8-Day Composite [Collection 5]
MOD16A2MODIS/Terra Evapotranspiration (ET) 8-Day L4 Global Collection 5
MOD17A2MODIS/Terra Gross Primary Production (GPP) 8-Day L4 Global [Collection 5.1]
MOD17A3MODIS/Terra Net Primary Production (NPP) Yearly L4 Global 1km SIN Grid
MYD09A1MODIS/Aqua Surface Reflectance (SREF) 8-Day L3 Global 500m SIN Grid
MYD11A2MODIS/Aqua Land Surface Temperature/Emissivity (LST)8-Day L3 Global 1km SIN Grid
MYD13Q1MODIS/Aqua Vegetation Indices (NDVI/EVI) 16-Day L3 Global 1km SIN Grid
MYD15A2MODIS/Aqua Leaf Area Index (LAI) and Fraction of Photosynthetically Active Radiation (FPAR) 8 Day Composite
MYD17A2MODIS/Aqua Gross Primary Production (GPP) 8 Day L4 Global
ncdc_ghcnd

Download from the Global Historical Climatology Network - Daily. Requires registration and free API key.

If you use this data, please read ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt about “How to cite”.

GHCN (Global Historical Climatology Network)-Daily is an integrated database of daily climate summaries from land surface stations across the globe. Like its monthly counterpart (GHCN-Monthly) , GHCN-Daily is comprised of daily climate records from numerous sources that have been integrated and subjected to a common suite of quality assurance reviews.

ncdc_ghcnd_ftp
Download from the Global Historical Climatology Network - Daily.
ncdc_gs
National Climatic Data Center Global Summary of the Month (GSOM) or Global Summary of the Year (GSOY). Requires registration and free API key.
ncdc_normal_ann
National Climatic Data Center annual normals. Requires registration and free API key.
ncdc_normal_dly
National Climatic Data Center Daily Normals. Requires registration and free API key.
ncdc_normal_hly
National Climatic Data Center GHCND Monthly Summaries. Requires registration and free API key.
ncdc_normal_mly
National Climatic Data Center GHCND Monthly Summaries. Requires registration and free API key.
ncdc_precip_15
National Climatic Data Center 15 minute precipitation. Requires registration and free API key.
ncdc_precip_hly
National Climatic Data Center hourly precipitation. Requires registration and free API key.
ncdc_annual
National Climatic Data Center annual data summaries. Requires registration and free API key.
ncdc_ghcndms
National Climatic Data Center GHCND Monthly Summaries. Requires registration and free API key.
ndbc
Download data from the National Data Buoy Center.
nwis
Download time-series from the USGS National Water Information Service (NWIS). There are three main NWIS databases. The ‘tsgettoolbox’ can currently pull from the Instantaneous Value database (–database=iv) for sub-daily interval data starting in 2007, and the Daily Values database (–database=dv). Detailed documentation is available at http://waterdata.usgs.gov/nwis
twc
Fetches Texas weather data
unavco

Detailed information at: http://www.unavco.com/data/web-services/web-services.html

Returns ‘met’, ‘pore_temperature’, ‘pore_pressure’, ‘tilt’, ‘strain’, or ‘positional’ data for UNAVCO stations.

usgs_eddn
Download from the USGS Emergency Data Distribution Network

用法摘要-python库

在项目中使用tsgettoolbox:

from tsgettoolbox import tsgettoolbox

请参阅tsgettoolbox_documentation上的API文档

开发

在Bitbucket上管理开发 https://bitbucket.org/timcera/tsgettoolbox/overview

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Cassandra复制因子大于节点数   java J2EE JTA事务回滚不适用于OSE Glassfish 4.0(Build 89)   java spring安全预认证用户登录   org的java类文件。反应流。从RxJava编译示例时未找到Publisher?   java在使用dataFormat作为POJO通过Camel调用Web服务时无法设置SOAP标头   Javafx类的java静态实例   java如何防止一个部件在关闭时覆盖另一个部件的位置   sql server无法从我的java代码连接到数据库   java在JList(Swing)中显示带有的ArrayList   从Java中的CXF服务获取WSAddressing数据   使用资产文件夹进行java简单json解析(本地)   java LDAPException未绑定的无效凭据   JavaJSFspring部署到weblogic   JAVA中字符数组中的特定元素排列?   如果脚本位于不同的目录中,则ant不会使用exec标记运行Javashell脚本