Skip to main content

Meteorological Interpolation Toolbox for Optimization and Simulation

Project description

METeorological INterpolation Toolbox for Optimization and Simulation (METINTOS)

What is METINTOS?

METINTOS is a libray that interpolates meteorological variables in time. It is distributed under the GNU Lesser General Public License v3.0.

Citation info: D. Daniel González-Arribas, J. García-Heras, M. Soler and E.A. Enderiz, METeorological Interpolation Toolbox for Optimization and Simulation (METINTOS) an open source meteorological variable interpolator.

How to run the library

  1. Clone or download the repository.
  2. Install all the dependencies.

How to use it

  1. From your meteorological files you have to create the dataset, you have to use xarray.open_mfdataset, you can obtain information in the xarray documentation (xarray.open_mfdataset link).
ds = xr.open_mfdataset(files, engine='h5netcdf', concat_dim=['step'], combine='nested')
  1. Create the DatasetHandler calling metintos.io.DatasetHandler.
dsh = metintos.io.DatasetHandler(cls.ds)
  1. Create CoordinateGenerator object and new axis, i.e.: latitudes, longitudes, steps.
cg = metintos.io.CoordinateGenerator()
cg.add_axis_lims_n_points('latitude', l0, lf, ls)
cg.add_axis_lims_n_points('longitude', lo0, lof, los)
cg.add_axis_lims_resolution('step', s0, sf, ss)
  1. Produce the new dataset interpolated with optical flow
dsn = dsh.get_optical_flow_interpolated_dataset(cg.axes)

How to compile documentation pdf

You can use the Makefile created by Sphinx to create your documentation. Locate yourself in the documentation path.

First clean the _build directory to avoid error or legacy information. Just call:

make clean

In case you want to build your documentation in latex call twice:

make latexpdf

if you want to do build your in html call:

make html

Note that you should not see any error or warning, this information appears as red text in the terminal.

Contents

Check METINTOS documentation in the following link: METINTOS documentation link.

Acknowledmgements

This library has been developed within FMP-Met Project. FMP-Met has received funding from the SESAR Joint Undertaking (JU) under grant agreement No 885919. The JU receives support from the European Union’s Horizon 2020 research and innovation programme and the SESAR JU members other than the Union.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metintos-0.2.tar.gz (15.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page