This is a work in progress project that implements predictive analysis of gentrification and displacement measures on the basis of geo-tagged tweets based metrics.
For this purpose a number of metrics are designed and implemented, including:
The project handles large databases of tweets (it is being tested on 20 million tweets), and it is being implemented with technology suitable for further scalability.
The project is written in Python 3.6.
Uses MongoDB as a database. A few functions are available for initial population of tweets.
For Spatial analysis tasks this project uses GeoPandas and the H3 library.
Dependencies are listed in the environment.yml file and can be easily installed using Conda.
conda env create -f environment.yml
Windows users might face problems installing H3. To avoid problems, I suggest using a Linux subsystem. A complete explanation for such an installation is available here