Bitcoin's Base58Check in Pure Elixir Building a Rasberry Pi weather station with Elixir/Nerves - Part 2

{:ok, đź“Ť} aka LibLatLon library to handle geo coordinates

The library provides both handling the coordinates in any imaginable format and querying geodata providers for both direct and reverse geo lookup.

iex|1 â–¶ LibLatLon.lookup("test/inputs/1.jpg")
iex|2 â–¶ LibLatLon.lookup({41.376223, 2.1483528})
iex|3 â–¶ LibLatLon.lookup(lat: 41.376223, lon: 2.1483528)
iex|4 â–¶ LibLatLon.lookup("Carrer de Tarragona, Hostafrancs, [...]")

#⇒      %LibLatLon.Info{
#           address: "Carrer de Tarragona, Hostafrancs, [...], 08023, España",
#           ...