Metadata-Version: 2.1
Name: pywinter
Version: 2.0.7
Summary: Read and Create MPAS/WRF-WPS intermediate files
Keywords: Python,MPAS,WRF,WPS,Intermediate files
Author-Email: Danilo A Suarez H <dniloash@gmail.com>
Project-URL: Repository, https://github.com/dniloash/Pywinter
Project-URL: Documentation, https://pywinter.readthedocs.io/en/latest/
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: netcdf4>=1.7.2; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown

# Pywinter
Python lib for Reading/Creating MPAS/WRF-WPS intermediate file

Pywinter is a Python3 library designed for handling files in MPAS/WRF-WPS intermediate file format. Usually, users don't need to manipulate intermediate files directly because that is the role of ungrib.exe, but sometimes the meteorological data is not avalaible in GRIB format. Pywinter offers a simple way to read and create intermediate files.

Please check pywinter documentation in /docs and /examples.

# Dependencies
pywinter requires:

Fortran compiler (gfortran)

Python (>= 3.9 )

Numpy

Pywinter has been tested in linux distributions.

# User installation

pip install pywinter

or

pip install git+https://github.com/dniloash/Pywinter
