Replies: 1 comment 5 replies
-
It would be great to include some data-related examples in the documentation. What kind of data would be most interesting? All of the data related things I've done have been more long-form works. For Does The River Flow Both Ways we do use openweathermap.org and the weather data updates every 15 minutes or so but the weather doesn't actually change that often. Would people have the patience to run a Sketch for hours? Are there other rapidly changing datasets that could be interesting? Besides financial stuff like stock prices, which are boring. Unfortunately with all the data scraping going on, people are more protective of their data. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Artists that use data in their work have been in the radar for many years, from people using self-tracking data to others using publicly available data sources, doing work that is not data viz but that can express "things" through the visual manifestation of data streams.
I know one certain artist, James Schmitz 😉 😉, who, often in collaboration with Marina Zurkow, does powerful stuff with data from wind and
<euphemism>
"atmospheric emissions"</euphemism>
.So... I'd like for us to have in our docs some minimal example of how to take data from an API, say, temperature, and feed it to a sketch. A long time ago I used to use some pretty easy Processing libraries to interface with weather data I can't even remember the names.
Is https://open-meteo.com/ the thing I should have a look into nowadays?
This doesn't seem to be real-time, it's prediction I suppose. But anyway...
https://open-meteo.com/en/docs#latitude=-23.5475&longitude=-46.6361&hourly=temperature_2m,rain
https://openweathermap.org/current ?
https://openweathermap.org/api/one-call-3#current
Some starter code
What would be a good pattern to consume/update this kind of data, a slowly repeating thread?
Beta Was this translation helpful? Give feedback.
All reactions