Metadata-Version: 2.1
Name: multiweatherapi
Version: 0.0.6
Summary: Python bindings to multiple weather station vendor APIs
Home-page: https://gitlab.msu.edu/adsdatascience/multiweatherapi
Author: Junhee Park
Author-email: jhp@msu.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.msu.edu/adsdatascience/multiweatherapi/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Multi Weather API

Consistent Python bindings for select commercial weather station APIs, such as [Zentra Cloud](https://zentracloud.com/) REST API v3, created for MSU EnviroWeather Project.

### Background

This is inspired by python bindings for v1 of the Zentra API from the Montana Climate office : MSU Agricultural Weather Office


The EnviroWeather system from the MSU Agricultural Weather Office will interface with weather stations (select list of vendors) deployed and owned privately. Since each vendor has a differrent REST/Web API to access station's weather data, this package aims to provide a consistent interface to all of those stations in order to make it easy for incoporating them into a data pipeline.

### Authentication

To be updated

### Requirements

To be determined

### Usage

To be determined

### Outputs

To be determined


