[ANN] INMET.jl

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 stations
  • INMET.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.

22 Likes

Wow! Awesome work @juliohm! Congratulations!

5 Likes

Great news and awesome work. I was thinking about doing something like that.

2 Likes

This is beautiful. It has to be the easiest way to load high-quality spatio-temporal data into a Julia session that I’ve ever seen. Thanks so much for putting it together and sharing it!

2 Likes