Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 : UK Map Task 1 : [ 1 0 marks ] Plotting Towns in England and Wales on UK Map You are provided
Part : UK Map Task : marks Plotting Towns in England and Wales on UK Map
You are provided a file called latlon. csv that contains latitudes and longitudes for towns
in England and Wales. Each line contains fields: town name, latitude and
longitude. You are also given a module
UKMap.py which provides a class UKMap with
handy functions note that an image Gbdotmergedmapcolors.png provided on
Blackboard with assignment resources, is required to run
UKMap.pY
Write a Python function plot specific towns to read in the towns data from
latlon. csv and plot those towns on a UKMap which fulfil any of the following criteria.
The town name starts with A B C L or M
The town name ends with "bury" or "ampton".
You must make sure that Aberystwyth, Birmingham, Cardiff and London are easily found on
the map, ie choose a different marker and marker size for them or perhaps annotate them.
Test your code and demonstrate that you are confident that it is producing a correct plot. Due
to the fact that the Earth is spherical and maps are twodimensional, there will be some
distortion when plotting locations. For instance, you may find that some locations fall slightly
below the south coast.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started