This Notebook intended to visualize amount of damage caused by crime activity in Estonia. Every square is 500m x 500m or 1km x 1km. import pandas as pd
import numpy as np
import geopandas as gpd
import matplotlib.pyplot as plt
import shapely
#import requests
from shapely.geometry import box
from shapely.ops import unary_union…