The eThekwini Point of Interest dataset includes the following types of facilities in the South African metropolitan city:
The data was sourced from eThekwini’s Open Data site, and cleaned and transformed using WeDoTech’s data warehouse automation platform DataJoinery.
SELECT
point_of_interest_type,point_of_interest_name AS police_station,
latitude latitude_coordinate,
longitude longitude_coordinate
FROM "ETHEKWINI"."LIVEABILITY"."ETH_POINTS_OF_INTEREST";