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.stations
returns locations and statuses of all stationsINMET.series
returns a time series for a given station (hourly or daily)INMET.on
returns data from all automatic stations at a given time
Please check the README for concrete examples.