When the user selects a variable and a county, filtering occurs through a Django view. A view is a Python function that processes a Web request and returns a Web response. After the necessary filtering, a JSON (.json) is created and sent to the interface with the data that will be ...