minio/s3 api
Project description
wis-s3api
获取minio中的grid数据
- Free software: MIT license
- Documentation: https://github.com/zjf014/hydro-opendata.git
安装
- 通过pip
pip install wis-s3api
- 通过源代码
# 下载源码
git clone http://gitlab.waterism.com:8888/zhujianfeng/wis-s3api.git
# 进入到源码目录
cd wis-s3api
# 安装依赖
pip install -r requirements.txt
# 安装wis-s3api
python setup.py install
功能及使用
直接从内网minio获取grid数据,返回xarray.Dataset或DataArray格式。数据包括:
- 获取ERA5数据
from wis_s3api import era5
# 起止时间和四至范围
start_time = np.datetime64('2021-01-01T01:00:00.000000000')
end_time = np.datetime64('2021-02-01T00:00:00.000000000')
bbox = (121,38,122,40)
# 获取Dataset
ds = era5.open(['Total precipitation','10 metre U wind component'],start_time=start_time,end_time=end_time,bbox=bbox)
- 获取GPM数据
from wis_s3api import gpm
# 起止时间和四至范围
start_time = np.datetime64('2021-01-01T01:00:00.000000000')
end_time = np.datetime64('2021-02-01T00:00:00.000000000')
bbox = (121,38,122,40)
# 获取Dataset
ds = gpm.open(start_time=start_time,end_time=end_time,bbox=bbox)
- 获取GFS数据
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wis-s3api-0.0.13.tar.gz
(10.6 kB
view details)
File details
Details for the file wis-s3api-0.0.13.tar.gz
.
File metadata
- Download URL: wis-s3api-0.0.13.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.4 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 035d21e5c252b5991ba4dfd7d640575feca9d568ba9170250f1814b230d4b4bc |
|
MD5 | 8ff99ef1fdb9a6442689be8969127185 |
|
BLAKE2b-256 | 86ca4e3dfeaa1ca75981b5e4710471d53dd1d3e5f64beb12417dd82e17e86190 |