DaylightingSociety / SocMap

Social Mapping Framework for Twitter
https://socmap.daylightingsociety.org/
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Add an option for generating maps using only tweets within time threshold #30

Open milo-trujillo opened 3 years ago

milo-trujillo commented 3 years ago

This proposal is related to #29, but does not depend on it: Rather than only collecting tweets within a certain date range (which is sometimes desirable), we can start with a full data sample and limit ourselves to the date range retroactively. This means adding:

This shouldn't be too complicated an addition, but it's a more sprawling change than #29. No changes to analyze.py or socmap.py