Giter Club home page Giter Club logo

nmc_met_io's Introduction

气象数据读写及访问程序库

提供对MICAPS文件, 卫星云图, 天气雷达等数据的读写, 并访问CIMISS和MICAPS CASSANDRA数据库文件等. 相应的Jupyter例子文件请见Examples

Only Python 3 is supported.

Dependencies

Other required packages:

  • numpy
  • scipy
  • xarray
  • pandas
  • protobuf
  • urllib3
  • tqdm
  • python-dateutil

Install

Using the fellowing command to install packages:

  pip install git+git://github.com/nmcdev/nmc_met_io.git

or download the package and install:

  git clone --recursive https://github.com/nmcdev/nmc_met_io.git
  cd nmc_met_io
  python setup.py install

设置CIMISS和MICAPS服务器的地址及用户信息

在系统用户目录下("C:\Users\用户名\.nmcdev\"或"/home/用户名/.nmcdev/"), 新建文本文件config.ini, 里面内容模板为:

[CIMISS]
DNS = xx.xx.xx.xx
USER_ID = xxxxxxxxx
PASSWORD = xxxxxxxx

[MICAPS]
GDS_IP = xx.xx.xx.xx
GDS_PORT = xxxx
# Cached file directory, if not set,
#   /home/user/.nmcdev/cache will be used.
# CACHE_DIR = ~ 

这里xxxx用相应的地址, 接口和用户信息代替.


nmc_met_io's People

Contributors

nmc-dave avatar sprite2200 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.