PlantMeteo

Stable Dev Build Status Coverage

What Problem This Package Solves

Plant models often consume weather data from very different sources:

  • station files with inconsistent column names and units
  • API data with provider-specific schemas
  • time steps that do not match your model clock (hourly input, daily model, multi-rate simulation)

PlantMeteo gives you a single workflow to standardize, inspect, and aggregate weather data into a structure that downstream plant models can use directly.

What You Get

Who This Is For

  • model developers who need robust weather preprocessing before simulation
  • researchers combining historical files and forecast APIs
  • package authors who want to plug custom weather providers behind one interface

Documentation Map

Installation

From the Julia package REPL, run add PlantMeteo. Then load it with using PlantMeteo.

Projects Using PlantMeteo