gedankenstuecke / twitter-analyser

export data from twitter archive and visualize it
http://twarxiv.org
MIT License
25 stars 11 forks source link

Allow Hard Coding TZ #17

Closed BenjaminHCCarr closed 6 years ago

BenjaminHCCarr commented 6 years ago

A lot of us avoid geo tagging due to the huge privacy problems, see espi0n/tinfoleak for one example.

That said, at least 99% of my tweets come from one TZ (UTC-4) / US-East. Allowing one to hardcode one TZ likely be a popular use case.

You code do something like: pseudocode {if geotags == null} as a global check, then ignore timestamps and lat/lon, offer hard coded TZ OR graph everything in UTC, as that would also be accurate.

@danamlewis also expressed interest in the hardcoded by end user TZ option. It's not as useful for people like you who bounce around a lot, but could generate a lot more figures from the current code.

gedankenstuecke commented 6 years ago

Actually, ignoring seasonal fluctuations, only 50% of your tweets will be from UTC-4. Unless they gave up on daylight savings on the east coast. Otherwise it will be UTC-3 for those months. So specifying a single time zone isn’t practical.

gedankenstuecke commented 6 years ago

(For the same reason just plotting UTC isn’t meaningful either)