INMET.jl is an API to access data from all meteorological stations administered by the Instituto Nacional de Meteorologia in Brazil. It returns convenient DataFrame tables with physical units and missing values adequately handled thanks to Unitful.jl and built-in missing support in the language.
The package provides three functions:
INMET.stationsreturns locations and statuses of all stationsINMET.seriesreturns a time series for a given station (hourly or daily)INMET.onreturns data from all automatic stations at a given time
Please check the README for concrete examples.
