brian-rose / siphon

Siphon - A collection of Python utilities for retrieving data from Unidata data technologies, focusing on being able to retrieve data from a THREDDS data server.

Home Page:http://siphon.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siphon

License PRs Welcome

PyPI Package PyPI Downloads Conda Package Conda Downloads

Travis Build Status AppVeyor Build Status

Code Coverage Status Codacy code issues Code issues

Latest Doc Build Status Stable Doc Build Status

Siphon is a collection of Python utilities for downloading data from Unidata data technologies.

Siphon is still in an early stage of development, and as such no APIs are considered stable. While we won't break things just for fun, many things may still change as we work through design issues.

We support Python 2.7 as well as Python >= 3.3.

Installation

git clone https://github.com/Unidata/siphon.git
cd siphon
python setup.py install

Important Links

Dependencies

  • requests>=1.2
  • numpy>=1.8
  • protobuf>=3.0.0a3

Developer Dependencies

  • pytest
  • vcrpy
  • flake8

About

Siphon - A collection of Python utilities for retrieving data from Unidata data technologies, focusing on being able to retrieve data from a THREDDS data server.

http://siphon.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%