1. Imports, setting up, data sources, data preparation
import os
import pandas as pd
import geopandas as gpd
import matplotlib.pyplot as plt
import geopandas as gpd
from shapely.geometry import Point
import osmnx as ox
from shapely import wkt
from collections import Counter
from shapely.geometry import box
c1, c2 = "#4DFFFD", "#ff6ec7"
# https://atlant…