fweather logo

fweather - Python package for meteorological time series analysis

Software License Documentation Status Software Life Cycle Release Python Package Index Join us at Discord

About

The development of software to manipulate meteorological data has always been challenging, this difficulties scale with the growing volume of satellite images currently available. To overcome the challenges, we need to develop tools that can process data sets using the advantages of a server-side infrastructure.

In order to perform large-scale agriculture monitoring, we need to have dedicated packages that target the peculiarities of the large-scale data analysis. Meteorological data packages have been modeled for a specific type of operation, typically targeting analysts with programming background, and they in most part are not prepared to deal with big data.

This repository contains fweather, a free and open-source Python package for meteorological time series analysis. It used the SpatioTemporal Asset Catalog (STAC) to access meteorological data and retrieve it as virtual data cubes, facilitating the retrieval of time series. It provides methods of building a virtual data cube and retrieving time series of cumulative precipitation, daily precipitation, temperature, solar radiation and climate change projections. With the package, it’s possible to perform large-scale agriculture monitoring using meteorological time series with no need to download data locally and programming skills.

The fweather package has a group of functions, some of which are:

  • data_cube: create multi-dimensional arrays from weather and climate data.

  • get_timeseries: return a weather and climate time series.

FWEATHER Documentation

User’s guide

API

Project

How to collaborate

If something is not working, or if there is wrong or missing information in the documentation, or if you would like to suggest an idea or improvement, please, create an entry in the issues page of smosaic repository and explain the details.