obswx: A Python package for accessing observational meteorological data
Contributors: Junjie Yu, Yuan Sun, Haofan Wang, Zhiyi Song, David Topping, Zhonghua Zheng (zhonghua.zheng@manchester.ac.uk)
Installation
Step 1: create an environment:
$ conda create -n obswx python=3.11 $ conda activate obswx $ conda install -c conda-forge pandas geopy xarray -y
Step 2: install using pip:
$ pip install obswx
(optional) install from source:
$ git clone https://github.com/envdes/obswx.git $ cd obswx $ python setup.py install
How to use it?
Python
from obswx import *
import os
# Initialize
met = obswx(source='UK-hist_station')
# get meta data
met.get_meta(load=True).head()
# get data
met.get_data(station="Armagh")
How to ask for help
The GitHub issue tracker is the primary place for bug reports.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
obswx-0.0.1.tar.gz
(6.3 kB
view details)
File details
Details for the file obswx-0.0.1.tar.gz.
File metadata
- Download URL: obswx-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9791ebfd98bfaa0705f31adda5ecec348327e94d2037e9276850cf19a2ff26d8
|
|
| MD5 |
16363bb8733e96ece5ed7e7441af4395
|
|
| BLAKE2b-256 |
3bb3f92f71a34e235037e7e188aae6dd05dd4e37575699bde929efc6211ad29d
|